summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-09-09 18:37:27 +0000
committerJim Grosbach <grosbach@apple.com>2011-09-09 18:37:27 +0000
commita05627ebaf0bf5fbc1d666b677305212743699b1 (patch)
tree16a67eda8e35e1bf313f92291d0846168015390b /llvm/utils
parentef15bdbe1a02fd136ef58171fa3fdbef07ace478 (diff)
downloadbcm5719-llvm-a05627ebaf0bf5fbc1d666b677305212743699b1.tar.gz
bcm5719-llvm-a05627ebaf0bf5fbc1d666b677305212743699b1.zip
Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.
llvm-svn: 139381
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/EDEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp
index 11de085d9ae..1974a8af48d 100644
--- a/llvm/utils/TableGen/EDEmitter.cpp
+++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -673,6 +673,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
MISC("t2addrmode_imm12", "kOperandTypeThumb2AddrModeImm12"); // R, I
MISC("t2addrmode_so_reg", "kOperandTypeThumb2AddrModeSoReg"); // R, R, I
MISC("t2addrmode_imm8s4", "kOperandTypeThumb2AddrModeImm8s4"); // R, I
+ MISC("t2addrmode_imm0_1020s4", "kOperandTypeThumb2AddrModeImm8s4"); // R, I
MISC("t2am_imm8s4_offset", "kOperandTypeThumb2AddrModeImm8s4Offset");
// R, I
MISC("tb_addrmode", "kOperandTypeARMTBAddrMode"); // I
OpenPOWER on IntegriCloud