Home
last modified time | relevance | path

Searched refs:DestructiveBinaryCommWithRev (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td381 …int_bin_pred_arit_0<0b001, "sub", "SUB_ZPZZ", AArch64sub_m1, DestructiveBinaryCommWithRev, "SUBR_…
445 …arit_2_div<0b100, "sdiv", "SDIV_ZPZZ", int_aarch64_sve_sdiv, DestructiveBinaryCommWithRev, "SDIVR…
446 …arit_2_div<0b101, "udiv", "UDIV_ZPZZ", int_aarch64_sve_udiv, DestructiveBinaryCommWithRev, "UDIVR…
533 …sve_fp_2op_p_zds<0b0001, "fsub", "FSUB_ZPZZ", AArch64fsub_m1, DestructiveBinaryCommWithRev, "FSUBR…
544 …_2op_p_zds<0b1101, "fdiv", "FDIV_ZPZZ", int_aarch64_sve_fdiv, DestructiveBinaryCommWithRev, "FDIVR…
3209 …<0b000100, "srshl", int_aarch64_sve_srshl, "SRSHL_ZPZZ", DestructiveBinaryCommWithRev, "SRSHL…
3210 …<0b000110, "urshl", int_aarch64_sve_urshl, "URSHL_ZPZZ", DestructiveBinaryCommWithRev, "URSHL…
3213 …<0b010000, "sqshl", int_aarch64_sve_sqshl, "SQSHL_ZPZZ", DestructiveBinaryCommWithRev, "SQSHL…
3214 …<0b010010, "uqshl", int_aarch64_sve_uqshl, "UQSHL_ZPZZ", DestructiveBinaryCommWithRev, "UQSHL…
3215 …<0b010100, "sqrshl", int_aarch64_sve_sqrshl, "SQRSHL_ZPZZ", DestructiveBinaryCommWithRev, "SQRSH…
[all …]
H A DAArch64InstrInfo.h532 DestructiveBinaryCommWithRev = TSFLAG_DESTRUCTIVE_INST_TYPE(0x7), enumerator
H A DAArch64ExpandPseudoInsts.cpp457 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
495 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
592 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
H A DSVEInstrFormats.td5569 let DestructiveInstType = DestructiveBinaryCommWithRev in {
H A DAArch64InstrFormats.td37 def DestructiveBinaryCommWithRev : DestructiveInstTypeEnum<7>;