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:
92bf81d
)
Add check for predicate w/o S bit.
author
Jim Grosbach
<grosbach@apple.com>
Tue, 12 Jul 2011 16:25:04 +0000
(16:25 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Tue, 12 Jul 2011 16:25:04 +0000
(16:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134987
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/ARM/basic-arm-instructions.s
patch
|
blob
|
history
diff --git
a/test/MC/ARM/basic-arm-instructions.s
b/test/MC/ARM/basic-arm-instructions.s
index cf90a232eb8eac0a33504d46ac74c01c5bc98a31..254d33d0a1e9fdfbff66506993ed9e984149dc6f 100644
(file)
--- a/
test/MC/ARM/basic-arm-instructions.s
+++ b/
test/MC/ARM/basic-arm-instructions.s
@@
-16,6
+16,7
@@
_func:
adc r1, r2, #0xf000000f
adcs r1, r2, #0xf00
adcseq r1, r2, #0xf00
+ adceq r1, r2, #0xf00
@ CHECK: adc r1, r2, #15 @ encoding: [0x0f,0x10,0xa2,0xe2]
@ CHECK: adc r1, r2, #240 @ encoding: [0xf0,0x10,0xa2,0xe2]
@@
-29,3
+30,4
@@
_func:
@ CHECK: adcs r1, r2, #3840 @ encoding: [0x0f,0x1c,0xb2,0xe2]
@ CHECK: adcseq r1, r2, #3840 @ encoding: [0x0f,0x1c,0xb2,0x02]
+@ CHECK: adceq r1, r2, #3840 @ encoding: [0x0f,0x1c,0xa2,0x02]