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:
88ae2bc
)
Thumb assembly parsing and encoding for MVN.
author
Jim Grosbach
<grosbach@apple.com>
Fri, 19 Aug 2011 22:09:23 +0000
(22:09 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 19 Aug 2011 22:09:23 +0000
(22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138109
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 04823ae747950dec5bb2530fcf0071f66e9eb93a..0e4c58074022fdc8d0cdb4c27d65f56a0996a237 100644
(file)
--- a/
test/MC/ARM/basic-thumb-instructions.s
+++ b/
test/MC/ARM/basic-thumb-instructions.s
@@
-331,3
+331,11
@@
_func:
@ CHECK: muls r1, r2, r1 @ encoding: [0x51,0x43]
@ CHECK: muls r3, r4, r3 @ encoding: [0x63,0x43]
+
+
+@------------------------------------------------------------------------------
+@ MVN
+@------------------------------------------------------------------------------
+ mvns r6, r3
+
+@ CHECK: mvns r6, r3 @ encoding: [0xde,0x43]