summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-02 18:52:30 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-02 18:52:30 +0000
commitdad2f8e7fb2df5fb080a38fa4c33a01f19729f15 (patch)
tree652f8343f120b677b0e591db9d274bcd5b049eb5 /test/MC
parent30fe1ae20d02ac8e12cec9d767d855946546a030 (diff)
downloadllvm-dad2f8e7fb2df5fb080a38fa4c33a01f19729f15.tar.gz
llvm-dad2f8e7fb2df5fb080a38fa4c33a01f19729f15.tar.bz2
llvm-dad2f8e7fb2df5fb080a38fa4c33a01f19729f15.tar.xz
Clean up aliases for ARM VLD1 single-lane assembly parsing a bit.
Add the 16-bit lane variants while I'm at it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/ARM/neon-vld-encoding.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ARM/neon-vld-encoding.s b/test/MC/ARM/neon-vld-encoding.s
index 9b831bbe9b..a6c1b6eff9 100644
--- a/test/MC/ARM/neon-vld-encoding.s
+++ b/test/MC/ARM/neon-vld-encoding.s
@@ -182,11 +182,11 @@
@ CHECK: vld1.8 {d4[], d5[]}, [r1]! @ encoding: [0x2d,0x4c,0xa1,0xf4]
@ CHECK: vld1.8 {d4[], d5[]}, [r1], r3 @ encoding: [0x23,0x4c,0xa1,0xf4]
-@ vld1.8 {d16[3]}, [r0]
+ vld1.8 {d16[3]}, [r0]
@ vld1.16 {d16[2]}, [r0, :16]
@ vld1.32 {d16[1]}, [r0, :32]
-@ FIXME: vld1.8 {d16[3]}, [r0] @ encoding: [0x6f,0x00,0xe0,0xf4]
+@ CHECK: vld1.8 {d16[3]}, [r0] @ encoding: [0x6f,0x00,0xe0,0xf4]
@ FIXME: vld1.16 {d16[2]}, [r0, :16] @ encoding: [0x9f,0x04,0xe0,0xf4]
@ FIXME: vld1.32 {d16[1]}, [r0, :32] @ encoding: [0xbf,0x08,0xe0,0xf4]