llvm-6502/lib/Target/ARM/InstPrinter
Bruno Cardoso Lopes ae0855401b 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
2011-03-31 23:26:08 +00:00
..
ARMInstPrinter.cpp Apply again changes to support ARM memory asm parsing. I removed 2011-03-31 23:26:08 +00:00
ARMInstPrinter.h Apply again changes to support ARM memory asm parsing. I removed 2011-03-31 23:26:08 +00:00
CMakeLists.txt
Makefile