From e8692ed5a66a4382ee0adca317dd348935426d79 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 18 Oct 2011 18:23:03 +0000 Subject: Another failing encoding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142388 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/neont2-mul-encoding.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/MC/ARM/neont2-mul-encoding.s b/test/MC/ARM/neont2-mul-encoding.s index 8f8fd5928c..a9de38ec0f 100644 --- a/test/MC/ARM/neont2-mul-encoding.s +++ b/test/MC/ARM/neont2-mul-encoding.s @@ -70,6 +70,9 @@ vqdmull.s16 q8, d16, d17 vqdmull.s32 q8, d16, d17 +@ vqdmull.s16 q1, d7, d1[1] @ CHECK: vqdmull.s16 q8, d16, d17 @ encoding: [0xd0,0xef,0xa1,0x0d] @ CHECK: vqdmull.s32 q8, d16, d17 @ encoding: [0xe0,0xef,0xa1,0x0d] +@ FIXME: vqdmull.s16 q1, d7, d1[1] @ encoding: [0x97,0xef,0x49,0x3b] + -- cgit v1.2.3