Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td441 …int_bin_pred_arit_0<0b001, "sub", "SUB_ZPZZ", AArch64sub_m1, DestructiveBinaryCommWithRev, "SUBR_…
442 …pred_arit_0<0b011, "subr", "SUBR_ZPZZ", int_aarch64_sve_subr, DestructiveBinaryCommWithRev, "SUB_Z…
505 …arit_2_div<0b100, "sdiv", "SDIV_ZPZZ", int_aarch64_sve_sdiv, DestructiveBinaryCommWithRev, "SDIVR…
506 …arit_2_div<0b101, "udiv", "UDIV_ZPZZ", int_aarch64_sve_udiv, DestructiveBinaryCommWithRev, "UDIVR…
507 …it_2_div<0b110, "sdivr", "SDIVR_ZPZZ", int_aarch64_sve_sdivr, DestructiveBinaryCommWithRev, "SDIV_…
508 …it_2_div<0b111, "udivr", "UDIVR_ZPZZ", int_aarch64_sve_udivr, DestructiveBinaryCommWithRev, "UDIV_…
593 …sve_fp_2op_p_zds<0b0001, "fsub", "FSUB_ZPZZ", AArch64fsub_m1, DestructiveBinaryCommWithRev, "FSUBR…
595 …p_p_zds<0b0011, "fsubr", "FSUBR_ZPZZ", int_aarch64_sve_fsubr, DestructiveBinaryCommWithRev, "FSUB_…
603 …p_p_zds<0b1100, "fdivr", "FDIVR_ZPZZ", int_aarch64_sve_fdivr, DestructiveBinaryCommWithRev, "FDIV_…
604 …_2op_p_zds<0b1101, "fdiv", "FDIV_ZPZZ", int_aarch64_sve_fdiv, DestructiveBinaryCommWithRev, "FDIVR…
[all …]
H A DAArch64ExpandPseudoInsts.cpp457 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
497 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
611 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
H A DAArch64InstrInfo.h569 DestructiveBinaryCommWithRev = TSFLAG_DESTRUCTIVE_INST_TYPE(0x7), enumerator
H A DSVEInstrFormats.td5640 let DestructiveInstType = DestructiveBinaryCommWithRev in {
H A DAArch64InstrFormats.td37 def DestructiveBinaryCommWithRev : DestructiveInstTypeEnum<7>;