projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
545b77e
)
Encode the literal field for tCMPzi instruction.
author
Jim Grosbach
<grosbach@apple.com>
Tue, 7 Dec 2010 17:48:24 +0000
(17:48 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Tue, 7 Dec 2010 17:48:24 +0000
(17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121153
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrThumb.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrThumb.td
b/lib/Target/ARM/ARMInstrThumb.td
index 67f7da64ddf713ba83febb52ad799bc8d758bd8f..2da8aa8ce8e299e8df1f37dff7ac438ded1a198a 100644
(file)
--- a/
lib/Target/ARM/ARMInstrThumb.td
+++ b/
lib/Target/ARM/ARMInstrThumb.td
@@
-926,8
+926,9
@@
def tCMPzi8 : T1pI<(outs), (ins tGPR:$Rn, i32imm:$imm8), IIC_iCMPi,
T1General<{1,0,1,?,?}> {
// A8.6.35
bits<3> Rn;
+ bits<8> imm8;
let Inst{10-8} = Rn;
- let Inst{7-0} =
0x00
;
+ let Inst{7-0} =
imm8
;
}
// CMP register