3319 lines · plain
1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 %s 2>&1 | FileCheck --check-prefixes=CHECK,GFX1010 --implicit-check-not=error: %s2// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 %s 2>&1 | FileCheck --check-prefixes=CHECK,GFX1010 --implicit-check-not=error: %s3// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1013 -mattr=+wavefrontsize32 %s 2>&1 | FileCheck --implicit-check-not=error: %s4 5buffer_atomic_add_f32 v0, v2, s[4:7], 0 idxen glc6// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU7 8buffer_atomic_add_f64 v[2:3], off, s[12:15], s4 offset:40959// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU10 11buffer_atomic_add_u32 v1, off, s[12:15], s4 offset:409512// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU13 14buffer_atomic_add_u64 v[1:2], off, s[12:15], s4 offset:409515// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU16 17buffer_atomic_and_b32 v1, off, s[12:15], s4 offset:409518// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU19 20buffer_atomic_and_b64 v[1:2], off, s[12:15], s4 offset:409521// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU22 23buffer_atomic_cmpswap_b32 v[1:2], off, s[12:15], s4 offset:409524// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU25 26buffer_atomic_cmpswap_b64 v[1:4], off, s[12:15], s4 offset:409527// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU28 29buffer_atomic_cmpswap_f32 v[1:2], off, s[12:15], s4 offset:409530// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU31 32buffer_atomic_csub v1, off, s[12:15], s4 offset:4095 glc33// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU34 35buffer_atomic_csub_u32 v1, off, s[12:15], s4 offset:4095 glc36// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU37 38buffer_atomic_dec_u32 v1, off, s[12:15], s4 offset:409539// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU40 41buffer_atomic_dec_u64 v[1:2], off, s[12:15], s4 offset:409542// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU43 44buffer_atomic_inc_u32 v1, off, s[12:15], s4 offset:409545// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU46 47buffer_atomic_inc_u64 v[1:2], off, s[12:15], s4 offset:409548// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU49 50buffer_atomic_max_f32 v1, off, s[12:15], s4 offset:409551// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU52 53buffer_atomic_max_f64 v[2:3], off, s[12:15], s4 offset:409554// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU55 56buffer_atomic_max_i32 v1, off, s[12:15], s4 offset:409557// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU58 59buffer_atomic_max_i64 v[1:2], off, s[12:15], s4 offset:409560// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU61 62buffer_atomic_max_u32 v1, off, s[12:15], s4 offset:409563// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU64 65buffer_atomic_max_u64 v[1:2], off, s[12:15], s4 offset:409566// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU67 68buffer_atomic_min_f32 v1, off, s[12:15], s4 offset:409569// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU70 71buffer_atomic_min_f64 v[2:3], off, s[12:15], s4 offset:409572// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU73 74buffer_atomic_min_i32 v1, off, s[12:15], s4 offset:409575// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU76 77buffer_atomic_min_i64 v[1:2], off, s[12:15], s4 offset:409578// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU79 80buffer_atomic_min_u32 v1, off, s[12:15], s4 offset:409581// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU82 83buffer_atomic_min_u64 v[1:2], off, s[12:15], s4 offset:409584// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU85 86buffer_atomic_or_b32 v1, off, s[12:15], s4 offset:409587// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU88 89buffer_atomic_or_b64 v[1:2], off, s[12:15], s4 offset:409590// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU91 92buffer_atomic_pk_add_f16 v0, v2, s[4:7], 0 idxen glc93// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU94 95buffer_atomic_sub_u32 v1, off, s[12:15], s4 offset:409596// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU97 98buffer_atomic_sub_u64 v[1:2], off, s[12:15], s4 offset:409599// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU100 101buffer_atomic_swap_b32 v1, off, s[12:15], s4 offset:4095102// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU103 104buffer_atomic_swap_b64 v[1:2], off, s[12:15], s4 offset:4095105// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU106 107buffer_atomic_xor_b32 v1, off, s[12:15], s4 offset:4095108// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU109 110buffer_atomic_xor_b64 v[1:2], off, s[12:15], s4 offset:4095111// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU112 113buffer_inv114// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU115 116buffer_invl2117// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU118 119buffer_load_b128 v[252:255], off, s[8:11], s3 offset:4095120// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU121 122buffer_load_b32 v255, off, s[8:11], s3 offset:4095123// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU124 125buffer_load_b64 v[254:255], off, s[8:11], s3 offset:4095126// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU127 128buffer_load_b96 v[253:255], off, s[8:11], s3 offset:4095129// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU130 131buffer_load_d16_b16 v255, off, s[8:11], s3 offset:4095132// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU133 134buffer_load_d16_format_x v255, off, s[8:11], s3 offset:4095135// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU136 137buffer_load_d16_format_xy v255, off, s[8:11], s3 offset:4095138// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU139 140buffer_load_d16_format_xyz v[254:255], off, s[8:11], s3 offset:4095141// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU142 143buffer_load_d16_format_xyzw v[254:255], off, s[8:11], s3 offset:4095144// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU145 146buffer_load_d16_hi_b16 v255, off, s[8:11], s3 offset:4095147// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU148 149buffer_load_d16_hi_format_x v255, off, s[8:11], s3 offset:4095150// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU151 152buffer_load_d16_hi_i8 v255, off, s[8:11], s3 offset:4095153// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU154 155buffer_load_d16_hi_u8 v255, off, s[8:11], s3 offset:4095156// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU157 158buffer_load_d16_i8 v255, off, s[8:11], s3 offset:4095159// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU160 161buffer_load_d16_u8 v255, off, s[8:11], s3 offset:4095162// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU163 164buffer_load_i16 v255, off, s[8:11], s3 offset:4095165// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU166 167buffer_load_i8 v255, off, s[8:11], s3 offset:4095168// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU169 170buffer_load_u16 v255, off, s[8:11], s3 offset:4095171// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU172 173buffer_load_u8 v255, off, s[8:11], s3 offset:4095174// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU175 176buffer_store_b128 v[1:4], off, s[12:15], -1 offset:4095177// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU178 179buffer_store_b16 v1, off, s[12:15], -1 offset:4095180// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU181 182buffer_store_b32 v1, off, s[12:15], -1 offset:4095183// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU184 185buffer_store_b64 v[1:2], off, s[12:15], -1 offset:4095186// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU187 188buffer_store_b8 v1, off, s[12:15], -1 offset:4095189// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU190 191buffer_store_b96 v[1:3], off, s[12:15], -1 offset:4095192// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU193 194buffer_store_d16_format_x v1, off, s[12:15], -1 offset:4095195// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU196 197buffer_store_d16_format_xy v1, off, s[12:15], -1 offset:4095198// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU199 200buffer_store_d16_format_xyz v[1:2], off, s[12:15], -1 offset:4095201// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU202 203buffer_store_d16_format_xyzw v[1:2], off, s[12:15], -1 offset:4095204// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU205 206buffer_store_d16_hi_b16 v1, off, s[12:15], -1 offset:4095207// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU208 209buffer_store_d16_hi_b8 v1, off, s[12:15], -1 offset:4095210// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU211 212buffer_store_d16_hi_format_x v1, off, s[12:15], -1 offset:4095213// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU214 215buffer_store_lds_dword s[4:7], -1 offset:4095 lds216// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU217 218buffer_wbinvl1219// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU220 221buffer_wbinvl1_vol222// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU223 224buffer_wbl2225// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU226 227ds_add_f64 v1, v[254:255] offset:65535228// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU229 230ds_add_gs_reg_rtn v[254:255], v255 offset:4 gds231// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU232 233ds_add_rtn_f64 v[10:11], v1, v[4:5] offset:65535234// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU235 236ds_bvh_stack_rtn_b32 v255, v254, v253, v[249:252]237// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU238 239ds_cmpstore_b32 v1, v2, v3240// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU241 242ds_cmpstore_b64 v1, v[2:3], v[3:4]243// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU244 245ds_cmpstore_f32 v1, v2, v3246// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU247 248ds_cmpstore_f64 v1, v[2:3], v[3:4]249// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU250 251ds_cmpstore_rtn_b32 v255, v255, v255, v255 offset:4 gds252// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU253 254ds_cmpstore_rtn_b64 v[254:255], v255, v[254:255], v[254:255] offset:4 gds255// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU256 257ds_cmpstore_rtn_f32 v255, v255, v255, v255 offset:4 gds258// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU259 260ds_cmpstore_rtn_f64 v[254:255], v255, v[254:255], v[254:255] offset:4 gds261// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU262 263ds_load_2addr_b32 v[254:255], v255 offset0:16 offset1:1 gds264// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU265 266ds_load_2addr_b64 v[252:255], v255 offset0:16 offset1:1 gds267// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU268 269ds_load_2addr_stride64_b32 v[254:255], v255 offset0:16 offset1:1 gds270// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU271 272ds_load_2addr_stride64_b64 v[252:255], v255 offset0:16 offset1:1 gds273// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU274 275ds_load_addtid_b32 v255 offset:4276// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU277 278ds_load_b128 v[252:255], v255 offset:4 gds279// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU280 281ds_load_b32 v255, v255 offset:4 gds282// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU283 284ds_load_b64 v[254:255], v255 offset:4 gds285// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU286 287ds_load_b96 v[253:255], v255 offset:4 gds288// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU289 290ds_load_i16 v255, v255 offset:4 gds291// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU292 293ds_load_i8 v255, v255 offset:4 gds294// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU295 296ds_load_i8_d16 v255, v255 offset:4 gds297// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU298 299ds_load_i8_d16_hi v255, v255 offset:4 gds300// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU301 302ds_load_u16 v255, v255 offset:4 gds303// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU304 305ds_load_u16_d16 v255, v255 offset:4 gds306// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU307 308ds_load_u16_d16_hi v255, v255 offset:4 gds309// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU310 311ds_load_u8 v255, v255 offset:4 gds312// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU313 314ds_load_u8_d16 v255, v255 offset:4 gds315// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU316 317ds_load_u8_d16_hi v255, v255 offset:4 gds318// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU319 320ds_pk_add_bf16 v1, v2 offset:65535321// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU322 323ds_pk_add_f16 v1, v2 offset:65535324// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU325 326ds_pk_add_rtn_bf16 a3, v2, a1327// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU328 329ds_pk_add_rtn_f16 a3, v2, a1330// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU331 332ds_store_2addr_b32 v1, v2, v3333// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU334 335ds_store_2addr_b64 v1, v[2:3], v[3:4]336// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU337 338ds_store_2addr_stride64_b32 v1, v2, v3339// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU340 341ds_store_2addr_stride64_b64 v1, v[2:3], v[3:4]342// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU343 344ds_store_addtid_b32 v1345// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU346 347ds_store_b128 v1, v[2:5]348// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU349 350ds_store_b16 v1, v2351// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU352 353ds_store_b16_d16_hi v1, v2354// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU355 356ds_store_b32 v1, v2357// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU358 359ds_store_b64 v1, v[2:3]360// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU361 362ds_store_b8 v1, v2363// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU364 365ds_store_b8_d16_hi v1, v2366// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU367 368ds_store_b96 v1, v[2:4]369// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU370 371ds_storexchg_2addr_rtn_b32 v[254:255], v255, v255, v255 offset0:16 offset1:1 gds372// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU373 374ds_storexchg_2addr_rtn_b64 v[252:255], v255, v[254:255], v[254:255] offset0:16 offset1:1 gds375// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU376 377ds_storexchg_2addr_stride64_rtn_b32 v[254:255], v255, v255, v255 offset0:16 offset1:1 gds378// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU379 380ds_storexchg_2addr_stride64_rtn_b64 v[252:255], v255, v[254:255], v[254:255] offset0:16 offset1:1 gds381// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU382 383ds_storexchg_rtn_b32 v255, v255, v255 offset:4 gds384// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU385 386ds_storexchg_rtn_b64 v[254:255], v255, v[254:255] offset:4 gds387// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU388 389ds_sub_gs_reg_rtn v[254:255], v255 offset:4 gds390// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU391 392flat_atomic_add_f32 a4, v[2:3], a1 sc0393// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU394 395flat_atomic_add_f64 v[0:1], v[0:1], v[2:3] glc396// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU397 398flat_atomic_add_u32 v1, v[3:4], v5 offset:8 slc399// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU400 401flat_atomic_add_u64 v[1:2], v[2:3]402// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU403 404flat_atomic_and_b32 v255, v[254:255], v255 offset:7 glc slc dlc405// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU406 407flat_atomic_and_b64 v[1:2], v[2:3]408// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU409 410flat_atomic_cmpswap_b32 v0, v[1:2], v[3:4]411// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU412 413flat_atomic_cmpswap_b64 v[1:2], v[2:5]414// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU415 416flat_atomic_cmpswap_f32 v255, v[254:255], v[254:255] offset:7 glc slc dlc417// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU418 419flat_atomic_dec_u32 v255, v[254:255], v255 offset:7 glc slc dlc420// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU421 422flat_atomic_dec_u64 v[1:2], v[2:3]423// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU424 425flat_atomic_inc_u32 v255, v[254:255], v255 offset:7 glc slc dlc426// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU427 428flat_atomic_inc_u64 v[1:2], v[2:3]429// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU430 431flat_atomic_max_f32 v255, v[254:255], v255 offset:7 glc slc dlc432// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU433 434flat_atomic_max_f64 v[0:1], v[0:1], v[2:3] glc435// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU436 437flat_atomic_max_i32 v255, v[254:255], v255 offset:7 glc slc dlc438// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU439 440flat_atomic_max_i64 v[1:2], v[2:3]441// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU442 443flat_atomic_max_u32 v255, v[254:255], v255 offset:7 glc slc dlc444// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU445 446flat_atomic_max_u64 v[1:2], v[2:3]447// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU448 449flat_atomic_min_f32 v255, v[254:255], v255 offset:7 glc slc dlc450// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU451 452flat_atomic_min_f64 v[0:1], v[0:1], v[2:3] glc453// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU454 455flat_atomic_min_i32 v255, v[254:255], v255 offset:7 glc slc dlc456// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU457 458flat_atomic_min_i64 v[1:2], v[2:3]459// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU460 461flat_atomic_min_u32 v255, v[254:255], v255 offset:7 glc slc dlc462// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU463 464flat_atomic_min_u64 v[1:2], v[2:3]465// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU466 467flat_atomic_or_b32 v255, v[254:255], v255 offset:7 glc slc dlc468// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU469 470flat_atomic_or_b64 v[1:2], v[2:3]471// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU472 473flat_atomic_pk_add_bf16 a4, v[2:3], a1 sc0474// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU475 476flat_atomic_pk_add_f16 a4, v[2:3], a1 sc0477// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU478 479flat_atomic_sub_u32 v255, v[254:255], v255 offset:7 glc slc dlc480// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU481 482flat_atomic_sub_u64 v[1:2], v[2:3]483// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU484 485flat_atomic_swap_b32 v0, v[1:2], v3486// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU487 488flat_atomic_swap_b64 v[1:2], v[2:3]489// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU490 491flat_atomic_xor_b32 v255, v[254:255], v255 offset:7 glc slc dlc492// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU493 494flat_atomic_xor_b64 v[1:2], v[2:3]495// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU496 497flat_load_b128 v[1:4], v[5:6]498// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU499 500flat_load_b32 v1, v[3:4]501// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU502 503flat_load_b64 v[1:2], v[3:4]504// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU505 506flat_load_b96 v[1:3], v[5:6]507// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU508 509flat_load_d16_b16 v1, v[3:4]510// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU511 512flat_load_d16_hi_b16 v1, v[3:4]513// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU514 515flat_load_d16_hi_i8 v1, v[3:4]516// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU517 518flat_load_d16_hi_u8 v1, v[3:4]519// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU520 521flat_load_d16_i8 v1, v[3:4]522// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU523 524flat_load_d16_u8 v1, v[3:4]525// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU526 527flat_load_i16 v1, v[3:4]528// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU529 530flat_load_i8 v1, v[3:4]531// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU532 533flat_load_u16 v1, v[3:4]534// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU535 536flat_load_u8 v1, v[3:4]537// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU538 539flat_store_b128 v[1:2], v[2:5]540// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU541 542flat_store_b16 v[1:2], v2543// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU544 545flat_store_b32 v[1:2], v2546// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU547 548flat_store_b64 v[1:2], v[2:3]549// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU550 551flat_store_b8 v[1:2], v2552// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU553 554flat_store_b96 v[1:2], v[2:4]555// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU556 557flat_store_d16_hi_b16 v[1:2], v2558// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU559 560flat_store_d16_hi_b8 v[1:2], v2561// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU562 563global_atomic_add_f32 v0, v2, s[0:1]564// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU565 566global_atomic_add_f64 v[0:1], v[0:1], v[2:3], off glc567// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU568 569global_atomic_add_u32 v1, v2, s[104:105]570// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU571 572global_atomic_add_u64 v1, v[2:3], s[104:105]573// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU574 575global_atomic_and_b32 v1, v2, s[104:105]576// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU577 578global_atomic_and_b64 v1, v[2:3], s[104:105]579// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU580 581global_atomic_cmpswap_b32 v0, v1, s[2:3], v3582// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU583 584global_atomic_cmpswap_b64 v1, v[2:5], s[104:105]585// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU586 587global_atomic_cmpswap_f32 v1, v[2:3], s[104:105]588// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU589 590global_atomic_csub v2, v0, v2, s[2:3] glc591// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU592 593global_atomic_csub_u32 v255, v255, v255, ttmp[14:15] offset:-4096 glc slc dlc594// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU595 596global_atomic_dec_u32 v1, v2, s[104:105]597// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU598 599global_atomic_dec_u64 v1, v[2:3], s[104:105]600// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU601 602global_atomic_inc_u32 v1, v2, s[104:105]603// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU604 605global_atomic_inc_u64 v1, v[2:3], s[104:105]606// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU607 608global_atomic_max_f32 v1, v2, s[104:105]609// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU610 611global_atomic_max_f64 v[0:1], v[0:1], v[2:3], off glc612// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU613 614global_atomic_max_i32 v1, v2, s[104:105]615// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU616 617global_atomic_max_i64 v1, v[2:3], s[104:105]618// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU619 620global_atomic_max_u32 v1, v2, s[104:105]621// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU622 623global_atomic_max_u64 v1, v[2:3], s[104:105]624// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU625 626global_atomic_min_f32 v1, v2, s[104:105]627// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU628 629global_atomic_min_f64 v[0:1], v[0:1], v[2:3], off glc630// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU631 632global_atomic_min_i32 v1, v2, s[104:105]633// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU634 635global_atomic_min_i64 v1, v[2:3], s[104:105]636// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU637 638global_atomic_min_u32 v1, v2, s[104:105]639// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU640 641global_atomic_min_u64 v1, v[2:3], s[104:105]642// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU643 644global_atomic_or_b32 v1, v2, s[104:105]645// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU646 647global_atomic_or_b64 v1, v[2:3], s[104:105]648// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU649 650global_atomic_pk_add_bf16 a4, v[2:3], a1, off sc0651// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU652 653global_atomic_pk_add_f16 v0, v[0:1], v2, off glc654// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU655 656global_atomic_sub_u32 v1, v2, s[104:105]657// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU658 659global_atomic_sub_u64 v1, v[2:3], s[104:105]660// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU661 662global_atomic_swap_b32 v0, v1, v3, s[2:3]663// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU664 665global_atomic_swap_b64 v1, v[2:3], s[104:105]666// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU667 668global_atomic_xor_b32 v1, v2, s[104:105]669// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU670 671global_atomic_xor_b64 v1, v[2:3], s[104:105]672// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU673 674global_load_addtid_b32 v1, off675// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU676 677global_load_b128 v[1:4], v5, s[2:3]678// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU679 680global_load_b32 v1, v3, exec_hi681// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU682 683global_load_b64 v[1:2], v3, s[2:3]684// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU685 686global_load_b96 v[1:3], v5, s[2:3]687// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU688 689global_load_d16_b16 v1, v3, s[2:3]690// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU691 692global_load_d16_hi_b16 v1, v3, s[2:3]693// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU694 695global_load_d16_hi_i8 v1, v3, s[2:3]696// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU697 698global_load_d16_hi_u8 v1, v3, s[2:3]699// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU700 701global_load_d16_i8 v1, v3, s[2:3]702// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU703 704global_load_d16_u8 v1, v3, s[2:3]705// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU706 707global_load_dword_addtid v1, off offset:16708// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU709 710global_load_i16 v1, v3, s[2:3]711// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU712 713global_load_i8 v1, v3, s[2:3]714// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU715 716global_load_lds_dword v2, s[4:5] offset:4717// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU718 719global_load_lds_sbyte v[2:3], off720// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU721 722global_load_lds_sshort v[2:3], off723// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU724 725global_load_lds_ubyte v[2:3], off726// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU727 728global_load_lds_ushort v[2:3], off729// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU730 731global_load_u16 v1, v3, s[2:3]732// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU733 734global_load_u8 v1, v3, s2735// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU736 737global_store_addtid_b32 v1, null offset:4095738// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU739 740global_store_b128 v1, v[2:5], s[104:105]741// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU742 743global_store_b16 v1, v2, s[104:105]744// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU745 746global_store_b32 v1, v2, s[104:105]747// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU748 749global_store_b64 v1, v[2:3], s[104:105]750// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU751 752global_store_b8 v1, v2, s[104:105]753// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU754 755global_store_b96 v1, v[2:4], s[104:105]756// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU757 758global_store_d16_hi_b16 v1, v2, s[104:105]759// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU760 761global_store_d16_hi_b8 v1, v2, s[104:105]762// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU763 764global_store_dword_addtid v1, off offset:16 glc slc dlc765// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU766 767image_bvh64_intersect_ray v[252:255], v[247:255], ttmp[12:15] a16768// GFX1010: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU769 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 GPU772 773image_msaa_load v14, [v204,v11,v14,v19], s[40:47] dmask:0x1 dim:SQ_RSRC_IMG_2D_MSAA_ARRAY774// GFX1010: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU775 776lds_direct_load v1 wait_vdst:15777// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU778 779lds_param_load v1, attr0.x wait_vdst:15780// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU781 782s_and_not0_saveexec_b32 null, 0xaf123456783// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU784 785s_and_not0_saveexec_b64 null, 0xaf123456786// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU787 788s_and_not0_wrexec_b32 null, 0xaf123456789// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU790 791s_and_not0_wrexec_b64 null, 0xaf123456792// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU793 794s_and_not1_b32 exec_hi, src_scc, vcc_lo795// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU796 797s_and_not1_b64 exec, src_scc, exec798// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU799 800s_and_not1_saveexec_b32 null, 0xaf123456801// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU802 803s_and_not1_saveexec_b64 null, 0xaf123456804// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU805 806s_and_not1_wrexec_b32 null, 0xaf123456807// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU808 809s_and_not1_wrexec_b64 null, 0xaf123456810// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU811 812s_buffer_load_b128 s[20:23], s[4:7], 0x0813// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU814 815s_buffer_load_b256 s[20:27], s[4:7], 0x0816// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU817 818s_buffer_load_b32 s101, s[4:7], s0819// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU820 821s_buffer_load_b512 s[20:35], s[4:7], 0x0822// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU823 824s_buffer_load_b64 s[100:101], s[4:7], s0825// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU826 827s_cbranch_g_fork -1, s[4:5]828// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU829 830s_cbranch_i_fork exec, 12609831// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU832 833s_cbranch_join 1834// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU835 836s_cls_i32 exec_hi, src_scc837// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU838 839s_cls_i32_i64 exec_hi, src_scc840// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU841 842s_clz_i32_u32 exec_hi, src_scc843// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU844 845s_clz_i32_u64 exec_hi, src_scc846// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU847 848s_ctz_i32_b32 exec_hi, src_scc849// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU850 851s_ctz_i32_b64 exec_hi, src_scc852// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU853 854s_dcache_inv_vol855// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU856 857s_dcache_wb_vol858// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU859 860s_delay_alu861// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU862 863s_load_b128 s[20:23], s[100:101], s0864// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU865 866s_load_b256 s[20:27], s[100:101], s0867// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU868 869s_load_b32 s101, s[2:3], s0870// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU871 872s_load_b512 s[20:35], s[100:101], s0873// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU874 875s_load_b64 s[100:101], s[2:3], s0876// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU877 878s_or_not0_saveexec_b32 null, 0xaf123456879// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU880 881s_or_not0_saveexec_b64 null, 0xaf123456882// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU883 884s_or_not1_b32 exec_hi, src_scc, vcc_lo885// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU886 887s_or_not1_b64 exec, src_scc, exec888// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU889 890s_or_not1_saveexec_b32 null, 0xaf123456891// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU892 893s_or_not1_saveexec_b64 null, 0xaf123456894// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU895 896s_pack_hl_b32_b16 exec_hi, src_scc, vcc_lo897// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU898 899s_rfe_restore_b64 -1, s2900// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU901 902s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_DDID)903// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU904 905s_sendmsg_rtn_b64 s[0:1], 0x0906// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU907 908s_set_gpr_idx_idx -1909// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU910 911s_set_gpr_idx_mode 0912// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU913 914s_set_gpr_idx_off915// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU916 917s_set_gpr_idx_on -1, 0x0918// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU919 920s_set_inst_prefetch_distance 0x3141921// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU922 923s_setvskip -1, s2924// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU925 926s_wait_event 0x3141927// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU928 929scratch_load_b128 v[1:4], v2, s1930// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU931 932scratch_load_b32 v1, off, off933// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU934 935scratch_load_b64 v[1:2], v2, s1936// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU937 938scratch_load_b96 v[1:3], v2, s1939// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU940 941scratch_load_d16_b16 v1, v2, s1942// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU943 944scratch_load_d16_hi_b16 v1, v2, s1945// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU946 947scratch_load_d16_hi_i8 v1, v2, s1948// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU949 950scratch_load_d16_hi_u8 v1, v2, s1951// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU952 953scratch_load_d16_i8 v1, v2, s1954// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU955 956scratch_load_d16_u8 v1, v2, s1957// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU958 959scratch_load_i16 v1, v2, s1960// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU961 962scratch_load_i8 v1, v2, s1963// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU964 965scratch_load_lds_dword off, off966// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU967 968scratch_load_lds_sbyte off, off969// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU970 971scratch_load_lds_sshort off, off972// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU973 974scratch_load_lds_ubyte off, off975// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU976 977scratch_load_lds_ushort off, off978// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU979 980scratch_load_u16 v1, v2, s1981// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU982 983scratch_load_u8 v1, v2, s1984// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU985 986scratch_store_b128 off, v[2:5], null987// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU988 989scratch_store_b16 off, v2, null990// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU991 992scratch_store_b32 off, v2, null993// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU994 995scratch_store_b64 off, v[2:3], null996// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU997 998scratch_store_b8 off, v2, null999// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1000 1001scratch_store_b96 off, v[2:4], null1002// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1003 1004scratch_store_d16_hi_b16 off, v2, null1005// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1006 1007scratch_store_d16_hi_b8 off, v2, null1008// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1009 1010tbuffer_load_d16_format_x v255, off, s[8:11], s3, format:1 offset:40951011// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1012 1013tbuffer_load_d16_format_xy v255, off, s[8:11], s3, format:6 offset:40951014// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1015 1016tbuffer_load_d16_format_xyz v[254:255], off, s[8:11], s3, format:11 offset:40951017// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1018 1019tbuffer_load_d16_format_xyzw v[254:255], off, s[8:11], s3, format:16 offset:40951020// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1021 1022tbuffer_store_d16_format_x v1, off, s[12:15], s4 offset:40951023// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1024 1025tbuffer_store_d16_format_xy v1, off, s[12:15], s4 offset:40951026// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1027 1028tbuffer_store_d16_format_xyz v[1:2], off, s[12:15], s4 offset:40951029// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1030 1031tbuffer_store_d16_format_xyzw v[1:2], off, s[12:15], s4 offset:40951032// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1033 1034v_accvgpr_mov_b32 a1, a21035// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1036 1037v_accvgpr_read_b32 a0, a01038// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1039 1040v_accvgpr_write_b32 a0, 651041// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1042 1043v_add_i16 v5, v1, v21044// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1045 1046v_add_i32 lds_direct, v0, v01047// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1048 1049v_add_i32_e32 v0, vcc, 0.5, v01050// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1051 1052v_add_i32_e64 v1, s[0:1], v2, v31053// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1054 1055v_add_u16 v0, src_shared_base, v01056// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1057 1058v_add_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x01059// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1060 1061v_add_u16_e32 v1, v2, v31062// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1063 1064v_add_u16_e64 v255, v1, v21065// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1066 1067v_add_u16_sdwa v0, scc, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD1068// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1069 1070v_add_u32 v0, execz, v01071// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1072 1073v_add_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x01074// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1075 1076v_add_u32_e32 v1, s1, v31077// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1078 1079v_add_u32_e64 v0, scc, v01080// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1081 1082v_add_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_21083// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1084 1085v_addc_co_u32 v0, vcc, shared_base, v0, vcc1086// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1087 1088v_addc_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x01089// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1090 1091v_addc_co_u32_e32 v3, vcc, 12345, v3, vcc1092// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1093 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 GPU1096 1097v_addc_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_21098// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1099 1100v_addc_u32 v0, vcc, exec_hi, v0, vcc1101// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1102 1103v_addc_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x01104// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1105 1106v_addc_u32_e32 v1, -1, v2, v3, s01107// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1108 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 GPU1111 1112v_addc_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_21113// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1114 1115v_and_b16 v5, v1, v21116// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1117 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 GPU1120 1121v_ashr_i32 v255, v1, v21122// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1123 1124v_ashr_i32_e32 v1, v2, v31125// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1126 1127v_ashr_i32_e64 v255, v1, v21128// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1129 1130v_ashr_i64 v[254:255], v[1:2], v21131// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1132 1133v_cls_i32 v255, 0xaf1234561134// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1135 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 GPU1138 1139v_cls_i32_e64 v5, v11140// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1141 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 GPU1144 1145v_clz_i32_u32 v255, 0xaf1234561146// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1147 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 GPU1150 1151v_clz_i32_u32_e64 v5, v11152// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1153 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 GPU1156 1157v_cmp_f_i16 vcc, -1, v21158// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1159 1160v_cmp_f_i16_e64 flat_scratch, v1, v21161// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1162 1163v_cmp_f_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD1164// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1165 1166v_cmp_f_u16 vcc, -1, v21167// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1168 1169v_cmp_f_u16_e64 flat_scratch, v1, v21170// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1171 1172v_cmp_f_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD1173// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1174 1175v_cmp_t_f16 vcc, -1, v21176// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1177 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 GPU1180 1181v_cmp_t_f16_e32 vcc, v1, v2551182// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1183 1184v_cmp_t_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp1185// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1186 1187v_cmp_t_f16_e64_dpp null, -|v255|, -|v255| clamp dpp8:[0,0,0,0,0,0,0,0] fi:01188// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1189 1190v_cmp_t_f32 vcc, -1, v21191// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1192 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 GPU1195 1196v_cmp_t_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp1197// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1198 1199v_cmp_t_f32_e64_dpp null, -|v255|, -|v255| clamp dpp8:[0,0,0,0,0,0,0,0] fi:01200// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1201 1202v_cmp_t_f64 vcc, -1, v[2:3]1203// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1204 1205v_cmp_t_f64_e64 null, 0xaf123456, -|vcc| clamp1206// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1207 1208v_cmp_t_i16 vcc, -1, v21209// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1210 1211v_cmp_t_i16_e64 flat_scratch, v1, v21212// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1213 1214v_cmp_t_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD1215// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1216 1217v_cmp_t_u16 vcc, -1, v21218// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1219 1220v_cmp_t_u16_e64 flat_scratch, v1, v21221// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1222 1223v_cmp_t_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD1224// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1225 1226v_cmps_eq_f32 vcc, -1, v21227// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1228 1229v_cmps_eq_f32_e64 flat_scratch, v1, v21230// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1231 1232v_cmps_eq_f64 vcc, -1, v[2:3]1233// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1234 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 GPU1237 1238v_cmps_f_f32 vcc, -1, v21239// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1240 1241v_cmps_f_f32_e64 flat_scratch, v1, v21242// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1243 1244v_cmps_f_f64 vcc, -1, v[2:3]1245// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1246 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 GPU1249 1250v_cmps_ge_f32 vcc, -1, v21251// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1252 1253v_cmps_ge_f32_e64 flat_scratch, v1, v21254// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1255 1256v_cmps_ge_f64 vcc, -1, v[2:3]1257// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1258 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 GPU1261 1262v_cmps_gt_f32 vcc, -1, v21263// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1264 1265v_cmps_gt_f32_e64 flat_scratch, v1, v21266// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1267 1268v_cmps_gt_f64 vcc, -1, v[2:3]1269// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1270 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 GPU1273 1274v_cmps_le_f32 vcc, -1, v21275// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1276 1277v_cmps_le_f32_e64 flat_scratch, v1, v21278// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1279 1280v_cmps_le_f64 vcc, -1, v[2:3]1281// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1282 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 GPU1285 1286v_cmps_lg_f32 vcc, -1, v21287// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1288 1289v_cmps_lg_f32_e64 flat_scratch, v1, v21290// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1291 1292v_cmps_lg_f64 vcc, -1, v[2:3]1293// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1294 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 GPU1297 1298v_cmps_lt_f32 vcc, -1, v21299// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1300 1301v_cmps_lt_f32_e64 flat_scratch, v1, v21302// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1303 1304v_cmps_lt_f64 vcc, -1, v[2:3]1305// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1306 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 GPU1309 1310v_cmps_neq_f32 vcc, -1, v21311// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1312 1313v_cmps_neq_f32_e64 flat_scratch, v1, v21314// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1315 1316v_cmps_neq_f64 vcc, -1, v[2:3]1317// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1318 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 GPU1321 1322v_cmps_nge_f32 vcc, -1, v21323// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1324 1325v_cmps_nge_f32_e64 flat_scratch, v1, v21326// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1327 1328v_cmps_nge_f64 vcc, -1, v[2:3]1329// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1330 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 GPU1333 1334v_cmps_ngt_f32 vcc, -1, v21335// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1336 1337v_cmps_ngt_f32_e64 flat_scratch, v1, v21338// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1339 1340v_cmps_ngt_f64 vcc, -1, v[2:3]1341// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1342 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 GPU1345 1346v_cmps_nle_f32 vcc, -1, v21347// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1348 1349v_cmps_nle_f32_e64 flat_scratch, v1, v21350// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1351 1352v_cmps_nle_f64 vcc, -1, v[2:3]1353// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1354 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 GPU1357 1358v_cmps_nlg_f32 vcc, -1, v21359// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1360 1361v_cmps_nlg_f32_e64 flat_scratch, v1, v21362// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1363 1364v_cmps_nlg_f64 vcc, -1, v[2:3]1365// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1366 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 GPU1369 1370v_cmps_nlt_f32 vcc, -1, v21371// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1372 1373v_cmps_nlt_f32_e64 flat_scratch, v1, v21374// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1375 1376v_cmps_nlt_f64 vcc, -1, v[2:3]1377// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1378 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 GPU1381 1382v_cmps_o_f32 vcc, -1, v21383// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1384 1385v_cmps_o_f32_e64 flat_scratch, v1, v21386// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1387 1388v_cmps_o_f64 vcc, -1, v[2:3]1389// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1390 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 GPU1393 1394v_cmps_tru_f32 vcc, -1, v21395// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1396 1397v_cmps_tru_f32_e64 flat_scratch, v1, v21398// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1399 1400v_cmps_tru_f64 vcc, -1, v[2:3]1401// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1402 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 GPU1405 1406v_cmps_u_f32 vcc, -1, v21407// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1408 1409v_cmps_u_f32_e64 flat_scratch, v1, v21410// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1411 1412v_cmps_u_f64 vcc, -1, v[2:3]1413// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1414 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 GPU1417 1418v_cmpsx_eq_f32 vcc, -1, v21419// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1420 1421v_cmpsx_eq_f32_e64 flat_scratch, v1, v21422// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1423 1424v_cmpsx_eq_f64 vcc, -1, v[2:3]1425// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1426 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 GPU1429 1430v_cmpsx_f_f32 vcc, -1, v21431// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1432 1433v_cmpsx_f_f32_e64 flat_scratch, v1, v21434// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1435 1436v_cmpsx_f_f64 vcc, -1, v[2:3]1437// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1438 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 GPU1441 1442v_cmpsx_ge_f32 vcc, -1, v21443// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1444 1445v_cmpsx_ge_f32_e64 flat_scratch, v1, v21446// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1447 1448v_cmpsx_ge_f64 vcc, -1, v[2:3]1449// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1450 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 GPU1453 1454v_cmpsx_gt_f32 vcc, -1, v21455// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1456 1457v_cmpsx_gt_f32_e64 flat_scratch, v1, v21458// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1459 1460v_cmpsx_gt_f64 vcc, -1, v[2:3]1461// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1462 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 GPU1465 1466v_cmpsx_le_f32 vcc, -1, v21467// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1468 1469v_cmpsx_le_f32_e64 flat_scratch, v1, v21470// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1471 1472v_cmpsx_le_f64 vcc, -1, v[2:3]1473// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1474 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 GPU1477 1478v_cmpsx_lg_f32 vcc, -1, v21479// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1480 1481v_cmpsx_lg_f32_e64 flat_scratch, v1, v21482// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1483 1484v_cmpsx_lg_f64 vcc, -1, v[2:3]1485// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1486 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 GPU1489 1490v_cmpsx_lt_f32 vcc, -1, v21491// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1492 1493v_cmpsx_lt_f32_e64 flat_scratch, v1, v21494// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1495 1496v_cmpsx_lt_f64 vcc, -1, v[2:3]1497// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1498 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 GPU1501 1502v_cmpsx_neq_f32 vcc, -1, v21503// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1504 1505v_cmpsx_neq_f32_e64 flat_scratch, v1, v21506// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1507 1508v_cmpsx_neq_f64 vcc, -1, v[2:3]1509// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1510 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 GPU1513 1514v_cmpsx_nge_f32 vcc, -1, v21515// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1516 1517v_cmpsx_nge_f32_e64 flat_scratch, v1, v21518// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1519 1520v_cmpsx_nge_f64 vcc, -1, v[2:3]1521// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1522 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 GPU1525 1526v_cmpsx_ngt_f32 vcc, -1, v21527// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1528 1529v_cmpsx_ngt_f32_e64 flat_scratch, v1, v21530// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1531 1532v_cmpsx_ngt_f64 vcc, -1, v[2:3]1533// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1534 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 GPU1537 1538v_cmpsx_nle_f32 vcc, -1, v21539// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1540 1541v_cmpsx_nle_f32_e64 flat_scratch, v1, v21542// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1543 1544v_cmpsx_nle_f64 vcc, -1, v[2:3]1545// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1546 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 GPU1549 1550v_cmpsx_nlg_f32 vcc, -1, v21551// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1552 1553v_cmpsx_nlg_f32_e64 flat_scratch, v1, v21554// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1555 1556v_cmpsx_nlg_f64 vcc, -1, v[2:3]1557// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1558 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 GPU1561 1562v_cmpsx_nlt_f32 vcc, -1, v21563// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1564 1565v_cmpsx_nlt_f32_e64 flat_scratch, v1, v21566// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1567 1568v_cmpsx_nlt_f64 vcc, -1, v[2:3]1569// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1570 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 GPU1573 1574v_cmpsx_o_f32 vcc, -1, v21575// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1576 1577v_cmpsx_o_f32_e64 flat_scratch, v1, v21578// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1579 1580v_cmpsx_o_f64 vcc, -1, v[2:3]1581// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1582 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 GPU1585 1586v_cmpsx_tru_f32 vcc, -1, v21587// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1588 1589v_cmpsx_tru_f32_e64 flat_scratch, v1, v21590// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1591 1592v_cmpsx_tru_f64 vcc, -1, v[2:3]1593// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1594 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 GPU1597 1598v_cmpsx_u_f32 vcc, -1, v21599// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1600 1601v_cmpsx_u_f32_e64 flat_scratch, v1, v21602// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1603 1604v_cmpsx_u_f64 vcc, -1, v[2:3]1605// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1606 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 GPU1609 1610v_cmpx_f_i16 vcc, -1, v21611// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1612 1613v_cmpx_f_i16_e64 exec, v1, v21614// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1615 1616v_cmpx_f_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD1617// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1618 1619v_cmpx_f_u16 vcc, -1, v21620// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1621 1622v_cmpx_f_u16_e64 exec, v1, v21623// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1624 1625v_cmpx_f_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD1626// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1627 1628v_cmpx_t_f16 -1, v21629// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1630 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 GPU1633 1634v_cmpx_t_f16_e32 v1, v2551635// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1636 1637v_cmpx_t_f16_e64 -1, exec_hi1638// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1639 1640v_cmpx_t_f16_e64_dpp -v1, |v2| dpp8:[7,6,5,4,3,2,1,0] fi:11641// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1642 1643v_cmpx_t_f32 -1, v21644// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1645 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 GPU1648 1649v_cmpx_t_f32_e64 -1, exec_hi1650// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1651 1652v_cmpx_t_f32_e64_dpp -v1, |v2| dpp8:[7,6,5,4,3,2,1,0] fi:11653// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1654 1655v_cmpx_t_f64 -1, v[2:3]1656// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1657 1658v_cmpx_t_f64_e64 -1, -11659// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1660 1661v_cmpx_t_i16 vcc, -1, v21662// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1663 1664v_cmpx_t_i16_e64 exec, v1, v21665// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1666 1667v_cmpx_t_i16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD1668// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1669 1670v_cmpx_t_u16 vcc, -1, v21671// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1672 1673v_cmpx_t_u16_e64 exec, v1, v21674// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1675 1676v_cmpx_t_u16_sdwa flat_scratch, v1, v2 src0_sel:DWORD src1_sel:DWORD1677// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1678 1679v_cndmask_b16 v5, v1, v2, s31680// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1681 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 GPU1684 1685v_ctz_i32_b32 v255, 0xaf1234561686// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1687 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 GPU1690 1691v_ctz_i32_b32_e64 v5, v11692// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1693 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 GPU1696 1697v_cvt_f32_bf8 v1, 31698// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1699 1700v_cvt_f32_bf8_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf1701// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1702 1703v_cvt_f32_bf8_e64 v5, v11704// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1705 1706v_cvt_f32_bf8_sdwa v5, v1 src0_sel:BYTE_01707// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1708 1709v_cvt_f32_fp8 v1, 31710// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1711 1712v_cvt_f32_fp8_dpp v5, v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf1713// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1714 1715v_cvt_f32_fp8_e64 v5, v11716// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1717 1718v_cvt_f32_fp8_sdwa v5, v1 src0_sel:BYTE_01719// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1720 1721v_cvt_floor_i32_f32 v255, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11722// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1723 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 GPU1726 1727v_cvt_floor_i32_f32_e64 v5, v11728// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1729 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 GPU1732 1733v_cvt_i32_i16 v255, 0xfe0b1734// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1735 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 GPU1738 1739v_cvt_i32_i16_e32 v5, v1991740// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1741 1742v_cvt_i32_i16_e64 v5, v11743// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1744 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 GPU1747 1748v_cvt_nearest_i32_f32 v255, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11749// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1750 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 GPU1753 1754v_cvt_nearest_i32_f32_e64 v5, v11755// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1756 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 GPU1759 1760v_cvt_pk_bf8_f32 v1, -v2, |v3|1761// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1762 1763v_cvt_pk_f32_bf8 v[0:1], v3 quad_perm:[0,2,1,1] row_mask:0xf bank_mask:0xf1764// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1765 1766v_cvt_pk_f32_bf8_dpp v[10:11], v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf1767// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1768 1769v_cvt_pk_f32_bf8_sdwa v[10:11], v1 src0_sel:WORD_01770// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1771 1772v_cvt_pk_f32_fp8 v[0:1], v3 quad_perm:[0,2,1,1] row_mask:0xf bank_mask:0xf1773// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1774 1775v_cvt_pk_f32_fp8_dpp v[10:11], v1 quad_perm:[0,1,2,3] row_mask:0xf bank_mask:0xf1776// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1777 1778v_cvt_pk_f32_fp8_sdwa v[10:11], v1 src0_sel:WORD_01779// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1780 1781v_cvt_pk_fp8_f32 v1, -v2, |v3|1782// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1783 1784v_cvt_pk_i16_f32 v5, v1, v21785// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1786 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 GPU1789 1790v_cvt_pk_norm_i16_f16 v5, v1, v21791// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1792 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 GPU1795 1796v_cvt_pk_norm_u16_f16 v5, v1, v21797// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1798 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 GPU1801 1802v_cvt_pk_rtz_f16_f32 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11803// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1804 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 GPU1807 1808v_cvt_pk_rtz_f16_f32_e64 v5, v1, v21809// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1810 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 GPU1813 1814v_cvt_pk_u16_f32 v5, v1, v21815// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1816 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 GPU1819 1820v_cvt_pkaccum_u8_f32 v1, v2, v31821// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1822 1823v_cvt_pkaccum_u8_f32_e64 v255, v1, v21824// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1825 1826v_cvt_sr_bf8_f32 v1, -|s2|, v31827// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1828 1829v_cvt_sr_fp8_f32 v1, -|s2|, v31830// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1831 1832v_cvt_u32_u16 v255, 0xfe0b1833// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1834 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 GPU1837 1838v_cvt_u32_u16_e32 v5, v1991839// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1840 1841v_cvt_u32_u16_e64 v5, v11842// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1843 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 GPU1846 1847v_div_fixup_legacy_f16 v5, v1, v2, v31848// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1849 1850v_dot2_bf16_bf16 v5, v1, v2, v31851// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1852 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 GPU1855 1856v_dot2_f16_f16 v5, v1, v2, v31857// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1858 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 GPU1861 1862v_dot2_f32_bf16 v0, v1, v2, v31863// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1864 1865v_dot2_f32_f16 v0, -v1, -v2, -v31866// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1867 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 GPU1870 1871v_dot2_i32_i16 v0, -v1, -v2, -v31872// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1873 1874v_dot2_u32_u16 v0, -v1, -v2, -v31875// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1876 1877v_dot2acc_f32_f16 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:11878// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1879 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 GPU1882 1883v_dot2c_f32_f16 v0, v1, v21884// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1885 1886v_dot2c_f32_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x01887// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1888 1889v_dot2c_f32_f16_e32 v255, v1, v21890// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1891 1892v_dot2c_f32_f16_e64 v0, v1, v21893// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1894 1895v_dot2c_i32_i16 v0, v1, v21896// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1897 1898v_dot2c_i32_i16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x01899// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1900 1901v_dot2c_i32_i16_e64 v0, v1, v21902// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1903 1904v_dot4_i32_i8 v0, v1, v2, v31905// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1906 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 GPU1909 1910v_dot4_u32_u8 v0, v1, v2, v31911// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1912 1913v_dot4c_i32_i8 v0, v1, v21914// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1915 1916v_dot4c_i32_i8_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x01917// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1918 1919v_dot4c_i32_i8_e32 v255, v1, v21920// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1921 1922v_dot4c_i32_i8_e64 v0, v1, v21923// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1924 1925v_dot8_i32_i4 v0, v1, v2, v31926// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1927 1928v_dot8_i32_iu4 v255, 0xaf123456, vcc_hi, null neg_lo:[0,0,0] clamp1929// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1930 1931v_dot8_u32_u4 v0, v1, v2, v31932// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1933 1934v_dot8c_i32_i4 v0, v1, v21935// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1936 1937v_dot8c_i32_i4_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x01938// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1939 1940v_dot8c_i32_i4_e64 v0, v1, v21941// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1942 1943v_dual_add_f32 v255, s105, v2 :: v_dual_cndmask_b32 v6, s105, v31944// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1945 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 GPU1948 1949v_dual_add_f32 v6, 0xfe0b, v5 :: v_dual_dot2acc_f32_f16 v255, 0xfe0b, v41950// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1951 1952v_dual_add_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v51953// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1954 1955v_dual_add_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v51956// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1957 1958v_dual_add_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v51959// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1960 1961v_dual_add_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v51962// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1963 1964v_dual_add_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v2551965// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1966 1967v_dual_add_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v51968// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1969 1970v_dual_add_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v51971// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1972 1973v_dual_add_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v51974// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1975 1976v_dual_add_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc1977// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1978 1979v_dual_add_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v51980// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1981 1982v_dual_add_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v51983// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1984 1985v_dual_add_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v51986// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1987 1988v_dual_add_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v51989// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1990 1991v_dual_cndmask_b32 v255, 0xbabe, v2 :: v_dual_cndmask_b32 v6, 0xbabe, v31992// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1993 1994v_dual_cndmask_b32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v51995// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1996 1997v_dual_cndmask_b32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v51998// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU1999 2000v_dual_cndmask_b32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52001// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2002 2003v_dual_cndmask_b32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52004// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2005 2006v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmaak_f32 v6, 0.5, v5, 0xaf1234562007// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2008 2009v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52010// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2011 2012v_dual_cndmask_b32 v255, -1, v4 :: v_dual_fmamk_f32 v6, 0.5, 0xaf123456, v2552013// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2014 2015v_dual_cndmask_b32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52016// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2017 2018v_dual_cndmask_b32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52019// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2020 2021v_dual_cndmask_b32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52022// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2023 2024v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2025// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2026 2027v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52028// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2029 2030v_dual_cndmask_b32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v52031// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2032 2033v_dual_cndmask_b32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52034// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2035 2036v_dual_cndmask_b32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52037// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2038 2039v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v52040// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2041 2042v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v52043// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2044 2045v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52046// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2047 2048v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v52049// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2050 2051v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52052// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2053 2054v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562055// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2056 2057v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52058// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2059 2060v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v42061// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2062 2063v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52064// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2065 2066v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52067// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2068 2069v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52070// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2071 2072v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2073// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2074 2075v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52076// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2077 2078v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v52079// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2080 2081v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52082// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2083 2084v_dual_dot2acc_f32_f16 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52085// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2086 2087v_dual_fmaak_f32 v122, s74, v161, 2.741 :: v_dual_and_b32 v247, s74, v982088// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2089 2090v_dual_fmaak_f32 v122, s74, v161, 2.741 :: v_dual_fmamk_f32 v3, s74, 2.741, v12091// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2092 2093v_dual_fmaak_f32 v122, v0, v161, 2.741 :: v_dual_cndmask_b32 v1, 2.741, v32094// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2095 2096v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_add_f32 v6, src_scc, v52097// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2098 2099v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_add_nc_u32 v6, src_scc, v52100// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2101 2102v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_dot2acc_f32_f16 v6, 0.5, v52103// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2104 2105v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562106// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2107 2108v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_fmac_f32 v6, src_scc, v52109// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2110 2111v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_lshlrev_b32 v6, src_scc, v52112// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2113 2114v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_max_f32 v6, src_scc, v52115// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2116 2117v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_min_f32 v6, src_scc, v52118// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2119 2120v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mov_b32 v6, src_scc2121// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2122 2123v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52124// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2125 2126v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_mul_f32 v6, src_scc, v52127// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2128 2129v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_sub_f32 v6, src_scc, v52130// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2131 2132v_dual_fmaak_f32 v255, -1, v4, 0xaf123456 :: v_dual_subrev_f32 v6, src_scc, v52133// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2134 2135v_dual_fmac_f32 v6, v1, v2 :: v_dual_fmamk_f32 v7, v2, 0xaf123456, v72136// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2137 2138v_dual_fmac_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v52139// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2140 2141v_dual_fmac_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v52142// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2143 2144v_dual_fmac_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52145// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2146 2147v_dual_fmac_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v52148// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2149 2150v_dual_fmac_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52151// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2152 2153v_dual_fmac_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562154// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2155 2156v_dual_fmac_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52157// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2158 2159v_dual_fmac_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52160// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2161 2162v_dual_fmac_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52163// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2164 2165v_dual_fmac_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52166// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2167 2168v_dual_fmac_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2169// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2170 2171v_dual_fmac_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52172// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2173 2174v_dual_fmac_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v52175// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2176 2177v_dual_fmac_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52178// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2179 2180v_dual_fmac_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52181// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2182 2183v_dual_fmamk_f32 v122, 0xdeadbeef, 0xdeadbeef, v161 :: v_dual_fmamk_f32 v123, 0xdeadbeef, 0xdeadbeef, v1622184// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2185 2186v_dual_fmamk_f32 v122, v74, 0xa0172923, v161 :: v_dual_lshlrev_b32 v247, 0xa0172923, v992187// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2188 2189v_dual_fmamk_f32 v122, v74, 0xfe0b, v162 :: v_dual_dot2acc_f32_f16 v247, 0xfe0b, v992190// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2191 2192v_dual_fmamk_f32 v5, v1, 0xaf123456, v5 :: v_dual_fmac_f32 v6, v2, v32193// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2194 2195v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_add_f32 v6, src_scc, v42196// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2197 2198v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_add_nc_u32 v6, src_scc, v42199// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2200 2201v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_and_b32 v6, src_scc, v42202// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2203 2204v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_cndmask_b32 v6, 0.5, v42205// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2206 2207v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_fmaak_f32 v6, src_scc, v4, 0xaf1234562208// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2209 2210v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_max_f32 v6, src_scc, v42211// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2212 2213v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_min_f32 v6, src_scc, v42214// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2215 2216v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mov_b32 v6, src_scc2217// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2218 2219v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v42220// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2221 2222v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_mul_f32 v6, src_scc, v42223// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2224 2225v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_sub_f32 v6, src_scc, v42226// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2227 2228v_dual_fmamk_f32 v255, -1, 0xaf123456, v255 :: v_dual_subrev_f32 v6, src_scc, v42229// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2230 2231v_dual_max_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v52232// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2233 2234v_dual_max_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v52235// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2236 2237v_dual_max_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52238// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2239 2240v_dual_max_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v52241// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2242 2243v_dual_max_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52244// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2245 2246v_dual_max_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562247// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2248 2249v_dual_max_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52250// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2251 2252v_dual_max_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v2552253// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2254 2255v_dual_max_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52256// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2257 2258v_dual_max_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52259// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2260 2261v_dual_max_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52262// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2263 2264v_dual_max_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2265// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2266 2267v_dual_max_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52268// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2269 2270v_dual_max_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v52271// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2272 2273v_dual_max_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52274// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2275 2276v_dual_max_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52277// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2278 2279v_dual_min_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v52280// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2281 2282v_dual_min_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v52283// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2284 2285v_dual_min_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52286// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2287 2288v_dual_min_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v52289// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2290 2291v_dual_min_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52292// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2293 2294v_dual_min_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562295// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2296 2297v_dual_min_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52298// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2299 2300v_dual_min_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v2552301// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2302 2303v_dual_min_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52304// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2305 2306v_dual_min_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52307// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2308 2309v_dual_min_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52310// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2311 2312v_dual_min_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2313// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2314 2315v_dual_min_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52316// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2317 2318v_dual_min_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v52319// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2320 2321v_dual_min_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52322// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2323 2324v_dual_min_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52325// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2326 2327v_dual_mov_b32 v247, v160 :: v_dual_fmaak_f32 v122, s74, v161, 2.7412328// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2329 2330v_dual_mov_b32 v255, -1 :: v_dual_add_f32 v6, src_scc, v42331// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2332 2333v_dual_mov_b32 v255, -1 :: v_dual_add_nc_u32 v6, src_scc, v42334// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2335 2336v_dual_mov_b32 v255, -1 :: v_dual_and_b32 v6, src_scc, v42337// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2338 2339v_dual_mov_b32 v255, -1 :: v_dual_cndmask_b32 v6, src_scc, v42340// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2341 2342v_dual_mov_b32 v255, -1 :: v_dual_dot2acc_f32_f16 v6, src_scc, v42343// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2344 2345v_dual_mov_b32 v255, -1 :: v_dual_fmac_f32 v6, src_scc, v42346// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2347 2348v_dual_mov_b32 v255, -1 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v2552349// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2350 2351v_dual_mov_b32 v255, -1 :: v_dual_lshlrev_b32 v6, src_scc, v42352// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2353 2354v_dual_mov_b32 v255, -1 :: v_dual_max_f32 v6, src_scc, v42355// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2356 2357v_dual_mov_b32 v255, -1 :: v_dual_min_f32 v6, src_scc, v42358// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2359 2360v_dual_mov_b32 v255, -1 :: v_dual_mov_b32 v6, src_scc2361// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2362 2363v_dual_mov_b32 v255, -1 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v42364// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2365 2366v_dual_mov_b32 v255, -1 :: v_dual_mul_f32 v6, src_scc, v42367// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2368 2369v_dual_mov_b32 v255, -1 :: v_dual_sub_f32 v6, src_scc, v42370// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2371 2372v_dual_mov_b32 v255, -1 :: v_dual_subrev_f32 v6, src_scc, v42373// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2374 2375v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v52376// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2377 2378v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v52379// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2380 2381v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52382// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2383 2384v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v52385// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2386 2387v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52388// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2389 2390v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562391// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2392 2393v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52394// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2395 2396v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v2552397// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2398 2399v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52400// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2401 2402v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52403// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2404 2405v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52406// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2407 2408v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2409// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2410 2411v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52412// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2413 2414v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v52415// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2416 2417v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52418// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2419 2420v_dual_mul_dx9_zero_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52421// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2422 2423v_dual_mul_f32 v0, s1, v2 :: v_dual_mul_f32 v3, s4, v52424// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2425 2426v_dual_mul_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v52427// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2428 2429v_dual_mul_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v52430// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2431 2432v_dual_mul_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52433// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2434 2435v_dual_mul_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v52436// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2437 2438v_dual_mul_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52439// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2440 2441v_dual_mul_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562442// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2443 2444v_dual_mul_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52445// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2446 2447v_dual_mul_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v2552448// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2449 2450v_dual_mul_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52451// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2452 2453v_dual_mul_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52454// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2455 2456v_dual_mul_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52457// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2458 2459v_dual_mul_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2460// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2461 2462v_dual_mul_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52463// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2464 2465v_dual_mul_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52466// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2467 2468v_dual_mul_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52469// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2470 2471v_dual_sub_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v52472// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2473 2474v_dual_sub_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v52475// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2476 2477v_dual_sub_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52478// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2479 2480v_dual_sub_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v52481// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2482 2483v_dual_sub_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52484// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2485 2486v_dual_sub_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562487// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2488 2489v_dual_sub_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52490// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2491 2492v_dual_sub_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v2552493// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2494 2495v_dual_sub_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52496// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2497 2498v_dual_sub_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52499// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2500 2501v_dual_sub_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52502// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2503 2504v_dual_sub_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2505// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2506 2507v_dual_sub_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52508// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2509 2510v_dual_sub_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v52511// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2512 2513v_dual_sub_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52514// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2515 2516v_dual_sub_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52517// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2518 2519v_dual_subrev_f32 v255, -1, v4 :: v_dual_add_f32 v6, src_scc, v52520// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2521 2522v_dual_subrev_f32 v255, -1, v4 :: v_dual_add_nc_u32 v6, src_scc, v52523// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2524 2525v_dual_subrev_f32 v255, -1, v4 :: v_dual_and_b32 v6, src_scc, v52526// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2527 2528v_dual_subrev_f32 v255, -1, v4 :: v_dual_cndmask_b32 v6, src_scc, v52529// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2530 2531v_dual_subrev_f32 v255, -1, v4 :: v_dual_dot2acc_f32_f16 v6, src_scc, v52532// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2533 2534v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmaak_f32 v6, src_scc, v5, 0xaf1234562535// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2536 2537v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmac_f32 v6, src_scc, v52538// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2539 2540v_dual_subrev_f32 v255, -1, v4 :: v_dual_fmamk_f32 v6, src_scc, 0xaf123456, v2552541// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2542 2543v_dual_subrev_f32 v255, -1, v4 :: v_dual_lshlrev_b32 v6, src_scc, v52544// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2545 2546v_dual_subrev_f32 v255, -1, v4 :: v_dual_max_f32 v6, src_scc, v52547// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2548 2549v_dual_subrev_f32 v255, -1, v4 :: v_dual_min_f32 v6, src_scc, v52550// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2551 2552v_dual_subrev_f32 v255, -1, v4 :: v_dual_mov_b32 v6, src_scc2553// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2554 2555v_dual_subrev_f32 v255, -1, v4 :: v_dual_mul_dx9_zero_f32 v6, src_scc, v52556// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2557 2558v_dual_subrev_f32 v255, -1, v4 :: v_dual_mul_f32 v6, src_scc, v52559// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2560 2561v_dual_subrev_f32 v255, -1, v4 :: v_dual_sub_f32 v6, src_scc, v52562// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2563 2564v_dual_subrev_f32 v255, -1, v4 :: v_dual_subrev_f32 v6, src_scc, v52565// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2566 2567v_exp_legacy_f32 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_12568// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2569 2570v_exp_legacy_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x02571// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2572 2573v_exp_legacy_f32_e64 v255, v12574// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2575 2576v_exp_legacy_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD2577// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2578 2579v_fma_dx9_zero_f32 v5, v1, v2, v32580// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2581 2582v_fma_legacy_f16 v5, v1, v2, v32583// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2584 2585v_fma_legacy_f32 v0, s1, 2.0, -v32586// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2587 2588v_fmac_dx9_zero_f32 v255, 0xaf123456, v2552589// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2590 2591v_fmac_dx9_zero_f32_e64 v5, v1, v22592// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2593 2594v_fmac_f64 v[0:1], v[2:3], v[4:5] row_newbcast:22595// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2596 2597v_fmac_f64_dpp v[10:11], v[2:3], v[4:5] row_newbcast:1 row_mask:0xf bank_mask:0xf2598// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2599 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 GPU2602 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 GPU2605 2606v_fmac_legacy_f32 v0, s1, 2.02607// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2608 2609v_fmac_legacy_f32_e64 v5, v1, v22610// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2611 2612v_interp_p10_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:52613// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2614 2615v_interp_p10_f32 v0, -v1, v2, v32616// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2617 2618v_interp_p10_rtz_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:52619// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2620 2621v_interp_p2_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:52622// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2623 2624v_interp_p2_legacy_f16 v5, v1, attr0.x, v32625// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2626 2627v_interp_p2_rtz_f16_f32 v0, -v1, -v2, -v3 clamp op_sel:[1,0,0,1] wait_exp:52628// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2629 2630v_log_clamp_f32 v1, 0.52631// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2632 2633v_log_clamp_f32_e64 v255, v12634// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2635 2636v_log_legacy_f32 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_12637// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2638 2639v_log_legacy_f32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x02640// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2641 2642v_log_legacy_f32_e64 v255, v12643// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2644 2645v_log_legacy_f32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD2646// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2647 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 GPU2650 2651v_lshl_b32 v255, v1, v22652// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2653 2654v_lshl_b32_e32 v1, v2, v32655// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2656 2657v_lshl_b32_e64 v255, v1, v22658// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2659 2660v_lshl_b64 v[254:255], v[1:2], v22661// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2662 2663v_lshr_b32 v255, v1, v22664// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2665 2666v_lshr_b32_e32 v1, v2, v32667// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2668 2669v_lshr_b32_e64 v255, v1, v22670// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2671 2672v_lshr_b64 v[254:255], v[1:2], v22673// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2674 2675v_mac_f16 v1, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_22676// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2677 2678v_mac_f16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x02679// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2680 2681v_mac_f16_e32 v1, v2, v32682// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2683 2684v_mac_f16_e64 v255, v1, v22685// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2686 2687v_mac_f16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD2688// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2689 2690v_mad_f16 v5, v1, v2, v32691// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2692 2693v_mad_legacy_f16 v5, v1, v2, v32694// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2695 2696v_mad_legacy_i16 v5, v1, v2, v32697// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2698 2699v_mad_legacy_u16 v5, v1, v2, v32700// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2701 2702v_mad_mix_f32 v0, -abs(v1), v2, v32703// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2704 2705v_mad_mixhi_f16 v0, -v1, abs(v2), -abs(v3)2706// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2707 2708v_mad_mixlo_f16 v0, abs(v1), -v2, abs(v3)2709// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2710 2711v_madak_f16 v0, 0xff32, v0, 0x11222712// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2713 2714v_madmk_f16 v0, 0xff32, 0x1122, v02715// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2716 2717v_max_legacy_f32 v1, v2, v32718// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2719 2720v_max_legacy_f32_e64 v255, v1, v22721// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2722 2723v_maxmin_f16 v5, v1, v2, v32724// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2725 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 GPU2728 2729v_maxmin_f32 v5, v1, v2, v32730// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2731 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 GPU2734 2735v_maxmin_i32 v5, v1, v2, v32736// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2737 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 GPU2740 2741v_maxmin_u32 v5, v1, v2, v32742// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2743 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 GPU2746 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 GPU2749 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 GPU2752 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 GPU2755 2756v_mfma_f32_16x16x16bf16_1k a[0:3], a[0:1], a[2:3], -2.02757// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2758 2759v_mfma_f32_16x16x16f16 a[0:3], a[0:1], a[1:2], -2.02760// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2761 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 GPU2764 2765v_mfma_f32_16x16x1f32 a[0:15], a0, a1, -2.02766// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2767 2768v_mfma_f32_16x16x2bf16 a[0:15], a0, a1, -2.02769// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2770 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 GPU2773 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 GPU2776 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 GPU2779 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 GPU2782 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 GPU2785 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 GPU2788 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 GPU2791 2792v_mfma_f32_16x16x4bf16 a[0:15], v[2:3], v[4:5], a[18:33] blgp:52793// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2794 2795v_mfma_f32_16x16x4bf16_1k a[0:15], a[0:1], a[2:3], -2.02796// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2797 2798v_mfma_f32_16x16x4f16 a[0:15], a[0:1], a[1:2], -2.02799// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2800 2801v_mfma_f32_16x16x4f32 a[0:3], a0, a1, -2.02802// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2803 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 GPU2806 2807v_mfma_f32_16x16x8bf16 a[0:3], a0, a1, -2.02808// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2809 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 GPU2812 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 GPU2815 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 GPU2818 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 GPU2821 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 GPU2824 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 GPU2827 2828v_mfma_f32_32x32x1f32 a[0:31], 1, v1, a[0:31]2829// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2830 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 GPU2833 2834v_mfma_f32_32x32x2bf16 a[0:31], a0, a1, -2.02835// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2836 2837v_mfma_f32_32x32x2f32 a[0:15], a0, a1, -2.02838// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2839 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 GPU2842 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 GPU2845 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 GPU2848 2849v_mfma_f32_32x32x4bf16 a[0:15], a0, a1, -2.02850// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2851 2852v_mfma_f32_32x32x4bf16_1k a[0:31], a[0:1], a[2:3], -2.02853// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2854 2855v_mfma_f32_32x32x4f16 a[0:31], a[0:1], a[1:2], -2.02856// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2857 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 GPU2860 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 GPU2863 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 GPU2866 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 GPU2869 2870v_mfma_f32_32x32x8bf16_1k a[0:15], a[0:1], a[2:3], -2.02871// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2872 2873v_mfma_f32_32x32x8f16 a[0:15], a[0:1], a[1:2], -2.02874// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2875 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 GPU2878 2879v_mfma_f32_4x4x1f32 a[0:3], a0, a1, -2.02880// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2881 2882v_mfma_f32_4x4x2bf16 a[0:3], a0, a1, -2.02883// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2884 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 GPU2887 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 GPU2890 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 GPU2893 2894v_mfma_f32_4x4x4bf16_1k a[0:3], a[0:1], a[2:3], -2.02895// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2896 2897v_mfma_f32_4x4x4f16 a[0:3], a[0:1], a[1:2], -2.02898// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2899 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 GPU2902 2903v_mfma_f64_16x16x4f64 a[0:7], a[0:1], a[2:3], -2.02904// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2905 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 GPU2908 2909v_mfma_f64_4x4x4f64 a[0:1], a[0:1], a[2:3], -2.02910// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2911 2912v_mfma_i32_16x16x16i8 a[0:3], a0, a1, 22913// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2914 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 GPU2917 2918v_mfma_i32_16x16x32i8 a[0:3], v[2:3], v[4:5], a[0:3] blgp:52919// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2920 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 GPU2923 2924v_mfma_i32_16x16x4i8 a[0:15], a0, a1, 22925// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2926 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 GPU2929 2930v_mfma_i32_32x32x16i8 a[0:15], v[2:3], v[4:5], a[0:15] blgp:52931// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2932 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 GPU2935 2936v_mfma_i32_32x32x4i8 a[0:31], a0, a1, 22937// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2938 2939v_mfma_i32_32x32x8i8 a[0:15], a0, a1, 22940// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2941 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 GPU2944 2945v_mfma_i32_4x4x4i8 a[0:3], a0, a1, 22946// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2947 2948v_min_legacy_f32 v255, v1, v22949// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2950 2951v_min_legacy_f32_e32 v1, v2, v32952// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2953 2954v_min_legacy_f32_e64 v255, v1, v22955// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2956 2957v_minmax_f16 v5, v1, v2, v32958// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2959 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 GPU2962 2963v_minmax_f32 v5, v1, v2, v32964// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2965 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 GPU2968 2969v_minmax_i32 v5, v1, v2, v32970// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2971 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 GPU2974 2975v_minmax_u32 v5, v1, v2, v32976// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2977 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 GPU2980 2981v_mov_b64 v[10:11], v[2:3]2982// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2983 2984v_mov_b64_dpp v[10:11], v[2:3] row_newbcast:1 row_mask:0xf bank_mask:0xf2985// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2986 2987v_mov_b64_e64 v[10:11], v[2:3]2988// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2989 2990v_mul_dx9_zero_f32 v255, -|v255|, -|v255| row_xmask:15 row_mask:0x3 bank_mask:0x0 bound_ctrl:0 fi:12991// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2992 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 GPU2995 2996v_mul_dx9_zero_f32_e64 v5, v1, v22997// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU2998 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 GPU3001 3002v_not_b16 v127, 0xfe0b3003// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3004 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 GPU3007 3008v_not_b16_e32 v128, 0xfe0b3009// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3010 3011v_not_b16_e64 v5, v13012// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3013 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 GPU3016 3017v_or_b16 v5, v1, v23018// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3019 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 GPU3022 3023v_permlane64_b32 v255, v2553024// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3025 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 GPU3028 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 GPU3031 3032v_pk_mov_b32 v[0:1], flat_scratch, v[4:5]3033// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3034 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 GPU3037 3038v_rcp_clamp_f32 v255, v13039// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3040 3041v_rcp_clamp_f32_e64 v255, v13042// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3043 3044v_rcp_clamp_f64 v[254:255], v[1:2]3045// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3046 3047v_rcp_clamp_f64_e64 v[254:255], v[1:2]3048// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3049 3050v_rcp_legacy_f32 v255, v13051// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3052 3053v_rcp_legacy_f32_e64 v255, v13054// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3055 3056v_rsq_clamp_f32 v255, v13057// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3058 3059v_rsq_clamp_f32_e64 v255, v13060// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3061 3062v_rsq_clamp_f64 v[254:255], v[1:2]3063// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3064 3065v_rsq_clamp_f64_e64 v[254:255], v[1:2]3066// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3067 3068v_rsq_legacy_f32 v255, v13069// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3070 3071v_rsq_legacy_f32_e64 v255, v13072// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3073 3074v_screen_partition_4se_b32 v255, v13075// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3076 3077v_screen_partition_4se_b32_dpp v255, v1 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03078// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3079 3080v_screen_partition_4se_b32_e64 v255, v13081// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3082 3083v_screen_partition_4se_b32_sdwa v255, v1 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD3084// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3085 3086v_smfmac_f32_16x16x32_bf16 a[10:13], v[2:3], a[4:7], v53087// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3088 3089v_smfmac_f32_16x16x32_f16 a[10:13], v[2:3], a[4:7], v13090// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3091 3092v_smfmac_f32_16x16x32bf16 v[10:13], a[2:3], v[4:7], v4 cbsz:3 abid:13093// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3094 3095v_smfmac_f32_16x16x32f16 v[10:13], a[2:3], v[4:7], v0 cbsz:3 abid:13096// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3097 3098v_smfmac_f32_16x16x64_bf8_bf8 a[0:3], v[2:3], a[4:7], v13099// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3100 3101v_smfmac_f32_16x16x64_bf8_fp8 a[0:3], v[2:3], a[4:7], v13102// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3103 3104v_smfmac_f32_16x16x64_fp8_bf8 a[0:3], v[2:3], a[4:7], v13105// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3106 3107v_smfmac_f32_16x16x64_fp8_fp8 a[0:3], v[2:3], a[4:7], v13108// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3109 3110v_smfmac_f32_16x16x64bf8bf8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:13111// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3112 3113v_smfmac_f32_16x16x64bf8fp8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:13114// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3115 3116v_smfmac_f32_16x16x64fp8bf8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:13117// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3118 3119v_smfmac_f32_16x16x64fp8fp8 v[0:3], a[2:3], v[4:7], v1 cbsz:3 abid:13120// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3121 3122v_smfmac_f32_32x32x16_bf16 a[10:25], v[2:3], a[4:7], v73123// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3124 3125v_smfmac_f32_32x32x16_f16 a[10:25], v[2:3], a[4:7], v33126// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3127 3128v_smfmac_f32_32x32x16bf16 v[10:25], a[2:3], v[4:7], v6 cbsz:3 abid:13129// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3130 3131v_smfmac_f32_32x32x16f16 v[10:25], a[2:3], v[4:7], v2 cbsz:3 abid:13132// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3133 3134v_smfmac_f32_32x32x32_bf8_bf8 a[0:15], v[2:3], a[4:7], v13135// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3136 3137v_smfmac_f32_32x32x32_bf8_fp8 a[0:15], v[2:3], a[4:7], v13138// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3139 3140v_smfmac_f32_32x32x32_fp8_bf8 a[0:15], v[2:3], a[4:7], v13141// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3142 3143v_smfmac_f32_32x32x32_fp8_fp8 a[0:15], v[2:3], a[4:7], v13144// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3145 3146v_smfmac_f32_32x32x32bf8bf8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:13147// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3148 3149v_smfmac_f32_32x32x32bf8fp8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:13150// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3151 3152v_smfmac_f32_32x32x32fp8bf8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:13153// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3154 3155v_smfmac_f32_32x32x32fp8fp8 v[0:15], a[2:3], v[4:7], v1 cbsz:3 abid:13156// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3157 3158v_smfmac_i32_16x16x64_i8 a[10:13], v[2:3], a[4:7], v93159// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3160 3161v_smfmac_i32_16x16x64i8 v[10:13], a[2:3], v[4:7], v8 cbsz:3 abid:13162// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3163 3164v_smfmac_i32_32x32x32_i8 a[10:25], v[2:3], a[4:7], v113165// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3166 3167v_smfmac_i32_32x32x32i8 a[10:25], v[2:3], a[4:7], v113168// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3169 3170v_sub_i16 v5, v1, v23171// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3172 3173v_sub_i32 v1, s[0:1], v2, v33174// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3175 3176v_sub_i32_e64 v255, s[12:13], v1, v23177// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3178 3179v_sub_u16 v1, v2, v3 clamp3180// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3181 3182v_sub_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03183// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3184 3185v_sub_u16_e32 v1, v2, v33186// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3187 3188v_sub_u16_e64 v255, v1, v23189// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3190 3191v_sub_u16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD3192// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3193 3194v_sub_u32 v1, 4.0, v23195// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3196 3197v_sub_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03198// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3199 3200v_sub_u32_e32 v1, s1, v33201// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3202 3203v_sub_u32_e64 v255, s[12:13], v1, v23204// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3205 3206v_sub_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_23207// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3208 3209v_subb_co_u32 v1, vcc, v2, v3, vcc row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:03210// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3211 3212v_subb_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03213// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3214 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 GPU3217 3218v_subb_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_23219// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3220 3221v_subb_u32 v1, s[0:1], v2, v3, vcc3222// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3223 3224v_subb_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03225// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3226 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 GPU3229 3230v_subb_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_23231// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3232 3233v_subbrev_co_u32 v0, vcc, src_lds_direct, v0, vcc3234// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3235 3236v_subbrev_co_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03237// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3238 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 GPU3241 3242v_subbrev_co_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_23243// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3244 3245v_subbrev_u32 v1, s[0:1], v2, v3, vcc3246// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3247 3248v_subbrev_u32_dpp v255, vcc, v1, v2, vcc quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03249// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3250 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 GPU3253 3254v_subbrev_u32_sdwa v1, vcc, v2, v3, vcc dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_23255// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3256 3257v_subrev_i32 v1, s[0:1], v2, v33258// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3259 3260v_subrev_i32_e64 v255, s[12:13], v1, v23261// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3262 3263v_subrev_u16 v0, src_lds_direct, v03264// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3265 3266v_subrev_u16_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03267// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3268 3269v_subrev_u16_e32 v1, v2, v33270// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3271 3272v_subrev_u16_e64 v255, v1, v23273// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3274 3275v_subrev_u16_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD3276// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3277 3278v_subrev_u32 v0, src_lds_direct, v03279// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3280 3281v_subrev_u32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x03282// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3283 3284v_subrev_u32_e32 v1, s1, v33285// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3286 3287v_subrev_u32_e64 v255, s[12:13], v1, v23288// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3289 3290v_subrev_u32_sdwa v1, vcc, v2, v3 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 src1_sel:BYTE_23291// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3292 3293v_swap_b16 v0.l, v0.l3294// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3295 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 GPU3298 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 GPU3301 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 GPU3304 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 GPU3307 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 GPU3310 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 GPU3313 3314v_xor_b16 v5, v1, v23315// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU3316 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 GPU3319