[llvm-commits] [llvm] r117607 - /llvm/trunk/test/MC/ARM/arm_instructions.s

Chris Lattner sabre at nondot.org
Thu Oct 28 14:31:07 PDT 2010


Author: lattner
Date: Thu Oct 28 16:31:07 2010
New Revision: 117607

URL: http://llvm.org/viewvc/llvm-project?rev=117607&view=rev
Log:
most simple arm instructions match correctly now,
it looks like we're not handling [] operands though

Modified:
    llvm/trunk/test/MC/ARM/arm_instructions.s

Modified: llvm/trunk/test/MC/ARM/arm_instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/arm_instructions.s?rev=117607&r1=117606&r2=117607&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/arm_instructions.s (original)
+++ llvm/trunk/test/MC/ARM/arm_instructions.s Thu Oct 28 16:31:07 2010
@@ -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
+





More information about the llvm-commits mailing list