1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s 2>&1 | FileCheck --check-prefixes=CHECK,GFX1010 --implicit-check-not=error: %s 2// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+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 %s 2>&1 | FileCheck --implicit-check-not=error: %s 4 5buffer_atomic_add_f32 v0, v2, s[4:7], 0 idxen glc 6// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 7 8buffer_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 10 11buffer_atomic_add_u32 v1, off, s[12:15], s4 offset:4095 12// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 13 14buffer_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 16 17buffer_atomic_and_b32 v1, off, s[12:15], s4 offset:4095 18// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 19 20buffer_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 22 23buffer_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 25 26buffer_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 28 29buffer_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 31 32buffer_atomic_csub v1, off, s[12:15], s4 offset:4095 glc 33// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 34 35buffer_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 37 38buffer_atomic_dec_u32 v1, off, s[12:15], s4 offset:4095 39// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 40 41buffer_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 43 44buffer_atomic_inc_u32 v1, off, s[12:15], s4 offset:4095 45// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 46 47buffer_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 49 50buffer_atomic_max_f32 v1, off, s[12:15], s4 offset:4095 51// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 52 53buffer_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 55 56buffer_atomic_max_i32 v1, off, s[12:15], s4 offset:4095 57// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 58 59buffer_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 61 62buffer_atomic_max_u32 v1, off, s[12:15], s4 offset:4095 63// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 64 65buffer_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 67 68buffer_atomic_min_f32 v1, off, s[12:15], s4 offset:4095 69// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 70 71buffer_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 73 74buffer_atomic_min_i32 v1, off, s[12:15], s4 offset:4095 75// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 76 77buffer_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 79 80buffer_atomic_min_u32 v1, off, s[12:15], s4 offset:4095 81// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 82 83buffer_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 85 86buffer_atomic_or_b32 v1, off, s[12:15], s4 offset:4095 87// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 88 89buffer_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 91 92buffer_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 94 95buffer_atomic_sub_u32 v1, off, s[12:15], s4 offset:4095 96// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 97 98buffer_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 100 101buffer_atomic_swap_b32 v1, off, s[12:15], s4 offset:4095 102// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 103 104buffer_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 106 107buffer_atomic_xor_b32 v1, off, s[12:15], s4 offset:4095 108// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 109 110buffer_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 112 113buffer_inv 114// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 115 116buffer_invl2 117// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 118 119buffer_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 121 122buffer_load_b32 v255, off, s[8:11], s3 offset:4095 123// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 124 125buffer_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 127 128buffer_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 130 131buffer_load_d16_b16 v255, off, s[8:11], s3 offset:4095 132// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 133 134buffer_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 136 137buffer_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 139 140buffer_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 142 143buffer_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 145 146buffer_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 148 149buffer_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 151 152buffer_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 154 155buffer_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 157 158buffer_load_d16_i8 v255, off, s[8:11], s3 offset:4095 159// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 160 161buffer_load_d16_u8 v255, off, s[8:11], s3 offset:4095 162// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 163 164buffer_load_i16 v255, off, s[8:11], s3 offset:4095 165// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 166 167buffer_load_i8 v255, off, s[8:11], s3 offset:4095 168// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 169 170buffer_load_u16 v255, off, s[8:11], s3 offset:4095 171// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 172 173buffer_load_u8 v255, off, s[8:11], s3 offset:4095 174// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 175 176buffer_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 178 179buffer_store_b16 v1, off, s[12:15], -1 offset:4095 180// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 181 182buffer_store_b32 v1, off, s[12:15], -1 offset:4095 183// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 184 185buffer_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 187 188buffer_store_b8 v1, off, s[12:15], -1 offset:4095 189// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 190 191buffer_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 193 194buffer_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 196 197buffer_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 199 200buffer_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 202 203buffer_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 205 206buffer_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 208 209buffer_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 211 212buffer_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 214 215buffer_store_lds_dword s[4:7], -1 offset:4095 lds 216// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 217 218buffer_wbinvl1 219// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 220 221buffer_wbinvl1_vol 222// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 223 224buffer_wbl2 225// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 226 227ds_add_f64 v1, v[254:255] offset:65535 228// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 229 230ds_add_gs_reg_rtn v[254:255], v255 offset:4 gds 231// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 232 233ds_add_rtn_f64 v[10:11], v1, v[4:5] offset:65535 234// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 235 236ds_bvh_stack_rtn_b32 v255, v254, v253, v[249:252] 237// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 238 239ds_cmpstore_b32 v1, v2, v3 240// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 241 242ds_cmpstore_b64 v1, v[2:3], v[3:4] 243// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 244 245ds_cmpstore_f32 v1, v2, v3 246// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 247 248ds_cmpstore_f64 v1, v[2:3], v[3:4] 249// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 250 251ds_cmpstore_rtn_b32 v255, v255, v255, v255 offset:4 gds 252// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 253 254ds_cmpstore_rtn_b64 v[254:255], v255, v[254:255], v[254:255] offset:4 gds 255// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 256 257ds_cmpstore_rtn_f32 v255, v255, v255, v255 offset:4 gds 258// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 259 260ds_cmpstore_rtn_f64 v[254:255], v255, v[254:255], v[254:255] offset:4 gds 261// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 262 263ds_load_2addr_b32 v[254:255], v255 offset0:16 offset1:1 gds 264// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 265 266ds_load_2addr_b64 v[252:255], v255 offset0:16 offset1:1 gds 267// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 268 269ds_load_2addr_stride64_b32 v[254:255], v255 offset0:16 offset1:1 gds 270// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 271 272ds_load_2addr_stride64_b64 v[252:255], v255 offset0:16 offset1:1 gds 273// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 274 275ds_load_addtid_b32 v255 offset:4 276// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 277 278ds_load_b128 v[252:255], v255 offset:4 gds 279// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 280 281ds_load_b32 v255, v255 offset:4 gds 282// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 283 284ds_load_b64 v[254:255], v255 offset:4 gds 285// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 286 287ds_load_b96 v[253:255], v255 offset:4 gds 288// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 289 290ds_load_i16 v255, v255 offset:4 gds 291// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 292 293ds_load_i8 v255, v255 offset:4 gds 294// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 295 296ds_load_i8_d16 v255, v255 offset:4 gds 297// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 298 299ds_load_i8_d16_hi v255, v255 offset:4 gds 300// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 301 302ds_load_u16 v255, v255 offset:4 gds 303// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 304 305ds_load_u16_d16 v255, v255 offset:4 gds 306// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 307 308ds_load_u16_d16_hi v255, v255 offset:4 gds 309// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 310 311ds_load_u8 v255, v255 offset:4 gds 312// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 313 314ds_load_u8_d16 v255, v255 offset:4 gds 315// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 316 317ds_load_u8_d16_hi v255, v255 offset:4 gds 318// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 319 320ds_pk_add_bf16 v1, v2 offset:65535 321// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 322 323ds_pk_add_f16 v1, v2 offset:65535 324// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 325 326ds_pk_add_rtn_bf16 a3, v2, a1 327// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 328 329ds_pk_add_rtn_f16 a3, v2, a1 330// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 331 332ds_store_2addr_b32 v1, v2, v3 333// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 334 335ds_store_2addr_b64 v1, v[2:3], v[3:4] 336// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 337 338ds_store_2addr_stride64_b32 v1, v2, v3 339// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 340 341ds_store_2addr_stride64_b64 v1, v[2:3], v[3:4] 342// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 343 344ds_store_addtid_b32 v1 345// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 346 347ds_store_b128 v1, v[2:5] 348// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 349 350ds_store_b16 v1, v2 351// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 352 353ds_store_b16_d16_hi v1, v2 354// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 355 356ds_store_b32 v1, v2 357// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 358 359ds_store_b64 v1, v[2:3] 360// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 361 362ds_store_b8 v1, v2 363// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 364 365ds_store_b8_d16_hi v1, v2 366// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 367 368ds_store_b96 v1, v[2:4] 369// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 370 371ds_storexchg_2addr_rtn_b32 v[254:255], v255, v255, v255 offset0:16 offset1:1 gds 372// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 373 374ds_storexchg_2addr_rtn_b64 v[252:255], v255, v[254:255], v[254:255] offset0:16 offset1:1 gds 375// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 376 377ds_storexchg_2addr_stride64_rtn_b32 v[254:255], v255, v255, v255 offset0:16 offset1:1 gds 378// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 379 380ds_storexchg_2addr_stride64_rtn_b64 v[252:255], v255, v[254:255], v[254:255] offset0:16 offset1:1 gds 381// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 382 383ds_storexchg_rtn_b32 v255, v255, v255 offset:4 gds 384// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 385 386ds_storexchg_rtn_b64 v[254:255], v255, v[254:255] offset:4 gds 387// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 388 389ds_sub_gs_reg_rtn v[254:255], v255 offset:4 gds 390// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 391 392flat_atomic_add_f32 a4, v[2:3], a1 sc0 393// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 394 395flat_atomic_add_f64 v[0:1], v[0:1], v[2:3] glc 396// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 397 398flat_atomic_add_u32 v1, v[3:4], v5 offset:8 slc 399// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 400 401flat_atomic_add_u64 v[1:2], v[2:3] 402// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 403 404flat_atomic_and_b32 v255, v[254:255], v255 offset:7 glc slc dlc 405// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 406 407flat_atomic_and_b64 v[1:2], v[2:3] 408// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 409 410flat_atomic_cmpswap_b32 v0, v[1:2], v[3:4] 411// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 412 413flat_atomic_cmpswap_b64 v[1:2], v[2:5] 414// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 415 416flat_atomic_cmpswap_f32 v255, v[254:255], v[254:255] offset:7 glc slc dlc 417// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 418 419flat_atomic_dec_u32 v255, v[254:255], v255 offset:7 glc slc dlc 420// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 421 422flat_atomic_dec_u64 v[1:2], v[2:3] 423// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 424 425flat_atomic_inc_u32 v255, v[254:255], v255 offset:7 glc slc dlc 426// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 427 428flat_atomic_inc_u64 v[1:2], v[2:3] 429// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 430 431flat_atomic_max_f32 v255, v[254:255], v255 offset:7 glc slc dlc 432// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 433 434flat_atomic_max_f64 v[0:1], v[0:1], v[2:3] glc 435// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 436 437flat_atomic_max_i32 v255, v[254:255], v255 offset:7 glc slc dlc 438// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 439 440flat_atomic_max_i64 v[1:2], v[2:3] 441// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 442 443flat_atomic_max_u32 v255, v[254:255], v255 offset:7 glc slc dlc 444// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 445 446flat_atomic_max_u64 v[1:2], v[2:3] 447// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 448 449flat_atomic_min_f32 v255, v[254:255], v255 offset:7 glc slc dlc 450// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 451 452flat_atomic_min_f64 v[0:1], v[0:1], v[2:3] glc 453// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 454 455flat_atomic_min_i32 v255, v[254:255], v255 offset:7 glc slc dlc 456// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 457 458flat_atomic_min_i64 v[1:2], v[2:3] 459// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 460 461flat_atomic_min_u32 v255, v[254:255], v255 offset:7 glc slc dlc 462// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 463 464flat_atomic_min_u64 v[1:2], v[2:3] 465// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 466 467flat_atomic_or_b32 v255, v[254:255], v255 offset:7 glc slc dlc 468// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 469 470flat_atomic_or_b64 v[1:2], v[2:3] 471// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 472 473flat_atomic_pk_add_bf16 a4, v[2:3], a1 sc0 474// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 475 476flat_atomic_pk_add_f16 a4, v[2:3], a1 sc0 477// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 478 479flat_atomic_sub_u32 v255, v[254:255], v255 offset:7 glc slc dlc 480// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 481 482flat_atomic_sub_u64 v[1:2], v[2:3] 483// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 484 485flat_atomic_swap_b32 v0, v[1:2], v3 486// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 487 488flat_atomic_swap_b64 v[1:2], v[2:3] 489// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 490 491flat_atomic_xor_b32 v255, v[254:255], v255 offset:7 glc slc dlc 492// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 493 494flat_atomic_xor_b64 v[1:2], v[2:3] 495// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 496 497flat_load_b128 v[1:4], v[5:6] 498// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 499 500flat_load_b32 v1, v[3:4] 501// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 502 503flat_load_b64 v[1:2], v[3:4] 504// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 505 506flat_load_b96 v[1:3], v[5:6] 507// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 508 509flat_load_d16_b16 v1, v[3:4] 510// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 511 512flat_load_d16_hi_b16 v1, v[3:4] 513// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 514 515flat_load_d16_hi_i8 v1, v[3:4] 516// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 517 518flat_load_d16_hi_u8 v1, v[3:4] 519// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 520 521flat_load_d16_i8 v1, v[3:4] 522// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 523 524flat_load_d16_u8 v1, v[3:4] 525// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 526 527flat_load_i16 v1, v[3:4] 528// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 529 530flat_load_i8 v1, v[3:4] 531// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 532 533flat_load_u16 v1, v[3:4] 534// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 535 536flat_load_u8 v1, v[3:4] 537// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 538 539flat_store_b128 v[1:2], v[2:5] 540// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 541 542flat_store_b16 v[1:2], v2 543// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 544 545flat_store_b32 v[1:2], v2 546// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 547 548flat_store_b64 v[1:2], v[2:3] 549// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 550 551flat_store_b8 v[1:2], v2 552// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 553 554flat_store_b96 v[1:2], v[2:4] 555// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 556 557flat_store_d16_hi_b16 v[1:2], v2 558// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 559 560flat_store_d16_hi_b8 v[1:2], v2 561// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 562 563global_atomic_add_f32 v0, v2, s[0:1] 564// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 565 566global_atomic_add_f64 v[0:1], v[0:1], v[2:3], off glc 567// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 568 569global_atomic_add_u32 v1, v2, s[104:105] 570// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 571 572global_atomic_add_u64 v1, v[2:3], s[104:105] 573// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 574 575global_atomic_and_b32 v1, v2, s[104:105] 576// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 577 578global_atomic_and_b64 v1, v[2:3], s[104:105] 579// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 580 581global_atomic_cmpswap_b32 v0, v1, s[2:3], v3 582// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 583 584global_atomic_cmpswap_b64 v1, v[2:5], s[104:105] 585// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 586 587global_atomic_cmpswap_f32 v1, v[2:3], s[104:105] 588// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 589 590global_atomic_csub v2, v0, v2, s[2:3] glc 591// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 592 593global_atomic_csub_u32 v255, v255, v255, ttmp[14:15] offset:-4096 glc slc dlc 594// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 595 596global_atomic_dec_u32 v1, v2, s[104:105] 597// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 598 599global_atomic_dec_u64 v1, v[2:3], s[104:105] 600// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 601 602global_atomic_inc_u32 v1, v2, s[104:105] 603// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 604 605global_atomic_inc_u64 v1, v[2:3], s[104:105] 606// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 607 608global_atomic_max_f32 v1, v2, s[104:105] 609// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 610 611global_atomic_max_f64 v[0:1], v[0:1], v[2:3], off glc 612// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 613 614global_atomic_max_i32 v1, v2, s[104:105] 615// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 616 617global_atomic_max_i64 v1, v[2:3], s[104:105] 618// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 619 620global_atomic_max_u32 v1, v2, s[104:105] 621// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 622 623global_atomic_max_u64 v1, v[2:3], s[104:105] 624// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 625 626global_atomic_min_f32 v1, v2, s[104:105] 627// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 628 629global_atomic_min_f64 v[0:1], v[0:1], v[2:3], off glc 630// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 631 632global_atomic_min_i32 v1, v2, s[104:105] 633// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 634 635global_atomic_min_i64 v1, v[2:3], s[104:105] 636// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 637 638global_atomic_min_u32 v1, v2, s[104:105] 639// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 640 641global_atomic_min_u64 v1, v[2:3], s[104:105] 642// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 643 644global_atomic_or_b32 v1, v2, s[104:105] 645// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 646 647global_atomic_or_b64 v1, v[2:3], s[104:105] 648// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 649 650global_atomic_pk_add_bf16 a4, v[2:3], a1, off sc0 651// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 652 653global_atomic_pk_add_f16 v0, v[0:1], v2, off glc 654// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 655 656global_atomic_sub_u32 v1, v2, s[104:105] 657// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 658 659global_atomic_sub_u64 v1, v[2:3], s[104:105] 660// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 661 662global_atomic_swap_b32 v0, v1, v3, s[2:3] 663// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 664 665global_atomic_swap_b64 v1, v[2:3], s[104:105] 666// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 667 668global_atomic_xor_b32 v1, v2, s[104:105] 669// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 670 671global_atomic_xor_b64 v1, v[2:3], s[104:105] 672// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 673 674global_load_addtid_b32 v1, off 675// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 676 677global_load_b128 v[1:4], v5, s[2:3] 678// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 679 680global_load_b32 v1, v3, exec_hi 681// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 682 683global_load_b64 v[1:2], v3, s[2:3] 684// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 685 686global_load_b96 v[1:3], v5, s[2:3] 687// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 688 689global_load_d16_b16 v1, v3, s[2:3] 690// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 691 692global_load_d16_hi_b16 v1, v3, s[2:3] 693// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 694 695global_load_d16_hi_i8 v1, v3, s[2:3] 696// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 697 698global_load_d16_hi_u8 v1, v3, s[2:3] 699// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 700 701global_load_d16_i8 v1, v3, s[2:3] 702// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 703 704global_load_d16_u8 v1, v3, s[2:3] 705// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 706 707global_load_dword_addtid v1, off offset:16 708// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 709 710global_load_i16 v1, v3, s[2:3] 711// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 712 713global_load_i8 v1, v3, s[2:3] 714// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 715 716global_load_lds_dword v2, s[4:5] offset:4 717// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 718 719global_load_lds_sbyte v[2:3], off 720// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 721 722global_load_lds_sshort v[2:3], off 723// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 724 725global_load_lds_ubyte v[2:3], off 726// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 727 728global_load_lds_ushort v[2:3], off 729// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 730 731global_load_u16 v1, v3, s[2:3] 732// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 733 734global_load_u8 v1, v3, s2 735// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 736 737global_store_addtid_b32 v1, null offset:4095 738// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 739 740global_store_b128 v1, v[2:5], s[104:105] 741// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 742 743global_store_b16 v1, v2, s[104:105] 744// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 745 746global_store_b32 v1, v2, s[104:105] 747// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 748 749global_store_b64 v1, v[2:3], s[104:105] 750// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 751 752global_store_b8 v1, v2, s[104:105] 753// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 754 755global_store_b96 v1, v[2:4], s[104:105] 756// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 757 758global_store_d16_hi_b16 v1, v2, s[104:105] 759// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 760 761global_store_d16_hi_b8 v1, v2, s[104:105] 762// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 763 764global_store_dword_addtid v1, off offset:16 glc slc dlc 765// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 766 767image_bvh64_intersect_ray v[252:255], v[247:255], ttmp[12:15] a16 768// GFX1010: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 769 770image_bvh_intersect_ray v[252:255], v[1:11], s[8:11] 771// GFX1010: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 772 773image_msaa_load v14, [v204,v11,v14,v19], s[40:47] dmask:0x1 dim:SQ_RSRC_IMG_2D_MSAA_ARRAY 774// GFX1010: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 775 776lds_direct_load v1 wait_vdst:15 777// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 778 779lds_param_load v1, attr0.x wait_vdst:15 780// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 781 782s_and_not0_saveexec_b32 null, 0xaf123456 783// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 784 785s_and_not0_saveexec_b64 null, 0xaf123456 786// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 787 788s_and_not0_wrexec_b32 null, 0xaf123456 789// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 790 791s_and_not0_wrexec_b64 null, 0xaf123456 792// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 793 794s_and_not1_b32 exec_hi, src_scc, vcc_lo 795// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 796 797s_and_not1_b64 exec, src_scc, exec 798// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 799 800s_and_not1_saveexec_b32 null, 0xaf123456 801// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 802 803s_and_not1_saveexec_b64 null, 0xaf123456 804// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 805 806s_and_not1_wrexec_b32 null, 0xaf123456 807// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 808 809s_and_not1_wrexec_b64 null, 0xaf123456 810// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 811 812s_buffer_load_b128 s[20:23], s[4:7], 0x0 813// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 814 815s_buffer_load_b256 s[20:27], s[4:7], 0x0 816// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 817 818s_buffer_load_b32 s101, s[4:7], s0 819// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 820 821s_buffer_load_b512 s[20:35], s[4:7], 0x0 822// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 823 824s_buffer_load_b64 s[100:101], s[4:7], s0 825// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 826 827s_cbranch_g_fork -1, s[4:5] 828// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 829 830s_cbranch_i_fork exec, 12609 831// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 832 833s_cbranch_join 1 834// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 835 836s_cls_i32 exec_hi, src_scc 837// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 838 839s_cls_i32_i64 exec_hi, src_scc 840// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 841 842s_clz_i32_u32 exec_hi, src_scc 843// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 844 845s_clz_i32_u64 exec_hi, src_scc 846// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 847 848s_ctz_i32_b32 exec_hi, src_scc 849// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 850 851s_ctz_i32_b64 exec_hi, src_scc 852// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 853 854s_dcache_inv_vol 855// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 856 857s_dcache_wb_vol 858// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 859 860s_delay_alu 861// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 862 863s_load_b128 s[20:23], s[100:101], s0 864// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 865 866s_load_b256 s[20:27], s[100:101], s0 867// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 868 869s_load_b32 s101, s[2:3], s0 870// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 871 872s_load_b512 s[20:35], s[100:101], s0 873// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 874 875s_load_b64 s[100:101], s[2:3], s0 876// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 877 878s_or_not0_saveexec_b32 null, 0xaf123456 879// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 880 881s_or_not0_saveexec_b64 null, 0xaf123456 882// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 883 884s_or_not1_b32 exec_hi, src_scc, vcc_lo 885// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 886 887s_or_not1_b64 exec, src_scc, exec 888// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 889 890s_or_not1_saveexec_b32 null, 0xaf123456 891// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 892 893s_or_not1_saveexec_b64 null, 0xaf123456 894// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 895 896s_pack_hl_b32_b16 exec_hi, src_scc, vcc_lo 897// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 898 899s_rfe_restore_b64 -1, s2 900// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 901 902s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_DDID) 903// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 904 905s_sendmsg_rtn_b64 s[0:1], 0x0 906// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 907 908s_set_gpr_idx_idx -1 909// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 910 911s_set_gpr_idx_mode 0 912// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 913 914s_set_gpr_idx_off 915// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 916 917s_set_gpr_idx_on -1, 0x0 918// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 919 920s_set_inst_prefetch_distance 0x3141 921// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 922 923s_setvskip -1, s2 924// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 925 926s_wait_event 0x3141 927// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 928 929scratch_load_b128 v[1:4], v2, s1 930// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 931 932scratch_load_b32 v1, off, off 933// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 934 935scratch_load_b64 v[1:2], v2, s1 936// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 937 938scratch_load_b96 v[1:3], v2, s1 939// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 940 941scratch_load_d16_b16 v1, v2, s1 942// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 943 944scratch_load_d16_hi_b16 v1, v2, s1 945// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 946 947scratch_load_d16_hi_i8 v1, v2, s1 948// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 949 950scratch_load_d16_hi_u8 v1, v2, s1 951// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 952 953scratch_load_d16_i8 v1, v2, s1 954// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 955 956scratch_load_d16_u8 v1, v2, s1 957// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 958 959scratch_load_i16 v1, v2, s1 960// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 961 962scratch_load_i8 v1, v2, s1 963// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 964 965scratch_load_lds_dword off, off 966// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 967 968scratch_load_lds_sbyte off, off 969// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 970 971scratch_load_lds_sshort off, off 972// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 973 974scratch_load_lds_ubyte off, off 975// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 976 977scratch_load_lds_ushort off, off 978// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 979 980scratch_load_u16 v1, v2, s1 981// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 982 983scratch_load_u8 v1, v2, s1 984// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 985 986scratch_store_b128 off, v[2:5], null 987// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 988 989scratch_store_b16 off, v2, null 990// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 991 992scratch_store_b32 off, v2, null 993// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 994 995scratch_store_b64 off, v[2:3], null 996// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 997 998scratch_store_b8 off, v2, null 999// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1000 1001scratch_store_b96 off, v[2:4], null 1002// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1003 1004scratch_store_d16_hi_b16 off, v2, null 1005// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1006 1007scratch_store_d16_hi_b8 off, v2, null 1008// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1009 1010tbuffer_load_d16_format_x v255, off, s[8:11], s3, format:1 offset:4095 1011// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1012 1013tbuffer_load_d16_format_xy v255, off, s[8:11], s3, format:6 offset:4095 1014// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1015 1016tbuffer_load_d16_format_xyz v[254:255], off, s[8:11], s3, format:11 offset:4095 1017// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1018 1019tbuffer_load_d16_format_xyzw v[254:255], off, s[8:11], s3, format:16 offset:4095 1020// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1021 1022tbuffer_store_d16_format_x v1, off, s[12:15], s4 offset:4095 1023// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1024 1025tbuffer_store_d16_format_xy v1, off, s[12:15], s4 offset:4095 1026// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1027 1028tbuffer_store_d16_format_xyz v[1:2], off, s[12:15], s4 offset:4095 1029// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1030 1031tbuffer_store_d16_format_xyzw v[1:2], off, s[12:15], s4 offset:4095 1032// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1033 1034v_accvgpr_mov_b32 a1, a2 1035// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1036 1037v_accvgpr_read_b32 a0, a0 1038// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1039 1040v_accvgpr_write_b32 a0, 65 1041// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1042 1043v_add_i16 v5, v1, v2 1044// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1045 1046v_add_i32 lds_direct, v0, v0 1047// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1048 1049v_add_i32_e32 v0, vcc, 0.5, v0 1050// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1051 1052v_add_i32_e64 v1, s[0:1], v2, v3 1053// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1054 1055v_add_u16 v0, src_shared_base, v0 1056// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1057 1058v_add_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 1059// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1060 1061v_add_u16_e32 v1, v2, v3 1062// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1063 1064v_add_u16_e64 v255, v1, v2 1065// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1066 1067v_add_u16_sdwa v0, scc, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD 1068// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1069 1070v_add_u32 v0, execz, v0 1071// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1072 1073v_add_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 1074// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1075 1076v_add_u32_e32 v1, s1, v3 1077// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1078 1079v_add_u32_e64 v0, scc, v0 1080// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1081 1082v_add_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 1083// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1084 1085v_addc_co_u32 v0, vcc, shared_base, v0, vcc 1086// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1087 1088v_addc_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 1089// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1090 1091v_addc_co_u32_e32 v3, vcc, 12345, v3, vcc 1092// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1093 1094v_addc_co_u32_e64 v255, s[12:13], v1, v2, s[6:7] 1095// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1096 1097v_addc_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 1098// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1099 1100v_addc_u32 v0, vcc, exec_hi, v0, vcc 1101// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1102 1103v_addc_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 1104// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1105 1106v_addc_u32_e32 v1, -1, v2, v3, s0 1107// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1108 1109v_addc_u32_e64 v0, s[0:1], s0, s0, s[0:1] 1110// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1111 1112v_addc_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 1113// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1114 1115v_and_b16 v5, v1, v2 1116// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1117 1118v_and_b16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1119// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1120 1121v_ashr_i32 v255, v1, v2 1122// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1123 1124v_ashr_i32_e32 v1, v2, v3 1125// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1126 1127v_ashr_i32_e64 v255, v1, v2 1128// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1129 1130v_ashr_i64 v[254:255], v[1:2], v2 1131// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1132 1133v_cls_i32 v255, 0xaf123456 1134// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1135 1136v_cls_i32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1137// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1138 1139v_cls_i32_e64 v5, v1 1140// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1141 1142v_cls_i32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1143// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1144 1145v_clz_i32_u32 v255, 0xaf123456 1146// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1147 1148v_clz_i32_u32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1149// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1150 1151v_clz_i32_u32_e64 v5, v1 1152// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1153 1154v_clz_i32_u32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1155// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1156 1157v_cmp_f_i16 vcc, -1, v2 1158// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1159 1160v_cmp_f_i16_e64 flat_scratch, v1, v2 1161// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1162 1163v_cmp_f_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD 1164// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1165 1166v_cmp_f_u16 vcc, -1, v2 1167// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1168 1169v_cmp_f_u16_e64 flat_scratch, v1, v2 1170// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1171 1172v_cmp_f_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD 1173// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1174 1175v_cmp_t_f16 vcc, -1, v2 1176// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1177 1178v_cmp_t_f16_dpp vcc, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1179// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1180 1181v_cmp_t_f16_e32 vcc, v1, v255 1182// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1183 1184v_cmp_t_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp 1185// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1186 1187v_cmp_t_f16_e64_dpp null, -|v255|, -|v255| clamp dpp8:[0,0,0,0,0,0,0,0] fi:0 1188// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1189 1190v_cmp_t_f32 vcc, -1, v2 1191// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1192 1193v_cmp_t_f32_dpp vcc, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1194// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1195 1196v_cmp_t_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp 1197// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1198 1199v_cmp_t_f32_e64_dpp null, -|v255|, -|v255| clamp dpp8:[0,0,0,0,0,0,0,0] fi:0 1200// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1201 1202v_cmp_t_f64 vcc, -1, v[2:3] 1203// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1204 1205v_cmp_t_f64_e64 null, 0xaf123456, -|vcc| clamp 1206// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1207 1208v_cmp_t_i16 vcc, -1, v2 1209// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1210 1211v_cmp_t_i16_e64 flat_scratch, v1, v2 1212// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1213 1214v_cmp_t_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD 1215// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1216 1217v_cmp_t_u16 vcc, -1, v2 1218// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1219 1220v_cmp_t_u16_e64 flat_scratch, v1, v2 1221// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1222 1223v_cmp_t_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD 1224// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1225 1226v_cmps_eq_f32 vcc, -1, v2 1227// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1228 1229v_cmps_eq_f32_e64 flat_scratch, v1, v2 1230// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1231 1232v_cmps_eq_f64 vcc, -1, v[2:3] 1233// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1234 1235v_cmps_eq_f64_e64 flat_scratch, v[1:2], v[2:3] 1236// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1237 1238v_cmps_f_f32 vcc, -1, v2 1239// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1240 1241v_cmps_f_f32_e64 flat_scratch, v1, v2 1242// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1243 1244v_cmps_f_f64 vcc, -1, v[2:3] 1245// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1246 1247v_cmps_f_f64_e64 flat_scratch, v[1:2], v[2:3] 1248// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1249 1250v_cmps_ge_f32 vcc, -1, v2 1251// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1252 1253v_cmps_ge_f32_e64 flat_scratch, v1, v2 1254// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1255 1256v_cmps_ge_f64 vcc, -1, v[2:3] 1257// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1258 1259v_cmps_ge_f64_e64 flat_scratch, v[1:2], v[2:3] 1260// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1261 1262v_cmps_gt_f32 vcc, -1, v2 1263// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1264 1265v_cmps_gt_f32_e64 flat_scratch, v1, v2 1266// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1267 1268v_cmps_gt_f64 vcc, -1, v[2:3] 1269// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1270 1271v_cmps_gt_f64_e64 flat_scratch, v[1:2], v[2:3] 1272// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1273 1274v_cmps_le_f32 vcc, -1, v2 1275// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1276 1277v_cmps_le_f32_e64 flat_scratch, v1, v2 1278// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1279 1280v_cmps_le_f64 vcc, -1, v[2:3] 1281// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1282 1283v_cmps_le_f64_e64 flat_scratch, v[1:2], v[2:3] 1284// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1285 1286v_cmps_lg_f32 vcc, -1, v2 1287// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1288 1289v_cmps_lg_f32_e64 flat_scratch, v1, v2 1290// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1291 1292v_cmps_lg_f64 vcc, -1, v[2:3] 1293// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1294 1295v_cmps_lg_f64_e64 flat_scratch, v[1:2], v[2:3] 1296// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1297 1298v_cmps_lt_f32 vcc, -1, v2 1299// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1300 1301v_cmps_lt_f32_e64 flat_scratch, v1, v2 1302// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1303 1304v_cmps_lt_f64 vcc, -1, v[2:3] 1305// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1306 1307v_cmps_lt_f64_e64 flat_scratch, v[1:2], v[2:3] 1308// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1309 1310v_cmps_neq_f32 vcc, -1, v2 1311// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1312 1313v_cmps_neq_f32_e64 flat_scratch, v1, v2 1314// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1315 1316v_cmps_neq_f64 vcc, -1, v[2:3] 1317// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1318 1319v_cmps_neq_f64_e64 flat_scratch, v[1:2], v[2:3] 1320// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1321 1322v_cmps_nge_f32 vcc, -1, v2 1323// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1324 1325v_cmps_nge_f32_e64 flat_scratch, v1, v2 1326// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1327 1328v_cmps_nge_f64 vcc, -1, v[2:3] 1329// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1330 1331v_cmps_nge_f64_e64 flat_scratch, v[1:2], v[2:3] 1332// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1333 1334v_cmps_ngt_f32 vcc, -1, v2 1335// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1336 1337v_cmps_ngt_f32_e64 flat_scratch, v1, v2 1338// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1339 1340v_cmps_ngt_f64 vcc, -1, v[2:3] 1341// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1342 1343v_cmps_ngt_f64_e64 flat_scratch, v[1:2], v[2:3] 1344// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1345 1346v_cmps_nle_f32 vcc, -1, v2 1347// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1348 1349v_cmps_nle_f32_e64 flat_scratch, v1, v2 1350// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1351 1352v_cmps_nle_f64 vcc, -1, v[2:3] 1353// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1354 1355v_cmps_nle_f64_e64 flat_scratch, v[1:2], v[2:3] 1356// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1357 1358v_cmps_nlg_f32 vcc, -1, v2 1359// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1360 1361v_cmps_nlg_f32_e64 flat_scratch, v1, v2 1362// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1363 1364v_cmps_nlg_f64 vcc, -1, v[2:3] 1365// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1366 1367v_cmps_nlg_f64_e64 flat_scratch, v[1:2], v[2:3] 1368// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1369 1370v_cmps_nlt_f32 vcc, -1, v2 1371// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1372 1373v_cmps_nlt_f32_e64 flat_scratch, v1, v2 1374// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1375 1376v_cmps_nlt_f64 vcc, -1, v[2:3] 1377// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1378 1379v_cmps_nlt_f64_e64 flat_scratch, v[1:2], v[2:3] 1380// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1381 1382v_cmps_o_f32 vcc, -1, v2 1383// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1384 1385v_cmps_o_f32_e64 flat_scratch, v1, v2 1386// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1387 1388v_cmps_o_f64 vcc, -1, v[2:3] 1389// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1390 1391v_cmps_o_f64_e64 flat_scratch, v[1:2], v[2:3] 1392// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1393 1394v_cmps_tru_f32 vcc, -1, v2 1395// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1396 1397v_cmps_tru_f32_e64 flat_scratch, v1, v2 1398// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1399 1400v_cmps_tru_f64 vcc, -1, v[2:3] 1401// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1402 1403v_cmps_tru_f64_e64 flat_scratch, v[1:2], v[2:3] 1404// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1405 1406v_cmps_u_f32 vcc, -1, v2 1407// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1408 1409v_cmps_u_f32_e64 flat_scratch, v1, v2 1410// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1411 1412v_cmps_u_f64 vcc, -1, v[2:3] 1413// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1414 1415v_cmps_u_f64_e64 flat_scratch, v[1:2], v[2:3] 1416// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1417 1418v_cmpsx_eq_f32 vcc, -1, v2 1419// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1420 1421v_cmpsx_eq_f32_e64 flat_scratch, v1, v2 1422// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1423 1424v_cmpsx_eq_f64 vcc, -1, v[2:3] 1425// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1426 1427v_cmpsx_eq_f64_e64 flat_scratch, v[1:2], v[2:3] 1428// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1429 1430v_cmpsx_f_f32 vcc, -1, v2 1431// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1432 1433v_cmpsx_f_f32_e64 flat_scratch, v1, v2 1434// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1435 1436v_cmpsx_f_f64 vcc, -1, v[2:3] 1437// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1438 1439v_cmpsx_f_f64_e64 flat_scratch, v[1:2], v[2:3] 1440// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1441 1442v_cmpsx_ge_f32 vcc, -1, v2 1443// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1444 1445v_cmpsx_ge_f32_e64 flat_scratch, v1, v2 1446// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1447 1448v_cmpsx_ge_f64 vcc, -1, v[2:3] 1449// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1450 1451v_cmpsx_ge_f64_e64 flat_scratch, v[1:2], v[2:3] 1452// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1453 1454v_cmpsx_gt_f32 vcc, -1, v2 1455// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1456 1457v_cmpsx_gt_f32_e64 flat_scratch, v1, v2 1458// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1459 1460v_cmpsx_gt_f64 vcc, -1, v[2:3] 1461// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1462 1463v_cmpsx_gt_f64_e64 flat_scratch, v[1:2], v[2:3] 1464// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1465 1466v_cmpsx_le_f32 vcc, -1, v2 1467// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1468 1469v_cmpsx_le_f32_e64 flat_scratch, v1, v2 1470// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1471 1472v_cmpsx_le_f64 vcc, -1, v[2:3] 1473// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1474 1475v_cmpsx_le_f64_e64 flat_scratch, v[1:2], v[2:3] 1476// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1477 1478v_cmpsx_lg_f32 vcc, -1, v2 1479// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1480 1481v_cmpsx_lg_f32_e64 flat_scratch, v1, v2 1482// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1483 1484v_cmpsx_lg_f64 vcc, -1, v[2:3] 1485// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1486 1487v_cmpsx_lg_f64_e64 flat_scratch, v[1:2], v[2:3] 1488// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1489 1490v_cmpsx_lt_f32 vcc, -1, v2 1491// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1492 1493v_cmpsx_lt_f32_e64 flat_scratch, v1, v2 1494// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1495 1496v_cmpsx_lt_f64 vcc, -1, v[2:3] 1497// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1498 1499v_cmpsx_lt_f64_e64 flat_scratch, v[1:2], v[2:3] 1500// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1501 1502v_cmpsx_neq_f32 vcc, -1, v2 1503// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1504 1505v_cmpsx_neq_f32_e64 flat_scratch, v1, v2 1506// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1507 1508v_cmpsx_neq_f64 vcc, -1, v[2:3] 1509// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1510 1511v_cmpsx_neq_f64_e64 flat_scratch, v[1:2], v[2:3] 1512// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1513 1514v_cmpsx_nge_f32 vcc, -1, v2 1515// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1516 1517v_cmpsx_nge_f32_e64 flat_scratch, v1, v2 1518// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1519 1520v_cmpsx_nge_f64 vcc, -1, v[2:3] 1521// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1522 1523v_cmpsx_nge_f64_e64 flat_scratch, v[1:2], v[2:3] 1524// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1525 1526v_cmpsx_ngt_f32 vcc, -1, v2 1527// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1528 1529v_cmpsx_ngt_f32_e64 flat_scratch, v1, v2 1530// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1531 1532v_cmpsx_ngt_f64 vcc, -1, v[2:3] 1533// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1534 1535v_cmpsx_ngt_f64_e64 flat_scratch, v[1:2], v[2:3] 1536// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1537 1538v_cmpsx_nle_f32 vcc, -1, v2 1539// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1540 1541v_cmpsx_nle_f32_e64 flat_scratch, v1, v2 1542// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1543 1544v_cmpsx_nle_f64 vcc, -1, v[2:3] 1545// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1546 1547v_cmpsx_nle_f64_e64 flat_scratch, v[1:2], v[2:3] 1548// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1549 1550v_cmpsx_nlg_f32 vcc, -1, v2 1551// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1552 1553v_cmpsx_nlg_f32_e64 flat_scratch, v1, v2 1554// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1555 1556v_cmpsx_nlg_f64 vcc, -1, v[2:3] 1557// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1558 1559v_cmpsx_nlg_f64_e64 flat_scratch, v[1:2], v[2:3] 1560// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1561 1562v_cmpsx_nlt_f32 vcc, -1, v2 1563// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1564 1565v_cmpsx_nlt_f32_e64 flat_scratch, v1, v2 1566// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1567 1568v_cmpsx_nlt_f64 vcc, -1, v[2:3] 1569// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1570 1571v_cmpsx_nlt_f64_e64 flat_scratch, v[1:2], v[2:3] 1572// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1573 1574v_cmpsx_o_f32 vcc, -1, v2 1575// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1576 1577v_cmpsx_o_f32_e64 flat_scratch, v1, v2 1578// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1579 1580v_cmpsx_o_f64 vcc, -1, v[2:3] 1581// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1582 1583v_cmpsx_o_f64_e64 flat_scratch, v[1:2], v[2:3] 1584// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1585 1586v_cmpsx_tru_f32 vcc, -1, v2 1587// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1588 1589v_cmpsx_tru_f32_e64 flat_scratch, v1, v2 1590// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1591 1592v_cmpsx_tru_f64 vcc, -1, v[2:3] 1593// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1594 1595v_cmpsx_tru_f64_e64 flat_scratch, v[1:2], v[2:3] 1596// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1597 1598v_cmpsx_u_f32 vcc, -1, v2 1599// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1600 1601v_cmpsx_u_f32_e64 flat_scratch, v1, v2 1602// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1603 1604v_cmpsx_u_f64 vcc, -1, v[2:3] 1605// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1606 1607v_cmpsx_u_f64_e64 flat_scratch, v[1:2], v[2:3] 1608// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1609 1610v_cmpx_f_i16 vcc, -1, v2 1611// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1612 1613v_cmpx_f_i16_e64 exec, v1, v2 1614// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1615 1616v_cmpx_f_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD 1617// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1618 1619v_cmpx_f_u16 vcc, -1, v2 1620// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1621 1622v_cmpx_f_u16_e64 exec, v1, v2 1623// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1624 1625v_cmpx_f_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD 1626// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1627 1628v_cmpx_t_f16 -1, v2 1629// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1630 1631v_cmpx_t_f16_dpp v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1632// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1633 1634v_cmpx_t_f16_e32 v1, v255 1635// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1636 1637v_cmpx_t_f16_e64 -1, exec_hi 1638// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1639 1640v_cmpx_t_f16_e64_dpp -v1, |v2| dpp8:[7,6,5,4,3,2,1,0] fi:1 1641// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1642 1643v_cmpx_t_f32 -1, v2 1644// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1645 1646v_cmpx_t_f32_dpp v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1647// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1648 1649v_cmpx_t_f32_e64 -1, exec_hi 1650// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1651 1652v_cmpx_t_f32_e64_dpp -v1, |v2| dpp8:[7,6,5,4,3,2,1,0] fi:1 1653// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1654 1655v_cmpx_t_f64 -1, v[2:3] 1656// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1657 1658v_cmpx_t_f64_e64 -1, -1 1659// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1660 1661v_cmpx_t_i16 vcc, -1, v2 1662// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1663 1664v_cmpx_t_i16_e64 exec, v1, v2 1665// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1666 1667v_cmpx_t_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD 1668// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1669 1670v_cmpx_t_u16 vcc, -1, v2 1671// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1672 1673v_cmpx_t_u16_e64 exec, v1, v2 1674// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1675 1676v_cmpx_t_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD 1677// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1678 1679v_cndmask_b16 v5, v1, v2, s3 1680// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1681 1682v_cndmask_b16_e64_dpp v5, v1, v2, s3 dpp8:[7,6,5,4,3,2,1,0] 1683// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1684 1685v_ctz_i32_b32 v255, 0xaf123456 1686// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1687 1688v_ctz_i32_b32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1689// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1690 1691v_ctz_i32_b32_e64 v5, v1 1692// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1693 1694v_ctz_i32_b32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1695// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1696 1697v_cvt_f32_bf8 v1, 3 1698// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1699 1700v_cvt_f32_bf8_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf 1701// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1702 1703v_cvt_f32_bf8_e64 v5, v1 1704// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1705 1706v_cvt_f32_bf8_sdwa v5, v1 src0_sel:BYTE_0 1707// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1708 1709v_cvt_f32_fp8 v1, 3 1710// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1711 1712v_cvt_f32_fp8_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf 1713// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1714 1715v_cvt_f32_fp8_e64 v5, v1 1716// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1717 1718v_cvt_f32_fp8_sdwa v5, v1 src0_sel:BYTE_0 1719// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1720 1721v_cvt_floor_i32_f32 v255, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1 1722// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1723 1724v_cvt_floor_i32_f32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1725// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1726 1727v_cvt_floor_i32_f32_e64 v5, v1 1728// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1729 1730v_cvt_floor_i32_f32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1731// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1732 1733v_cvt_i32_i16 v255, 0xfe0b 1734// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1735 1736v_cvt_i32_i16_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1737// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1738 1739v_cvt_i32_i16_e32 v5, v199 1740// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1741 1742v_cvt_i32_i16_e64 v5, v1 1743// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1744 1745v_cvt_i32_i16_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1746// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1747 1748v_cvt_nearest_i32_f32 v255, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1 1749// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1750 1751v_cvt_nearest_i32_f32_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1752// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1753 1754v_cvt_nearest_i32_f32_e64 v5, v1 1755// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1756 1757v_cvt_nearest_i32_f32_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1758// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1759 1760v_cvt_pk_bf8_f32 v1, -v2, |v3| 1761// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1762 1763v_cvt_pk_f32_bf8 v[0:1], v3 quad_perm:[0,2,1,1] row_mask:0xf bank_mask:0xf 1764// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1765 1766v_cvt_pk_f32_bf8_dpp v[10:11], v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf 1767// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1768 1769v_cvt_pk_f32_bf8_sdwa v[10:11], v1 src0_sel:WORD_0 1770// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1771 1772v_cvt_pk_f32_fp8 v[0:1], v3 quad_perm:[0,2,1,1] row_mask:0xf bank_mask:0xf 1773// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1774 1775v_cvt_pk_f32_fp8_dpp v[10:11], v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf 1776// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1777 1778v_cvt_pk_f32_fp8_sdwa v[10:11], v1 src0_sel:WORD_0 1779// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1780 1781v_cvt_pk_fp8_f32 v1, -v2, |v3| 1782// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1783 1784v_cvt_pk_i16_f32 v5, v1, v2 1785// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1786 1787v_cvt_pk_i16_f32_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1788// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1789 1790v_cvt_pk_norm_i16_f16 v5, v1, v2 1791// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1792 1793v_cvt_pk_norm_i16_f16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1794// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1795 1796v_cvt_pk_norm_u16_f16 v5, v1, v2 1797// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1798 1799v_cvt_pk_norm_u16_f16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1800// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1801 1802v_cvt_pk_rtz_f16_f32 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1 1803// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1804 1805v_cvt_pk_rtz_f16_f32_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1806// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1807 1808v_cvt_pk_rtz_f16_f32_e64 v5, v1, v2 1809// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1810 1811v_cvt_pk_rtz_f16_f32_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1812// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1813 1814v_cvt_pk_u16_f32 v5, v1, v2 1815// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1816 1817v_cvt_pk_u16_f32_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1818// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1819 1820v_cvt_pkaccum_u8_f32 v1, v2, v3 1821// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1822 1823v_cvt_pkaccum_u8_f32_e64 v255, v1, v2 1824// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1825 1826v_cvt_sr_bf8_f32 v1, -|s2|, v3 1827// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1828 1829v_cvt_sr_fp8_f32 v1, -|s2|, v3 1830// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1831 1832v_cvt_u32_u16 v255, 0xfe0b 1833// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1834 1835v_cvt_u32_u16_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1836// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1837 1838v_cvt_u32_u16_e32 v5, v199 1839// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1840 1841v_cvt_u32_u16_e64 v5, v1 1842// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1843 1844v_cvt_u32_u16_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 1845// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1846 1847v_div_fixup_legacy_f16 v5, v1, v2, v3 1848// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1849 1850v_dot2_bf16_bf16 v5, v1, v2, v3 1851// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1852 1853v_dot2_bf16_bf16_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 1854// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1855 1856v_dot2_f16_f16 v5, v1, v2, v3 1857// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1858 1859v_dot2_f16_f16_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 1860// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1861 1862v_dot2_f32_bf16 v0, v1, v2, v3 1863// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1864 1865v_dot2_f32_f16 v0, -v1, -v2, -v3 1866// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1867 1868v_dot2_f32_f16_e64_dpp v0, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 1869// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1870 1871v_dot2_i32_i16 v0, -v1, -v2, -v3 1872// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1873 1874v_dot2_u32_u16 v0, -v1, -v2, -v3 1875// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1876 1877v_dot2acc_f32_f16 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1 1878// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1879 1880v_dot2acc_f32_f16_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 1881// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1882 1883v_dot2c_f32_f16 v0, v1, v2 1884// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1885 1886v_dot2c_f32_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 1887// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1888 1889v_dot2c_f32_f16_e32 v255, v1, v2 1890// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1891 1892v_dot2c_f32_f16_e64 v0, v1, v2 1893// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1894 1895v_dot2c_i32_i16 v0, v1, v2 1896// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1897 1898v_dot2c_i32_i16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 1899// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1900 1901v_dot2c_i32_i16_e64 v0, v1, v2 1902// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1903 1904v_dot4_i32_i8 v0, v1, v2, v3 1905// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1906 1907v_dot4_i32_iu8 v255, 0xaf123456, vcc_hi, null neg_lo:[0,0,0] 1908// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1909 1910v_dot4_u32_u8 v0, v1, v2, v3 1911// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1912 1913v_dot4c_i32_i8 v0, v1, v2 1914// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1915 1916v_dot4c_i32_i8_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 1917// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1918 1919v_dot4c_i32_i8_e32 v255, v1, v2 1920// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1921 1922v_dot4c_i32_i8_e64 v0, v1, v2 1923// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1924 1925v_dot8_i32_i4 v0, v1, v2, v3 1926// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1927 1928v_dot8_i32_iu4 v255, 0xaf123456, vcc_hi, null neg_lo:[0,0,0] clamp 1929// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1930 1931v_dot8_u32_u4 v0, v1, v2, v3 1932// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1933 1934v_dot8c_i32_i4 v0, v1, v2 1935// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1936 1937v_dot8c_i32_i4_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 1938// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1939 1940v_dot8c_i32_i4_e64 v0, v1, v2 1941// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1942 1943v_dual_add_f32 v255, s105, v2 :: v_dual_cndmask_b32 v6, s105, v3 1944// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1945 1946v_dual_add_f32 v5, 0xaf123456, v2 :: v_dual_fmaak_f32 v6, v3, v1, 0xaf123456 ; 1947// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1948 1949v_dual_add_f32 v6, 0xfe0b, v5 :: v_dual_dot2acc_f32_f16 v255, 0xfe0b, v4 1950// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1951 1952v_dual_add_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 1953// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1954 1955v_dual_add_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 1956// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1957 1958v_dual_add_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 1959// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1960 1961v_dual_add_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 1962// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1963 1964v_dual_add_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255 1965// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1966 1967v_dual_add_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 1968// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1969 1970v_dual_add_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 1971// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1972 1973v_dual_add_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 1974// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1975 1976v_dual_add_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 1977// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1978 1979v_dual_add_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 1980// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1981 1982v_dual_add_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 1983// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1984 1985v_dual_add_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 1986// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1987 1988v_dual_add_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 1989// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1990 1991v_dual_cndmask_b32 v255, 0xbabe, v2 :: v_dual_cndmask_b32 v6, 0xbabe, v3 1992// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1993 1994v_dual_cndmask_b32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 1995// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1996 1997v_dual_cndmask_b32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 1998// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 1999 2000v_dual_cndmask_b32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2001// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2002 2003v_dual_cndmask_b32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2004// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2005 2006v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmaak_f32 v6, 0.5, v5, 0xaf123456 2007// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2008 2009v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2010// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2011 2012v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmamk_f32 v6, 0.5, 0xaf123456, v255 2013// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2014 2015v_dual_cndmask_b32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2016// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2017 2018v_dual_cndmask_b32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2019// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2020 2021v_dual_cndmask_b32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2022// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2023 2024v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2025// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2026 2027v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2028// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2029 2030v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 2031// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2032 2033v_dual_cndmask_b32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2034// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2035 2036v_dual_cndmask_b32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2037// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2038 2039v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 2040// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2041 2042v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 2043// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2044 2045v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2046// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2047 2048v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5 2049// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2050 2051v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2052// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2053 2054v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2055// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2056 2057v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2058// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2059 2060v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v4 2061// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2062 2063v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2064// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2065 2066v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2067// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2068 2069v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2070// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2071 2072v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2073// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2074 2075v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2076// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2077 2078v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 2079// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2080 2081v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2082// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2083 2084v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2085// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2086 2087v_dual_fmaak_f32 v122, s74, v161, 2.741 :: v_dual_and_b32 v247, s74, v98 2088// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2089 2090v_dual_fmaak_f32 v122, s74, v161, 2.741 :: v_dual_fmamk_f32 v3, s74, 2.741, v1 2091// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2092 2093v_dual_fmaak_f32 v122, v0, v161, 2.741 :: v_dual_cndmask_b32 v1, 2.741, v3 2094// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2095 2096v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_add_f32 v6, src_scc, v5 2097// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2098 2099v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_add_nc_u32 v6, src_scc, v5 2100// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2101 2102v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_dot2acc_f32_f16 v6, 0.5, v5 2103// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2104 2105v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2106// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2107 2108v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_fmac_f32 v6, src_scc, v5 2109// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2110 2111v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_lshlrev_b32 v6, src_scc, v5 2112// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2113 2114v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_max_f32 v6, src_scc, v5 2115// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2116 2117v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_min_f32 v6, src_scc, v5 2118// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2119 2120v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mov_b32 v6, src_scc 2121// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2122 2123v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2124// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2125 2126v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mul_f32 v6, src_scc, v5 2127// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2128 2129v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_sub_f32 v6, src_scc, v5 2130// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2131 2132v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_subrev_f32 v6, src_scc, v5 2133// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2134 2135v_dual_fmac_f32 v6, v1, v2 :: v_dual_fmamk_f32 v7, v2, 0xaf123456, v7 2136// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2137 2138v_dual_fmac_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 2139// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2140 2141v_dual_fmac_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 2142// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2143 2144v_dual_fmac_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2145// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2146 2147v_dual_fmac_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5 2148// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2149 2150v_dual_fmac_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2151// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2152 2153v_dual_fmac_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2154// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2155 2156v_dual_fmac_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2157// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2158 2159v_dual_fmac_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2160// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2161 2162v_dual_fmac_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2163// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2164 2165v_dual_fmac_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2166// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2167 2168v_dual_fmac_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2169// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2170 2171v_dual_fmac_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2172// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2173 2174v_dual_fmac_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 2175// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2176 2177v_dual_fmac_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2178// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2179 2180v_dual_fmac_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2181// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2182 2183v_dual_fmamk_f32 v122, 0xdeadbeef, 0xdeadbeef, v161 :: v_dual_fmamk_f32 v123, 0xdeadbeef, 0xdeadbeef, v162 2184// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2185 2186v_dual_fmamk_f32 v122, v74, 0xa0172923, v161 :: v_dual_lshlrev_b32 v247, 0xa0172923, v99 2187// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2188 2189v_dual_fmamk_f32 v122, v74, 0xfe0b, v162 :: v_dual_dot2acc_f32_f16 v247, 0xfe0b, v99 2190// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2191 2192v_dual_fmamk_f32 v5, v1, 0xaf123456, v5 :: v_dual_fmac_f32 v6, v2, v3 2193// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2194 2195v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_add_f32 v6, src_scc, v4 2196// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2197 2198v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_add_nc_u32 v6, src_scc, v4 2199// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2200 2201v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_and_b32 v6, src_scc, v4 2202// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2203 2204v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_cndmask_b32 v6, 0.5, v4 2205// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2206 2207v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_fmaak_f32 v6, src_scc, v4, 0xaf123456 2208// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2209 2210v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_max_f32 v6, src_scc, v4 2211// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2212 2213v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_min_f32 v6, src_scc, v4 2214// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2215 2216v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mov_b32 v6, src_scc 2217// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2218 2219v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v4 2220// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2221 2222v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mul_f32 v6, src_scc, v4 2223// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2224 2225v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_sub_f32 v6, src_scc, v4 2226// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2227 2228v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_subrev_f32 v6, src_scc, v4 2229// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2230 2231v_dual_max_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 2232// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2233 2234v_dual_max_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 2235// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2236 2237v_dual_max_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2238// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2239 2240v_dual_max_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5 2241// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2242 2243v_dual_max_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2244// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2245 2246v_dual_max_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2247// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2248 2249v_dual_max_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2250// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2251 2252v_dual_max_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255 2253// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2254 2255v_dual_max_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2256// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2257 2258v_dual_max_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2259// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2260 2261v_dual_max_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2262// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2263 2264v_dual_max_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2265// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2266 2267v_dual_max_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2268// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2269 2270v_dual_max_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 2271// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2272 2273v_dual_max_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2274// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2275 2276v_dual_max_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2277// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2278 2279v_dual_min_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 2280// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2281 2282v_dual_min_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 2283// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2284 2285v_dual_min_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2286// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2287 2288v_dual_min_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5 2289// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2290 2291v_dual_min_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2292// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2293 2294v_dual_min_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2295// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2296 2297v_dual_min_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2298// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2299 2300v_dual_min_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255 2301// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2302 2303v_dual_min_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2304// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2305 2306v_dual_min_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2307// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2308 2309v_dual_min_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2310// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2311 2312v_dual_min_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2313// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2314 2315v_dual_min_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2316// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2317 2318v_dual_min_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 2319// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2320 2321v_dual_min_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2322// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2323 2324v_dual_min_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2325// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2326 2327v_dual_mov_b32 v247, v160 :: v_dual_fmaak_f32 v122, s74, v161, 2.741 2328// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2329 2330v_dual_mov_b32 v255, -1 :: v_dual_add_f32 v6, src_scc, v4 2331// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2332 2333v_dual_mov_b32 v255, -1 :: v_dual_add_nc_u32 v6, src_scc, v4 2334// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2335 2336v_dual_mov_b32 v255, -1 :: v_dual_and_b32 v6, src_scc, v4 2337// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2338 2339v_dual_mov_b32 v255, -1 :: v_dual_cndmask_b32 v6, src_scc, v4 2340// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2341 2342v_dual_mov_b32 v255, -1 :: v_dual_dot2acc_f32_f16 v6, src_scc, v4 2343// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2344 2345v_dual_mov_b32 v255, -1 :: v_dual_fmac_f32 v6, src_scc, v4 2346// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2347 2348v_dual_mov_b32 v255, -1 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255 2349// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2350 2351v_dual_mov_b32 v255, -1 :: v_dual_lshlrev_b32 v6, src_scc, v4 2352// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2353 2354v_dual_mov_b32 v255, -1 :: v_dual_max_f32 v6, src_scc, v4 2355// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2356 2357v_dual_mov_b32 v255, -1 :: v_dual_min_f32 v6, src_scc, v4 2358// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2359 2360v_dual_mov_b32 v255, -1 :: v_dual_mov_b32 v6, src_scc 2361// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2362 2363v_dual_mov_b32 v255, -1 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v4 2364// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2365 2366v_dual_mov_b32 v255, -1 :: v_dual_mul_f32 v6, src_scc, v4 2367// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2368 2369v_dual_mov_b32 v255, -1 :: v_dual_sub_f32 v6, src_scc, v4 2370// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2371 2372v_dual_mov_b32 v255, -1 :: v_dual_subrev_f32 v6, src_scc, v4 2373// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2374 2375v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 2376// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2377 2378v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 2379// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2380 2381v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2382// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2383 2384v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5 2385// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2386 2387v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2388// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2389 2390v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2391// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2392 2393v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2394// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2395 2396v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255 2397// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2398 2399v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2400// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2401 2402v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2403// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2404 2405v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2406// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2407 2408v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2409// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2410 2411v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2412// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2413 2414v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 2415// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2416 2417v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2418// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2419 2420v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2421// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2422 2423v_dual_mul_f32 v0, s1, v2 :: v_dual_mul_f32 v3, s4, v5 2424// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2425 2426v_dual_mul_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 2427// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2428 2429v_dual_mul_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 2430// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2431 2432v_dual_mul_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2433// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2434 2435v_dual_mul_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5 2436// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2437 2438v_dual_mul_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2439// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2440 2441v_dual_mul_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2442// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2443 2444v_dual_mul_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2445// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2446 2447v_dual_mul_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255 2448// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2449 2450v_dual_mul_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2451// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2452 2453v_dual_mul_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2454// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2455 2456v_dual_mul_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2457// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2458 2459v_dual_mul_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2460// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2461 2462v_dual_mul_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2463// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2464 2465v_dual_mul_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2466// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2467 2468v_dual_mul_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2469// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2470 2471v_dual_sub_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 2472// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2473 2474v_dual_sub_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 2475// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2476 2477v_dual_sub_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2478// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2479 2480v_dual_sub_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5 2481// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2482 2483v_dual_sub_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2484// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2485 2486v_dual_sub_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2487// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2488 2489v_dual_sub_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2490// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2491 2492v_dual_sub_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255 2493// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2494 2495v_dual_sub_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2496// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2497 2498v_dual_sub_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2499// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2500 2501v_dual_sub_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2502// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2503 2504v_dual_sub_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2505// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2506 2507v_dual_sub_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2508// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2509 2510v_dual_sub_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 2511// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2512 2513v_dual_sub_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2514// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2515 2516v_dual_sub_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2517// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2518 2519v_dual_subrev_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v5 2520// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2521 2522v_dual_subrev_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v5 2523// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2524 2525v_dual_subrev_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v5 2526// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2527 2528v_dual_subrev_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v5 2529// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2530 2531v_dual_subrev_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v5 2532// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2533 2534v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf123456 2535// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2536 2537v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v5 2538// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2539 2540v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v255 2541// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2542 2543v_dual_subrev_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v5 2544// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2545 2546v_dual_subrev_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v5 2547// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2548 2549v_dual_subrev_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v5 2550// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2551 2552v_dual_subrev_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc 2553// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2554 2555v_dual_subrev_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v5 2556// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2557 2558v_dual_subrev_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v5 2559// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2560 2561v_dual_subrev_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v5 2562// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2563 2564v_dual_subrev_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v5 2565// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2566 2567v_exp_legacy_f32 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 2568// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2569 2570v_exp_legacy_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 2571// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2572 2573v_exp_legacy_f32_e64 v255, v1 2574// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2575 2576v_exp_legacy_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD 2577// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2578 2579v_fma_dx9_zero_f32 v5, v1, v2, v3 2580// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2581 2582v_fma_legacy_f16 v5, v1, v2, v3 2583// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2584 2585v_fma_legacy_f32 v0, s1, 2.0, -v3 2586// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2587 2588v_fmac_dx9_zero_f32 v255, 0xaf123456, v255 2589// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2590 2591v_fmac_dx9_zero_f32_e64 v5, v1, v2 2592// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2593 2594v_fmac_f64 v[0:1], v[2:3], v[4:5] row_newbcast:2 2595// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2596 2597v_fmac_f64_dpp v[10:11], v[2:3], v[4:5] row_newbcast:1 row_mask:0xf bank_mask:0xf 2598// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2599 2600v_fmac_f64_e32 v[254:255], v[2:3], v[4:5] 2601// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2602 2603v_fmac_f64_e64 v[10:11], v[2:3], v[4:5] 2604// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2605 2606v_fmac_legacy_f32 v0, s1, 2.0 2607// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2608 2609v_fmac_legacy_f32_e64 v5, v1, v2 2610// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2611 2612v_interp_p10_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:5 2613// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2614 2615v_interp_p10_f32 v0, -v1, v2, v3 2616// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2617 2618v_interp_p10_rtz_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 2620 2621v_interp_p2_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:5 2622// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2623 2624v_interp_p2_legacy_f16 v5, v1, attr0.x, v3 2625// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2626 2627v_interp_p2_rtz_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:5 2628// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2629 2630v_log_clamp_f32 v1, 0.5 2631// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2632 2633v_log_clamp_f32_e64 v255, v1 2634// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2635 2636v_log_legacy_f32 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 2637// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2638 2639v_log_legacy_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 2640// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2641 2642v_log_legacy_f32_e64 v255, v1 2643// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2644 2645v_log_legacy_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD 2646// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2647 2648v_lshl_add_u64 v[10:11], v[2:3], v2, v[6:7] 2649// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2650 2651v_lshl_b32 v255, v1, v2 2652// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2653 2654v_lshl_b32_e32 v1, v2, v3 2655// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2656 2657v_lshl_b32_e64 v255, v1, v2 2658// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2659 2660v_lshl_b64 v[254:255], v[1:2], v2 2661// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2662 2663v_lshr_b32 v255, v1, v2 2664// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2665 2666v_lshr_b32_e32 v1, v2, v3 2667// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2668 2669v_lshr_b32_e64 v255, v1, v2 2670// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2671 2672v_lshr_b64 v[254:255], v[1:2], v2 2673// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2674 2675v_mac_f16 v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 2676// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2677 2678v_mac_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 2679// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2680 2681v_mac_f16_e32 v1, v2, v3 2682// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2683 2684v_mac_f16_e64 v255, v1, v2 2685// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2686 2687v_mac_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD 2688// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2689 2690v_mad_f16 v5, v1, v2, v3 2691// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2692 2693v_mad_legacy_f16 v5, v1, v2, v3 2694// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2695 2696v_mad_legacy_i16 v5, v1, v2, v3 2697// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2698 2699v_mad_legacy_u16 v5, v1, v2, v3 2700// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2701 2702v_mad_mix_f32 v0, -abs(v1), v2, v3 2703// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2704 2705v_mad_mixhi_f16 v0, -v1, abs(v2), -abs(v3) 2706// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2707 2708v_mad_mixlo_f16 v0, abs(v1), -v2, abs(v3) 2709// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2710 2711v_madak_f16 v0, 0xff32, v0, 0x1122 2712// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2713 2714v_madmk_f16 v0, 0xff32, 0x1122, v0 2715// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2716 2717v_max_legacy_f32 v1, v2, v3 2718// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2719 2720v_max_legacy_f32_e64 v255, v1, v2 2721// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2722 2723v_maxmin_f16 v5, v1, v2, v3 2724// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2725 2726v_maxmin_f16_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 2727// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2728 2729v_maxmin_f32 v5, v1, v2, v3 2730// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2731 2732v_maxmin_f32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 2733// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2734 2735v_maxmin_i32 v5, v1, v2, v3 2736// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2737 2738v_maxmin_i32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 2739// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2740 2741v_maxmin_u32 v5, v1, v2, v3 2742// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2743 2744v_maxmin_u32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 2745// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2746 2747v_mfma_f32_16x16x16_bf16 a[0:3], v[2:3], v[4:5], a[2:5] 2748// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2749 2750v_mfma_f32_16x16x16_f16 a[0:3], v[0:1], v[2:3], a[2:5] 2751// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2752 2753v_mfma_f32_16x16x16bf16 a[0:3], v[2:3], v[4:5], a[2:5] 2754// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2755 2756v_mfma_f32_16x16x16bf16_1k a[0:3], a[0:1], a[2:3], -2.0 2757// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2758 2759v_mfma_f32_16x16x16f16 a[0:3], a[0:1], a[1:2], -2.0 2760// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2761 2762v_mfma_f32_16x16x1_4b_f32 a[0:15], v0, v1, a[18:33] 2763// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2764 2765v_mfma_f32_16x16x1f32 a[0:15], a0, a1, -2.0 2766// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2767 2768v_mfma_f32_16x16x2bf16 a[0:15], a0, a1, -2.0 2769// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2770 2771v_mfma_f32_16x16x32_bf8_bf8 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 2773 2774v_mfma_f32_16x16x32_bf8_fp8 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 2776 2777v_mfma_f32_16x16x32_fp8_bf8 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 2779 2780v_mfma_f32_16x16x32_fp8_fp8 a[0:3], v[2:3], v[4:5], a[0:3] 2781// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2782 2783v_mfma_f32_16x16x4_4b_bf16 a[0:15], v[2:3], v[4:5], a[18:33] 2784// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2785 2786v_mfma_f32_16x16x4_4b_f16 a[0:15], v[0:1], v[2:3], a[18:33] 2787// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2788 2789v_mfma_f32_16x16x4_f32 a[0:3], v0, v1, a[2:5] 2790// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2791 2792v_mfma_f32_16x16x4bf16 a[0:15], v[2:3], v[4:5], a[18:33] blgp:5 2793// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2794 2795v_mfma_f32_16x16x4bf16_1k a[0:15], a[0:1], a[2:3], -2.0 2796// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2797 2798v_mfma_f32_16x16x4f16 a[0:15], a[0:1], a[1:2], -2.0 2799// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2800 2801v_mfma_f32_16x16x4f32 a[0:3], a0, a1, -2.0 2802// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2803 2804v_mfma_f32_16x16x8_xf32 a[0:3], v[2:3], v[4:5], a[2:5] 2805// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2806 2807v_mfma_f32_16x16x8bf16 a[0:3], a0, a1, -2.0 2808// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2809 2810v_mfma_f32_16x16x8xf32 a[0:3], v[2:3], v[4:5], a[2:5] 2811// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2812 2813v_mfma_f32_32x32x16_bf8_bf8 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 2815 2816v_mfma_f32_32x32x16_bf8_fp8 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 2818 2819v_mfma_f32_32x32x16_fp8_bf8 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 2821 2822v_mfma_f32_32x32x16_fp8_fp8 a[0:15], v[2:3], v[4:5], a[0:15] 2823// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2824 2825v_mfma_f32_32x32x1_2b_f32 a[0:31], v0, v1, a[0:31] neg:[1,0,0] 2826// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2827 2828v_mfma_f32_32x32x1f32 a[0:31], 1, v1, a[0:31] 2829// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2830 2831v_mfma_f32_32x32x2_f32 a[0:15], v0, v1, a[18:33] 2832// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2833 2834v_mfma_f32_32x32x2bf16 a[0:31], a0, a1, -2.0 2835// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2836 2837v_mfma_f32_32x32x2f32 a[0:15], a0, a1, -2.0 2838// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2839 2840v_mfma_f32_32x32x4_2b_bf16 a[0:31], v[2:3], v[4:5], a[34:65] 2841// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2842 2843v_mfma_f32_32x32x4_2b_f16 a[0:31], v[0:1], v[2:3], a[34:65] 2844// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2845 2846v_mfma_f32_32x32x4_xf32 a[0:15], v[2:3], v[4:5], a[18:33] 2847// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2848 2849v_mfma_f32_32x32x4bf16 a[0:15], a0, a1, -2.0 2850// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2851 2852v_mfma_f32_32x32x4bf16_1k a[0:31], a[0:1], a[2:3], -2.0 2853// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2854 2855v_mfma_f32_32x32x4f16 a[0:31], a[0:1], a[1:2], -2.0 2856// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2857 2858v_mfma_f32_32x32x4xf32 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 2860 2861v_mfma_f32_32x32x8_bf16 a[0:15], v[2:3], v[4:5], a[18:33] 2862// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2863 2864v_mfma_f32_32x32x8_f16 a[0:15], v[0:1], v[2:3], a[18:33] 2865// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2866 2867v_mfma_f32_32x32x8bf16 a[0:15], v[2:3], v[4:5], a[18:33] 2868// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2869 2870v_mfma_f32_32x32x8bf16_1k a[0:15], a[0:1], a[2:3], -2.0 2871// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2872 2873v_mfma_f32_32x32x8f16 a[0:15], a[0:1], a[1:2], -2.0 2874// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2875 2876v_mfma_f32_4x4x1_16b_f32 a[0:3], v0, v1, a[2:5] 2877// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2878 2879v_mfma_f32_4x4x1f32 a[0:3], a0, a1, -2.0 2880// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2881 2882v_mfma_f32_4x4x2bf16 a[0:3], a0, a1, -2.0 2883// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2884 2885v_mfma_f32_4x4x4_16b_bf16 a[0:3], v[2:3], v[4:5], a[2:5] 2886// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2887 2888v_mfma_f32_4x4x4_16b_f16 a[0:3], v[0:1], v[2:3], a[2:5] 2889// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2890 2891v_mfma_f32_4x4x4bf16 a[0:3], v[2:3], v[4:5], a[2:5] 2892// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2893 2894v_mfma_f32_4x4x4bf16_1k a[0:3], a[0:1], a[2:3], -2.0 2895// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2896 2897v_mfma_f32_4x4x4f16 a[0:3], a[0:1], a[1:2], -2.0 2898// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2899 2900v_mfma_f64_16x16x4_f64 a[0:7], v[0:1], v[2:3], a[0:7] 2901// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2902 2903v_mfma_f64_16x16x4f64 a[0:7], a[0:1], a[2:3], -2.0 2904// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2905 2906v_mfma_f64_4x4x4_4b_f64 a[0:1], v[0:1], a[2:3], a[2:3] 2907// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2908 2909v_mfma_f64_4x4x4f64 a[0:1], a[0:1], a[2:3], -2.0 2910// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2911 2912v_mfma_i32_16x16x16i8 a[0:3], a0, a1, 2 2913// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2914 2915v_mfma_i32_16x16x32_i8 a[0:3], v[2:3], v[4:5], a[0:3] 2916// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2917 2918v_mfma_i32_16x16x32i8 a[0:3], v[2:3], v[4:5], a[0:3] blgp:5 2919// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2920 2921v_mfma_i32_16x16x4_4b_i8 a[0:15], v0, v1, a[18:33] 2922// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2923 2924v_mfma_i32_16x16x4i8 a[0:15], a0, a1, 2 2925// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2926 2927v_mfma_i32_32x32x16_i8 a[0:15], v[2:3], v[4:5], a[0:15] 2928// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2929 2930v_mfma_i32_32x32x16i8 a[0:15], v[2:3], v[4:5], a[0:15] blgp:5 2931// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2932 2933v_mfma_i32_32x32x4_2b_i8 a[0:31], v0, v1, a[34:65] 2934// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2935 2936v_mfma_i32_32x32x4i8 a[0:31], a0, a1, 2 2937// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2938 2939v_mfma_i32_32x32x8i8 a[0:15], a0, a1, 2 2940// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2941 2942v_mfma_i32_4x4x4_16b_i8 a[0:3], v0, v1, a[2:5] 2943// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2944 2945v_mfma_i32_4x4x4i8 a[0:3], a0, a1, 2 2946// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2947 2948v_min_legacy_f32 v255, v1, v2 2949// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2950 2951v_min_legacy_f32_e32 v1, v2, v3 2952// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2953 2954v_min_legacy_f32_e64 v255, v1, v2 2955// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2956 2957v_minmax_f16 v5, v1, v2, v3 2958// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2959 2960v_minmax_f16_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 2961// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2962 2963v_minmax_f32 v5, v1, v2, v3 2964// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2965 2966v_minmax_f32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 2967// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2968 2969v_minmax_i32 v5, v1, v2, v3 2970// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2971 2972v_minmax_i32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 2973// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2974 2975v_minmax_u32 v5, v1, v2, v3 2976// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2977 2978v_minmax_u32_e64_dpp v5, v1, v2, v3 dpp8:[7,6,5,4,3,2,1,0] 2979// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2980 2981v_mov_b64 v[10:11], v[2:3] 2982// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2983 2984v_mov_b64_dpp v[10:11], v[2:3] row_newbcast:1 row_mask:0xf bank_mask:0xf 2985// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2986 2987v_mov_b64_e64 v[10:11], v[2:3] 2988// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2989 2990v_mul_dx9_zero_f32 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:1 2991// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2992 2993v_mul_dx9_zero_f32_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 2994// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2995 2996v_mul_dx9_zero_f32_e64 v5, v1, v2 2997// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 2998 2999v_mul_dx9_zero_f32_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 3000// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3001 3002v_not_b16 v127, 0xfe0b 3003// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3004 3005v_not_b16_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 3006// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3007 3008v_not_b16_e32 v128, 0xfe0b 3009// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3010 3011v_not_b16_e64 v5, v1 3012// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3013 3014v_not_b16_e64_dpp v5, v1 dpp8:[7,6,5,4,3,2,1,0] 3015// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3016 3017v_or_b16 v5, v1, v2 3018// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3019 3020v_or_b16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 3021// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3022 3023v_permlane64_b32 v255, v255 3024// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3025 3026v_pk_add_f32 v[10:11], v[2:3], v[4:5] 3027// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3028 3029v_pk_fma_f32 v[0:1], v[4:5], v[8:9], v[16:17] 3030// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3031 3032v_pk_mov_b32 v[0:1], flat_scratch, v[4:5] 3033// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3034 3035v_pk_mul_f32 v[10:11], v[2:3], v[4:5] 3036// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3037 3038v_rcp_clamp_f32 v255, v1 3039// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3040 3041v_rcp_clamp_f32_e64 v255, v1 3042// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3043 3044v_rcp_clamp_f64 v[254:255], v[1:2] 3045// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3046 3047v_rcp_clamp_f64_e64 v[254:255], v[1:2] 3048// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3049 3050v_rcp_legacy_f32 v255, v1 3051// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3052 3053v_rcp_legacy_f32_e64 v255, v1 3054// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3055 3056v_rsq_clamp_f32 v255, v1 3057// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3058 3059v_rsq_clamp_f32_e64 v255, v1 3060// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3061 3062v_rsq_clamp_f64 v[254:255], v[1:2] 3063// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3064 3065v_rsq_clamp_f64_e64 v[254:255], v[1:2] 3066// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3067 3068v_rsq_legacy_f32 v255, v1 3069// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3070 3071v_rsq_legacy_f32_e64 v255, v1 3072// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3073 3074v_screen_partition_4se_b32 v255, v1 3075// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3076 3077v_screen_partition_4se_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3078// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3079 3080v_screen_partition_4se_b32_e64 v255, v1 3081// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3082 3083v_screen_partition_4se_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD 3084// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3085 3086v_smfmac_f32_16x16x32_bf16 a[10:13], v[2:3], a[4:7], v5 3087// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3088 3089v_smfmac_f32_16x16x32_f16 a[10:13], v[2:3], a[4:7], v1 3090// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3091 3092v_smfmac_f32_16x16x32bf16 v[10:13], a[2:3], v[4:7], v4 cbsz:3 abid:1 3093// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3094 3095v_smfmac_f32_16x16x32f16 v[10:13], a[2:3], v[4:7], v0 cbsz:3 abid:1 3096// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3097 3098v_smfmac_f32_16x16x64_bf8_bf8 a[0:3], v[2:3], a[4:7], v1 3099// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3100 3101v_smfmac_f32_16x16x64_bf8_fp8 a[0:3], v[2:3], a[4:7], v1 3102// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3103 3104v_smfmac_f32_16x16x64_fp8_bf8 a[0:3], v[2:3], a[4:7], v1 3105// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3106 3107v_smfmac_f32_16x16x64_fp8_fp8 a[0:3], v[2:3], a[4:7], v1 3108// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3109 3110v_smfmac_f32_16x16x64bf8bf8 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 3112 3113v_smfmac_f32_16x16x64bf8fp8 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 3115 3116v_smfmac_f32_16x16x64fp8bf8 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 3118 3119v_smfmac_f32_16x16x64fp8fp8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:1 3120// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3121 3122v_smfmac_f32_32x32x16_bf16 a[10:25], v[2:3], a[4:7], v7 3123// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3124 3125v_smfmac_f32_32x32x16_f16 a[10:25], v[2:3], a[4:7], v3 3126// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3127 3128v_smfmac_f32_32x32x16bf16 v[10:25], a[2:3], v[4:7], v6 cbsz:3 abid:1 3129// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3130 3131v_smfmac_f32_32x32x16f16 v[10:25], a[2:3], v[4:7], v2 cbsz:3 abid:1 3132// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3133 3134v_smfmac_f32_32x32x32_bf8_bf8 a[0:15], v[2:3], a[4:7], v1 3135// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3136 3137v_smfmac_f32_32x32x32_bf8_fp8 a[0:15], v[2:3], a[4:7], v1 3138// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3139 3140v_smfmac_f32_32x32x32_fp8_bf8 a[0:15], v[2:3], a[4:7], v1 3141// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3142 3143v_smfmac_f32_32x32x32_fp8_fp8 a[0:15], v[2:3], a[4:7], v1 3144// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3145 3146v_smfmac_f32_32x32x32bf8bf8 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 3148 3149v_smfmac_f32_32x32x32bf8fp8 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 3151 3152v_smfmac_f32_32x32x32fp8bf8 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 3154 3155v_smfmac_f32_32x32x32fp8fp8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:1 3156// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3157 3158v_smfmac_i32_16x16x64_i8 a[10:13], v[2:3], a[4:7], v9 3159// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3160 3161v_smfmac_i32_16x16x64i8 v[10:13], a[2:3], v[4:7], v8 cbsz:3 abid:1 3162// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3163 3164v_smfmac_i32_32x32x32_i8 a[10:25], v[2:3], a[4:7], v11 3165// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3166 3167v_smfmac_i32_32x32x32i8 a[10:25], v[2:3], a[4:7], v11 3168// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3169 3170v_sub_i16 v5, v1, v2 3171// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3172 3173v_sub_i32 v1, s[0:1], v2, v3 3174// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3175 3176v_sub_i32_e64 v255, s[12:13], v1, v2 3177// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3178 3179v_sub_u16 v1, v2, v3 clamp 3180// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3181 3182v_sub_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3183// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3184 3185v_sub_u16_e32 v1, v2, v3 3186// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3187 3188v_sub_u16_e64 v255, v1, v2 3189// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3190 3191v_sub_u16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD 3192// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3193 3194v_sub_u32 v1, 4.0, v2 3195// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3196 3197v_sub_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3198// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3199 3200v_sub_u32_e32 v1, s1, v3 3201// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3202 3203v_sub_u32_e64 v255, s[12:13], v1, v2 3204// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3205 3206v_sub_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 3207// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3208 3209v_subb_co_u32 v1, vcc, v2, v3, vcc row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 3210// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3211 3212v_subb_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3213// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3214 3215v_subb_co_u32_e64 v255, s[12:13], v1, v2, s[6:7] 3216// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3217 3218v_subb_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 3219// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3220 3221v_subb_u32 v1, s[0:1], v2, v3, vcc 3222// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3223 3224v_subb_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3225// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3226 3227v_subb_u32_e64 v255, s[12:13], v1, v2, s[6:7] 3228// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3229 3230v_subb_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 3231// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3232 3233v_subbrev_co_u32 v0, vcc, src_lds_direct, v0, vcc 3234// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3235 3236v_subbrev_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3237// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3238 3239v_subbrev_co_u32_e64 v255, s[12:13], v1, v2, s[6:7] 3240// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3241 3242v_subbrev_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 3243// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3244 3245v_subbrev_u32 v1, s[0:1], v2, v3, vcc 3246// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3247 3248v_subbrev_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3249// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3250 3251v_subbrev_u32_e64 v255, s[12:13], v1, v2, s[6:7] 3252// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3253 3254v_subbrev_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 3255// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3256 3257v_subrev_i32 v1, s[0:1], v2, v3 3258// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3259 3260v_subrev_i32_e64 v255, s[12:13], v1, v2 3261// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3262 3263v_subrev_u16 v0, src_lds_direct, v0 3264// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3265 3266v_subrev_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3267// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3268 3269v_subrev_u16_e32 v1, v2, v3 3270// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3271 3272v_subrev_u16_e64 v255, v1, v2 3273// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3274 3275v_subrev_u16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD 3276// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3277 3278v_subrev_u32 v0, src_lds_direct, v0 3279// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3280 3281v_subrev_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 3282// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3283 3284v_subrev_u32_e32 v1, s1, v3 3285// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3286 3287v_subrev_u32_e64 v255, s[12:13], v1, v2 3288// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3289 3290v_subrev_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_2 3291// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3292 3293v_swap_b16 v0.l, v0.l 3294// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3295 3296v_wmma_bf16_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 3298 3299v_wmma_f16_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 3301 3302v_wmma_f32_16x16x16_bf16 v[16:19], 1.0, v[8:15], v[16:19] 3303// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3304 3305v_wmma_f32_16x16x16_f16 v[16:19], 1.0, v[8:15], v[16:19] 3306// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3307 3308v_wmma_i32_16x16x16_iu4 v[16:19], v[0:7], v[8:15], v[16:19] op_sel:[0,0,1] 3309// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3310 3311v_wmma_i32_16x16x16_iu8 v[16:19], v[0:7], v[8:15], v[16:19] op_sel:[0,0,1] 3312// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3313 3314v_xor_b16 v5, v1, v2 3315// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3316 3317v_xor_b16_e64_dpp v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] 3318// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU 3319