llvm-6502/lib/Target/ARM/AsmPrinter
Bob Wilson 1a913ed178 Add instruction encoding for the Neon VMOV immediate instruction. This changes
the machine instruction representation of the immediate value to be encoded
into an integer with similar fields as the actual VMOV instruction.  This makes
things easier for the disassembler, since it can just stuff the bits into the
immediate operand, but harder for the asm printer since it has to decode the
value to be printed.  Testcase for the encoding will follow later when MC has
more support for ARM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105836 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-11 21:34:50 +00:00
..
ARMAsmPrinter.cpp Add instruction encoding for the Neon VMOV immediate instruction. This changes 2010-06-11 21:34:50 +00:00
ARMInstPrinter.cpp Add instruction encoding for the Neon VMOV immediate instruction. This changes 2010-06-11 21:34:50 +00:00
ARMInstPrinter.h Add instruction encoding for the Neon VMOV immediate instruction. This changes 2010-06-11 21:34:50 +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 I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it 2010-05-11 20:16:09 +00:00
CMakeLists.txt wire up skeletal support for having llc print instructions 2009-10-19 20:20:46 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00