Searched refs:DestructiveBinaryCommWithRev (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 491 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp() 531 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp() 597 DType == AArch64::DestructiveBinaryCommWithRev) && in expand_DestructiveOp() 616 DType == AArch64::DestructiveBinaryCommWithRev) && in expand_DestructiveOp() 647 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
|
| H A D | AArch64SVEInstrInfo.td | 507 …int_bin_pred_arit_0<0b001, "sub", "SUB_ZPZZ", AArch64sub_m1, DestructiveBinaryCommWithRev, "SUBR_… 574 …arit_2_div<0b100, "sdiv", "SDIV_ZPZZ", int_aarch64_sve_sdiv, DestructiveBinaryCommWithRev, "SDIVR… 575 …arit_2_div<0b101, "udiv", "UDIV_ZPZZ", int_aarch64_sve_udiv, DestructiveBinaryCommWithRev, "UDIVR… 662 …sve_fp_2op_p_zds<0b0001, "fsub", "FSUB_ZPZZ", AArch64fsub_m1, DestructiveBinaryCommWithRev, "FSUBR… 673 …_2op_p_zds<0b1101, "fdiv", "FDIV_ZPZZ", int_aarch64_sve_fdiv, DestructiveBinaryCommWithRev, "FDIVR… 3508 …<0b000100, "srshl", int_aarch64_sve_srshl, "SRSHL_ZPZZ", DestructiveBinaryCommWithRev, "SRSHL… 3509 …<0b000110, "urshl", int_aarch64_sve_urshl, "URSHL_ZPZZ", DestructiveBinaryCommWithRev, "URSHL… 3512 …<0b010000, "sqshl", int_aarch64_sve_sqshl, "SQSHL_ZPZZ", DestructiveBinaryCommWithRev, "SQSHL… 3513 …<0b010010, "uqshl", int_aarch64_sve_uqshl, "UQSHL_ZPZZ", DestructiveBinaryCommWithRev, "UQSHL… 3514 …<0b010100, "sqrshl", int_aarch64_sve_sqrshl, "SQRSHL_ZPZZ", DestructiveBinaryCommWithRev, "SQRSH… [all …]
|
| H A D | AArch64InstrInfo.h | 628 DestructiveBinaryCommWithRev = TSFLAG_DESTRUCTIVE_INST_TYPE(0x7), enumerator
|
| H A D | SVEInstrFormats.td | 5989 let DestructiveInstType = DestructiveBinaryCommWithRev in {
|
| H A D | AArch64InstrFormats.td | 37 def DestructiveBinaryCommWithRev : DestructiveInstTypeEnum<7>;
|