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:
11cca7a
)
Thumb assembly parsing and encoding test for CMN.
author
Jim Grosbach
<grosbach@apple.com>
Thu, 18 Aug 2011 17:55:03 +0000
(17:55 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Thu, 18 Aug 2011 17:55:03 +0000
(17:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137957
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 eb3a2b75d37be9678aaf1b5250ba5439190aa82e..1448538d6b171f3ae8c74d3c789ca21fc3dfa139 100644
(file)
--- a/
test/MC/ARM/basic-thumb-instructions.s
+++ b/
test/MC/ARM/basic-thumb-instructions.s
@@
-134,3
+134,13
@@
_func:
bx r2
@ CHECK: bx r2 @ encoding: [0x10,0x47]
+
+
+@------------------------------------------------------------------------------
+@ CMN
+@------------------------------------------------------------------------------
+
+ cmn r5, r1
+
+@ CHECK: cmn r5, r1 @ encoding: [0xcd,0x42]
+