llvm-6502/lib/Target/ARM/InstPrinter
Jim Grosbach 4a5ffb399f ARM SSAT instruction 5-bit immediate handling.
The immediate is in the range 1-32, but is encoded as 0-31 in a 5-bit bitfield.
Update the representation such that we store the operand as 0-31, allowing us
to remove the encoder method and the special case handling in the disassembler.
Update the assembly parser and the instruction printer accordingly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135823 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-22 23:16:18 +00:00
..
ARMInstPrinter.cpp ARM SSAT instruction 5-bit immediate handling. 2011-07-22 23:16:18 +00:00
ARMInstPrinter.h ARM SSAT instruction 5-bit immediate handling. 2011-07-22 23:16:18 +00:00
CMakeLists.txt
Makefile