521 : ST(&_ST), MRI(&_MRI) {
523 addRulesForGOpcs({G_ADD, G_SUB},
Standard)
533 addRulesForGOpcs({G_UADDO, G_USUBO},
Standard)
537 addRulesForGOpcs({G_UADDE, G_USUBE, G_SADDE, G_SSUBE},
Standard)
541 addRulesForGOpcs({G_UADDSAT, G_SADDSAT, G_USUBSAT, G_SSUBSAT},
Standard)
549 bool HasVecMulU64 = ST->hasVectorMulU64();
561 bool hasMulHi = ST->hasScalarMulHiInsts();
562 addRulesForGOpcs({G_UMULH, G_SMULH},
Standard)
567 addRulesForGOpcs({G_AMDGPU_MAD_U64_U32},
Standard)
571 bool HasScalarSMulU64 = ST->hasScalarSMulU64();
572 addRulesForGOpcs({G_AMDGPU_S_MUL_U64_U32, G_AMDGPU_S_MUL_I64_I32},
Standard)
576 addRulesForGOpcs({G_XOR, G_OR, G_AND},
StandardB)
596 addRulesForGOpcs({G_LSHR},
Standard)
606 addRulesForGOpcs({G_ASHR},
Standard)
616 addRulesForGOpcs({G_FSHR},
Standard)
620 addRulesForGOpcs({G_BSWAP},
Standard)
628 addRulesForGOpcs({G_AMDGPU_CVT_F32_UBYTE0, G_AMDGPU_CVT_F32_UBYTE1,
629 G_AMDGPU_CVT_F32_UBYTE2, G_AMDGPU_CVT_F32_UBYTE3,
637 addRulesForGOpcs({G_UBFX, G_SBFX},
Standard)
643 addRulesForGOpcs({G_SMIN, G_SMAX},
Standard)
651 addRulesForGOpcs({G_UMIN, G_UMAX},
Standard)
659 addRulesForGOpcs({G_IMPLICIT_DEF})
664 addRulesForGOpcs({G_CONSTANT},
Standard)
672 addRulesForGOpcs({G_FCONSTANT},
Standard)
677 addRulesForGOpcs({G_FREEZE})
684 addRulesForGOpcs({G_BITCAST})
688 addRulesForGOpcs({G_UNMERGE_VALUES})
693 addRulesForGOpcs({G_PHI})
699 addRulesForGOpcs({G_EXTRACT_VECTOR_ELT})
710 addRulesForGOpcs({G_INSERT_VECTOR_ELT})
728 addRulesForGOpcs({G_AMDGPU_INTRIN_IMAGE_LOAD, G_AMDGPU_INTRIN_IMAGE_LOAD_D16,
729 G_AMDGPU_INTRIN_IMAGE_LOAD_NORET,
730 G_AMDGPU_INTRIN_IMAGE_STORE,
731 G_AMDGPU_INTRIN_IMAGE_STORE_D16})
746 bool HasScalarCompareEq64 = ST->hasScalarCompareEq64();
748 addRulesForGOpcs({G_ICMP})
767 addRulesForGOpcs({G_BRCOND})
771 addRulesForGOpcs({G_BR}).
Any({{
_}, {{}, {
None}}});
781 addRulesForGOpcs({G_ANYEXT})
793 bool Has16bitCmp = ST->has16BitInsts();
800 addRulesForGOpcs({G_TRUNC})
816 addRulesForGOpcs({G_ZEXT})
831 addRulesForGOpcs({G_SEXT})
846 addRulesForGOpcs({G_SEXT_INREG})
852 addRulesForGOpcs({G_ASSERT_ZEXT, G_ASSERT_SEXT},
Standard)
858 addRulesForGOpcs({G_ASSERT_ALIGN},
Standard)
870 addRulesForGOpcs({G_ATOMICRMW_ADD, G_ATOMICRMW_SUB, G_ATOMICRMW_XCHG,
871 G_ATOMICRMW_AND, G_ATOMICRMW_OR, G_ATOMICRMW_XOR,
872 G_ATOMICRMW_MIN, G_ATOMICRMW_MAX, G_ATOMICRMW_UMIN,
873 G_ATOMICRMW_UMAX, G_ATOMICRMW_UINC_WRAP,
874 G_ATOMICRMW_UDEC_WRAP, G_ATOMICRMW_FMIN, G_ATOMICRMW_FMAX})
882 bool HasAtomicFlatPkAdd16Insts = ST->hasAtomicFlatPkAdd16Insts();
883 bool HasAtomicBufferGlobalPkAddF16Insts =
884 ST->hasAtomicBufferGlobalPkAddF16NoRtnInsts() ||
885 ST->hasAtomicBufferGlobalPkAddF16Insts();
886 bool HasAtomicDsPkAdd16Insts = ST->hasAtomicDsPkAdd16Insts();
887 addRulesForGOpcs({G_ATOMICRMW_FADD})
895 HasAtomicFlatPkAdd16Insts)
897 HasAtomicBufferGlobalPkAddF16Insts)
899 HasAtomicDsPkAdd16Insts);
901 addRulesForGOpcs({G_ATOMIC_CMPXCHG})
907 addRulesForGOpcs({G_AMDGPU_ATOMIC_CMPXCHG})
913 addRulesForGOpcs({G_AMDGPU_BUFFER_ATOMIC_CMPSWAP},
Standard)
919 addRulesForGOpcs({G_AMDGPU_BUFFER_ATOMIC_ADD, G_AMDGPU_BUFFER_ATOMIC_AND,
920 G_AMDGPU_BUFFER_ATOMIC_DEC, G_AMDGPU_BUFFER_ATOMIC_FMAX,
921 G_AMDGPU_BUFFER_ATOMIC_FMIN, G_AMDGPU_BUFFER_ATOMIC_INC,
922 G_AMDGPU_BUFFER_ATOMIC_OR, G_AMDGPU_BUFFER_ATOMIC_SMAX,
923 G_AMDGPU_BUFFER_ATOMIC_SMIN, G_AMDGPU_BUFFER_ATOMIC_SUB,
924 G_AMDGPU_BUFFER_ATOMIC_SWAP, G_AMDGPU_BUFFER_ATOMIC_UMAX,
925 G_AMDGPU_BUFFER_ATOMIC_UMIN, G_AMDGPU_BUFFER_ATOMIC_XOR},
930 bool hasSMRDx3 = ST->hasScalarDwordx3Loads();
931 bool hasSMRDSmall = ST->hasScalarSubwordLoads();
932 bool usesTrue16 = ST->useRealTrue16Insts();
935 return (*
MI.memoperands_begin())->getAlign() >=
Align(16);
939 return (*
MI.memoperands_begin())->getAlign() >=
Align(4);
943 return (*
MI.memoperands_begin())->isAtomic();
959 return (*
MI.memoperands_begin())->isVolatile();
963 return (*
MI.memoperands_begin())->isInvariant();
978 return MemSize == 16 || MemSize == 8;
986 auto isUL = !isAtomicMMO && isUniMMO && (isConst || !isVolatileMMO) &&
987 (isConst || isInvMMO || isNoClobberMMO);
991 addRulesForGOpcs({G_LOAD})
1098 addRulesForGOpcs({G_ZEXTLOAD, G_SEXTLOAD})
1118 addRulesForGOpcs({G_STORE})
1154 addRulesForGOpcs({G_AMDGPU_BUFFER_LOAD, G_AMDGPU_BUFFER_LOAD_FORMAT,
1155 G_AMDGPU_TBUFFER_LOAD_FORMAT},
1166 addRulesForGOpcs({G_AMDGPU_BUFFER_LOAD_USHORT, G_AMDGPU_BUFFER_LOAD_UBYTE,
1167 G_AMDGPU_BUFFER_LOAD_SSHORT, G_AMDGPU_BUFFER_LOAD_SBYTE},
1173 {G_AMDGPU_BUFFER_LOAD_UBYTE_TFE, G_AMDGPU_BUFFER_LOAD_USHORT_TFE},
1178 addRulesForGOpcs({G_AMDGPU_BUFFER_LOAD_TFE, G_AMDGPU_BUFFER_LOAD_FORMAT_TFE},
1191 {G_AMDGPU_BUFFER_LOAD_FORMAT_D16, G_AMDGPU_TBUFFER_LOAD_FORMAT_D16},
1200 addRulesForGOpcs({G_AMDGPU_BUFFER_STORE, G_AMDGPU_BUFFER_STORE_BYTE,
1201 G_AMDGPU_BUFFER_STORE_SHORT, G_AMDGPU_BUFFER_STORE_FORMAT,
1202 G_AMDGPU_BUFFER_STORE_FORMAT_D16,
1203 G_AMDGPU_TBUFFER_STORE_FORMAT,
1204 G_AMDGPU_TBUFFER_STORE_FORMAT_D16})
1216 addRulesForGOpcs({G_AMDGPU_BUFFER_ATOMIC_FADD})
1225 addRulesForGOpcs({G_PTR_ADD})
1231 addRulesForGOpcs({G_INTTOPTR})
1239 addRulesForGOpcs({G_PTRTOINT})
1249 addRulesForGOpcs({G_PTRMASK})
1255 addRulesForGOpcs({G_ABS},
Standard)
1263 addRulesForGOpcs({G_BITREVERSE},
Standard)
1269 addRulesForGOpcs({G_AMDGPU_FFBH_U32, G_AMDGPU_FFBL_B32, G_CTLZ_ZERO_UNDEF,
1276 addRulesForGOpcs({G_FENCE}).
Any({{{}}, {{}, {}}});
1278 addRulesForGOpcs({G_READSTEADYCOUNTER, G_READCYCLECOUNTER},
Standard)
1283 addRulesForGOpcs({G_GLOBAL_VALUE})
1290 addRulesForGOpcs({G_AMDGPU_WAVE_ADDRESS}).
Any({{
UniP5}, {{
SgprP5}, {}}});
1292 addRulesForGOpcs({G_SI_CALL})
1298 bool hasSALUFloat = ST->hasSALUFloatInsts();
1300 addRulesForGOpcs({G_FADD, G_FMUL, G_STRICT_FADD, G_STRICT_FMUL},
Standard)
1314 addRulesForGOpcs({G_FSUB, G_STRICT_FSUB},
Standard)
1322 addRulesForGOpcs({G_FMAD},
Standard)
1328 addRulesForGOpcs({G_FLDEXP, G_STRICT_FLDEXP},
Standard)
1336 addRulesForGOpcs({G_FMA, G_STRICT_FMA},
Standard)
1354 addRulesForGOpcs({G_AMDGPU_FMED3},
Standard)
1363 addRulesForGOpcs({G_AMDGPU_SMED3},
Standard)
1371 addRulesForGOpcs({G_FNEG, G_FABS},
Standard)
1386 addRulesForGOpcs({G_FCANONICALIZE},
Standard)
1398 bool hasPST = ST->hasPseudoScalarTrans();
1399 addRulesForGOpcs({G_FSQRT},
Standard)
1404 addRulesForGOpcs({G_FPTOUI, G_FPTOSI})
1416 addRulesForGOpcs({G_UITOFP, G_SITOFP})
1428 addRulesForGOpcs({G_AMDGPU_S_BUFFER_PREFETCH})
1431 addRulesForGOpcs({G_FPEXT})
1438 addRulesForGOpcs({G_AMDGPU_CVT_PK_I16_I32},
Standard)
1442 addRulesForGOpcs({G_AMDGPU_FMIN_LEGACY, G_AMDGPU_FMAX_LEGACY},
Standard)
1446 bool hasSALUMinimumMaximumInsts = ST->hasSALUMinimumMaximumInsts();
1448 addRulesForGOpcs({G_FMINIMUM, G_FMAXIMUM},
Standard)
1460 addRulesForGOpcs({G_FMINNUM_IEEE, G_FMAXNUM_IEEE, G_FMINNUM, G_FMAXNUM},
1473 addRulesForGOpcs({G_FPTRUNC})
1482 addRulesForGOpcs({G_IS_FPCLASS})
1490 addRulesForGOpcs({G_FCMP},
Standard)
1504 addRulesForGOpcs({G_INTRINSIC_TRUNC, G_INTRINSIC_ROUNDEVEN, G_FFLOOR, G_FCEIL,
1516 addRulesForIOpcs({returnaddress}).
Any({{
UniP0}, {{
SgprP0}, {}}});
1522 addRulesForIOpcs({amdgcn_s_setreg})
1525 addRulesForIOpcs({amdgcn_s_sendmsg, amdgcn_s_sendmsghalt})
1528 addRulesForIOpcs({amdgcn_s_sendmsg_rtn})
1532 addRulesForIOpcs({amdgcn_s_memrealtime, amdgcn_s_memtime},
Standard)
1535 addRulesForIOpcs({amdgcn_groupstaticsize, amdgcn_pops_exiting_wave_id,
1536 amdgcn_reloc_constant, amdgcn_s_get_waveid_in_workgroup},
1541 addRulesForIOpcs({amdgcn_asyncmark,
1545 amdgcn_s_barrier_leave,
1546 amdgcn_s_barrier_signal,
1547 amdgcn_s_barrier_wait,
1548 amdgcn_s_monitor_sleep,
1552 amdgcn_s_setprio_inc_wg,
1554 amdgcn_s_ttracedata_imm,
1555 amdgcn_s_wait_asynccnt,
1556 amdgcn_s_wait_bvhcnt,
1557 amdgcn_s_wait_dscnt,
1558 amdgcn_s_wait_event,
1559 amdgcn_s_wait_event_export_ready,
1560 amdgcn_s_wait_expcnt,
1561 amdgcn_s_wait_kmcnt,
1562 amdgcn_s_wait_loadcnt,
1563 amdgcn_s_wait_samplecnt,
1564 amdgcn_s_wait_storecnt,
1565 amdgcn_s_wait_tensorcnt,
1568 amdgcn_wait_asyncmark,
1569 amdgcn_wave_barrier})
1570 .
Any({{}, {{}, {}}});
1572 addRulesForIOpcs({amdgcn_init_exec_from_input})
1577 addRulesForIOpcs({amdgcn_s_sleep_var})
1580 addRulesForIOpcs({amdgcn_s_barrier_join, amdgcn_s_wakeup_barrier})
1583 addRulesForIOpcs({amdgcn_s_barrier_signal_var, amdgcn_s_barrier_init})
1586 addRulesForIOpcs({amdgcn_s_barrier_signal_isfirst})
1590 {amdgcn_s_get_named_barrier_state, amdgcn_s_get_barrier_state},
Standard)
1593 addRulesForIOpcs({amdgcn_flat_prefetch}).
Any({{}, {{}, {
IntrId,
VgprP0}}});
1595 addRulesForIOpcs({amdgcn_global_prefetch}).
Any({{}, {{}, {
IntrId,
VgprP1}}});
1597 addRulesForIOpcs({amdgcn_s_prefetch_data})
1600 addRulesForIOpcs({amdgcn_class})
1609 addRulesForIOpcs({amdgcn_end_cf})
1613 addRulesForIOpcs({amdgcn_if_break},
Standard)
1617 addRulesForIOpcs({amdgcn_exp})
1621 addRulesForIOpcs({amdgcn_exp_compr})
1624 addRulesForIOpcs({amdgcn_exp_row})
1630 addRulesForIOpcs({amdgcn_lds_direct_load},
StandardB)
1633 addRulesForIOpcs({amdgcn_lds_param_load},
Standard)
1636 addRulesForIOpcs({amdgcn_mbcnt_lo, amdgcn_mbcnt_hi},
Standard)
1639 addRulesForIOpcs({amdgcn_readfirstlane})
1645 addRulesForIOpcs({amdgcn_readlane},
StandardB)
1648 addRulesForIOpcs({amdgcn_writelane},
StandardB)
1653 addRulesForIOpcs({amdgcn_add_max_i32, amdgcn_add_max_u32, amdgcn_add_min_i32,
1654 amdgcn_add_min_u32},
1659 addRulesForIOpcs({amdgcn_pk_add_max_i16, amdgcn_pk_add_max_u16,
1660 amdgcn_pk_add_min_i16, amdgcn_pk_add_min_u16},
1665 addRulesForIOpcs({amdgcn_permlane16, amdgcn_permlanex16},
Standard)
1670 addRulesForIOpcs({amdgcn_perm},
Standard)
1675 {amdgcn_wave_reduce_add, amdgcn_wave_reduce_and, amdgcn_wave_reduce_fadd,
1676 amdgcn_wave_reduce_fmax, amdgcn_wave_reduce_fmin,
1677 amdgcn_wave_reduce_fsub, amdgcn_wave_reduce_max, amdgcn_wave_reduce_min,
1678 amdgcn_wave_reduce_or, amdgcn_wave_reduce_sub, amdgcn_wave_reduce_umax,
1679 amdgcn_wave_reduce_umin, amdgcn_wave_reduce_xor},
1686 addRulesForIOpcs({amdgcn_bitop3, amdgcn_fmad_ftz},
Standard)
1692 addRulesForIOpcs({amdgcn_udot4, amdgcn_sdot4, amdgcn_udot8, amdgcn_sdot8,
1693 amdgcn_dot4_f32_bf8_bf8, amdgcn_dot4_f32_bf8_fp8,
1694 amdgcn_dot4_f32_fp8_fp8, amdgcn_dot4_f32_fp8_bf8},
1699 addRulesForIOpcs({amdgcn_mul_u24, amdgcn_mul_i24},
Standard)
1705 addRulesForIOpcs({amdgcn_ds_bpermute, amdgcn_ds_bpermute_fi_b32,
1706 amdgcn_ds_permute, amdgcn_fmul_legacy, amdgcn_mulhi_i24,
1712 addRulesForIOpcs({amdgcn_cubesc, amdgcn_cubetc, amdgcn_cubema, amdgcn_cubeid,
1718 addRulesForIOpcs({amdgcn_frexp_mant, amdgcn_fract},
Standard)
1726 addRulesForIOpcs({amdgcn_prng_b32})
1730 addRulesForIOpcs({amdgcn_sffbh},
Standard)
1734 addRulesForIOpcs({amdgcn_ubfe, amdgcn_sbfe},
Standard)
1740 addRulesForIOpcs({amdgcn_cvt_pk_i16, amdgcn_cvt_pk_u16, amdgcn_cvt_pknorm_i16,
1741 amdgcn_cvt_pknorm_u16, amdgcn_cvt_pkrtz},
1746 addRulesForIOpcs({amdgcn_cvt_scalef32_sr_pk32_bf6_f16,
1747 amdgcn_cvt_scalef32_sr_pk32_fp6_f16,
1748 amdgcn_cvt_scalef32_sr_pk32_bf6_bf16,
1749 amdgcn_cvt_scalef32_sr_pk32_fp6_bf16},
1753 addRulesForIOpcs({amdgcn_cvt_scalef32_sr_pk32_bf6_f32,
1754 amdgcn_cvt_scalef32_sr_pk32_fp6_f32},
1758 addRulesForIOpcs({amdgcn_global_load_tr_b64})
1764 addRulesForIOpcs({amdgcn_global_load_tr_b128})
1770 addRulesForIOpcs({amdgcn_global_load_tr4_b64})
1774 addRulesForIOpcs({amdgcn_global_load_tr6_b96})
1778 addRulesForIOpcs({amdgcn_ds_load_tr4_b64, amdgcn_ds_load_tr8_b64})
1781 addRulesForIOpcs({amdgcn_ds_load_tr6_b96})
1784 addRulesForIOpcs({amdgcn_ds_load_tr16_b128})
1787 addRulesForIOpcs({amdgcn_global_atomic_ordered_add_b64})
1791 {amdgcn_global_atomic_fmin_num, amdgcn_global_atomic_fmax_num},
Standard)
1794 addRulesForIOpcs({amdgcn_flat_atomic_fmin_num, amdgcn_flat_atomic_fmax_num},
1798 addRulesForIOpcs({amdgcn_raw_buffer_load_lds})
1801 addRulesForIOpcs({amdgcn_struct_buffer_load_lds})
1805 addRulesForIOpcs({amdgcn_raw_ptr_buffer_load_lds})
1808 addRulesForIOpcs({amdgcn_struct_ptr_buffer_load_lds})
1811 addRulesForIOpcs({amdgcn_global_load_lds})
1814 addRulesForIOpcs({amdgcn_global_load_async_to_lds_b8,
1815 amdgcn_global_load_async_to_lds_b32,
1816 amdgcn_global_load_async_to_lds_b64,
1817 amdgcn_global_load_async_to_lds_b128,
1818 amdgcn_global_store_async_from_lds_b8,
1819 amdgcn_global_store_async_from_lds_b32,
1820 amdgcn_global_store_async_from_lds_b64,
1821 amdgcn_global_store_async_from_lds_b128})
1824 addRulesForIOpcs({amdgcn_perm_pk16_b4_u4},
StandardB)
1828 addRulesForIOpcs({amdgcn_perm_pk16_b6_u4},
StandardB)
1832 addRulesForIOpcs({amdgcn_perm_pk16_b8_u4},
StandardB)
1836 addRulesForIOpcs({amdgcn_wwm, amdgcn_strict_wwm, amdgcn_wqm, amdgcn_softwqm,
1852 addRulesForIOpcs({amdgcn_wqm_demote}).
Any({{}, {{}, {
IntrId,
Vcc}}});
1854 addRulesForIOpcs({amdgcn_inverse_ballot})
1858 addRulesForIOpcs({amdgcn_live_mask, amdgcn_ps_live})
1861 addRulesForIOpcs({amdgcn_mov_dpp, amdgcn_mov_dpp8},
StandardB)
1865 addRulesForIOpcs({amdgcn_update_dpp},
StandardB)
1869 addRulesForIOpcs({amdgcn_sin, amdgcn_cos},
Standard)
1875 addRulesForIOpcs({amdgcn_trig_preop},
Standard)
1879 addRulesForIOpcs({amdgcn_exp2},
Standard)
1887 addRulesForIOpcs({amdgcn_ds_add_gs_reg_rtn, amdgcn_ds_sub_gs_reg_rtn},
1892 addRulesForIOpcs({amdgcn_ds_append, amdgcn_ds_consume},
Standard)
1897 {amdgcn_ds_bvh_stack_rtn, amdgcn_ds_bvh_stack_push4_pop1_rtn},
Standard)
1900 addRulesForIOpcs({amdgcn_ds_bvh_stack_push8_pop1_rtn},
Standard)
1903 addRulesForIOpcs({amdgcn_ds_bvh_stack_push8_pop2_rtn},
Standard)
1906 addRulesForIOpcs({amdgcn_ds_gws_sema_p, amdgcn_ds_gws_sema_v,
1907 amdgcn_ds_gws_sema_release_all})
1911 {amdgcn_ds_gws_barrier, amdgcn_ds_gws_init, amdgcn_ds_gws_sema_br})
1914 addRulesForIOpcs({amdgcn_ds_ordered_add, amdgcn_ds_ordered_swap},
Standard)
1917 addRulesForIOpcs({amdgcn_ds_swizzle},
Standard)
1921 addRulesForIOpcs({amdgcn_permlane16_var, amdgcn_permlanex16_var},
Standard)
1924 addRulesForIOpcs({amdgcn_permlane16_swap, amdgcn_permlane32_swap},
Standard)
1927 addRulesForIOpcs({amdgcn_permlane64},
StandardB)
1930 addRulesForIOpcs({amdgcn_ds_read_tr4_b64, amdgcn_ds_read_tr8_b64})
1933 addRulesForIOpcs({amdgcn_ds_read_tr6_b96})
1936 addRulesForIOpcs({amdgcn_ds_read_tr16_b64})
1939 addRulesForIOpcs({amdgcn_interp_p1},
Standard)
1942 addRulesForIOpcs({amdgcn_interp_p1_f16},
Standard)
1945 addRulesForIOpcs({amdgcn_interp_p2},
Standard)
1948 addRulesForIOpcs({amdgcn_interp_p2_f16},
Standard)
1952 addRulesForIOpcs({amdgcn_interp_mov},
Standard)
1955 addRulesForIOpcs({amdgcn_interp_inreg_p10, amdgcn_interp_inreg_p2,
1956 amdgcn_interp_inreg_p10_f16, amdgcn_interp_p10_rtz_f16},
1961 addRulesForIOpcs({amdgcn_interp_inreg_p2_f16, amdgcn_interp_p2_rtz_f16},
1966 addRulesForIOpcs({amdgcn_div_fmas},
Standard)
1972 addRulesForIOpcs({amdgcn_div_fixup},
Standard)
1980 addRulesForIOpcs({amdgcn_div_scale},
Standard)
1986 addRulesForIOpcs({amdgcn_fdot2, amdgcn_sdot2, amdgcn_udot2},
Standard)
1990 addRulesForIOpcs({amdgcn_fdot2_f16_f16},
Standard)
1994 addRulesForIOpcs({amdgcn_sudot4, amdgcn_sudot8},
Standard)
1998 addRulesForIOpcs({amdgcn_s_alloc_vgpr})
2001 addRulesForIOpcs({amdgcn_sat_pk4_i4_i8, amdgcn_sat_pk4_u4_u8},
Standard)
2008 amdgcn_wmma_f32_16x16x16_f16, amdgcn_wmma_f32_16x16x16_bf16,
2009 amdgcn_wmma_f16_16x16x16_f16, amdgcn_wmma_bf16_16x16x16_bf16,
2010 amdgcn_wmma_f16_16x16x16_f16_tied, amdgcn_wmma_bf16_16x16x16_bf16_tied,
2011 amdgcn_wmma_i32_16x16x16_iu8, amdgcn_wmma_i32_16x16x16_iu4,
2013 amdgcn_wmma_f32_16x16x16_fp8_fp8, amdgcn_wmma_f32_16x16x16_fp8_bf8,
2014 amdgcn_wmma_f32_16x16x16_bf8_fp8, amdgcn_wmma_f32_16x16x16_bf8_bf8,
2015 amdgcn_wmma_i32_16x16x32_iu4,
2017 amdgcn_wmma_f32_16x16x4_f32, amdgcn_wmma_f32_16x16x32_bf16,
2018 amdgcn_wmma_f32_16x16x32_f16, amdgcn_wmma_f16_16x16x32_f16,
2019 amdgcn_wmma_bf16_16x16x32_bf16, amdgcn_wmma_bf16f32_16x16x32_bf16,
2020 amdgcn_wmma_f32_16x16x64_fp8_fp8, amdgcn_wmma_f32_16x16x64_fp8_bf8,
2021 amdgcn_wmma_f32_16x16x64_bf8_fp8, amdgcn_wmma_f32_16x16x64_bf8_bf8,
2022 amdgcn_wmma_f16_16x16x64_fp8_fp8, amdgcn_wmma_f16_16x16x64_fp8_bf8,
2023 amdgcn_wmma_f16_16x16x64_bf8_fp8, amdgcn_wmma_f16_16x16x64_bf8_bf8,
2024 amdgcn_wmma_f16_16x16x128_fp8_fp8, amdgcn_wmma_f16_16x16x128_fp8_bf8,
2025 amdgcn_wmma_f16_16x16x128_bf8_fp8, amdgcn_wmma_f16_16x16x128_bf8_bf8,
2026 amdgcn_wmma_f32_16x16x128_fp8_fp8, amdgcn_wmma_f32_16x16x128_fp8_bf8,
2027 amdgcn_wmma_f32_16x16x128_bf8_fp8, amdgcn_wmma_f32_16x16x128_bf8_bf8,
2028 amdgcn_wmma_i32_16x16x64_iu8, amdgcn_wmma_f32_16x16x128_f8f6f4,
2029 amdgcn_wmma_scale_f32_16x16x128_f8f6f4,
2030 amdgcn_wmma_scale16_f32_16x16x128_f8f6f4, amdgcn_wmma_f32_32x16x128_f4,
2031 amdgcn_wmma_scale_f32_32x16x128_f4, amdgcn_wmma_scale16_f32_32x16x128_f4,
2033 amdgcn_swmmac_f32_16x16x32_f16, amdgcn_swmmac_f32_16x16x32_bf16,
2034 amdgcn_swmmac_f16_16x16x32_f16, amdgcn_swmmac_bf16_16x16x32_bf16,
2035 amdgcn_swmmac_i32_16x16x32_iu8, amdgcn_swmmac_i32_16x16x32_iu4,
2036 amdgcn_swmmac_i32_16x16x64_iu4, amdgcn_swmmac_f32_16x16x32_fp8_fp8,
2037 amdgcn_swmmac_f32_16x16x32_fp8_bf8, amdgcn_swmmac_f32_16x16x32_bf8_fp8,
2038 amdgcn_swmmac_f32_16x16x32_bf8_bf8,
2040 amdgcn_swmmac_f32_16x16x64_f16, amdgcn_swmmac_f32_16x16x64_bf16,
2041 amdgcn_swmmac_f16_16x16x64_f16, amdgcn_swmmac_bf16_16x16x64_bf16,
2042 amdgcn_swmmac_bf16f32_16x16x64_bf16, amdgcn_swmmac_f32_16x16x128_fp8_fp8,
2043 amdgcn_swmmac_f32_16x16x128_fp8_bf8, amdgcn_swmmac_f32_16x16x128_bf8_fp8,
2044 amdgcn_swmmac_f32_16x16x128_bf8_bf8, amdgcn_swmmac_f16_16x16x128_fp8_fp8,
2045 amdgcn_swmmac_f16_16x16x128_fp8_bf8, amdgcn_swmmac_f16_16x16x128_bf8_fp8,
2046 amdgcn_swmmac_f16_16x16x128_bf8_bf8, amdgcn_swmmac_i32_16x16x128_iu8})