summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-20 20:03:00 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-20 20:03:00 +0000
commit514806b52e88aca0c30f55763a997d1befa7c2ba (patch)
treec74070dbcf5ceccf957bd8a6e48de9cf1c4267b6
parent45ca049f1f221f5fc1a118f6aab83ac290cb8211 (diff)
downloadllvm-514806b52e88aca0c30f55763a997d1befa7c2ba.tar.gz
llvm-514806b52e88aca0c30f55763a997d1befa7c2ba.tar.bz2
llvm-514806b52e88aca0c30f55763a997d1befa7c2ba.tar.xz
ARM enable a few more tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146985 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/MC/ARM/neon-vst-encoding.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/MC/ARM/neon-vst-encoding.s b/test/MC/ARM/neon-vst-encoding.s
index 3a4cb875f8..c10c07685f 100644
--- a/test/MC/ARM/neon-vst-encoding.s
+++ b/test/MC/ARM/neon-vst-encoding.s
@@ -98,8 +98,8 @@
@ FIXME: vst4.32 {d17, d19, d21, d23}, [r0]! @ encoding: [0x8d,0x11,0x40,0xf4]
-@ vst2.8 {d16[1], d17[1]}, [r0, :16]
-@ vst2.16 {d16[1], d17[1]}, [r0, :32]
+ vst2.8 {d16[1], d17[1]}, [r0, :16]
+ vst2.16 {d16[1], d17[1]}, [r0, :32]
vst2.32 {d16[1], d17[1]}, [r0]
@ vst2.16 {d17[1], d19[1]}, [r0]
@ vst2.32 {d17[0], d19[0]}, [r0, :64]
@@ -108,8 +108,8 @@
vst2.8 {d2[4], d3[4]}, [r2]!
vst2.8 {d2[4], d3[4]}, [r2]
-@ FIXME: vst2.8 {d16[1], d17[1]}, [r0, :16] @ encoding: [0x3f,0x01,0xc0,0xf4]
-@ FIXME: vst2.16 {d16[1], d17[1]}, [r0, :32] @ encoding: [0x5f,0x05,0xc0,0xf4]
+@ CHECK: vst2.8 {d16[1], d17[1]}, [r0, :16] @ encoding: [0x3f,0x01,0xc0,0xf4]
+@ CHECK: vst2.16 {d16[1], d17[1]}, [r0, :32] @ encoding: [0x5f,0x05,0xc0,0xf4]
@ CHECK: vst2.32 {d16[1], d17[1]}, [r0] @ encoding: [0x8f,0x09,0xc0,0xf4]
@ FIXME: vst2.16 {d17[1], d19[1]}, [r0] @ encoding: [0x6f,0x15,0xc0,0xf4]
@ FIXME: vst2.32 {d17[0], d19[0]}, [r0, :64] @ encoding: [0x5f,0x19,0xc0,0xf4]