Home
last modified time | relevance | path

Searched refs:SMLALBT (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h268 SMLALBT, // 64-bit signed accumulate multiply bottom, top 16 enumerator
H A DARMScheduleR52.td279 "SMLAL", "UMLAL", "SMLALBT",
H A DARMScheduleSwift.td307 (instregex "SMLAL", "UMLAL", "SMLALBT",
H A DARMScheduleA9.td2552 "UMAAL", "SMLALv5", "UMLALv5", "SMLALBB", "SMLALBT", "SMLALTB",
H A DARMInstrInfo.td233 def ARMsmlalbt : SDNode<"ARMISD::SMLALBT", SDT_LongMac, []>;
4618 def SMLALBT : SMLAL<0b10, "smlalbt">;
4625 (SMLALBT $Rn, $Rm, $RLo, $RHi)>;
H A DARMISelLowering.cpp1843 MAKE_CASE(ARMISD::SMLALBT) in getTargetNodeName()
12874 Opcode = ARMISD::SMLALBT; in AddCombineTo64BitSMLAL16()
19024 case ARMISD::SMLALBT: { in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8493 case ARM::SMLALBT: in validateInstruction()