summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-28 21:31:07 +0000
committerChris Lattner <sabre@nondot.org>2010-10-28 21:31:07 +0000
commit327a61423b7363e018706f45a27885395ba64e6a (patch)
treef045e1237e4c5192fac603e88af0ee51a5909d65
parent1be0697ab935a7f85d68ce952901d6beb1bc469a (diff)
downloadbcm5719-llvm-327a61423b7363e018706f45a27885395ba64e6a.tar.gz
bcm5719-llvm-327a61423b7363e018706f45a27885395ba64e6a.zip
most simple arm instructions match correctly now,
it looks like we're not handling [] operands though llvm-svn: 117607
-rw-r--r--llvm/test/MC/ARM/arm_instructions.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/arm_instructions.s b/llvm/test/MC/ARM/arm_instructions.s
index 5335c16e857..d53859430e1 100644
--- a/llvm/test/MC/ARM/arm_instructions.s
+++ b/llvm/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
+
OpenPOWER on IntegriCloud