1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/ARM/InstPrinter
Jim Grosbach 67621a1af4 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.

llvm-svn: 136969
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