llvm-6502/lib/Target/ARM/Disassembler
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
..
ARMDisassembler.cpp ARM refactoring assembly parsing of memory address operands. 2011-08-03 23:50:40 +00:00
ARMDisassembler.h Better error handling of invalid IT mask '0000', instead of just asserting. 2010-04-19 23:02:58 +00:00
ARMDisassemblerCore.cpp ARM simplify the postidx_reg operand encoding. 2011-08-05 16:11:38 +00:00
ARMDisassemblerCore.h Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn necessitates a lot of changes to related bits. 2011-07-21 23:38:37 +00:00
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Makefile Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in 2010-04-07 20:53:12 +00:00
ThumbDisassemblerCore.h Fix broken encodings for the Thumb2 LDRD/STRD instructions. 2011-08-04 23:18:05 +00:00