Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / SVE2p1 / ld1d_q.s
blob12ecde8dc80f86d1f999e25b3366d332629ae9bc
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 ld1d {z0.q}, p0/z, [x0, x0, lsl #3] // 10100101-10000000-10000000-00000000
16 // CHECK-INST: ld1d { z0.q }, p0/z, [x0, x0, lsl #3]
17 // CHECK-ENCODING: [0x00,0x80,0x80,0xa5]
18 // CHECK-ERROR: instruction requires: sve2p1
19 // CHECK-UNKNOWN: a5808000 <unknown>
21 ld1d {z21.q}, p5/z, [x10, x21, lsl #3] // 10100101-10010101-10010101-01010101
22 // CHECK-INST: ld1d { z21.q }, p5/z, [x10, x21, lsl #3]
23 // CHECK-ENCODING: [0x55,0x95,0x95,0xa5]
24 // CHECK-ERROR: instruction requires: sve2p1
25 // CHECK-UNKNOWN: a5959555 <unknown>
27 ld1d {z23.q}, p3/z, [x13, x8, lsl #3] // 10100101-10001000-10001101-10110111
28 // CHECK-INST: ld1d { z23.q }, p3/z, [x13, x8, lsl #3]
29 // CHECK-ENCODING: [0xb7,0x8d,0x88,0xa5]
30 // CHECK-ERROR: instruction requires: sve2p1
31 // CHECK-UNKNOWN: a5888db7 <unknown>
33 ld1d z23.q, p3/z, [x13, x8, lsl #3] // 10100101-10001000-10001101-10110111
34 // CHECK-INST: ld1d { z23.q }, p3/z, [x13, x8, lsl #3]
35 // CHECK-ENCODING: [0xb7,0x8d,0x88,0xa5]
36 // CHECK-ERROR: instruction requires: sve2p1
37 // CHECK-UNKNOWN: a5888db7 <unknown>
39 ld1d {z0.q}, p0/z, [x0] // 10100101-10010000-00100000-00000000
40 // CHECK-INST: ld1d { z0.q }, p0/z, [x0]
41 // CHECK-ENCODING: [0x00,0x20,0x90,0xa5]
42 // CHECK-ERROR: instruction requires: sve2p1
43 // CHECK-UNKNOWN: a5902000 <unknown>
45 ld1d z0.q, p0/z, [x0] // 10100101-10010000-00100000-00000000
46 // CHECK-INST: ld1d { z0.q }, p0/z, [x0]
47 // CHECK-ENCODING: [0x00,0x20,0x90,0xa5]
48 // CHECK-ERROR: instruction requires: sve2p1
49 // CHECK-UNKNOWN: a5902000 <unknown>
51 ld1d {z21.q}, p5/z, [x10, #5, mul vl] // 10100101-10010101-00110101-01010101
52 // CHECK-INST: ld1d { z21.q }, p5/z, [x10, #5, mul vl]
53 // CHECK-ENCODING: [0x55,0x35,0x95,0xa5]
54 // CHECK-ERROR: instruction requires: sve2p1
55 // CHECK-UNKNOWN: a5953555 <unknown>
57 ld1d {z23.q}, p3/z, [x13, #-8, mul vl] // 10100101-10011000-00101101-10110111
58 // CHECK-INST: ld1d { z23.q }, p3/z, [x13, #-8, mul vl]
59 // CHECK-ENCODING: [0xb7,0x2d,0x98,0xa5]
60 // CHECK-ERROR: instruction requires: sve2p1
61 // CHECK-UNKNOWN: a5982db7 <unknown>
63 ld1d {z31.q}, p7/z, [sp, #-1, mul vl] // 10100101-10011111-00111111-11111111
64 // CHECK-INST: ld1d { z31.q }, p7/z, [sp, #-1, mul vl]
65 // CHECK-ENCODING: [0xff,0x3f,0x9f,0xa5]
66 // CHECK-ERROR: instruction requires: sve2p1
67 // CHECK-UNKNOWN: a59f3fff <unknown>
69 ld1d z31.q, p7/z, [sp, #-1, mul vl] // 10100101-10011111-00111111-11111111
70 // CHECK-INST: ld1d { z31.q }, p7/z, [sp, #-1, mul vl]
71 // CHECK-ENCODING: [0xff,0x3f,0x9f,0xa5]
72 // CHECK-ERROR: instruction requires: sve2p1
73 // CHECK-UNKNOWN: a59f3fff <unknown>