summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-12 07:34:37 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-12 07:34:37 +0000
commit706329143d0cbe83684275417c514725aab773e9 (patch)
tree9543786ec81c1b46b19306ca97378dce0a35bd6f /lib/Target/ARM/ARMInstrInfo.h
parent3c4a4ffa3dba5e3c7a0900d0bafe28d7095f3ada (diff)
downloadllvm-706329143d0cbe83684275417c514725aab773e9.tar.gz
llvm-706329143d0cbe83684275417c514725aab773e9.tar.bz2
llvm-706329143d0cbe83684275417c514725aab773e9.tar.xz
Fix address mode 3 immediate offset mode encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.h')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.h b/lib/Target/ARM/ARMInstrInfo.h
index 4a0065dce5..1ef965c555 100644
--- a/lib/Target/ARM/ARMInstrInfo.h
+++ b/lib/Target/ARM/ARMInstrInfo.h
@@ -116,8 +116,10 @@ namespace ARMII {
// Field shifts - such shifts are used to set field while generating
// machine instructions.
M_BitShift = 5,
+ ShiftImmShift = 5,
ShiftShift = 7,
N_BitShift = 7,
+ ImmHiShift = 8,
SoRotImmShift = 8,
RegRsShift = 8,
ExtRotImmShift = 10,