1 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sve
< %s \
2 // RUN
: | FileCheck
%s
--check-prefixes
=CHECK-ENCODING
,CHECK-INST
3 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sme
< %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
=+sve
< %s \
8 // RUN
: | llvm-objdump
--no-print-imm-hex
-d
--mattr
=+sve
- | FileCheck
%s
--check-prefix
=CHECK-INST
9 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sve
< %s \
10 // RUN
: | llvm-objdump
--no-print-imm-hex
-d
--mattr
=-sve
- | FileCheck
%s
--check-prefix
=CHECK-UNKNOWN
13 // ---------------------------------------------------------------------------//
14 // Test
64-bit form
(x0
) and its aliases
15 // ---------------------------------------------------------------------------//
17 // CHECK-INST
: uqincd x0
18 // CHECK-ENCODING
: [0xe0,0xf7,0xf0,0x04]
19 // CHECK-ERROR
: instruction requires
: sve
or sme
20 // CHECK-UNKNOWN
: 04f0f7e0
<unknown
>
23 // CHECK-INST
: uqincd x0
24 // CHECK-ENCODING
: [0xe0,0xf7,0xf0,0x04]
25 // CHECK-ERROR
: instruction requires
: sve
or sme
26 // CHECK-UNKNOWN
: 04f0f7e0
<unknown
>
28 uqincd x0
, all
, mul #1
29 // CHECK-INST
: uqincd x0
30 // CHECK-ENCODING
: [0xe0,0xf7,0xf0,0x04]
31 // CHECK-ERROR
: instruction requires
: sve
or sme
32 // CHECK-UNKNOWN
: 04f0f7e0
<unknown
>
34 uqincd x0
, all
, mul #16
35 // CHECK-INST
: uqincd x0
, all
, mul #16
36 // CHECK-ENCODING
: [0xe0,0xf7,0xff,0x04]
37 // CHECK-ERROR
: instruction requires
: sve
or sme
38 // CHECK-UNKNOWN
: 04fff7e0
<unknown
>
41 // ---------------------------------------------------------------------------//
42 // Test
32-bit form
(w0
) and its aliases
43 // ---------------------------------------------------------------------------//
46 // CHECK-INST
: uqincd w0
47 // CHECK-ENCODING
: [0xe0,0xf7,0xe0,0x04]
48 // CHECK-ERROR
: instruction requires
: sve
or sme
49 // CHECK-UNKNOWN
: 04e0f7e0
<unknown
>
52 // CHECK-INST
: uqincd w0
53 // CHECK-ENCODING
: [0xe0,0xf7,0xe0,0x04]
54 // CHECK-ERROR
: instruction requires
: sve
or sme
55 // CHECK-UNKNOWN
: 04e0f7e0
<unknown
>
57 uqincd w0
, all
, mul #1
58 // CHECK-INST
: uqincd w0
59 // CHECK-ENCODING
: [0xe0,0xf7,0xe0,0x04]
60 // CHECK-ERROR
: instruction requires
: sve
or sme
61 // CHECK-UNKNOWN
: 04e0f7e0
<unknown
>
63 uqincd w0
, all
, mul #16
64 // CHECK-INST
: uqincd w0
, all
, mul #16
65 // CHECK-ENCODING
: [0xe0,0xf7,0xef,0x04]
66 // CHECK-ERROR
: instruction requires
: sve
or sme
67 // CHECK-UNKNOWN
: 04eff7e0
<unknown
>
70 // CHECK-INST
: uqincd w0
, pow2
71 // CHECK-ENCODING
: [0x00,0xf4,0xe0,0x04]
72 // CHECK-ERROR
: instruction requires
: sve
or sme
73 // CHECK-UNKNOWN
: 04e0f400
<unknown
>
75 uqincd w0
, pow2
, mul #16
76 // CHECK-INST
: uqincd w0
, pow2
, mul #16
77 // CHECK-ENCODING
: [0x00,0xf4,0xef,0x04]
78 // CHECK-ERROR
: instruction requires
: sve
or sme
79 // CHECK-UNKNOWN
: 04eff400
<unknown
>
82 // ---------------------------------------------------------------------------//
83 // Test vector form
and aliases.
84 // ---------------------------------------------------------------------------//
86 // CHECK-INST
: uqincd z0.d
87 // CHECK-ENCODING
: [0xe0,0xc7,0xe0,0x04]
88 // CHECK-ERROR
: instruction requires
: sve
or sme
89 // CHECK-UNKNOWN
: 04e0c7e0
<unknown
>
92 // CHECK-INST
: uqincd z0.d
93 // CHECK-ENCODING
: [0xe0,0xc7,0xe0,0x04]
94 // CHECK-ERROR
: instruction requires
: sve
or sme
95 // CHECK-UNKNOWN
: 04e0c7e0
<unknown
>
97 uqincd z0.d
, all
, mul #1
98 // CHECK-INST
: uqincd z0.d
99 // CHECK-ENCODING
: [0xe0,0xc7,0xe0,0x04]
100 // CHECK-ERROR
: instruction requires
: sve
or sme
101 // CHECK-UNKNOWN
: 04e0c7e0
<unknown
>
103 uqincd z0.d
, all
, mul #16
104 // CHECK-INST
: uqincd z0.d
, all
, mul #16
105 // CHECK-ENCODING
: [0xe0,0xc7,0xef,0x04]
106 // CHECK-ERROR
: instruction requires
: sve
or sme
107 // CHECK-UNKNOWN
: 04efc7e0
<unknown
>
110 // CHECK-INST
: uqincd z0.d
, pow2
111 // CHECK-ENCODING
: [0x00,0xc4,0xe0,0x04]
112 // CHECK-ERROR
: instruction requires
: sve
or sme
113 // CHECK-UNKNOWN
: 04e0c400
<unknown
>
115 uqincd z0.d
, pow2
, mul #16
116 // CHECK-INST
: uqincd z0.d
, pow2
, mul #16
117 // CHECK-ENCODING
: [0x00,0xc4,0xef,0x04]
118 // CHECK-ERROR
: instruction requires
: sve
or sme
119 // CHECK-UNKNOWN
: 04efc400
<unknown
>
122 // ---------------------------------------------------------------------------//
123 // Test all patterns for
64-bit form
124 // ---------------------------------------------------------------------------//
127 // CHECK-INST
: uqincd x0
, pow2
128 // CHECK-ENCODING
: [0x00,0xf4,0xf0,0x04]
129 // CHECK-ERROR
: instruction requires
: sve
or sme
130 // CHECK-UNKNOWN
: 04f0f400
<unknown
>
133 // CHECK-INST
: uqincd x0
, vl1
134 // CHECK-ENCODING
: [0x20,0xf4,0xf0,0x04]
135 // CHECK-ERROR
: instruction requires
: sve
or sme
136 // CHECK-UNKNOWN
: 04f0f420
<unknown
>
139 // CHECK-INST
: uqincd x0
, vl2
140 // CHECK-ENCODING
: [0x40,0xf4,0xf0,0x04]
141 // CHECK-ERROR
: instruction requires
: sve
or sme
142 // CHECK-UNKNOWN
: 04f0f440
<unknown
>
145 // CHECK-INST
: uqincd x0
, vl3
146 // CHECK-ENCODING
: [0x60,0xf4,0xf0,0x04]
147 // CHECK-ERROR
: instruction requires
: sve
or sme
148 // CHECK-UNKNOWN
: 04f0f460
<unknown
>
151 // CHECK-INST
: uqincd x0
, vl4
152 // CHECK-ENCODING
: [0x80,0xf4,0xf0,0x04]
153 // CHECK-ERROR
: instruction requires
: sve
or sme
154 // CHECK-UNKNOWN
: 04f0f480
<unknown
>
157 // CHECK-INST
: uqincd x0
, vl5
158 // CHECK-ENCODING
: [0xa0,0xf4,0xf0,0x04]
159 // CHECK-ERROR
: instruction requires
: sve
or sme
160 // CHECK-UNKNOWN
: 04f0f4a0
<unknown
>
163 // CHECK-INST
: uqincd x0
, vl6
164 // CHECK-ENCODING
: [0xc0,0xf4,0xf0,0x04]
165 // CHECK-ERROR
: instruction requires
: sve
or sme
166 // CHECK-UNKNOWN
: 04f0f4c0
<unknown
>
169 // CHECK-INST
: uqincd x0
, vl7
170 // CHECK-ENCODING
: [0xe0,0xf4,0xf0,0x04]
171 // CHECK-ERROR
: instruction requires
: sve
or sme
172 // CHECK-UNKNOWN
: 04f0f4e0
<unknown
>
175 // CHECK-INST
: uqincd x0
, vl8
176 // CHECK-ENCODING
: [0x00,0xf5,0xf0,0x04]
177 // CHECK-ERROR
: instruction requires
: sve
or sme
178 // CHECK-UNKNOWN
: 04f0f500
<unknown
>
181 // CHECK-INST
: uqincd x0
, vl16
182 // CHECK-ENCODING
: [0x20,0xf5,0xf0,0x04]
183 // CHECK-ERROR
: instruction requires
: sve
or sme
184 // CHECK-UNKNOWN
: 04f0f520
<unknown
>
187 // CHECK-INST
: uqincd x0
, vl32
188 // CHECK-ENCODING
: [0x40,0xf5,0xf0,0x04]
189 // CHECK-ERROR
: instruction requires
: sve
or sme
190 // CHECK-UNKNOWN
: 04f0f540
<unknown
>
193 // CHECK-INST
: uqincd x0
, vl64
194 // CHECK-ENCODING
: [0x60,0xf5,0xf0,0x04]
195 // CHECK-ERROR
: instruction requires
: sve
or sme
196 // CHECK-UNKNOWN
: 04f0f560
<unknown
>
199 // CHECK-INST
: uqincd x0
, vl128
200 // CHECK-ENCODING
: [0x80,0xf5,0xf0,0x04]
201 // CHECK-ERROR
: instruction requires
: sve
or sme
202 // CHECK-UNKNOWN
: 04f0f580
<unknown
>
205 // CHECK-INST
: uqincd x0
, vl256
206 // CHECK-ENCODING
: [0xa0,0xf5,0xf0,0x04]
207 // CHECK-ERROR
: instruction requires
: sve
or sme
208 // CHECK-UNKNOWN
: 04f0f5a0
<unknown
>
211 // CHECK-INST
: uqincd x0
, #14
212 // CHECK-ENCODING
: [0xc0,0xf5,0xf0,0x04]
213 // CHECK-ERROR
: instruction requires
: sve
or sme
214 // CHECK-UNKNOWN
: 04f0f5c0
<unknown
>
217 // CHECK-INST
: uqincd x0
, #15
218 // CHECK-ENCODING
: [0xe0,0xf5,0xf0,0x04]
219 // CHECK-ERROR
: instruction requires
: sve
or sme
220 // CHECK-UNKNOWN
: 04f0f5e0
<unknown
>
223 // CHECK-INST
: uqincd x0
, #16
224 // CHECK-ENCODING
: [0x00,0xf6,0xf0,0x04]
225 // CHECK-ERROR
: instruction requires
: sve
or sme
226 // CHECK-UNKNOWN
: 04f0f600
<unknown
>
229 // CHECK-INST
: uqincd x0
, #17
230 // CHECK-ENCODING
: [0x20,0xf6,0xf0,0x04]
231 // CHECK-ERROR
: instruction requires
: sve
or sme
232 // CHECK-UNKNOWN
: 04f0f620
<unknown
>
235 // CHECK-INST
: uqincd x0
, #18
236 // CHECK-ENCODING
: [0x40,0xf6,0xf0,0x04]
237 // CHECK-ERROR
: instruction requires
: sve
or sme
238 // CHECK-UNKNOWN
: 04f0f640
<unknown
>
241 // CHECK-INST
: uqincd x0
, #19
242 // CHECK-ENCODING
: [0x60,0xf6,0xf0,0x04]
243 // CHECK-ERROR
: instruction requires
: sve
or sme
244 // CHECK-UNKNOWN
: 04f0f660
<unknown
>
247 // CHECK-INST
: uqincd x0
, #20
248 // CHECK-ENCODING
: [0x80,0xf6,0xf0,0x04]
249 // CHECK-ERROR
: instruction requires
: sve
or sme
250 // CHECK-UNKNOWN
: 04f0f680
<unknown
>
253 // CHECK-INST
: uqincd x0
, #21
254 // CHECK-ENCODING
: [0xa0,0xf6,0xf0,0x04]
255 // CHECK-ERROR
: instruction requires
: sve
or sme
256 // CHECK-UNKNOWN
: 04f0f6a0
<unknown
>
259 // CHECK-INST
: uqincd x0
, #22
260 // CHECK-ENCODING
: [0xc0,0xf6,0xf0,0x04]
261 // CHECK-ERROR
: instruction requires
: sve
or sme
262 // CHECK-UNKNOWN
: 04f0f6c0
<unknown
>
265 // CHECK-INST
: uqincd x0
, #23
266 // CHECK-ENCODING
: [0xe0,0xf6,0xf0,0x04]
267 // CHECK-ERROR
: instruction requires
: sve
or sme
268 // CHECK-UNKNOWN
: 04f0f6e0
<unknown
>
271 // CHECK-INST
: uqincd x0
, #24
272 // CHECK-ENCODING
: [0x00,0xf7,0xf0,0x04]
273 // CHECK-ERROR
: instruction requires
: sve
or sme
274 // CHECK-UNKNOWN
: 04f0f700
<unknown
>
277 // CHECK-INST
: uqincd x0
, #25
278 // CHECK-ENCODING
: [0x20,0xf7,0xf0,0x04]
279 // CHECK-ERROR
: instruction requires
: sve
or sme
280 // CHECK-UNKNOWN
: 04f0f720
<unknown
>
283 // CHECK-INST
: uqincd x0
, #26
284 // CHECK-ENCODING
: [0x40,0xf7,0xf0,0x04]
285 // CHECK-ERROR
: instruction requires
: sve
or sme
286 // CHECK-UNKNOWN
: 04f0f740
<unknown
>
289 // CHECK-INST
: uqincd x0
, #27
290 // CHECK-ENCODING
: [0x60,0xf7,0xf0,0x04]
291 // CHECK-ERROR
: instruction requires
: sve
or sme
292 // CHECK-UNKNOWN
: 04f0f760
<unknown
>
295 // CHECK-INST
: uqincd x0
, #28
296 // CHECK-ENCODING
: [0x80,0xf7,0xf0,0x04]
297 // CHECK-ERROR
: instruction requires
: sve
or sme
298 // CHECK-UNKNOWN
: 04f0f780
<unknown
>
301 // --------------------------------------------------------------------------//
302 // Test compatibility with MOVPRFX instruction.
305 // CHECK-INST
: movprfx z0
, z7
306 // CHECK-ENCODING
: [0xe0,0xbc,0x20,0x04]
307 // CHECK-ERROR
: instruction requires
: sve
or sme
308 // CHECK-UNKNOWN
: 0420bce0
<unknown
>
311 // CHECK-INST
: uqincd z0.d
312 // CHECK-ENCODING
: [0xe0,0xc7,0xe0,0x04]
313 // CHECK-ERROR
: instruction requires
: sve
or sme
314 // CHECK-UNKNOWN
: 04e0c7e0
<unknown
>
317 // CHECK-INST
: movprfx z0
, z7
318 // CHECK-ENCODING
: [0xe0,0xbc,0x20,0x04]
319 // CHECK-ERROR
: instruction requires
: sve
or sme
320 // CHECK-UNKNOWN
: 0420bce0
<unknown
>
322 uqincd z0.d
, pow2
, mul #16
323 // CHECK-INST
: uqincd z0.d
, pow2
, mul #16
324 // CHECK-ENCODING
: [0x00,0xc4,0xef,0x04]
325 // CHECK-ERROR
: instruction requires
: sve
or sme
326 // CHECK-UNKNOWN
: 04efc400
<unknown
>
329 // CHECK-INST
: movprfx z0
, z7
330 // CHECK-ENCODING
: [0xe0,0xbc,0x20,0x04]
331 // CHECK-ERROR
: instruction requires
: sve
or sme
332 // CHECK-UNKNOWN
: 0420bce0
<unknown
>
335 // CHECK-INST
: uqincd z0.d
, pow2
336 // CHECK-ENCODING
: [0x00,0xc4,0xe0,0x04]
337 // CHECK-ERROR
: instruction requires
: sve
or sme
338 // CHECK-UNKNOWN
: 04e0c400
<unknown
>