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:
d446460
)
Thumb assembly parsing and encoding for ORR.
author
Jim Grosbach
<grosbach@apple.com>
Mon, 22 Aug 2011 17:41:44 +0000
(17:41 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Mon, 22 Aug 2011 17:41:44 +0000
(17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138245
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/ARM/basic-thumb-instructions.s
patch
|
blob
|
history
diff --git
a/test/MC/ARM/basic-thumb-instructions.s
b/test/MC/ARM/basic-thumb-instructions.s
index 13d1964936664d32d9c162bd43be84e0949ff541..a3bb31753675a8a710258a67612996475fdc3e33 100644
(file)
--- a/
test/MC/ARM/basic-thumb-instructions.s
+++ b/
test/MC/ARM/basic-thumb-instructions.s
@@
-355,3
+355,11
@@
_func:
nop
@ CHECK: nop @ encoding: [0xc0,0x46]
+
+
+@------------------------------------------------------------------------------
+@ ORR
+@------------------------------------------------------------------------------
+ orrs r3, r4
+
+@ CHECK-ERRORS: orrs r3, r4 @ encoding: [0x23,0x43]