Searched refs:DestructiveBinaryCommWithRev (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 414 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp() 449 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp() 540 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
|
H A D | AArch64InstrInfo.h | 483 DestructiveBinaryCommWithRev = TSFLAG_DESTRUCTIVE_INST_TYPE(0x7), enumerator
|
H A D | AArch64SVEInstrInfo.td | 301 …n_pred_arit_0<0b001, "sub", "SUB_ZPZZ", int_aarch64_sve_sub, DestructiveBinaryCommWithRev, "SUBR_… 302 …pred_arit_0<0b011, "subr", "SUBR_ZPZZ", int_aarch64_sve_subr, DestructiveBinaryCommWithRev, "SUB_Z… 361 …arit_2_div<0b100, "sdiv", "SDIV_ZPZZ", int_aarch64_sve_sdiv, DestructiveBinaryCommWithRev, "SDIVR… 362 …arit_2_div<0b101, "udiv", "UDIV_ZPZZ", int_aarch64_sve_udiv, DestructiveBinaryCommWithRev, "UDIVR… 363 …it_2_div<0b110, "sdivr", "SDIVR_ZPZZ", int_aarch64_sve_sdivr, DestructiveBinaryCommWithRev, "SDIV_… 364 …it_2_div<0b111, "udivr", "UDIVR_ZPZZ", int_aarch64_sve_udivr, DestructiveBinaryCommWithRev, "UDIV_… 417 …_2op_p_zds<0b0001, "fsub", "FSUB_ZPZZ", int_aarch64_sve_fsub, DestructiveBinaryCommWithRev, "FSUBR… 419 …p_p_zds<0b0011, "fsubr", "FSUBR_ZPZZ", int_aarch64_sve_fsubr, DestructiveBinaryCommWithRev, "FSUB_… 427 …p_p_zds<0b1100, "fdivr", "FDIVR_ZPZZ", int_aarch64_sve_fdivr, DestructiveBinaryCommWithRev, "FDIV_… 428 …_2op_p_zds<0b1101, "fdiv", "FDIV_ZPZZ", int_aarch64_sve_fdiv, DestructiveBinaryCommWithRev, "FDIVR…
|
H A D | SVEInstrFormats.td | 5126 let DestructiveInstType = DestructiveBinaryCommWithRev in {
|
H A D | AArch64InstrFormats.td | 37 def DestructiveBinaryCommWithRev : DestructiveInstTypeEnum<7>;
|