Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp409 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
432 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
517 case AArch64::DestructiveBinaryCommWithRev: in expand_DestructiveOp()
DAArch64InstrInfo.h442 DestructiveBinaryCommWithRev = TSFLAG_DESTRUCTIVE_INST_TYPE(0x7), enumerator
DAArch64SVEInstrInfo.td292 …n_pred_arit_0<0b001, "sub", "SUB_ZPZZ", int_aarch64_sve_sub, DestructiveBinaryCommWithRev, "SUBR_…
293 …pred_arit_0<0b011, "subr", "SUBR_ZPZZ", int_aarch64_sve_subr, DestructiveBinaryCommWithRev, "SUB_Z…
349 …arit_2_div<0b100, "sdiv", "SDIV_ZPZZ", int_aarch64_sve_sdiv, DestructiveBinaryCommWithRev, "SDIVR…
350 …arit_2_div<0b101, "udiv", "UDIV_ZPZZ", int_aarch64_sve_udiv, DestructiveBinaryCommWithRev, "UDIVR…
351 …it_2_div<0b110, "sdivr", "SDIVR_ZPZZ", int_aarch64_sve_sdivr, DestructiveBinaryCommWithRev, "SDIV_…
352 …it_2_div<0b111, "udivr", "UDIVR_ZPZZ", int_aarch64_sve_udivr, DestructiveBinaryCommWithRev, "UDIV_…
410 …_2op_p_zds<0b0001, "fsub", "FSUB_ZPZZ", int_aarch64_sve_fsub, DestructiveBinaryCommWithRev, "FSUBR…
412 …p_p_zds<0b0011, "fsubr", "FSUBR_ZPZZ", int_aarch64_sve_fsubr, DestructiveBinaryCommWithRev, "FSUB_…
420 …p_p_zds<0b1100, "fdivr", "FDIVR_ZPZZ", int_aarch64_sve_fdivr, DestructiveBinaryCommWithRev, "FDIV_…
421 …_2op_p_zds<0b1101, "fdiv", "FDIV_ZPZZ", int_aarch64_sve_fdiv, DestructiveBinaryCommWithRev, "FDIVR…
DSVEInstrFormats.td4957 let DestructiveInstType = DestructiveBinaryCommWithRev in {
DAArch64InstrFormats.td37 def DestructiveBinaryCommWithRev : DestructiveInstTypeEnum<7>;