Searched refs:DestructiveBinaryCommWithRev (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 303 …n_pred_arit_0<0b001, "sub", "SUB_ZPZZ", int_aarch64_sve_sub, DestructiveBinaryCommWithRev, "SUBR_… 363 …arit_2_div<0b100, "sdiv", "SDIV_ZPZZ", int_aarch64_sve_sdiv, DestructiveBinaryCommWithRev, "SDIVR… 364 …arit_2_div<0b101, "udiv", "UDIV_ZPZZ", int_aarch64_sve_udiv, DestructiveBinaryCommWithRev, "UDIVR… 419 …_2op_p_zds<0b0001, "fsub", "FSUB_ZPZZ", int_aarch64_sve_fsub, DestructiveBinaryCommWithRev, "FSUBR… 430 …_2op_p_zds<0b1101, "fdiv", "FDIV_ZPZZ", int_aarch64_sve_fdiv, DestructiveBinaryCommWithRev, "FDIVR… 2598 …<0b000100, "srshl", int_aarch64_sve_srshl, "SRSHL_ZPZZ", DestructiveBinaryCommWithRev, "SRSHL… 2599 …<0b000110, "urshl", int_aarch64_sve_urshl, "URSHL_ZPZZ", DestructiveBinaryCommWithRev, "URSHL… 2602 …<0b010000, "sqshl", int_aarch64_sve_sqshl, "SQSHL_ZPZZ", DestructiveBinaryCommWithRev, "SQSHL… 2603 …<0b010010, "uqshl", int_aarch64_sve_uqshl, "UQSHL_ZPZZ", DestructiveBinaryCommWithRev, "UQSHL… 2604 …<0b010100, "sqrshl", int_aarch64_sve_sqrshl, "SQRSHL_ZPZZ", DestructiveBinaryCommWithRev, "SQRSH… [all …]
|
| H A D | AArch64ExpandPseudoInsts.cpp | 457 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp() 495 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp() 592 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
|
| H A D | AArch64InstrInfo.h | 483 DestructiveBinaryCommWithRev = TSFLAG_DESTRUCTIVE_INST_TYPE(0x7), enumerator
|
| H A D | SVEInstrFormats.td | 5308 let DestructiveInstType = DestructiveBinaryCommWithRev in {
|
| H A D | AArch64InstrFormats.td | 37 def DestructiveBinaryCommWithRev : DestructiveInstTypeEnum<7>;
|