Searched refs:DestructiveBinaryCommWithRev (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 504 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp() 544 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp() 610 DType == AArch64::DestructiveBinaryCommWithRev) && in expand_DestructiveOp() 629 DType == AArch64::DestructiveBinaryCommWithRev) && in expand_DestructiveOp() 660 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
|
| H A D | AArch64SVEInstrInfo.td | 543 …int_bin_pred_arit_0<0b001, "sub", "SUB_ZPZZ", AArch64sub_m1, DestructiveBinaryCommWithRev, "SUBR_… 544 …pred_arit_0<0b011, "subr", "SUBR_ZPZZ", int_aarch64_sve_subr, DestructiveBinaryCommWithRev, "SUB_Z… 610 …arit_2_div<0b100, "sdiv", "SDIV_ZPZZ", int_aarch64_sve_sdiv, DestructiveBinaryCommWithRev, "SDIVR… 611 …arit_2_div<0b101, "udiv", "UDIV_ZPZZ", int_aarch64_sve_udiv, DestructiveBinaryCommWithRev, "UDIVR… 612 …it_2_div<0b110, "sdivr", "SDIVR_ZPZZ", int_aarch64_sve_sdivr, DestructiveBinaryCommWithRev, "SDIV_… 613 …it_2_div<0b111, "udivr", "UDIVR_ZPZZ", int_aarch64_sve_udivr, DestructiveBinaryCommWithRev, "UDIV_… 698 …sve_fp_2op_p_zds<0b0001, "fsub", "FSUB_ZPZZ", AArch64fsub_m1, DestructiveBinaryCommWithRev, "FSUBR… 700 …p_p_zds<0b0011, "fsubr", "FSUBR_ZPZZ", int_aarch64_sve_fsubr, DestructiveBinaryCommWithRev, "FSUB_… 708 …p_p_zds<0b1100, "fdivr", "FDIVR_ZPZZ", int_aarch64_sve_fdivr, DestructiveBinaryCommWithRev, "FDIV_… 709 …_2op_p_zds<0b1101, "fdiv", "FDIV_ZPZZ", int_aarch64_sve_fdiv, DestructiveBinaryCommWithRev, "FDIVR… [all …]
|
| H A D | AArch64InstrInfo.h | 778 DestructiveBinaryCommWithRev = TSFLAG_DESTRUCTIVE_INST_TYPE(0x7), enumerator
|
| H A D | SVEInstrFormats.td | 6009 let DestructiveInstType = DestructiveBinaryCommWithRev in {
|
| H A D | AArch64InstrFormats.td | 37 def DestructiveBinaryCommWithRev : DestructiveInstTypeEnum<7>;
|