Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / SVE2p1 / st1w_q.s
blobefb682692224e362e19be0a7df5728082f69e677
1 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 < %s \
2 // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
3 // RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
4 // RUN: | FileCheck %s --check-prefix=CHECK-ERROR
5 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve2p1 < %s \
6 // RUN: | llvm-objdump -d --no-print-imm-hex --mattr=+sve2p1 - | FileCheck %s --check-prefix=CHECK-INST
7 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve2p1 < %s \
8 // RUN: | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN
9 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 < %s \
10 // RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \
11 // RUN: | llvm-mc -triple=aarch64 -mattr=+sve2p1 -disassemble -show-encoding \
12 // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
15 st1w {z0.q}, p0, [x0, x0, lsl #2] // 11100101-00000000-01000000-00000000
16 // CHECK-INST: st1w { z0.q }, p0, [x0, x0, lsl #2]
17 // CHECK-ENCODING: [0x00,0x40,0x00,0xe5]
18 // CHECK-ERROR: instruction requires: sve2p1
19 // CHECK-UNKNOWN: e5004000 <unknown>
21 st1w {z21.q}, p5, [x10, x21, lsl #2] // 11100101-00010101-01010101-01010101
22 // CHECK-INST: st1w { z21.q }, p5, [x10, x21, lsl #2]
23 // CHECK-ENCODING: [0x55,0x55,0x15,0xe5]
24 // CHECK-ERROR: instruction requires: sve2p1
25 // CHECK-UNKNOWN: e5155555 <unknown>
27 st1w {z23.q}, p3, [x13, x8, lsl #2] // 11100101-00001000-01001101-10110111
28 // CHECK-INST: st1w { z23.q }, p3, [x13, x8, lsl #2]
29 // CHECK-ENCODING: [0xb7,0x4d,0x08,0xe5]
30 // CHECK-ERROR: instruction requires: sve2p1
31 // CHECK-UNKNOWN: e5084db7 <unknown>
33 st1w z23.q, p3, [x13, x8, lsl #2] // 11100101-00001000-01001101-10110111
34 // CHECK-INST: st1w { z23.q }, p3, [x13, x8, lsl #2]
35 // CHECK-ENCODING: [0xb7,0x4d,0x08,0xe5]
36 // CHECK-ERROR: instruction requires: sve2p1
37 // CHECK-UNKNOWN: e5084db7 <unknown>
39 st1w {z0.q}, p0, [x0] // 11100101-00000000-11100000-00000000
40 // CHECK-INST: st1w { z0.q }, p0, [x0]
41 // CHECK-ENCODING: [0x00,0xe0,0x00,0xe5]
42 // CHECK-ERROR: instruction requires: sve2p1
43 // CHECK-UNKNOWN: e500e000 <unknown>
45 st1w z0.q, p0, [x0] // 11100101-00000000-11100000-00000000
46 // CHECK-INST: st1w { z0.q }, p0, [x0]
47 // CHECK-ENCODING: [0x00,0xe0,0x00,0xe5]
48 // CHECK-ERROR: instruction requires: sve2p1
49 // CHECK-UNKNOWN: e500e000 <unknown>
51 st1w {z21.q}, p5, [x10, #5, mul vl] // 11100101-00000101-11110101-01010101
52 // CHECK-INST: st1w { z21.q }, p5, [x10, #5, mul vl]
53 // CHECK-ENCODING: [0x55,0xf5,0x05,0xe5]
54 // CHECK-ERROR: instruction requires: sve2p1
55 // CHECK-UNKNOWN: e505f555 <unknown>
57 st1w {z23.q}, p3, [x13, #-8, mul vl] // 11100101-00001000-11101101-10110111
58 // CHECK-INST: st1w { z23.q }, p3, [x13, #-8, mul vl]
59 // CHECK-ENCODING: [0xb7,0xed,0x08,0xe5]
60 // CHECK-ERROR: instruction requires: sve2p1
61 // CHECK-UNKNOWN: e508edb7 <unknown>
63 st1w {z31.q}, p7, [sp, #-1, mul vl] // 11100101-00001111-11111111-11111111
64 // CHECK-INST: st1w { z31.q }, p7, [sp, #-1, mul vl]
65 // CHECK-ENCODING: [0xff,0xff,0x0f,0xe5]
66 // CHECK-ERROR: instruction requires: sve2p1
67 // CHECK-UNKNOWN: e50fffff <unknown>
69 st1w z31.q, p7, [sp, #-1, mul vl] // 11100101-00001111-11111111-11111111
70 // CHECK-INST: st1w { z31.q }, p7, [sp, #-1, mul vl]
71 // CHECK-ENCODING: [0xff,0xff,0x0f,0xe5]
72 // CHECK-ERROR: instruction requires: sve2p1
73 // CHECK-UNKNOWN: e50fffff <unknown>