xref: /llvm-project/llvm/test/MC/AArch64/SVE2p1/ldnt1w.s (revision 12a6572d41f195a5765b49322b46b246c30759fc)
1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \
2// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
3// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 < %s \
4// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
5// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
6// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR
7// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \
8// RUN:        | llvm-objdump -d --no-print-imm-hex --mattr=+sme2 - | FileCheck %s --check-prefix=CHECK-INST
9// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \
10// RUN:        | llvm-objdump -d --mattr=-sme2,-sve2p1 - | FileCheck %s --check-prefix=CHECK-UNKNOWN
11// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \
12// RUN:        | sed '/.text/d' | sed 's/.*encoding: //g' \
13// RUN:        | llvm-mc -triple=aarch64 -mattr=+sme2 -disassemble -show-encoding \
14// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
15
16ldnt1w  {z0.s-z1.s}, pn8/z, [x0, x0, lsl #2]  // 10100000-00000000-01000000-00000001
17// CHECK-INST: ldnt1w  { z0.s, z1.s }, pn8/z, [x0, x0, lsl #2]
18// CHECK-ENCODING: [0x01,0x40,0x00,0xa0]
19// CHECK-ERROR: instruction requires: sme2 or sve2p1
20// CHECK-UNKNOWN: a0004001 <unknown>
21
22ldnt1w  {z20.s-z21.s}, pn13/z, [x10, x21, lsl #2]  // 10100000-00010101-01010101-01010101
23// CHECK-INST: ldnt1w  { z20.s, z21.s }, pn13/z, [x10, x21, lsl #2]
24// CHECK-ENCODING: [0x55,0x55,0x15,0xa0]
25// CHECK-ERROR: instruction requires: sme2 or sve2p1
26// CHECK-UNKNOWN: a0155555 <unknown>
27
28ldnt1w  {z22.s-z23.s}, pn11/z, [x13, x8, lsl #2]  // 10100000-00001000-01001101-10110111
29// CHECK-INST: ldnt1w  { z22.s, z23.s }, pn11/z, [x13, x8, lsl #2]
30// CHECK-ENCODING: [0xb7,0x4d,0x08,0xa0]
31// CHECK-ERROR: instruction requires: sme2 or sve2p1
32// CHECK-UNKNOWN: a0084db7 <unknown>
33
34ldnt1w  {z30.s-z31.s}, pn15/z, [sp, xzr, lsl #2]  // 10100000-00011111-01011111-11111111
35// CHECK-INST: ldnt1w  { z30.s, z31.s }, pn15/z, [sp, xzr, lsl #2]
36// CHECK-ENCODING: [0xff,0x5f,0x1f,0xa0]
37// CHECK-ERROR: instruction requires: sme2 or sve2p1
38// CHECK-UNKNOWN: a01f5fff <unknown>
39
40ldnt1w  {z0.s-z1.s}, pn8/z, [x0]  // 10100000-01000000-01000000-00000001
41// CHECK-INST: ldnt1w  { z0.s, z1.s }, pn8/z, [x0]
42// CHECK-ENCODING: [0x01,0x40,0x40,0xa0]
43// CHECK-ERROR: instruction requires: sme2 or sve2p1
44// CHECK-UNKNOWN: a0404001 <unknown>
45
46ldnt1w  {z20.s-z21.s}, pn13/z, [x10, #10, mul vl]  // 10100000-01000101-01010101-01010101
47// CHECK-INST: ldnt1w  { z20.s, z21.s }, pn13/z, [x10, #10, mul vl]
48// CHECK-ENCODING: [0x55,0x55,0x45,0xa0]
49// CHECK-ERROR: instruction requires: sme2 or sve2p1
50// CHECK-UNKNOWN: a0455555 <unknown>
51
52ldnt1w  {z22.s-z23.s}, pn11/z, [x13, #-16, mul vl]  // 10100000-01001000-01001101-10110111
53// CHECK-INST: ldnt1w  { z22.s, z23.s }, pn11/z, [x13, #-16, mul vl]
54// CHECK-ENCODING: [0xb7,0x4d,0x48,0xa0]
55// CHECK-ERROR: instruction requires: sme2 or sve2p1
56// CHECK-UNKNOWN: a0484db7 <unknown>
57
58ldnt1w  {z30.s-z31.s}, pn15/z, [sp, #-2, mul vl]  // 10100000-01001111-01011111-11111111
59// CHECK-INST: ldnt1w  { z30.s, z31.s }, pn15/z, [sp, #-2, mul vl]
60// CHECK-ENCODING: [0xff,0x5f,0x4f,0xa0]
61// CHECK-ERROR: instruction requires: sme2 or sve2p1
62// CHECK-UNKNOWN: a04f5fff <unknown>
63
64ldnt1w  {z0.s-z3.s}, pn8/z, [x0, x0, lsl #2]  // 10100000-00000000-11000000-00000001
65// CHECK-INST: ldnt1w  { z0.s - z3.s }, pn8/z, [x0, x0, lsl #2]
66// CHECK-ENCODING: [0x01,0xc0,0x00,0xa0]
67// CHECK-ERROR: instruction requires: sme2 or sve2p1
68// CHECK-UNKNOWN: a000c001 <unknown>
69
70ldnt1w  {z20.s-z23.s}, pn13/z, [x10, x21, lsl #2]  // 10100000-00010101-11010101-01010101
71// CHECK-INST: ldnt1w  { z20.s - z23.s }, pn13/z, [x10, x21, lsl #2]
72// CHECK-ENCODING: [0x55,0xd5,0x15,0xa0]
73// CHECK-ERROR: instruction requires: sme2 or sve2p1
74// CHECK-UNKNOWN: a015d555 <unknown>
75
76ldnt1w  {z20.s-z23.s}, pn11/z, [x13, x8, lsl #2]  // 10100000-00001000-11001101-10110101
77// CHECK-INST: ldnt1w  { z20.s - z23.s }, pn11/z, [x13, x8, lsl #2]
78// CHECK-ENCODING: [0xb5,0xcd,0x08,0xa0]
79// CHECK-ERROR: instruction requires: sme2 or sve2p1
80// CHECK-UNKNOWN: a008cdb5 <unknown>
81
82ldnt1w  {z28.s-z31.s}, pn15/z, [sp, xzr, lsl #2]  // 10100000-00011111-11011111-11111101
83// CHECK-INST: ldnt1w  { z28.s - z31.s }, pn15/z, [sp, xzr, lsl #2]
84// CHECK-ENCODING: [0xfd,0xdf,0x1f,0xa0]
85// CHECK-ERROR: instruction requires: sme2 or sve2p1
86// CHECK-UNKNOWN: a01fdffd <unknown>
87
88ldnt1w  {z0.s-z3.s}, pn8/z, [x0]  // 10100000-01000000-11000000-00000001
89// CHECK-INST: ldnt1w  { z0.s - z3.s }, pn8/z, [x0]
90// CHECK-ENCODING: [0x01,0xc0,0x40,0xa0]
91// CHECK-ERROR: instruction requires: sme2 or sve2p1
92// CHECK-UNKNOWN: a040c001 <unknown>
93
94ldnt1w  {z20.s-z23.s}, pn13/z, [x10, #20, mul vl]  // 10100000-01000101-11010101-01010101
95// CHECK-INST: ldnt1w  { z20.s - z23.s }, pn13/z, [x10, #20, mul vl]
96// CHECK-ENCODING: [0x55,0xd5,0x45,0xa0]
97// CHECK-ERROR: instruction requires: sme2 or sve2p1
98// CHECK-UNKNOWN: a045d555 <unknown>
99
100ldnt1w  {z20.s-z23.s}, pn11/z, [x13, #-32, mul vl]  // 10100000-01001000-11001101-10110101
101// CHECK-INST: ldnt1w  { z20.s - z23.s }, pn11/z, [x13, #-32, mul vl]
102// CHECK-ENCODING: [0xb5,0xcd,0x48,0xa0]
103// CHECK-ERROR: instruction requires: sme2 or sve2p1
104// CHECK-UNKNOWN: a048cdb5 <unknown>
105
106ldnt1w  {z28.s-z31.s}, pn15/z, [sp, #-4, mul vl]  // 10100000-01001111-11011111-11111101
107// CHECK-INST: ldnt1w  { z28.s - z31.s }, pn15/z, [sp, #-4, mul vl]
108// CHECK-ENCODING: [0xfd,0xdf,0x4f,0xa0]
109// CHECK-ERROR: instruction requires: sme2 or sve2p1
110// CHECK-UNKNOWN: a04fdffd <unknown>
111