summaryrefslogtreecommitdiff
path: root/test/MC/ARM/neon-vst-encoding.s
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-11-29 22:58:48 +0000
committerJim Grosbach <grosbach@apple.com>2011-11-29 22:58:48 +0000
commit4c7edb3ad8bd513c59190f6ebee9bee34af7d247 (patch)
treed8750e89dc9d24fb67192f7fae538f9fbe0cda1c /test/MC/ARM/neon-vst-encoding.s
parent2662c83a594b5df8deef2a540595a5faa72cfbdc (diff)
downloadllvm-4c7edb3ad8bd513c59190f6ebee9bee34af7d247.tar.gz
llvm-4c7edb3ad8bd513c59190f6ebee9bee34af7d247.tar.bz2
llvm-4c7edb3ad8bd513c59190f6ebee9bee34af7d247.tar.xz
ARM assembly parsing and encoding for four-register VST1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/neon-vst-encoding.s')
-rw-r--r--test/MC/ARM/neon-vst-encoding.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/ARM/neon-vst-encoding.s b/test/MC/ARM/neon-vst-encoding.s
index b86b175c38..e23845649f 100644
--- a/test/MC/ARM/neon-vst-encoding.s
+++ b/test/MC/ARM/neon-vst-encoding.s
@@ -11,6 +11,9 @@
vst1.8 {d16, d17, d18}, [r0, :64]
vst1.8 {d16, d17, d18}, [r0, :64]!
vst1.8 {d16, d17, d18}, [r0], r3
+ vst1.8 {d16, d17, d18, d19}, [r0, :64]
+ vst1.16 {d16, d17, d18, d19}, [r1, :64]!
+ vst1.64 {d16, d17, d18, d19}, [r3], r2
@ CHECK: vst1.8 {d16}, [r0, :64] @ encoding: [0x1f,0x07,0x40,0xf4]
@ CHECK: vst1.16 {d16}, [r0] @ encoding: [0x4f,0x07,0x40,0xf4]
@@ -23,6 +26,9 @@
@ CHECK: vst1.8 {d16, d17, d18}, [r0, :64] @ encoding: [0x1f,0x06,0x40,0xf4]
@ CHECK: vst1.8 {d16, d17, d18}, [r0, :64]! @ encoding: [0x1d,0x06,0x40,0xf4]
@ CHECK: vst1.8 {d16, d17, d18}, [r0], r3 @ encoding: [0x03,0x06,0x40,0xf4]
+@ CHECK: vst1.8 {d16, d17, d18, d19}, [r0, :64] @ encoding: [0x1f,0x02,0x40,0xf4]
+@ CHECK: vst1.16 {d16, d17, d18, d19}, [r1, :64]! @ encoding: [0x5d,0x02,0x41,0xf4]
+@ CHECK: vst1.64 {d16, d17, d18, d19}, [r3], r2 @ encoding: [0xc2,0x02,0x43,0xf4]
@ vst2.8 {d16, d17}, [r0, :64]