llvm-6502/lib/Target/ARM/MCTargetDesc
Jim Grosbach 85bfd3b023 ARM cleanup of rot_imm encoding.
Start of cleaning this up a bit. First step is to remove the encoder hook by
storing the operand as the bits it'll actually encode to so it can just be
directly used. Map it to the assembly source values 8/16/24 when we print it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136152 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-26 21:28:43 +00:00
..
ARMAddressingModes.h Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target. 2011-07-20 23:34:39 +00:00
ARMAsmBackend.cpp Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. 2011-07-25 23:24:55 +00:00
ARMBaseInfo.h Code clean up. 2011-07-25 20:18:48 +00:00
ARMFixupKinds.h Sink ARM mc routines into MCTargetDesc. 2011-07-23 00:00:19 +00:00
ARMMachObjectWriter.cpp Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. 2011-07-25 23:24:55 +00:00
ARMMCAsmInfo.cpp Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. 2011-07-14 23:50:31 +00:00
ARMMCAsmInfo.h Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. 2011-07-14 23:50:31 +00:00
ARMMCCodeEmitter.cpp ARM cleanup of rot_imm encoding. 2011-07-26 21:28:43 +00:00
ARMMCExpr.cpp Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target. 2011-07-20 23:34:39 +00:00
ARMMCExpr.h Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target. 2011-07-20 23:34:39 +00:00
ARMMCTargetDesc.cpp Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to createMCObjectStreamer. 2011-07-26 00:42:34 +00:00
ARMMCTargetDesc.h Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. 2011-07-25 23:24:55 +00:00
CMakeLists.txt Clean up a pile of hacks in our CMake build relating to TableGen. 2011-07-26 00:09:08 +00:00
Makefile