Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h267 SMLALBB, // 64-bit signed accumulate multiply bottom, bottom 16 enumerator
H A DARMScheduleA9.td2552 "UMAAL", "SMLALv5", "UMLALv5", "SMLALBB", "SMLALBT", "SMLALTB",
H A DARMInstrInfo.td232 def ARMsmlalbb : SDNode<"ARMISD::SMLALBB", SDT_LongMac, []>;
4617 def SMLALBB : SMLAL<0b00, "smlalbb">;
4623 (SMLALBB $Rn, $Rm, $RLo, $RHi)>;
H A DARMISelLowering.cpp1842 MAKE_CASE(ARMISD::SMLALBB) in getTargetNodeName()
12870 Opcode = ARMISD::SMLALBB; in AddCombineTo64BitSMLAL16()
19012 case ARMISD::SMLALBB: in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8492 case ARM::SMLALBB: in validateInstruction()