Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AMDGPU / gfx10_unsupported.s
blob341ae5726c0efa2fbb39cb69d253cd3eea430f3c
1 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32,-wavefrontsize64 %s 2>&1 | FileCheck --check-prefixes=CHECK,GFX1010 --implicit-check-not=error: %s
2 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=-wavefrontsize32,+wavefrontsize64 %s 2>&1 | FileCheck --check-prefixes=CHECK,GFX1010 --implicit-check-not=error: %s
3 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1013 -mattr=+wavefrontsize32,-wavefrontsize64 %s 2>&1 | FileCheck --implicit-check-not=error: %s
5 buffer_atomic_add_f32 v0, v2, s[4:7], 0 idxen glc
6 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
8 buffer_atomic_add_f64 v[2:3], off, s[12:15], s4 offset:4095
9 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
11 buffer_atomic_add_u32 v1, off, s[12:15], s4 offset:4095
12 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
14 buffer_atomic_add_u64 v[1:2], off, s[12:15], s4 offset:4095
15 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
17 buffer_atomic_and_b32 v1, off, s[12:15], s4 offset:4095
18 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
20 buffer_atomic_and_b64 v[1:2], off, s[12:15], s4 offset:4095
21 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
23 buffer_atomic_cmpswap_b32 v[1:2], off, s[12:15], s4 offset:4095
24 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
26 buffer_atomic_cmpswap_b64 v[1:4], off, s[12:15], s4 offset:4095
27 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
29 buffer_atomic_cmpswap_f32 v[1:2], off, s[12:15], s4 offset:4095
30 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
32 buffer_atomic_csub v1, off, s[12:15], s4 offset:4095 glc
33 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
35 buffer_atomic_csub_u32 v1, off, s[12:15], s4 offset:4095 glc
36 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
38 buffer_atomic_dec_u32 v1, off, s[12:15], s4 offset:4095
39 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
41 buffer_atomic_dec_u64 v[1:2], off, s[12:15], s4 offset:4095
42 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
44 buffer_atomic_inc_u32 v1, off, s[12:15], s4 offset:4095
45 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
47 buffer_atomic_inc_u64 v[1:2], off, s[12:15], s4 offset:4095
48 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
50 buffer_atomic_max_f32 v1, off, s[12:15], s4 offset:4095
51 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
53 buffer_atomic_max_f64 v[2:3], off, s[12:15], s4 offset:4095
54 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
56 buffer_atomic_max_i32 v1, off, s[12:15], s4 offset:4095
57 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
59 buffer_atomic_max_i64 v[1:2], off, s[12:15], s4 offset:4095
60 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
62 buffer_atomic_max_u32 v1, off, s[12:15], s4 offset:4095
63 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
65 buffer_atomic_max_u64 v[1:2], off, s[12:15], s4 offset:4095
66 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
68 buffer_atomic_min_f32 v1, off, s[12:15], s4 offset:4095
69 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
71 buffer_atomic_min_f64 v[2:3], off, s[12:15], s4 offset:4095
72 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
74 buffer_atomic_min_i32 v1, off, s[12:15], s4 offset:4095
75 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
77 buffer_atomic_min_i64 v[1:2], off, s[12:15], s4 offset:4095
78 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
80 buffer_atomic_min_u32 v1, off, s[12:15], s4 offset:4095
81 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
83 buffer_atomic_min_u64 v[1:2], off, s[12:15], s4 offset:4095
84 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
86 buffer_atomic_or_b32 v1, off, s[12:15], s4 offset:4095
87 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
89 buffer_atomic_or_b64 v[1:2], off, s[12:15], s4 offset:4095
90 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
92 buffer_atomic_pk_add_f16 v0, v2, s[4:7], 0 idxen glc
93 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
95 buffer_atomic_sub_u32 v1, off, s[12:15], s4 offset:4095
96 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
98 buffer_atomic_sub_u64 v[1:2], off, s[12:15], s4 offset:4095
99 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
101 buffer_atomic_swap_b32 v1, off, s[12:15], s4 offset:4095
102 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
104 buffer_atomic_swap_b64 v[1:2], off, s[12:15], s4 offset:4095
105 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
107 buffer_atomic_xor_b32 v1, off, s[12:15], s4 offset:4095
108 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
110 buffer_atomic_xor_b64 v[1:2], off, s[12:15], s4 offset:4095
111 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
113 buffer_inv
114 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
116 buffer_invl2
117 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
119 buffer_load_b128 v[252:255], off, s[8:11], s3 offset:4095
120 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
122 buffer_load_b32 v255, off, s[8:11], s3 offset:4095
123 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
125 buffer_load_b64 v[254:255], off, s[8:11], s3 offset:4095
126 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
128 buffer_load_b96 v[253:255], off, s[8:11], s3 offset:4095
129 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
131 buffer_load_d16_b16 v255, off, s[8:11], s3 offset:4095
132 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
134 buffer_load_d16_format_x v255, off, s[8:11], s3 offset:4095
135 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
137 buffer_load_d16_format_xy v255, off, s[8:11], s3 offset:4095
138 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
140 buffer_load_d16_format_xyz v[254:255], off, s[8:11], s3 offset:4095
141 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
143 buffer_load_d16_format_xyzw v[254:255], off, s[8:11], s3 offset:4095
144 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
146 buffer_load_d16_hi_b16 v255, off, s[8:11], s3 offset:4095
147 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
149 buffer_load_d16_hi_format_x v255, off, s[8:11], s3 offset:4095
150 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
152 buffer_load_d16_hi_i8 v255, off, s[8:11], s3 offset:4095
153 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
155 buffer_load_d16_hi_u8 v255, off, s[8:11], s3 offset:4095
156 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
158 buffer_load_d16_i8 v255, off, s[8:11], s3 offset:4095
159 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
161 buffer_load_d16_u8 v255, off, s[8:11], s3 offset:4095
162 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
164 buffer_load_i16 v255, off, s[8:11], s3 offset:4095
165 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
167 buffer_load_i8 v255, off, s[8:11], s3 offset:4095
168 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
170 buffer_load_u16 v255, off, s[8:11], s3 offset:4095
171 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
173 buffer_load_u8 v255, off, s[8:11], s3 offset:4095
174 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
176 buffer_store_b128 v[1:4], off, s[12:15], -1 offset:4095
177 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
179 buffer_store_b16 v1, off, s[12:15], -1 offset:4095
180 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
182 buffer_store_b32 v1, off, s[12:15], -1 offset:4095
183 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
185 buffer_store_b64 v[1:2], off, s[12:15], -1 offset:4095
186 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
188 buffer_store_b8 v1, off, s[12:15], -1 offset:4095
189 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
191 buffer_store_b96 v[1:3], off, s[12:15], -1 offset:4095
192 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
194 buffer_store_d16_format_x v1, off, s[12:15], -1 offset:4095
195 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
197 buffer_store_d16_format_xy v1, off, s[12:15], -1 offset:4095
198 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
200 buffer_store_d16_format_xyz v[1:2], off, s[12:15], -1 offset:4095
201 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
203 buffer_store_d16_format_xyzw v[1:2], off, s[12:15], -1 offset:4095
204 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
206 buffer_store_d16_hi_b16 v1, off, s[12:15], -1 offset:4095
207 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
209 buffer_store_d16_hi_b8 v1, off, s[12:15], -1 offset:4095
210 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
212 buffer_store_d16_hi_format_x v1, off, s[12:15], -1 offset:4095
213 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
215 buffer_store_lds_dword s[4:7], -1 offset:4095 lds
216 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
218 buffer_wbinvl1_vol
219 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
221 buffer_wbl2
222 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
224 ds_add_f64 v1, v[254:255] offset:65535
225 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
227 ds_add_gs_reg_rtn v[254:255], v255 offset:4 gds
228 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
230 ds_add_rtn_f64 v[10:11], v1, v[4:5] offset:65535
231 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
233 ds_bvh_stack_rtn_b32 v255, v254, v253, v[249:252]
234 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
236 ds_cmpstore_b32 v1, v2, v3
237 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
239 ds_cmpstore_b64 v1, v[2:3], v[3:4]
240 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
242 ds_cmpstore_f32 v1, v2, v3
243 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
245 ds_cmpstore_f64 v1, v[2:3], v[3:4]
246 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
248 ds_cmpstore_rtn_b32 v255, v255, v255, v255 offset:4 gds
249 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
251 ds_cmpstore_rtn_b64 v[254:255], v255, v[254:255], v[254:255] offset:4 gds
252 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
254 ds_cmpstore_rtn_f32 v255, v255, v255, v255 offset:4 gds
255 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
257 ds_cmpstore_rtn_f64 v[254:255], v255, v[254:255], v[254:255] offset:4 gds
258 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
260 ds_load_2addr_b32 v[254:255], v255 offset0:16 offset1:1 gds
261 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
263 ds_load_2addr_b64 v[252:255], v255 offset0:16 offset1:1 gds
264 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
266 ds_load_2addr_stride64_b32 v[254:255], v255 offset0:16 offset1:1 gds
267 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
269 ds_load_2addr_stride64_b64 v[252:255], v255 offset0:16 offset1:1 gds
270 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
272 ds_load_addtid_b32 v255 offset:4
273 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
275 ds_load_b128 v[252:255], v255 offset:4 gds
276 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
278 ds_load_b32 v255, v255 offset:4 gds
279 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
281 ds_load_b64 v[254:255], v255 offset:4 gds
282 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
284 ds_load_b96 v[253:255], v255 offset:4 gds
285 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
287 ds_load_i16 v255, v255 offset:4 gds
288 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
290 ds_load_i8 v255, v255 offset:4 gds
291 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
293 ds_load_i8_d16 v255, v255 offset:4 gds
294 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
296 ds_load_i8_d16_hi v255, v255 offset:4 gds
297 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
299 ds_load_u16 v255, v255 offset:4 gds
300 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
302 ds_load_u16_d16 v255, v255 offset:4 gds
303 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
305 ds_load_u16_d16_hi v255, v255 offset:4 gds
306 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
308 ds_load_u8 v255, v255 offset:4 gds
309 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
311 ds_load_u8_d16 v255, v255 offset:4 gds
312 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
314 ds_load_u8_d16_hi v255, v255 offset:4 gds
315 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
317 ds_pk_add_bf16 v1, v2 offset:65535
318 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
320 ds_pk_add_f16 v1, v2 offset:65535
321 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
323 ds_pk_add_rtn_bf16 a3, v2, a1
324 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
326 ds_pk_add_rtn_f16 a3, v2, a1
327 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
329 ds_store_2addr_b32 v1, v2, v3
330 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
332 ds_store_2addr_b64 v1, v[2:3], v[3:4]
333 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
335 ds_store_2addr_stride64_b32 v1, v2, v3
336 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
338 ds_store_2addr_stride64_b64 v1, v[2:3], v[3:4]
339 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
341 ds_store_addtid_b32 v1
342 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
344 ds_store_b128 v1, v[2:5]
345 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
347 ds_store_b16 v1, v2
348 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
350 ds_store_b16_d16_hi v1, v2
351 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
353 ds_store_b32 v1, v2
354 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
356 ds_store_b64 v1, v[2:3]
357 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
359 ds_store_b8 v1, v2
360 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
362 ds_store_b8_d16_hi v1, v2
363 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
365 ds_store_b96 v1, v[2:4]
366 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
368 ds_storexchg_2addr_rtn_b32 v[254:255], v255, v255, v255 offset0:16 offset1:1 gds
369 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
371 ds_storexchg_2addr_rtn_b64 v[252:255], v255, v[254:255], v[254:255] offset0:16 offset1:1 gds
372 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
374 ds_storexchg_2addr_stride64_rtn_b32 v[254:255], v255, v255, v255 offset0:16 offset1:1 gds
375 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
377 ds_storexchg_2addr_stride64_rtn_b64 v[252:255], v255, v[254:255], v[254:255] offset0:16 offset1:1 gds
378 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
380 ds_storexchg_rtn_b32 v255, v255, v255 offset:4 gds
381 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
383 ds_storexchg_rtn_b64 v[254:255], v255, v[254:255] offset:4 gds
384 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
386 ds_sub_gs_reg_rtn v[254:255], v255 offset:4 gds
387 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
389 flat_atomic_add_f32 a4, v[2:3], a1 sc0
390 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
392 flat_atomic_add_f64 v[0:1], v[0:1], v[2:3] glc
393 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
395 flat_atomic_add_u32 v1, v[3:4], v5 offset:8 slc
396 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
398 flat_atomic_add_u64 v[1:2], v[2:3]
399 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
401 flat_atomic_and_b32 v255, v[254:255], v255 offset:7 glc slc dlc
402 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
404 flat_atomic_and_b64 v[1:2], v[2:3]
405 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
407 flat_atomic_cmpswap_b32 v0, v[1:2], v[3:4]
408 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
410 flat_atomic_cmpswap_b64 v[1:2], v[2:5]
411 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
413 flat_atomic_cmpswap_f32 v255, v[254:255], v[254:255] offset:7 glc slc dlc
414 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
416 flat_atomic_dec_u32 v255, v[254:255], v255 offset:7 glc slc dlc
417 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
419 flat_atomic_dec_u64 v[1:2], v[2:3]
420 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
422 flat_atomic_inc_u32 v255, v[254:255], v255 offset:7 glc slc dlc
423 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
425 flat_atomic_inc_u64 v[1:2], v[2:3]
426 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
428 flat_atomic_max_f32 v255, v[254:255], v255 offset:7 glc slc dlc
429 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
431 flat_atomic_max_f64 v[0:1], v[0:1], v[2:3] glc
432 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
434 flat_atomic_max_i32 v255, v[254:255], v255 offset:7 glc slc dlc
435 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
437 flat_atomic_max_i64 v[1:2], v[2:3]
438 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
440 flat_atomic_max_u32 v255, v[254:255], v255 offset:7 glc slc dlc
441 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
443 flat_atomic_max_u64 v[1:2], v[2:3]
444 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
446 flat_atomic_min_f32 v255, v[254:255], v255 offset:7 glc slc dlc
447 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
449 flat_atomic_min_f64 v[0:1], v[0:1], v[2:3] glc
450 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
452 flat_atomic_min_i32 v255, v[254:255], v255 offset:7 glc slc dlc
453 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
455 flat_atomic_min_i64 v[1:2], v[2:3]
456 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
458 flat_atomic_min_u32 v255, v[254:255], v255 offset:7 glc slc dlc
459 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
461 flat_atomic_min_u64 v[1:2], v[2:3]
462 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
464 flat_atomic_or_b32 v255, v[254:255], v255 offset:7 glc slc dlc
465 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
467 flat_atomic_or_b64 v[1:2], v[2:3]
468 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
470 flat_atomic_pk_add_bf16 a4, v[2:3], a1 sc0
471 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
473 flat_atomic_pk_add_f16 a4, v[2:3], a1 sc0
474 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
476 flat_atomic_sub_u32 v255, v[254:255], v255 offset:7 glc slc dlc
477 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
479 flat_atomic_sub_u64 v[1:2], v[2:3]
480 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
482 flat_atomic_swap_b32 v0, v[1:2], v3
483 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
485 flat_atomic_swap_b64 v[1:2], v[2:3]
486 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
488 flat_atomic_xor_b32 v255, v[254:255], v255 offset:7 glc slc dlc
489 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
491 flat_atomic_xor_b64 v[1:2], v[2:3]
492 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
494 flat_load_b128 v[1:4], v[5:6]
495 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
497 flat_load_b32 v1, v[3:4]
498 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
500 flat_load_b64 v[1:2], v[3:4]
501 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
503 flat_load_b96 v[1:3], v[5:6]
504 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
506 flat_load_d16_b16 v1, v[3:4]
507 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
509 flat_load_d16_hi_b16 v1, v[3:4]
510 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
512 flat_load_d16_hi_i8 v1, v[3:4]
513 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
515 flat_load_d16_hi_u8 v1, v[3:4]
516 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
518 flat_load_d16_i8 v1, v[3:4]
519 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
521 flat_load_d16_u8 v1, v[3:4]
522 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
524 flat_load_i16 v1, v[3:4]
525 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
527 flat_load_i8 v1, v[3:4]
528 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
530 flat_load_u16 v1, v[3:4]
531 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
533 flat_load_u8 v1, v[3:4]
534 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
536 flat_store_b128 v[1:2], v[2:5]
537 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
539 flat_store_b16 v[1:2], v2
540 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
542 flat_store_b32 v[1:2], v2
543 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
545 flat_store_b64 v[1:2], v[2:3]
546 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
548 flat_store_b8 v[1:2], v2
549 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
551 flat_store_b96 v[1:2], v[2:4]
552 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
554 flat_store_d16_hi_b16 v[1:2], v2
555 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
557 flat_store_d16_hi_b8 v[1:2], v2
558 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
560 global_atomic_add_f32 v0, v2, s[0:1]
561 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
563 global_atomic_add_f64 v[0:1], v[0:1], v[2:3], off glc
564 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
566 global_atomic_add_u32 v1, v2, s[104:105]
567 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
569 global_atomic_add_u64 v1, v[2:3], s[104:105]
570 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
572 global_atomic_and_b32 v1, v2, s[104:105]
573 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
575 global_atomic_and_b64 v1, v[2:3], s[104:105]
576 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
578 global_atomic_cmpswap_b32 v0, v1, s[2:3], v3
579 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
581 global_atomic_cmpswap_b64 v1, v[2:5], s[104:105]
582 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
584 global_atomic_cmpswap_f32 v1, v[2:3], s[104:105]
585 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
587 global_atomic_csub v2, v0, v2, s[2:3] glc
588 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
590 global_atomic_csub_u32 v255, v255, v255, ttmp[14:15] offset:-4096 glc slc dlc
591 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
593 global_atomic_dec_u32 v1, v2, s[104:105]
594 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
596 global_atomic_dec_u64 v1, v[2:3], s[104:105]
597 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
599 global_atomic_inc_u32 v1, v2, s[104:105]
600 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
602 global_atomic_inc_u64 v1, v[2:3], s[104:105]
603 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
605 global_atomic_max_f32 v1, v2, s[104:105]
606 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
608 global_atomic_max_f64 v[0:1], v[0:1], v[2:3], off glc
609 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
611 global_atomic_max_i32 v1, v2, s[104:105]
612 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
614 global_atomic_max_i64 v1, v[2:3], s[104:105]
615 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
617 global_atomic_max_u32 v1, v2, s[104:105]
618 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
620 global_atomic_max_u64 v1, v[2:3], s[104:105]
621 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
623 global_atomic_min_f32 v1, v2, s[104:105]
624 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
626 global_atomic_min_f64 v[0:1], v[0:1], v[2:3], off glc
627 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
629 global_atomic_min_i32 v1, v2, s[104:105]
630 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
632 global_atomic_min_i64 v1, v[2:3], s[104:105]
633 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
635 global_atomic_min_u32 v1, v2, s[104:105]
636 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
638 global_atomic_min_u64 v1, v[2:3], s[104:105]
639 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
641 global_atomic_or_b32 v1, v2, s[104:105]
642 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
644 global_atomic_or_b64 v1, v[2:3], s[104:105]
645 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
647 global_atomic_pk_add_bf16 a4, v[2:3], a1, off sc0
648 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
650 global_atomic_pk_add_f16 v0, v[0:1], v2, off glc
651 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
653 global_atomic_sub_u32 v1, v2, s[104:105]
654 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
656 global_atomic_sub_u64 v1, v[2:3], s[104:105]
657 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
659 global_atomic_swap_b32 v0, v1, v3, s[2:3]
660 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
662 global_atomic_swap_b64 v1, v[2:3], s[104:105]
663 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
665 global_atomic_xor_b32 v1, v2, s[104:105]
666 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
668 global_atomic_xor_b64 v1, v[2:3], s[104:105]
669 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
671 global_load_addtid_b32 v1, off
672 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
674 global_load_b128 v[1:4], v5, s[2:3]
675 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
677 global_load_b32 v1, v3, exec_hi
678 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
680 global_load_b64 v[1:2], v3, s[2:3]
681 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
683 global_load_b96 v[1:3], v5, s[2:3]
684 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
686 global_load_d16_b16 v1, v3, s[2:3]
687 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
689 global_load_d16_hi_b16 v1, v3, s[2:3]
690 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
692 global_load_d16_hi_i8 v1, v3, s[2:3]
693 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
695 global_load_d16_hi_u8 v1, v3, s[2:3]
696 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
698 global_load_d16_i8 v1, v3, s[2:3]
699 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
701 global_load_d16_u8 v1, v3, s[2:3]
702 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
704 global_load_dword_addtid v1, off offset:16
705 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
707 global_load_i16 v1, v3, s[2:3]
708 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
710 global_load_i8 v1, v3, s[2:3]
711 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
713 global_load_lds_dword v2, s[4:5] offset:4
714 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
716 global_load_lds_sbyte v[2:3], off
717 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
719 global_load_lds_sshort v[2:3], off
720 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
722 global_load_lds_ubyte v[2:3], off
723 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
725 global_load_lds_ushort v[2:3], off
726 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
728 global_load_u16 v1, v3, s[2:3]
729 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
731 global_load_u8 v1, v3, s2
732 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
734 global_store_addtid_b32 v1, null offset:4095
735 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
737 global_store_b128 v1, v[2:5], s[104:105]
738 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
740 global_store_b16 v1, v2, s[104:105]
741 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
743 global_store_b32 v1, v2, s[104:105]
744 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
746 global_store_b64 v1, v[2:3], s[104:105]
747 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
749 global_store_b8 v1, v2, s[104:105]
750 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
752 global_store_b96 v1, v[2:4], s[104:105]
753 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
755 global_store_d16_hi_b16 v1, v2, s[104:105]
756 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
758 global_store_d16_hi_b8 v1, v2, s[104:105]
759 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
761 global_store_dword_addtid v1, off offset:16 glc slc dlc
762 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
764 image_bvh64_intersect_ray v[252:255], v[247:255], ttmp[12:15] a16
765 // GFX1010: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
767 image_bvh_intersect_ray v[252:255], v[1:11], s[8:11]
768 // GFX1010: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
770 image_msaa_load v14, [v204,v11,v14,v19], s[40:47] dmask:0x1 dim:SQ_RSRC_IMG_2D_MSAA_ARRAY
771 // GFX1010: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
773 lds_direct_load v1 wait_vdst:15
774 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
776 lds_param_load v1, attr0.x wait_vdst:15
777 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
779 s_and_not0_saveexec_b32 null, 0xaf123456
780 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
782 s_and_not0_saveexec_b64 null, 0xaf123456
783 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
785 s_and_not0_wrexec_b32 null, 0xaf123456
786 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
788 s_and_not0_wrexec_b64 null, 0xaf123456
789 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
791 s_and_not1_b32 exec_hi, src_scc, vcc_lo
792 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
794 s_and_not1_b64 exec, src_scc, exec
795 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
797 s_and_not1_saveexec_b32 null, 0xaf123456
798 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
800 s_and_not1_saveexec_b64 null, 0xaf123456
801 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
803 s_and_not1_wrexec_b32 null, 0xaf123456
804 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
806 s_and_not1_wrexec_b64 null, 0xaf123456
807 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
809 s_buffer_load_b128 s[20:23], s[4:7], 0x0
810 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
812 s_buffer_load_b256 s[20:27], s[4:7], 0x0
813 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
815 s_buffer_load_b32 s101, s[4:7], s0
816 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
818 s_buffer_load_b512 s[20:35], s[4:7], 0x0
819 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
821 s_buffer_load_b64 s[100:101], s[4:7], s0
822 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
824 s_cbranch_g_fork -1, s[4:5]
825 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
827 s_cbranch_i_fork exec, 12609
828 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
830 s_cbranch_join 1
831 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
833 s_cls_i32 exec_hi, src_scc
834 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
836 s_cls_i32_i64 exec_hi, src_scc
837 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
839 s_clz_i32_u32 exec_hi, src_scc
840 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
842 s_clz_i32_u64 exec_hi, src_scc
843 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
845 s_ctz_i32_b32 exec_hi, src_scc
846 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
848 s_ctz_i32_b64 exec_hi, src_scc
849 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
851 s_dcache_inv_vol
852 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
854 s_dcache_wb_vol
855 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
857 s_delay_alu
858 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
860 s_load_b128 s[20:23], s[100:101], s0
861 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
863 s_load_b256 s[20:27], s[100:101], s0
864 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
866 s_load_b32 s101, s[2:3], s0
867 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
869 s_load_b512 s[20:35], s[100:101], s0
870 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
872 s_load_b64 s[100:101], s[2:3], s0
873 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
875 s_or_not0_saveexec_b32 null, 0xaf123456
876 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
878 s_or_not0_saveexec_b64 null, 0xaf123456
879 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
881 s_or_not1_b32 exec_hi, src_scc, vcc_lo
882 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
884 s_or_not1_b64 exec, src_scc, exec
885 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
887 s_or_not1_saveexec_b32 null, 0xaf123456
888 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
890 s_or_not1_saveexec_b64 null, 0xaf123456
891 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
893 s_pack_hl_b32_b16 exec_hi, src_scc, vcc_lo
894 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
896 s_rfe_restore_b64 -1, s2
897 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
899 s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_DDID)
900 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
902 s_sendmsg_rtn_b64 s[0:1], 0x0
903 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
905 s_set_gpr_idx_idx -1
906 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
908 s_set_gpr_idx_mode 0
909 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
911 s_set_gpr_idx_off
912 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
914 s_set_gpr_idx_on -1, 0x0
915 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
917 s_set_inst_prefetch_distance 0x3141
918 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
920 s_setvskip -1, s2
921 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
923 s_wait_event 0x3141
924 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
926 scratch_load_b128 v[1:4], v2, s1
927 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
929 scratch_load_b32 v1, off, off
930 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
932 scratch_load_b64 v[1:2], v2, s1
933 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
935 scratch_load_b96 v[1:3], v2, s1
936 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
938 scratch_load_d16_b16 v1, v2, s1
939 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
941 scratch_load_d16_hi_b16 v1, v2, s1
942 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
944 scratch_load_d16_hi_i8 v1, v2, s1
945 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
947 scratch_load_d16_hi_u8 v1, v2, s1
948 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
950 scratch_load_d16_i8 v1, v2, s1
951 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
953 scratch_load_d16_u8 v1, v2, s1
954 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
956 scratch_load_i16 v1, v2, s1
957 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
959 scratch_load_i8 v1, v2, s1
960 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
962 scratch_load_lds_dword off, off
963 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
965 scratch_load_lds_sbyte off, off
966 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
968 scratch_load_lds_sshort off, off
969 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
971 scratch_load_lds_ubyte off, off
972 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
974 scratch_load_lds_ushort off, off
975 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
977 scratch_load_u16 v1, v2, s1
978 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
980 scratch_load_u8 v1, v2, s1
981 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
983 scratch_store_b128 off, v[2:5], null
984 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
986 scratch_store_b16 off, v2, null
987 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
989 scratch_store_b32 off, v2, null
990 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
992 scratch_store_b64 off, v[2:3], null
993 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
995 scratch_store_b8 off, v2, null
996 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
998 scratch_store_b96 off, v[2:4], null
999 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1001 scratch_store_d16_hi_b16 off, v2, null
1002 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1004 scratch_store_d16_hi_b8 off, v2, null
1005 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1007 tbuffer_load_d16_format_x v255, off, s[8:11], s3, format:1 offset:4095
1008 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1010 tbuffer_load_d16_format_xy v255, off, s[8:11], s3, format:6 offset:4095
1011 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1013 tbuffer_load_d16_format_xyz v[254:255], off, s[8:11], s3, format:11 offset:4095
1014 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1016 tbuffer_load_d16_format_xyzw v[254:255], off, s[8:11], s3, format:16 offset:4095
1017 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1019 tbuffer_store_d16_format_x v1, off, s[12:15], s4 offset:4095
1020 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1022 tbuffer_store_d16_format_xy v1, off, s[12:15], s4 offset:4095
1023 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1025 tbuffer_store_d16_format_xyz v[1:2], off, s[12:15], s4 offset:4095
1026 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1028 tbuffer_store_d16_format_xyzw v[1:2], off, s[12:15], s4 offset:4095
1029 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1031 v_accvgpr_mov_b32 a1, a2
1032 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1034 v_accvgpr_read_b32 a0, a0
1035 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1037 v_accvgpr_write_b32 a0, 65
1038 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1040 v_add_i16 v5, v1, v2
1041 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1043 v_add_i32 lds_direct, v0, v0
1044 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1046 v_add_i32_e32 v0, vcc, 0.5, v0
1047 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1049 v_add_i32_e64 v1, s[0:1], v2, v3
1050 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1052 v_add_u16 v0, src_shared_base, v0
1053 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1055 v_add_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
1056 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1058 v_add_u16_e32 v1, v2, v3
1059 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1061 v_add_u16_e64 v255, v1, v2
1062 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1064 v_add_u16_sdwa v0, scc, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
1065 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1067 v_add_u32 v0, execz, v0
1068 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1070 v_add_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
1071 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1073 v_add_u32_e32 v1, s1, v3
1074 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1076 v_add_u32_e64 v0, scc, v0
1077 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1079 v_add_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
1080 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1082 v_addc_co_u32 v0, vcc, shared_base, v0, vcc
1083 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1085 v_addc_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
1086 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1088 v_addc_co_u32_e32 v3, vcc, 12345, v3, vcc
1089 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1091 v_addc_co_u32_e64 v255, s[12:13], v1, v2, s[6:7]
1092 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1094 v_addc_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
1095 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1097 v_addc_u32 v0, vcc, exec_hi, v0, vcc
1098 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1100 v_addc_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
1101 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1103 v_addc_u32_e32 v1, -1, v2, v3, s0
1104 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1106 v_addc_u32_e64 v0, s[0:1], s0, s0, s[0:1]
1107 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1109 v_addc_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
1110 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1112 v_and_b16 v5, v1, v2
1113 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1115 v_and_b16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1116 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1118 v_ashr_i32 v255, v1, v2
1119 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1121 v_ashr_i32_e32 v1, v2, v3
1122 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1124 v_ashr_i32_e64 v255, v1, v2
1125 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1127 v_ashr_i64 v[254:255], v[1:2], v2
1128 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1130 v_cls_i32 v255, 0xaf123456
1131 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1133 v_cls_i32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1134 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1136 v_cls_i32_e64 v5, v1
1137 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1139 v_cls_i32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1140 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1142 v_clz_i32_u32 v255, 0xaf123456
1143 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1145 v_clz_i32_u32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1146 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1148 v_clz_i32_u32_e64 v5, v1
1149 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1151 v_clz_i32_u32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1152 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1154 v_cmp_f_i16 vcc, -1, v2
1155 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1157 v_cmp_f_i16_e64 flat_scratch, v1, v2
1158 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1160 v_cmp_f_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD
1161 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1163 v_cmp_f_u16 vcc, -1, v2
1164 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1166 v_cmp_f_u16_e64 flat_scratch, v1, v2
1167 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1169 v_cmp_f_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD
1170 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1172 v_cmp_t_f16 vcc, -1, v2
1173 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1175 v_cmp_t_f16_dpp vcc, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1176 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1178 v_cmp_t_f16_e32 vcc, v1, v255
1179 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1181 v_cmp_t_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
1182 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1184 v_cmp_t_f16_e64_dpp null, -|v255|, -|v255| clamp dpp8:[0,0,0,0,0,0,0,0] fi:0
1185 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1187 v_cmp_t_f32 vcc, -1, v2
1188 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1190 v_cmp_t_f32_dpp vcc, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1191 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1193 v_cmp_t_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
1194 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1196 v_cmp_t_f32_e64_dpp null, -|v255|, -|v255| clamp dpp8:[0,0,0,0,0,0,0,0] fi:0
1197 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1199 v_cmp_t_f64 vcc, -1, v[2:3]
1200 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1202 v_cmp_t_f64_e64 null, 0xaf123456, -|vcc| clamp
1203 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1205 v_cmp_t_i16 vcc, -1, v2
1206 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1208 v_cmp_t_i16_e64 flat_scratch, v1, v2
1209 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1211 v_cmp_t_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD
1212 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1214 v_cmp_t_u16 vcc, -1, v2
1215 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1217 v_cmp_t_u16_e64 flat_scratch, v1, v2
1218 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1220 v_cmp_t_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD
1221 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1223 v_cmps_eq_f32 vcc, -1, v2
1224 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1226 v_cmps_eq_f32_e64 flat_scratch, v1, v2
1227 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1229 v_cmps_eq_f64 vcc, -1, v[2:3]
1230 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1232 v_cmps_eq_f64_e64 flat_scratch, v[1:2], v[2:3]
1233 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1235 v_cmps_f_f32 vcc, -1, v2
1236 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1238 v_cmps_f_f32_e64 flat_scratch, v1, v2
1239 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1241 v_cmps_f_f64 vcc, -1, v[2:3]
1242 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1244 v_cmps_f_f64_e64 flat_scratch, v[1:2], v[2:3]
1245 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1247 v_cmps_ge_f32 vcc, -1, v2
1248 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1250 v_cmps_ge_f32_e64 flat_scratch, v1, v2
1251 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1253 v_cmps_ge_f64 vcc, -1, v[2:3]
1254 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1256 v_cmps_ge_f64_e64 flat_scratch, v[1:2], v[2:3]
1257 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1259 v_cmps_gt_f32 vcc, -1, v2
1260 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1262 v_cmps_gt_f32_e64 flat_scratch, v1, v2
1263 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1265 v_cmps_gt_f64 vcc, -1, v[2:3]
1266 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1268 v_cmps_gt_f64_e64 flat_scratch, v[1:2], v[2:3]
1269 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1271 v_cmps_le_f32 vcc, -1, v2
1272 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1274 v_cmps_le_f32_e64 flat_scratch, v1, v2
1275 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1277 v_cmps_le_f64 vcc, -1, v[2:3]
1278 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1280 v_cmps_le_f64_e64 flat_scratch, v[1:2], v[2:3]
1281 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1283 v_cmps_lg_f32 vcc, -1, v2
1284 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1286 v_cmps_lg_f32_e64 flat_scratch, v1, v2
1287 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1289 v_cmps_lg_f64 vcc, -1, v[2:3]
1290 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1292 v_cmps_lg_f64_e64 flat_scratch, v[1:2], v[2:3]
1293 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1295 v_cmps_lt_f32 vcc, -1, v2
1296 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1298 v_cmps_lt_f32_e64 flat_scratch, v1, v2
1299 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1301 v_cmps_lt_f64 vcc, -1, v[2:3]
1302 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1304 v_cmps_lt_f64_e64 flat_scratch, v[1:2], v[2:3]
1305 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1307 v_cmps_neq_f32 vcc, -1, v2
1308 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1310 v_cmps_neq_f32_e64 flat_scratch, v1, v2
1311 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1313 v_cmps_neq_f64 vcc, -1, v[2:3]
1314 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1316 v_cmps_neq_f64_e64 flat_scratch, v[1:2], v[2:3]
1317 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1319 v_cmps_nge_f32 vcc, -1, v2
1320 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1322 v_cmps_nge_f32_e64 flat_scratch, v1, v2
1323 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1325 v_cmps_nge_f64 vcc, -1, v[2:3]
1326 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1328 v_cmps_nge_f64_e64 flat_scratch, v[1:2], v[2:3]
1329 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1331 v_cmps_ngt_f32 vcc, -1, v2
1332 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1334 v_cmps_ngt_f32_e64 flat_scratch, v1, v2
1335 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1337 v_cmps_ngt_f64 vcc, -1, v[2:3]
1338 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1340 v_cmps_ngt_f64_e64 flat_scratch, v[1:2], v[2:3]
1341 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1343 v_cmps_nle_f32 vcc, -1, v2
1344 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1346 v_cmps_nle_f32_e64 flat_scratch, v1, v2
1347 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1349 v_cmps_nle_f64 vcc, -1, v[2:3]
1350 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1352 v_cmps_nle_f64_e64 flat_scratch, v[1:2], v[2:3]
1353 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1355 v_cmps_nlg_f32 vcc, -1, v2
1356 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1358 v_cmps_nlg_f32_e64 flat_scratch, v1, v2
1359 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1361 v_cmps_nlg_f64 vcc, -1, v[2:3]
1362 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1364 v_cmps_nlg_f64_e64 flat_scratch, v[1:2], v[2:3]
1365 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1367 v_cmps_nlt_f32 vcc, -1, v2
1368 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1370 v_cmps_nlt_f32_e64 flat_scratch, v1, v2
1371 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1373 v_cmps_nlt_f64 vcc, -1, v[2:3]
1374 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1376 v_cmps_nlt_f64_e64 flat_scratch, v[1:2], v[2:3]
1377 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1379 v_cmps_o_f32 vcc, -1, v2
1380 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1382 v_cmps_o_f32_e64 flat_scratch, v1, v2
1383 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1385 v_cmps_o_f64 vcc, -1, v[2:3]
1386 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1388 v_cmps_o_f64_e64 flat_scratch, v[1:2], v[2:3]
1389 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1391 v_cmps_tru_f32 vcc, -1, v2
1392 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1394 v_cmps_tru_f32_e64 flat_scratch, v1, v2
1395 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1397 v_cmps_tru_f64 vcc, -1, v[2:3]
1398 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1400 v_cmps_tru_f64_e64 flat_scratch, v[1:2], v[2:3]
1401 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1403 v_cmps_u_f32 vcc, -1, v2
1404 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1406 v_cmps_u_f32_e64 flat_scratch, v1, v2
1407 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1409 v_cmps_u_f64 vcc, -1, v[2:3]
1410 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1412 v_cmps_u_f64_e64 flat_scratch, v[1:2], v[2:3]
1413 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1415 v_cmpsx_eq_f32 vcc, -1, v2
1416 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1418 v_cmpsx_eq_f32_e64 flat_scratch, v1, v2
1419 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1421 v_cmpsx_eq_f64 vcc, -1, v[2:3]
1422 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1424 v_cmpsx_eq_f64_e64 flat_scratch, v[1:2], v[2:3]
1425 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1427 v_cmpsx_f_f32 vcc, -1, v2
1428 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1430 v_cmpsx_f_f32_e64 flat_scratch, v1, v2
1431 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1433 v_cmpsx_f_f64 vcc, -1, v[2:3]
1434 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1436 v_cmpsx_f_f64_e64 flat_scratch, v[1:2], v[2:3]
1437 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1439 v_cmpsx_ge_f32 vcc, -1, v2
1440 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1442 v_cmpsx_ge_f32_e64 flat_scratch, v1, v2
1443 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1445 v_cmpsx_ge_f64 vcc, -1, v[2:3]
1446 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1448 v_cmpsx_ge_f64_e64 flat_scratch, v[1:2], v[2:3]
1449 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1451 v_cmpsx_gt_f32 vcc, -1, v2
1452 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1454 v_cmpsx_gt_f32_e64 flat_scratch, v1, v2
1455 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1457 v_cmpsx_gt_f64 vcc, -1, v[2:3]
1458 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1460 v_cmpsx_gt_f64_e64 flat_scratch, v[1:2], v[2:3]
1461 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1463 v_cmpsx_le_f32 vcc, -1, v2
1464 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1466 v_cmpsx_le_f32_e64 flat_scratch, v1, v2
1467 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1469 v_cmpsx_le_f64 vcc, -1, v[2:3]
1470 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1472 v_cmpsx_le_f64_e64 flat_scratch, v[1:2], v[2:3]
1473 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1475 v_cmpsx_lg_f32 vcc, -1, v2
1476 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1478 v_cmpsx_lg_f32_e64 flat_scratch, v1, v2
1479 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1481 v_cmpsx_lg_f64 vcc, -1, v[2:3]
1482 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1484 v_cmpsx_lg_f64_e64 flat_scratch, v[1:2], v[2:3]
1485 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1487 v_cmpsx_lt_f32 vcc, -1, v2
1488 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1490 v_cmpsx_lt_f32_e64 flat_scratch, v1, v2
1491 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1493 v_cmpsx_lt_f64 vcc, -1, v[2:3]
1494 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1496 v_cmpsx_lt_f64_e64 flat_scratch, v[1:2], v[2:3]
1497 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1499 v_cmpsx_neq_f32 vcc, -1, v2
1500 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1502 v_cmpsx_neq_f32_e64 flat_scratch, v1, v2
1503 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1505 v_cmpsx_neq_f64 vcc, -1, v[2:3]
1506 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1508 v_cmpsx_neq_f64_e64 flat_scratch, v[1:2], v[2:3]
1509 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1511 v_cmpsx_nge_f32 vcc, -1, v2
1512 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1514 v_cmpsx_nge_f32_e64 flat_scratch, v1, v2
1515 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1517 v_cmpsx_nge_f64 vcc, -1, v[2:3]
1518 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1520 v_cmpsx_nge_f64_e64 flat_scratch, v[1:2], v[2:3]
1521 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1523 v_cmpsx_ngt_f32 vcc, -1, v2
1524 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1526 v_cmpsx_ngt_f32_e64 flat_scratch, v1, v2
1527 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1529 v_cmpsx_ngt_f64 vcc, -1, v[2:3]
1530 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1532 v_cmpsx_ngt_f64_e64 flat_scratch, v[1:2], v[2:3]
1533 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1535 v_cmpsx_nle_f32 vcc, -1, v2
1536 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1538 v_cmpsx_nle_f32_e64 flat_scratch, v1, v2
1539 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1541 v_cmpsx_nle_f64 vcc, -1, v[2:3]
1542 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1544 v_cmpsx_nle_f64_e64 flat_scratch, v[1:2], v[2:3]
1545 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1547 v_cmpsx_nlg_f32 vcc, -1, v2
1548 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1550 v_cmpsx_nlg_f32_e64 flat_scratch, v1, v2
1551 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1553 v_cmpsx_nlg_f64 vcc, -1, v[2:3]
1554 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1556 v_cmpsx_nlg_f64_e64 flat_scratch, v[1:2], v[2:3]
1557 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1559 v_cmpsx_nlt_f32 vcc, -1, v2
1560 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1562 v_cmpsx_nlt_f32_e64 flat_scratch, v1, v2
1563 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1565 v_cmpsx_nlt_f64 vcc, -1, v[2:3]
1566 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1568 v_cmpsx_nlt_f64_e64 flat_scratch, v[1:2], v[2:3]
1569 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1571 v_cmpsx_o_f32 vcc, -1, v2
1572 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1574 v_cmpsx_o_f32_e64 flat_scratch, v1, v2
1575 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1577 v_cmpsx_o_f64 vcc, -1, v[2:3]
1578 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1580 v_cmpsx_o_f64_e64 flat_scratch, v[1:2], v[2:3]
1581 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1583 v_cmpsx_tru_f32 vcc, -1, v2
1584 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1586 v_cmpsx_tru_f32_e64 flat_scratch, v1, v2
1587 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1589 v_cmpsx_tru_f64 vcc, -1, v[2:3]
1590 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1592 v_cmpsx_tru_f64_e64 flat_scratch, v[1:2], v[2:3]
1593 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1595 v_cmpsx_u_f32 vcc, -1, v2
1596 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1598 v_cmpsx_u_f32_e64 flat_scratch, v1, v2
1599 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1601 v_cmpsx_u_f64 vcc, -1, v[2:3]
1602 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1604 v_cmpsx_u_f64_e64 flat_scratch, v[1:2], v[2:3]
1605 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1607 v_cmpx_f_i16 vcc, -1, v2
1608 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1610 v_cmpx_f_i16_e64 exec, v1, v2
1611 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1613 v_cmpx_f_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD
1614 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1616 v_cmpx_f_u16 vcc, -1, v2
1617 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1619 v_cmpx_f_u16_e64 exec, v1, v2
1620 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1622 v_cmpx_f_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD
1623 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1625 v_cmpx_t_f16 -1, v2
1626 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1628 v_cmpx_t_f16_dpp v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1629 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1631 v_cmpx_t_f16_e32 v1, v255
1632 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1634 v_cmpx_t_f16_e64 -1, exec_hi
1635 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1637 v_cmpx_t_f16_e64_dpp -v1, |v2| dpp8:[7,6,5,4,3,2,1,0] fi:1
1638 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1640 v_cmpx_t_f32 -1, v2
1641 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1643 v_cmpx_t_f32_dpp v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1644 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1646 v_cmpx_t_f32_e64 -1, exec_hi
1647 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1649 v_cmpx_t_f32_e64_dpp -v1, |v2| dpp8:[7,6,5,4,3,2,1,0] fi:1
1650 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1652 v_cmpx_t_f64 -1, v[2:3]
1653 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1655 v_cmpx_t_f64_e64 -1, -1
1656 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1658 v_cmpx_t_i16 vcc, -1, v2
1659 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1661 v_cmpx_t_i16_e64 exec, v1, v2
1662 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1664 v_cmpx_t_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD
1665 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1667 v_cmpx_t_u16 vcc, -1, v2
1668 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1670 v_cmpx_t_u16_e64 exec, v1, v2
1671 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1673 v_cmpx_t_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD
1674 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1676 v_cndmask_b16 v5, v1, v2, s3
1677 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1679 v_cndmask_b16_e64_dpp v5, v1, v2, s3 dpp8:[7,6,5,4,3,2,1,0]
1680 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1682 v_ctz_i32_b32 v255, 0xaf123456
1683 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1685 v_ctz_i32_b32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1686 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1688 v_ctz_i32_b32_e64 v5, v1
1689 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1691 v_ctz_i32_b32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1692 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1694 v_cvt_f32_bf8 v1, 3
1695 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1697 v_cvt_f32_bf8_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf
1698 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1700 v_cvt_f32_bf8_e64 v5, v1
1701 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1703 v_cvt_f32_bf8_sdwa v5, v1 src0_sel:BYTE_0
1704 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1706 v_cvt_f32_fp8 v1, 3
1707 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1709 v_cvt_f32_fp8_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf
1710 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1712 v_cvt_f32_fp8_e64 v5, v1
1713 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1715 v_cvt_f32_fp8_sdwa v5, v1 src0_sel:BYTE_0
1716 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1718 v_cvt_floor_i32_f32 v255, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1
1719 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1721 v_cvt_floor_i32_f32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1722 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1724 v_cvt_floor_i32_f32_e64 v5, v1
1725 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1727 v_cvt_floor_i32_f32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1728 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1730 v_cvt_i32_i16 v255, 0xfe0b
1731 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1733 v_cvt_i32_i16_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1734 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1736 v_cvt_i32_i16_e32 v5, v199
1737 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1739 v_cvt_i32_i16_e64 v5, v1
1740 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1742 v_cvt_i32_i16_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1743 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1745 v_cvt_nearest_i32_f32 v255, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1
1746 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1748 v_cvt_nearest_i32_f32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1749 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1751 v_cvt_nearest_i32_f32_e64 v5, v1
1752 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1754 v_cvt_nearest_i32_f32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1755 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1757 v_cvt_pk_bf8_f32 v1, -v2, |v3|
1758 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1760 v_cvt_pk_f32_bf8 v[0:1], v3 quad_perm:[0,2,1,1] row_mask:0xf bank_mask:0xf
1761 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1763 v_cvt_pk_f32_bf8_dpp v[10:11], v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf
1764 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1766 v_cvt_pk_f32_bf8_sdwa v[10:11], v1 src0_sel:WORD_0
1767 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1769 v_cvt_pk_f32_fp8 v[0:1], v3 quad_perm:[0,2,1,1] row_mask:0xf bank_mask:0xf
1770 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1772 v_cvt_pk_f32_fp8_dpp v[10:11], v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf
1773 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1775 v_cvt_pk_f32_fp8_sdwa v[10:11], v1 src0_sel:WORD_0
1776 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1778 v_cvt_pk_fp8_f32 v1, -v2, |v3|
1779 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1781 v_cvt_pk_i16_f32 v5, v1, v2
1782 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1784 v_cvt_pk_i16_f32_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1785 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1787 v_cvt_pk_norm_i16_f16 v5, v1, v2
1788 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1790 v_cvt_pk_norm_i16_f16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1791 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1793 v_cvt_pk_norm_u16_f16 v5, v1, v2
1794 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1796 v_cvt_pk_norm_u16_f16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1797 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1799 v_cvt_pk_rtz_f16_f32 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1
1800 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1802 v_cvt_pk_rtz_f16_f32_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1803 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1805 v_cvt_pk_rtz_f16_f32_e64 v5, v1, v2
1806 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1808 v_cvt_pk_rtz_f16_f32_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1809 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1811 v_cvt_pk_u16_f32 v5, v1, v2
1812 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1814 v_cvt_pk_u16_f32_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1815 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1817 v_cvt_pkaccum_u8_f32 v1, v2, v3
1818 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1820 v_cvt_pkaccum_u8_f32_e64 v255, v1, v2
1821 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1823 v_cvt_sr_bf8_f32 v1, -|s2|, v3
1824 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1826 v_cvt_sr_fp8_f32 v1, -|s2|, v3
1827 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1829 v_cvt_u32_u16 v255, 0xfe0b
1830 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1832 v_cvt_u32_u16_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1833 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1835 v_cvt_u32_u16_e32 v5, v199
1836 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1838 v_cvt_u32_u16_e64 v5, v1
1839 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1841 v_cvt_u32_u16_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
1842 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1844 v_div_fixup_legacy_f16 v5, v1, v2, v3
1845 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1847 v_dot2_bf16_bf16 v5, v1, v2, v3
1848 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1850 v_dot2_bf16_bf16_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
1851 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1853 v_dot2_f16_f16 v5, v1, v2, v3
1854 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1856 v_dot2_f16_f16_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
1857 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1859 v_dot2_f32_bf16 v0, v1, v2, v3
1860 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1862 v_dot2_f32_f16 v0, -v1, -v2, -v3
1863 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1865 v_dot2_f32_f16_e64_dpp v0, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
1866 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1868 v_dot2_i32_i16 v0, -v1, -v2, -v3
1869 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1871 v_dot2_u32_u16 v0, -v1, -v2, -v3
1872 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1874 v_dot2acc_f32_f16 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1
1875 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1877 v_dot2acc_f32_f16_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
1878 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1880 v_dot2c_f32_f16 v0, v1, v2
1881 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1883 v_dot2c_f32_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
1884 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1886 v_dot2c_f32_f16_e32 v255, v1, v2
1887 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1889 v_dot2c_f32_f16_e64 v0, v1, v2
1890 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1892 v_dot2c_i32_i16 v0, v1, v2
1893 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1895 v_dot2c_i32_i16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
1896 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1898 v_dot2c_i32_i16_e64 v0, v1, v2
1899 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1901 v_dot4_i32_i8 v0, v1, v2, v3
1902 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1904 v_dot4_i32_iu8 v255, 0xaf123456, vcc_hi, null neg_lo:[0,0,0]
1905 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1907 v_dot4_u32_u8 v0, v1, v2, v3
1908 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1910 v_dot4c_i32_i8 v0, v1, v2
1911 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1913 v_dot4c_i32_i8_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
1914 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1916 v_dot4c_i32_i8_e32 v255, v1, v2
1917 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1919 v_dot4c_i32_i8_e64 v0, v1, v2
1920 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1922 v_dot8_i32_i4 v0, v1, v2, v3
1923 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1925 v_dot8_i32_iu4 v255, 0xaf123456, vcc_hi, null neg_lo:[0,0,0] clamp
1926 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1928 v_dot8_u32_u4 v0, v1, v2, v3
1929 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1931 v_dot8c_i32_i4 v0, v1, v2
1932 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1934 v_dot8c_i32_i4_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
1935 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1937 v_dot8c_i32_i4_e64 v0, v1, v2
1938 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1940 v_dual_add_f32 v255, s105, v2 :: v_dual_cndmask_b32 v6, s105, v3
1941 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1943 v_dual_add_f32 v5, 0xaf123456, v2 :: v_dual_fmaak_f32 v6, v3, v1, 0xaf123456 ;
1944 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1946 v_dual_add_f32 v6, 0xfe0b, v5 :: v_dual_dot2acc_f32_f16 v255, 0xfe0b, v4
1947 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1949 v_dual_add_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
1950 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1952 v_dual_add_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
1953 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1955 v_dual_add_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
1956 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1958 v_dual_add_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
1959 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1961 v_dual_add_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255
1962 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1964 v_dual_add_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
1965 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1967 v_dual_add_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
1968 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1970 v_dual_add_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
1971 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1973 v_dual_add_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
1974 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1976 v_dual_add_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
1977 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1979 v_dual_add_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
1980 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1982 v_dual_add_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
1983 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1985 v_dual_add_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
1986 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1988 v_dual_cndmask_b32 v255, 0xbabe, v2 :: v_dual_cndmask_b32 v6, 0xbabe, v3
1989 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1991 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
1992 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1994 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
1995 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
1997 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
1998 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2000 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2001 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2003 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmaak_f32 v6, 0.5, v5, 0xaf123456
2004 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2006 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2007 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2009 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmamk_f32 v6, 0.5, 0xaf123456, v255
2010 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2012 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2013 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2015 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2016 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2018 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2019 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2021 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2022 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2024 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2025 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2027 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
2028 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2030 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2031 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2033 v_dual_cndmask_b32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2034 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2036 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
2037 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2039 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
2040 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2042 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
2043 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2045 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5
2046 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2048 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2049 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2051 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2052 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2054 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2055 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2057 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v4
2058 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2060 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2061 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2063 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2064 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2066 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2067 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2069 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2070 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2072 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2073 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2075 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
2076 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2078 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2079 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2081 v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2082 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2084 v_dual_fmaak_f32 v122, s74, v161, 2.741 :: v_dual_and_b32 v247, s74, v98
2085 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2087 v_dual_fmaak_f32 v122, s74, v161, 2.741 :: v_dual_fmamk_f32 v3, s74, 2.741, v1
2088 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2090 v_dual_fmaak_f32 v122, v0, v161, 2.741 :: v_dual_cndmask_b32 v1, 2.741, v3
2091 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2093 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_add_f32 v6, src_scc, v5
2094 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2096 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_add_nc_u32 v6, src_scc, v5
2097 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2099 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_dot2acc_f32_f16 v6, 0.5, v5
2100 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2102 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2103 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2105 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_fmac_f32 v6, src_scc, v5
2106 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2108 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_lshlrev_b32 v6, src_scc, v5
2109 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2111 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_max_f32 v6, src_scc, v5
2112 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2114 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_min_f32 v6, src_scc, v5
2115 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2117 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mov_b32 v6, src_scc
2118 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2120 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2121 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2123 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mul_f32 v6, src_scc, v5
2124 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2126 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_sub_f32 v6, src_scc, v5
2127 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2129 v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_subrev_f32 v6, src_scc, v5
2130 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2132 v_dual_fmac_f32 v6, v1, v2 :: v_dual_fmamk_f32 v7, v2, 0xaf123456, v7
2133 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2135 v_dual_fmac_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
2136 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2138 v_dual_fmac_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
2139 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2141 v_dual_fmac_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
2142 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2144 v_dual_fmac_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5
2145 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2147 v_dual_fmac_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2148 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2150 v_dual_fmac_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2151 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2153 v_dual_fmac_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2154 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2156 v_dual_fmac_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2157 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2159 v_dual_fmac_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2160 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2162 v_dual_fmac_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2163 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2165 v_dual_fmac_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2166 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2168 v_dual_fmac_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2169 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2171 v_dual_fmac_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
2172 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2174 v_dual_fmac_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2175 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2177 v_dual_fmac_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2178 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2180 v_dual_fmamk_f32 v122, 0xdeadbeef, 0xdeadbeef, v161 :: v_dual_fmamk_f32 v123, 0xdeadbeef, 0xdeadbeef, v162
2181 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2183 v_dual_fmamk_f32 v122, v74, 0xa0172923, v161 :: v_dual_lshlrev_b32 v247, 0xa0172923, v99
2184 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2186 v_dual_fmamk_f32 v122, v74, 0xfe0b, v162 :: v_dual_dot2acc_f32_f16 v247, 0xfe0b, v99
2187 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2189 v_dual_fmamk_f32 v5, v1, 0xaf123456, v5 :: v_dual_fmac_f32 v6, v2, v3
2190 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2192 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_add_f32 v6, src_scc, v4
2193 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2195 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_add_nc_u32 v6, src_scc, v4
2196 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2198 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_and_b32 v6, src_scc, v4
2199 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2201 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_cndmask_b32 v6, 0.5, v4
2202 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2204 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_fmaak_f32 v6, src_scc, v4, 0xaf123456
2205 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2207 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_max_f32 v6, src_scc, v4
2208 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2210 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_min_f32 v6, src_scc, v4
2211 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2213 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mov_b32 v6, src_scc
2214 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2216 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v4
2217 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2219 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mul_f32 v6, src_scc, v4
2220 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2222 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_sub_f32 v6, src_scc, v4
2223 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2225 v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_subrev_f32 v6, src_scc, v4
2226 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2228 v_dual_max_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
2229 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2231 v_dual_max_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
2232 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2234 v_dual_max_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
2235 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2237 v_dual_max_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5
2238 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2240 v_dual_max_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2241 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2243 v_dual_max_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2244 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2246 v_dual_max_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2247 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2249 v_dual_max_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255
2250 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2252 v_dual_max_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2253 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2255 v_dual_max_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2256 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2258 v_dual_max_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2259 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2261 v_dual_max_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2262 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2264 v_dual_max_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2265 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2267 v_dual_max_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
2268 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2270 v_dual_max_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2271 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2273 v_dual_max_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2274 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2276 v_dual_min_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
2277 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2279 v_dual_min_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
2280 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2282 v_dual_min_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
2283 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2285 v_dual_min_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5
2286 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2288 v_dual_min_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2289 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2291 v_dual_min_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2292 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2294 v_dual_min_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2295 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2297 v_dual_min_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255
2298 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2300 v_dual_min_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2301 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2303 v_dual_min_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2304 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2306 v_dual_min_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2307 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2309 v_dual_min_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2310 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2312 v_dual_min_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2313 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2315 v_dual_min_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
2316 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2318 v_dual_min_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2319 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2321 v_dual_min_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2322 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2324 v_dual_mov_b32 v247, v160 :: v_dual_fmaak_f32 v122, s74, v161, 2.741
2325 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2327 v_dual_mov_b32 v255, -1 :: v_dual_add_f32 v6, src_scc, v4
2328 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2330 v_dual_mov_b32 v255, -1 :: v_dual_add_nc_u32 v6, src_scc, v4
2331 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2333 v_dual_mov_b32 v255, -1 :: v_dual_and_b32 v6, src_scc, v4
2334 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2336 v_dual_mov_b32 v255, -1 :: v_dual_cndmask_b32 v6, src_scc, v4
2337 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2339 v_dual_mov_b32 v255, -1 :: v_dual_dot2acc_f32_f16 v6, src_scc, v4
2340 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2342 v_dual_mov_b32 v255, -1 :: v_dual_fmac_f32 v6, src_scc, v4
2343 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2345 v_dual_mov_b32 v255, -1 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255
2346 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2348 v_dual_mov_b32 v255, -1 :: v_dual_lshlrev_b32 v6, src_scc, v4
2349 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2351 v_dual_mov_b32 v255, -1 :: v_dual_max_f32 v6, src_scc, v4
2352 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2354 v_dual_mov_b32 v255, -1 :: v_dual_min_f32 v6, src_scc, v4
2355 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2357 v_dual_mov_b32 v255, -1 :: v_dual_mov_b32 v6, src_scc
2358 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2360 v_dual_mov_b32 v255, -1 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v4
2361 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2363 v_dual_mov_b32 v255, -1 :: v_dual_mul_f32 v6, src_scc, v4
2364 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2366 v_dual_mov_b32 v255, -1 :: v_dual_sub_f32 v6, src_scc, v4
2367 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2369 v_dual_mov_b32 v255, -1 :: v_dual_subrev_f32 v6, src_scc, v4
2370 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2372 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
2373 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2375 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
2376 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2378 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
2379 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2381 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5
2382 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2384 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2385 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2387 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2388 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2390 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2391 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2393 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255
2394 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2396 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2397 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2399 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2400 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2402 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2403 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2405 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2406 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2408 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2409 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2411 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
2412 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2414 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2415 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2417 v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2418 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2420 v_dual_mul_f32 v0, s1, v2 :: v_dual_mul_f32 v3, s4, v5
2421 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2423 v_dual_mul_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
2424 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2426 v_dual_mul_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
2427 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2429 v_dual_mul_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
2430 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2432 v_dual_mul_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5
2433 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2435 v_dual_mul_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2436 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2438 v_dual_mul_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2439 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2441 v_dual_mul_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2442 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2444 v_dual_mul_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255
2445 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2447 v_dual_mul_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2448 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2450 v_dual_mul_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2451 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2453 v_dual_mul_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2454 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2456 v_dual_mul_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2457 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2459 v_dual_mul_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2460 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2462 v_dual_mul_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2463 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2465 v_dual_mul_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2466 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2468 v_dual_sub_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
2469 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2471 v_dual_sub_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
2472 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2474 v_dual_sub_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
2475 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2477 v_dual_sub_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5
2478 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2480 v_dual_sub_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2481 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2483 v_dual_sub_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2484 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2486 v_dual_sub_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2487 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2489 v_dual_sub_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255
2490 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2492 v_dual_sub_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2493 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2495 v_dual_sub_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2496 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2498 v_dual_sub_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2499 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2501 v_dual_sub_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2502 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2504 v_dual_sub_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2505 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2507 v_dual_sub_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
2508 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2510 v_dual_sub_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2511 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2513 v_dual_sub_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2514 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2516 v_dual_subrev_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5
2517 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2519 v_dual_subrev_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5
2520 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2522 v_dual_subrev_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5
2523 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2525 v_dual_subrev_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5
2526 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2528 v_dual_subrev_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5
2529 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2531 v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456
2532 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2534 v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5
2535 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2537 v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255
2538 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2540 v_dual_subrev_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5
2541 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2543 v_dual_subrev_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5
2544 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2546 v_dual_subrev_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5
2547 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2549 v_dual_subrev_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc
2550 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2552 v_dual_subrev_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5
2553 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2555 v_dual_subrev_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5
2556 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2558 v_dual_subrev_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5
2559 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2561 v_dual_subrev_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5
2562 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2564 v_exp_legacy_f32 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
2565 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2567 v_exp_legacy_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
2568 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2570 v_exp_legacy_f32_e64 v255, v1
2571 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2573 v_exp_legacy_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
2574 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2576 v_fma_dx9_zero_f32 v5, v1, v2, v3
2577 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2579 v_fma_legacy_f16 v5, v1, v2, v3
2580 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2582 v_fma_legacy_f32 v0, s1, 2.0, -v3
2583 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2585 v_fmac_dx9_zero_f32 v255, 0xaf123456, v255
2586 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2588 v_fmac_dx9_zero_f32_e64 v5, v1, v2
2589 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2591 v_fmac_f64 v[0:1], v[2:3], v[4:5] row_newbcast:2
2592 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2594 v_fmac_f64_dpp v[10:11], v[2:3], v[4:5] row_newbcast:1 row_mask:0xf bank_mask:0xf
2595 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2597 v_fmac_f64_e32 v[254:255], v[2:3], v[4:5]
2598 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2600 v_fmac_f64_e64 v[10:11], v[2:3], v[4:5]
2601 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2603 v_fmac_legacy_f32 v0, s1, 2.0
2604 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2606 v_fmac_legacy_f32_e64 v5, v1, v2
2607 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2609 v_interp_p10_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:5
2610 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2612 v_interp_p10_f32 v0, -v1, v2, v3
2613 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2615 v_interp_p10_rtz_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:5
2616 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2618 v_interp_p2_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:5
2619 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2621 v_interp_p2_legacy_f16 v5, v1, attr0.x, v3
2622 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2624 v_interp_p2_rtz_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:5
2625 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2627 v_log_clamp_f32 v1, 0.5
2628 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2630 v_log_clamp_f32_e64 v255, v1
2631 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2633 v_log_legacy_f32 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1
2634 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2636 v_log_legacy_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
2637 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2639 v_log_legacy_f32_e64 v255, v1
2640 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2642 v_log_legacy_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
2643 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2645 v_lshl_add_u64 v[10:11], v[2:3], v2, v[6:7]
2646 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2648 v_lshl_b32 v255, v1, v2
2649 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2651 v_lshl_b32_e32 v1, v2, v3
2652 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2654 v_lshl_b32_e64 v255, v1, v2
2655 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2657 v_lshl_b64 v[254:255], v[1:2], v2
2658 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2660 v_lshr_b32 v255, v1, v2
2661 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2663 v_lshr_b32_e32 v1, v2, v3
2664 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2666 v_lshr_b32_e64 v255, v1, v2
2667 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2669 v_lshr_b64 v[254:255], v[1:2], v2
2670 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2672 v_mac_f16 v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
2673 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2675 v_mac_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
2676 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2678 v_mac_f16_e32 v1, v2, v3
2679 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2681 v_mac_f16_e64 v255, v1, v2
2682 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2684 v_mac_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
2685 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2687 v_mad_f16 v5, v1, v2, v3
2688 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2690 v_mad_legacy_f16 v5, v1, v2, v3
2691 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2693 v_mad_legacy_i16 v5, v1, v2, v3
2694 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2696 v_mad_legacy_u16 v5, v1, v2, v3
2697 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2699 v_mad_mix_f32 v0, -abs(v1), v2, v3
2700 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2702 v_mad_mixhi_f16 v0, -v1, abs(v2), -abs(v3)
2703 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2705 v_mad_mixlo_f16 v0, abs(v1), -v2, abs(v3)
2706 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2708 v_madak_f16 v0, 0xff32, v0, 0x1122
2709 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2711 v_madmk_f16 v0, 0xff32, 0x1122, v0
2712 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2714 v_max_legacy_f32 v1, v2, v3
2715 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2717 v_max_legacy_f32_e64 v255, v1, v2
2718 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2720 v_maxmin_f16 v5, v1, v2, v3
2721 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2723 v_maxmin_f16_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
2724 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2726 v_maxmin_f32 v5, v1, v2, v3
2727 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2729 v_maxmin_f32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
2730 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2732 v_maxmin_i32 v5, v1, v2, v3
2733 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2735 v_maxmin_i32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
2736 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2738 v_maxmin_u32 v5, v1, v2, v3
2739 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2741 v_maxmin_u32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
2742 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2744 v_mfma_f32_16x16x16_bf16 a[0:3], v[2:3], v[4:5], a[2:5]
2745 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2747 v_mfma_f32_16x16x16_f16 a[0:3], v[0:1], v[2:3], a[2:5]
2748 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2750 v_mfma_f32_16x16x16bf16 a[0:3], v[2:3], v[4:5], a[2:5]
2751 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2753 v_mfma_f32_16x16x16bf16_1k a[0:3], a[0:1], a[2:3], -2.0
2754 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2756 v_mfma_f32_16x16x16f16 a[0:3], a[0:1], a[1:2], -2.0
2757 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2759 v_mfma_f32_16x16x1_4b_f32 a[0:15], v0, v1, a[18:33]
2760 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2762 v_mfma_f32_16x16x1f32 a[0:15], a0, a1, -2.0
2763 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2765 v_mfma_f32_16x16x2bf16 a[0:15], a0, a1, -2.0
2766 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2768 v_mfma_f32_16x16x32_bf8_bf8 a[0:3], v[2:3], v[4:5], a[0:3]
2769 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2771 v_mfma_f32_16x16x32_bf8_fp8 a[0:3], v[2:3], v[4:5], a[0:3]
2772 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2774 v_mfma_f32_16x16x32_fp8_bf8 a[0:3], v[2:3], v[4:5], a[0:3]
2775 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2777 v_mfma_f32_16x16x32_fp8_fp8 a[0:3], v[2:3], v[4:5], a[0:3]
2778 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2780 v_mfma_f32_16x16x4_4b_bf16 a[0:15], v[2:3], v[4:5], a[18:33]
2781 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2783 v_mfma_f32_16x16x4_4b_f16 a[0:15], v[0:1], v[2:3], a[18:33]
2784 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2786 v_mfma_f32_16x16x4_f32 a[0:3], v0, v1, a[2:5]
2787 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2789 v_mfma_f32_16x16x4bf16 a[0:15], v[2:3], v[4:5], a[18:33] blgp:5
2790 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2792 v_mfma_f32_16x16x4bf16_1k a[0:15], a[0:1], a[2:3], -2.0
2793 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2795 v_mfma_f32_16x16x4f16 a[0:15], a[0:1], a[1:2], -2.0
2796 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2798 v_mfma_f32_16x16x4f32 a[0:3], a0, a1, -2.0
2799 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2801 v_mfma_f32_16x16x8_xf32 a[0:3], v[2:3], v[4:5], a[2:5]
2802 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2804 v_mfma_f32_16x16x8bf16 a[0:3], a0, a1, -2.0
2805 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2807 v_mfma_f32_16x16x8xf32 a[0:3], v[2:3], v[4:5], a[2:5]
2808 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2810 v_mfma_f32_32x32x16_bf8_bf8 a[0:15], v[2:3], v[4:5], a[0:15]
2811 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2813 v_mfma_f32_32x32x16_bf8_fp8 a[0:15], v[2:3], v[4:5], a[0:15]
2814 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2816 v_mfma_f32_32x32x16_fp8_bf8 a[0:15], v[2:3], v[4:5], a[0:15]
2817 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2819 v_mfma_f32_32x32x16_fp8_fp8 a[0:15], v[2:3], v[4:5], a[0:15]
2820 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2822 v_mfma_f32_32x32x1_2b_f32 a[0:31], v0, v1, a[0:31] neg:[1,0,0]
2823 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2825 v_mfma_f32_32x32x1f32 a[0:31], 1, v1, a[0:31]
2826 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2828 v_mfma_f32_32x32x2_f32 a[0:15], v0, v1, a[18:33]
2829 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2831 v_mfma_f32_32x32x2bf16 a[0:31], a0, a1, -2.0
2832 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2834 v_mfma_f32_32x32x2f32 a[0:15], a0, a1, -2.0
2835 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2837 v_mfma_f32_32x32x4_2b_bf16 a[0:31], v[2:3], v[4:5], a[34:65]
2838 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2840 v_mfma_f32_32x32x4_2b_f16 a[0:31], v[0:1], v[2:3], a[34:65]
2841 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2843 v_mfma_f32_32x32x4_xf32 a[0:15], v[2:3], v[4:5], a[18:33]
2844 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2846 v_mfma_f32_32x32x4bf16 a[0:15], a0, a1, -2.0
2847 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2849 v_mfma_f32_32x32x4bf16_1k a[0:31], a[0:1], a[2:3], -2.0
2850 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2852 v_mfma_f32_32x32x4f16 a[0:31], a[0:1], a[1:2], -2.0
2853 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2855 v_mfma_f32_32x32x4xf32 a[0:15], v[2:3], v[4:5], a[18:33]
2856 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2858 v_mfma_f32_32x32x8_bf16 a[0:15], v[2:3], v[4:5], a[18:33]
2859 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2861 v_mfma_f32_32x32x8_f16 a[0:15], v[0:1], v[2:3], a[18:33]
2862 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2864 v_mfma_f32_32x32x8bf16 a[0:15], v[2:3], v[4:5], a[18:33]
2865 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2867 v_mfma_f32_32x32x8bf16_1k a[0:15], a[0:1], a[2:3], -2.0
2868 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2870 v_mfma_f32_32x32x8f16 a[0:15], a[0:1], a[1:2], -2.0
2871 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2873 v_mfma_f32_4x4x1_16b_f32 a[0:3], v0, v1, a[2:5]
2874 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2876 v_mfma_f32_4x4x1f32 a[0:3], a0, a1, -2.0
2877 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2879 v_mfma_f32_4x4x2bf16 a[0:3], a0, a1, -2.0
2880 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2882 v_mfma_f32_4x4x4_16b_bf16 a[0:3], v[2:3], v[4:5], a[2:5]
2883 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2885 v_mfma_f32_4x4x4_16b_f16 a[0:3], v[0:1], v[2:3], a[2:5]
2886 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2888 v_mfma_f32_4x4x4bf16 a[0:3], v[2:3], v[4:5], a[2:5]
2889 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2891 v_mfma_f32_4x4x4bf16_1k a[0:3], a[0:1], a[2:3], -2.0
2892 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2894 v_mfma_f32_4x4x4f16 a[0:3], a[0:1], a[1:2], -2.0
2895 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2897 v_mfma_f64_16x16x4_f64 a[0:7], v[0:1], v[2:3], a[0:7]
2898 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2900 v_mfma_f64_16x16x4f64 a[0:7], a[0:1], a[2:3], -2.0
2901 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2903 v_mfma_f64_4x4x4_4b_f64 a[0:1], v[0:1], a[2:3], a[2:3]
2904 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2906 v_mfma_f64_4x4x4f64 a[0:1], a[0:1], a[2:3], -2.0
2907 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2909 v_mfma_i32_16x16x16i8 a[0:3], a0, a1, 2
2910 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2912 v_mfma_i32_16x16x32_i8 a[0:3], v[2:3], v[4:5], a[0:3]
2913 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2915 v_mfma_i32_16x16x32i8 a[0:3], v[2:3], v[4:5], a[0:3] blgp:5
2916 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2918 v_mfma_i32_16x16x4_4b_i8 a[0:15], v0, v1, a[18:33]
2919 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2921 v_mfma_i32_16x16x4i8 a[0:15], a0, a1, 2
2922 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2924 v_mfma_i32_32x32x16_i8 a[0:15], v[2:3], v[4:5], a[0:15]
2925 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2927 v_mfma_i32_32x32x16i8 a[0:15], v[2:3], v[4:5], a[0:15] blgp:5
2928 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2930 v_mfma_i32_32x32x4_2b_i8 a[0:31], v0, v1, a[34:65]
2931 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2933 v_mfma_i32_32x32x4i8 a[0:31], a0, a1, 2
2934 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2936 v_mfma_i32_32x32x8i8 a[0:15], a0, a1, 2
2937 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2939 v_mfma_i32_4x4x4_16b_i8 a[0:3], v0, v1, a[2:5]
2940 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2942 v_mfma_i32_4x4x4i8 a[0:3], a0, a1, 2
2943 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2945 v_min_legacy_f32 v255, v1, v2
2946 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2948 v_min_legacy_f32_e32 v1, v2, v3
2949 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2951 v_min_legacy_f32_e64 v255, v1, v2
2952 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2954 v_minmax_f16 v5, v1, v2, v3
2955 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2957 v_minmax_f16_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
2958 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2960 v_minmax_f32 v5, v1, v2, v3
2961 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2963 v_minmax_f32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
2964 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2966 v_minmax_i32 v5, v1, v2, v3
2967 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2969 v_minmax_i32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
2970 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2972 v_minmax_u32 v5, v1, v2, v3
2973 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2975 v_minmax_u32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0]
2976 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2978 v_mov_b64 v[10:11], v[2:3]
2979 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2981 v_mov_b64_dpp v[10:11], v[2:3] row_newbcast:1 row_mask:0xf bank_mask:0xf
2982 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2984 v_mov_b64_e64 v[10:11], v[2:3]
2985 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2987 v_mul_dx9_zero_f32 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1
2988 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2990 v_mul_dx9_zero_f32_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
2991 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2993 v_mul_dx9_zero_f32_e64 v5, v1, v2
2994 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2996 v_mul_dx9_zero_f32_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
2997 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
2999 v_not_b16 v127, 0xfe0b
3000 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3002 v_not_b16_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
3003 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3005 v_not_b16_e32 v128, 0xfe0b
3006 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3008 v_not_b16_e64 v5, v1
3009 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3011 v_not_b16_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0]
3012 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3014 v_or_b16 v5, v1, v2
3015 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3017 v_or_b16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
3018 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3020 v_permlane64_b32 v255, v255
3021 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3023 v_pk_add_f32 v[10:11], v[2:3], v[4:5]
3024 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3026 v_pk_fma_f32 v[0:1], v[4:5], v[8:9], v[16:17]
3027 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3029 v_pk_mov_b32 v[0:1], flat_scratch, v[4:5]
3030 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3032 v_pk_mul_f32 v[10:11], v[2:3], v[4:5]
3033 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3035 v_rcp_clamp_f32 v255, v1
3036 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3038 v_rcp_clamp_f32_e64 v255, v1
3039 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3041 v_rcp_clamp_f64 v[254:255], v[1:2]
3042 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3044 v_rcp_clamp_f64_e64 v[254:255], v[1:2]
3045 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3047 v_rcp_legacy_f32 v255, v1
3048 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3050 v_rcp_legacy_f32_e64 v255, v1
3051 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3053 v_rsq_clamp_f32 v255, v1
3054 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3056 v_rsq_clamp_f32_e64 v255, v1
3057 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3059 v_rsq_clamp_f64 v[254:255], v[1:2]
3060 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3062 v_rsq_clamp_f64_e64 v[254:255], v[1:2]
3063 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3065 v_rsq_legacy_f32 v255, v1
3066 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3068 v_rsq_legacy_f32_e64 v255, v1
3069 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3071 v_screen_partition_4se_b32 v255, v1
3072 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3074 v_screen_partition_4se_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3075 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3077 v_screen_partition_4se_b32_e64 v255, v1
3078 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3080 v_screen_partition_4se_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD
3081 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3083 v_smfmac_f32_16x16x32_bf16 a[10:13], v[2:3], a[4:7], v5
3084 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3086 v_smfmac_f32_16x16x32_f16 a[10:13], v[2:3], a[4:7], v1
3087 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3089 v_smfmac_f32_16x16x32bf16 v[10:13], a[2:3], v[4:7], v4 cbsz:3 abid:1
3090 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3092 v_smfmac_f32_16x16x32f16 v[10:13], a[2:3], v[4:7], v0 cbsz:3 abid:1
3093 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3095 v_smfmac_f32_16x16x64_bf8_bf8 a[0:3], v[2:3], a[4:7], v1
3096 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3098 v_smfmac_f32_16x16x64_bf8_fp8 a[0:3], v[2:3], a[4:7], v1
3099 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3101 v_smfmac_f32_16x16x64_fp8_bf8 a[0:3], v[2:3], a[4:7], v1
3102 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3104 v_smfmac_f32_16x16x64_fp8_fp8 a[0:3], v[2:3], a[4:7], v1
3105 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3107 v_smfmac_f32_16x16x64bf8bf8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:1
3108 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3110 v_smfmac_f32_16x16x64bf8fp8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:1
3111 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3113 v_smfmac_f32_16x16x64fp8bf8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:1
3114 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3116 v_smfmac_f32_16x16x64fp8fp8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:1
3117 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3119 v_smfmac_f32_32x32x16_bf16 a[10:25], v[2:3], a[4:7], v7
3120 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3122 v_smfmac_f32_32x32x16_f16 a[10:25], v[2:3], a[4:7], v3
3123 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3125 v_smfmac_f32_32x32x16bf16 v[10:25], a[2:3], v[4:7], v6 cbsz:3 abid:1
3126 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3128 v_smfmac_f32_32x32x16f16 v[10:25], a[2:3], v[4:7], v2 cbsz:3 abid:1
3129 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3131 v_smfmac_f32_32x32x32_bf8_bf8 a[0:15], v[2:3], a[4:7], v1
3132 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3134 v_smfmac_f32_32x32x32_bf8_fp8 a[0:15], v[2:3], a[4:7], v1
3135 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3137 v_smfmac_f32_32x32x32_fp8_bf8 a[0:15], v[2:3], a[4:7], v1
3138 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3140 v_smfmac_f32_32x32x32_fp8_fp8 a[0:15], v[2:3], a[4:7], v1
3141 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3143 v_smfmac_f32_32x32x32bf8bf8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:1
3144 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3146 v_smfmac_f32_32x32x32bf8fp8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:1
3147 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3149 v_smfmac_f32_32x32x32fp8bf8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:1
3150 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3152 v_smfmac_f32_32x32x32fp8fp8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:1
3153 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3155 v_smfmac_i32_16x16x64_i8 a[10:13], v[2:3], a[4:7], v9
3156 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3158 v_smfmac_i32_16x16x64i8 v[10:13], a[2:3], v[4:7], v8 cbsz:3 abid:1
3159 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3161 v_smfmac_i32_32x32x32_i8 a[10:25], v[2:3], a[4:7], v11
3162 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3164 v_smfmac_i32_32x32x32i8 a[10:25], v[2:3], a[4:7], v11
3165 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3167 v_sub_i16 v5, v1, v2
3168 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3170 v_sub_i32 v1, s[0:1], v2, v3
3171 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3173 v_sub_i32_e64 v255, s[12:13], v1, v2
3174 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3176 v_sub_u16 v1, v2, v3 clamp
3177 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3179 v_sub_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3180 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3182 v_sub_u16_e32 v1, v2, v3
3183 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3185 v_sub_u16_e64 v255, v1, v2
3186 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3188 v_sub_u16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
3189 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3191 v_sub_u32 v1, 4.0, v2
3192 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3194 v_sub_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3195 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3197 v_sub_u32_e32 v1, s1, v3
3198 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3200 v_sub_u32_e64 v255, s[12:13], v1, v2
3201 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3203 v_sub_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
3204 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3206 v_subb_co_u32 v1, vcc, v2, v3, vcc row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0
3207 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3209 v_subb_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3210 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3212 v_subb_co_u32_e64 v255, s[12:13], v1, v2, s[6:7]
3213 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3215 v_subb_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
3216 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3218 v_subb_u32 v1, s[0:1], v2, v3, vcc
3219 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3221 v_subb_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3222 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3224 v_subb_u32_e64 v255, s[12:13], v1, v2, s[6:7]
3225 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3227 v_subb_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
3228 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3230 v_subbrev_co_u32 v0, vcc, src_lds_direct, v0, vcc
3231 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3233 v_subbrev_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3234 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3236 v_subbrev_co_u32_e64 v255, s[12:13], v1, v2, s[6:7]
3237 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3239 v_subbrev_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
3240 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3242 v_subbrev_u32 v1, s[0:1], v2, v3, vcc
3243 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3245 v_subbrev_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3246 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3248 v_subbrev_u32_e64 v255, s[12:13], v1, v2, s[6:7]
3249 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3251 v_subbrev_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
3252 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3254 v_subrev_i32 v1, s[0:1], v2, v3
3255 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3257 v_subrev_i32_e64 v255, s[12:13], v1, v2
3258 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3260 v_subrev_u16 v0, src_lds_direct, v0
3261 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3263 v_subrev_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3264 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3266 v_subrev_u16_e32 v1, v2, v3
3267 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3269 v_subrev_u16_e64 v255, v1, v2
3270 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3272 v_subrev_u16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD
3273 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3275 v_subrev_u32 v0, src_lds_direct, v0
3276 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3278 v_subrev_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
3279 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3281 v_subrev_u32_e32 v1, s1, v3
3282 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3284 v_subrev_u32_e64 v255, s[12:13], v1, v2
3285 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3287 v_subrev_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2
3288 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3290 v_wmma_bf16_16x16x16_bf16 v[16:19], 1.0, v[8:15], v[16:19]
3291 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3293 v_wmma_f16_16x16x16_f16 v[16:19], 1.0, v[8:15], v[16:19]
3294 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3296 v_wmma_f32_16x16x16_bf16 v[16:19], 1.0, v[8:15], v[16:19]
3297 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3299 v_wmma_f32_16x16x16_f16 v[16:19], 1.0, v[8:15], v[16:19]
3300 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3302 v_wmma_i32_16x16x16_iu4 v[16:19], v[0:7], v[8:15], v[16:19] op_sel:[0,0,1]
3303 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3305 v_wmma_i32_16x16x16_iu8 v[16:19], v[0:7], v[8:15], v[16:19] op_sel:[0,0,1]
3306 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3308 v_xor_b16 v5, v1, v2
3309 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
3311 v_xor_b16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
3312 // CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU