diff options
| author | Richard Barton <richard.barton@arm.com> | 2012-03-28 10:18:11 +0000 |
|---|---|---|
| committer | Richard Barton <richard.barton@arm.com> | 2012-03-28 10:18:11 +0000 |
| commit | 7ce39497b4dffabf354da1047a6274ae6b3a194c (patch) | |
| tree | 06771930b337bca9d3d064629f592974fe97ed1e /llvm/test | |
| parent | 772c88b8872b12d58d5d65593b936dccb7327e0b (diff) | |
| download | bcm5719-llvm-7ce39497b4dffabf354da1047a6274ae6b3a194c.tar.gz bcm5719-llvm-7ce39497b4dffabf354da1047a6274ae6b3a194c.zip | |
Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.
llvm-svn: 153573
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/ARM/neon-vst-encoding.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/neon-vst-encoding.s b/llvm/test/MC/ARM/neon-vst-encoding.s index 1f07461d10c..f5feca4c8c1 100644 --- a/llvm/test/MC/ARM/neon-vst-encoding.s +++ b/llvm/test/MC/ARM/neon-vst-encoding.s @@ -268,3 +268,11 @@ @ rdar://11082188 vst2.8 {d8, d10}, [r4] @ CHECK: vst2.8 {d8, d10}, [r4] @ encoding: [0x0f,0x89,0x04,0xf4] + + vst1.32 {d9[1]}, [r3, :32] + vst1.32 {d27[1]}, [r9, :32]! + vst1.32 {d27[1]}, [r3, :32], r5 +@ CHECK: vst1.32 {d9[1]}, [r3, :32] @ encoding: [0xbf,0x98,0x83,0xf4] +@ CHECK: vst1.32 {d27[1]}, [r9, :32]! @ encoding: [0xbd,0xb8,0xc9,0xf4] +@ CHECK: vst1.32 {d27[1]}, [r3, :32], r5 @ encoding: [0xb5,0xb8,0xc3,0xf4] + |

