summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrThumb.td
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-19 19:17:58 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-19 19:17:58 +0000
commit05b01567349dc6c98f9e68c1d4a639aca7ad5ac4 (patch)
treebc80a813c257e0ba241fde8dccd2021692554501 /lib/Target/ARM/ARMInstrThumb.td
parent38466309d5c8ce408f05567fa47aeaa3b5826080 (diff)
downloadllvm-05b01567349dc6c98f9e68c1d4a639aca7ad5ac4.tar.gz
llvm-05b01567349dc6c98f9e68c1d4a639aca7ad5ac4.tar.bz2
llvm-05b01567349dc6c98f9e68c1d4a639aca7ad5ac4.tar.xz
Thumb assembly parsing and encoding for LDRSB and LDRSH.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138061 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrThumb.td')
-rw-r--r--lib/Target/ARM/ARMInstrThumb.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb.td b/lib/Target/ARM/ARMInstrThumb.td
index edc4660034..63d8b48734 100644
--- a/lib/Target/ARM/ARMInstrThumb.td
+++ b/lib/Target/ARM/ARMInstrThumb.td
@@ -120,6 +120,7 @@ def t_addrmode_rr : Operand<i32>,
let EncoderMethod = "getThumbAddrModeRegRegOpValue";
let PrintMethod = "printThumbAddrModeRROperand";
let DecoderMethod = "DecodeThumbAddrModeRR";
+ let ParserMatchClass = t_addrmode_rr_asm_operand;
let MIOperandInfo = (ops tGPR:$base, tGPR:$offsreg);
}