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:
4e692ab
)
most simple arm instructions match correctly now,
author
Chris Lattner
<sabre@nondot.org>
Thu, 28 Oct 2010 21:31:07 +0000
(21:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 28 Oct 2010 21:31:07 +0000
(21:31 +0000)
it looks like we're not handling [] operands though
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117607
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/ARM/arm_instructions.s
patch
|
blob
|
history
diff --git
a/test/MC/ARM/arm_instructions.s
b/test/MC/ARM/arm_instructions.s
index 5335c16e85744f60ce535753d5b56ac912d25ff1..d53859430e1eed0eaa3dd72ffdee0bb6f6d0dd80 100644
(file)
--- a/
test/MC/ARM/arm_instructions.s
+++ b/
test/MC/ARM/arm_instructions.s
@@
-11,3
+11,8
@@
@ CHECK: bx lr
@ CHECK: encoding: [0x1e,0xff,0x2f,0xe1]
bx lr
+
+@ CHECK: vqdmull.s32 q8, d17, d16
+@ CHECK: encoding: [0xa0,0x0d,0xe1,0xf2]
+vqdmull.s32 q8, d17, d16
+