Apply again changes to support ARM memory asm parsing. I removed
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 31 Mar 2011 23:26:08 +0000 (23:26 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 31 Mar 2011 23:26:08 +0000 (23:26 +0000)
commitae0855401b8c80f96904b6808b0bc4c89216aecd
tree9af5d7fbc7585b1555b09e35457b11f4ae9a897f
parent842759662ba3eae35d6078643983a07266be9aa5
Apply again changes to support ARM memory asm parsing. I removed
all LDR/STR changes and left them to a future patch. Passing all
checks now.

- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and
  fix the encoding wherever is possible.
- Add a new encoding bit to describe the index mode used and teach
  printAddrMode2Operand to check by the addressing mode which index
  mode to print.
- Testcases

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128689 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAddressingModes.h
lib/Target/ARM/ARMBaseInfo.h
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
test/MC/ARM/arm_addrmode2.s [new file with mode: 0644]