llvm-6502/lib/Target/ARM/AsmPrinter
Johnny Chen c7b65914e0 Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a
case.  Also, the 0xFF hex literal involved in the shift for ESize64 should be
suffixed "ul" to preserve the shift result.

Implemented printHex*ImmOperand() by copying from ARMAsmPrinter.cpp and added a
test case for DisassembleN1RegModImmFrm()/printHex64ImmOperand().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101557 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-16 22:40:20 +00:00
..
ARMAsmPrinter.cpp In the same spirit of r101524, which removed the assert() from printAddrMode2OffsetOperand(), 2010-04-16 19:57:21 +00:00
ARMInstPrinter.cpp Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a 2010-04-16 22:40:20 +00:00
ARMInstPrinter.h Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a 2010-04-16 22:40:20 +00:00
ARMMCInstLower.cpp Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
ARMMCInstLower.h
CMakeLists.txt
Makefile