ARM assembly parsing and encoding for RFE instruction.
authorJim Grosbach <grosbach@apple.com>
Fri, 29 Jul 2011 18:47:24 +0000 (18:47 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 29 Jul 2011 18:47:24 +0000 (18:47 +0000)
commit2c6363a62df95b74468d9a561bbcb9edddeb3507
tree64e1dafa4afce7a9ed628ab455eac1a215f5d5b0
parentea2429896a9f4cf3176bf69e83d107f214630ec1
ARM assembly parsing and encoding for RFE instruction.

Fill in the missing fixed bits and the register operand bits of the instruction
encoding. Refactor the definition to make the mode explicit, which is
consistent with how loads and stores are normally represented and makes
parsing much easier. Add parsing aliases for pseudo-instruction variants.
Update the disassembler for the new representations. Add tests for parsing and
encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136479 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp
test/MC/ARM/basic-arm-instructions.s