1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve < %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=+sve < %s \
6// RUN:        | llvm-objdump -d --mattr=+sve - | FileCheck %s --check-prefix=CHECK-INST
7// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
8// RUN:        | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN
9
10
11// ---------------------------------------------------------------------------//
12// Test 64-bit form (x0) and its aliases
13// ---------------------------------------------------------------------------//
14uqincb  x0
15// CHECK-INST: uqincb  x0
16// CHECK-ENCODING: [0xe0,0xf7,0x30,0x04]
17// CHECK-ERROR: instruction requires: sve
18// CHECK-UNKNOWN: e0 f7 30 04 <unknown>
19
20uqincb  x0, all
21// CHECK-INST: uqincb  x0
22// CHECK-ENCODING: [0xe0,0xf7,0x30,0x04]
23// CHECK-ERROR: instruction requires: sve
24// CHECK-UNKNOWN: e0 f7 30 04 <unknown>
25
26uqincb  x0, all, mul #1
27// CHECK-INST: uqincb  x0
28// CHECK-ENCODING: [0xe0,0xf7,0x30,0x04]
29// CHECK-ERROR: instruction requires: sve
30// CHECK-UNKNOWN: e0 f7 30 04 <unknown>
31
32uqincb  x0, all, mul #16
33// CHECK-INST: uqincb  x0, all, mul #16
34// CHECK-ENCODING: [0xe0,0xf7,0x3f,0x04]
35// CHECK-ERROR: instruction requires: sve
36// CHECK-UNKNOWN: e0 f7 3f 04 <unknown>
37
38
39// ---------------------------------------------------------------------------//
40// Test 32-bit form (w0) and its aliases
41// ---------------------------------------------------------------------------//
42
43uqincb  w0
44// CHECK-INST: uqincb  w0
45// CHECK-ENCODING: [0xe0,0xf7,0x20,0x04]
46// CHECK-ERROR: instruction requires: sve
47// CHECK-UNKNOWN: e0 f7 20 04 <unknown>
48
49uqincb  w0, all
50// CHECK-INST: uqincb  w0
51// CHECK-ENCODING: [0xe0,0xf7,0x20,0x04]
52// CHECK-ERROR: instruction requires: sve
53// CHECK-UNKNOWN: e0 f7 20 04 <unknown>
54
55uqincb  w0, all, mul #1
56// CHECK-INST: uqincb  w0
57// CHECK-ENCODING: [0xe0,0xf7,0x20,0x04]
58// CHECK-ERROR: instruction requires: sve
59// CHECK-UNKNOWN: e0 f7 20 04 <unknown>
60
61uqincb  w0, all, mul #16
62// CHECK-INST: uqincb  w0, all, mul #16
63// CHECK-ENCODING: [0xe0,0xf7,0x2f,0x04]
64// CHECK-ERROR: instruction requires: sve
65// CHECK-UNKNOWN: e0 f7 2f 04 <unknown>
66
67uqincb  w0, pow2
68// CHECK-INST: uqincb  w0, pow2
69// CHECK-ENCODING: [0x00,0xf4,0x20,0x04]
70// CHECK-ERROR: instruction requires: sve
71// CHECK-UNKNOWN: 00 f4 20 04 <unknown>
72
73uqincb  w0, pow2, mul #16
74// CHECK-INST: uqincb  w0, pow2, mul #16
75// CHECK-ENCODING: [0x00,0xf4,0x2f,0x04]
76// CHECK-ERROR: instruction requires: sve
77// CHECK-UNKNOWN: 00 f4 2f 04 <unknown>
78
79
80// ---------------------------------------------------------------------------//
81// Test all patterns for 64-bit form
82// ---------------------------------------------------------------------------//
83
84uqincb  x0, pow2
85// CHECK-INST: uqincb  x0, pow2
86// CHECK-ENCODING: [0x00,0xf4,0x30,0x04]
87// CHECK-ERROR: instruction requires: sve
88// CHECK-UNKNOWN: 00 f4 30 04 <unknown>
89
90uqincb  x0, vl1
91// CHECK-INST: uqincb  x0, vl1
92// CHECK-ENCODING: [0x20,0xf4,0x30,0x04]
93// CHECK-ERROR: instruction requires: sve
94// CHECK-UNKNOWN: 20 f4 30 04 <unknown>
95
96uqincb  x0, vl2
97// CHECK-INST: uqincb  x0, vl2
98// CHECK-ENCODING: [0x40,0xf4,0x30,0x04]
99// CHECK-ERROR: instruction requires: sve
100// CHECK-UNKNOWN: 40 f4 30 04 <unknown>
101
102uqincb  x0, vl3
103// CHECK-INST: uqincb  x0, vl3
104// CHECK-ENCODING: [0x60,0xf4,0x30,0x04]
105// CHECK-ERROR: instruction requires: sve
106// CHECK-UNKNOWN: 60 f4 30 04 <unknown>
107
108uqincb  x0, vl4
109// CHECK-INST: uqincb  x0, vl4
110// CHECK-ENCODING: [0x80,0xf4,0x30,0x04]
111// CHECK-ERROR: instruction requires: sve
112// CHECK-UNKNOWN: 80 f4 30 04 <unknown>
113
114uqincb  x0, vl5
115// CHECK-INST: uqincb  x0, vl5
116// CHECK-ENCODING: [0xa0,0xf4,0x30,0x04]
117// CHECK-ERROR: instruction requires: sve
118// CHECK-UNKNOWN: a0 f4 30 04 <unknown>
119
120uqincb  x0, vl6
121// CHECK-INST: uqincb  x0, vl6
122// CHECK-ENCODING: [0xc0,0xf4,0x30,0x04]
123// CHECK-ERROR: instruction requires: sve
124// CHECK-UNKNOWN: c0 f4 30 04 <unknown>
125
126uqincb  x0, vl7
127// CHECK-INST: uqincb  x0, vl7
128// CHECK-ENCODING: [0xe0,0xf4,0x30,0x04]
129// CHECK-ERROR: instruction requires: sve
130// CHECK-UNKNOWN: e0 f4 30 04 <unknown>
131
132uqincb  x0, vl8
133// CHECK-INST: uqincb  x0, vl8
134// CHECK-ENCODING: [0x00,0xf5,0x30,0x04]
135// CHECK-ERROR: instruction requires: sve
136// CHECK-UNKNOWN: 00 f5 30 04 <unknown>
137
138uqincb  x0, vl16
139// CHECK-INST: uqincb  x0, vl16
140// CHECK-ENCODING: [0x20,0xf5,0x30,0x04]
141// CHECK-ERROR: instruction requires: sve
142// CHECK-UNKNOWN: 20 f5 30 04 <unknown>
143
144uqincb  x0, vl32
145// CHECK-INST: uqincb  x0, vl32
146// CHECK-ENCODING: [0x40,0xf5,0x30,0x04]
147// CHECK-ERROR: instruction requires: sve
148// CHECK-UNKNOWN: 40 f5 30 04 <unknown>
149
150uqincb  x0, vl64
151// CHECK-INST: uqincb  x0, vl64
152// CHECK-ENCODING: [0x60,0xf5,0x30,0x04]
153// CHECK-ERROR: instruction requires: sve
154// CHECK-UNKNOWN: 60 f5 30 04 <unknown>
155
156uqincb  x0, vl128
157// CHECK-INST: uqincb  x0, vl128
158// CHECK-ENCODING: [0x80,0xf5,0x30,0x04]
159// CHECK-ERROR: instruction requires: sve
160// CHECK-UNKNOWN: 80 f5 30 04 <unknown>
161
162uqincb  x0, vl256
163// CHECK-INST: uqincb  x0, vl256
164// CHECK-ENCODING: [0xa0,0xf5,0x30,0x04]
165// CHECK-ERROR: instruction requires: sve
166// CHECK-UNKNOWN: a0 f5 30 04 <unknown>
167
168uqincb  x0, #14
169// CHECK-INST: uqincb  x0, #14
170// CHECK-ENCODING: [0xc0,0xf5,0x30,0x04]
171// CHECK-ERROR: instruction requires: sve
172// CHECK-UNKNOWN: c0 f5 30 04 <unknown>
173
174uqincb  x0, #15
175// CHECK-INST: uqincb  x0, #15
176// CHECK-ENCODING: [0xe0,0xf5,0x30,0x04]
177// CHECK-ERROR: instruction requires: sve
178// CHECK-UNKNOWN: e0 f5 30 04 <unknown>
179
180uqincb  x0, #16
181// CHECK-INST: uqincb  x0, #16
182// CHECK-ENCODING: [0x00,0xf6,0x30,0x04]
183// CHECK-ERROR: instruction requires: sve
184// CHECK-UNKNOWN: 00 f6 30 04 <unknown>
185
186uqincb  x0, #17
187// CHECK-INST: uqincb  x0, #17
188// CHECK-ENCODING: [0x20,0xf6,0x30,0x04]
189// CHECK-ERROR: instruction requires: sve
190// CHECK-UNKNOWN: 20 f6 30 04 <unknown>
191
192uqincb  x0, #18
193// CHECK-INST: uqincb  x0, #18
194// CHECK-ENCODING: [0x40,0xf6,0x30,0x04]
195// CHECK-ERROR: instruction requires: sve
196// CHECK-UNKNOWN: 40 f6 30 04 <unknown>
197
198uqincb  x0, #19
199// CHECK-INST: uqincb  x0, #19
200// CHECK-ENCODING: [0x60,0xf6,0x30,0x04]
201// CHECK-ERROR: instruction requires: sve
202// CHECK-UNKNOWN: 60 f6 30 04 <unknown>
203
204uqincb  x0, #20
205// CHECK-INST: uqincb  x0, #20
206// CHECK-ENCODING: [0x80,0xf6,0x30,0x04]
207// CHECK-ERROR: instruction requires: sve
208// CHECK-UNKNOWN: 80 f6 30 04 <unknown>
209
210uqincb  x0, #21
211// CHECK-INST: uqincb  x0, #21
212// CHECK-ENCODING: [0xa0,0xf6,0x30,0x04]
213// CHECK-ERROR: instruction requires: sve
214// CHECK-UNKNOWN: a0 f6 30 04 <unknown>
215
216uqincb  x0, #22
217// CHECK-INST: uqincb  x0, #22
218// CHECK-ENCODING: [0xc0,0xf6,0x30,0x04]
219// CHECK-ERROR: instruction requires: sve
220// CHECK-UNKNOWN: c0 f6 30 04 <unknown>
221
222uqincb  x0, #23
223// CHECK-INST: uqincb  x0, #23
224// CHECK-ENCODING: [0xe0,0xf6,0x30,0x04]
225// CHECK-ERROR: instruction requires: sve
226// CHECK-UNKNOWN: e0 f6 30 04 <unknown>
227
228uqincb  x0, #24
229// CHECK-INST: uqincb  x0, #24
230// CHECK-ENCODING: [0x00,0xf7,0x30,0x04]
231// CHECK-ERROR: instruction requires: sve
232// CHECK-UNKNOWN: 00 f7 30 04 <unknown>
233
234uqincb  x0, #25
235// CHECK-INST: uqincb  x0, #25
236// CHECK-ENCODING: [0x20,0xf7,0x30,0x04]
237// CHECK-ERROR: instruction requires: sve
238// CHECK-UNKNOWN: 20 f7 30 04 <unknown>
239
240uqincb  x0, #26
241// CHECK-INST: uqincb  x0, #26
242// CHECK-ENCODING: [0x40,0xf7,0x30,0x04]
243// CHECK-ERROR: instruction requires: sve
244// CHECK-UNKNOWN: 40 f7 30 04 <unknown>
245
246uqincb  x0, #27
247// CHECK-INST: uqincb  x0, #27
248// CHECK-ENCODING: [0x60,0xf7,0x30,0x04]
249// CHECK-ERROR: instruction requires: sve
250// CHECK-UNKNOWN: 60 f7 30 04 <unknown>
251
252uqincb  x0, #28
253// CHECK-INST: uqincb  x0, #28
254// CHECK-ENCODING: [0x80,0xf7,0x30,0x04]
255// CHECK-ERROR: instruction requires: sve
256// CHECK-UNKNOWN: 80 f7 30 04 <unknown>
257