Add correct encodings for the basic form of vst1.
[oota-llvm.git] / test / MC / ARM / neon-vst-encoding.s
1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
2 @ XFAIL: *
3
4 @ CHECK: vst1.8 {d16}, [r0, :64]        @ encoding: [0x1f,0x07,0x40,0xf4]
5   vst1.8        {d16}, [r0, :64]
6 @ CHECK: vst1.16        {d16}, [r0]             @ encoding: [0x4f,0x07,0x40,0xf4]
7   vst1.16       {d16}, [r0]
8 @ CHECK: vst1.32        {d16}, [r0]             @ encoding: [0x8f,0x07,0x40,0xf4]
9   vst1.32       {d16}, [r0]
10 @ CHECK: vst1.64        {d16}, [r0]             @ encoding: [0xcf,0x07,0x40,0xf4]
11   vst1.64       {d16}, [r0]
12 @ CHECK: vst1.8 {d16, d17}, [r0, :64]   @ encoding: [0x1f,0x0a,0x40,0xf4]
13   vst1.8        {d16, d17}, [r0, :64]
14 @ CHECK: vst1.16        {d16, d17}, [r0, :128]  @ encoding: [0x6f,0x0a,0x40,0xf4]
15   vst1.16       {d16, d17}, [r0, :128]
16 @ CHECK: vst1.32        {d16, d17}, [r0]        @ encoding: [0x8f,0x0a,0x40,0xf4]
17   vst1.32       {d16, d17}, [r0]
18 @ CHECK: vst1.64        {d16, d17}, [r0]        @ encoding: [0xcf,0x0a,0x40,0xf4]
19   vst1.64       {d16, d17}, [r0]
20