Add support for parsing and encoding ARM's official syntax for the BFI instruction
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 18 Jan 2011 20:45:56 +0000 (20:45 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 18 Jan 2011 20:45:56 +0000 (20:45 +0000)
commita461d4222877f43588da38c466145f38dd74e229
tree4b76c21206e79f775997c85bc06796738c0d972d
parentff12a8bd999569ce76b3a9f5e167f6e89280e9d9
Add support for parsing and encoding ARM's official syntax for the BFI instruction

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123770 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
test/MC/ARM/arm_instructions.s
test/MC/ARM/thumb2.s
utils/TableGen/ARMDecoderEmitter.cpp
utils/TableGen/EDEmitter.cpp