llvm-6502/lib/Target/ARM/InstPrinter
Jim Grosbach 16578b5088 ARM simplify the postidx_reg operand encoding.
The immediate portion of the operand is just a boolean (the 'U' bit indicating
add vs. subtract). Treat it as such.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136969 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-05 16:11:38 +00:00
..
ARMInstPrinter.cpp ARM simplify the postidx_reg operand encoding. 2011-08-05 16:11:38 +00:00
ARMInstPrinter.h ARM use a dedicated printer for postidx_reg operands. 2011-08-05 15:48:21 +00:00
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Makefile