Home
last modified time | relevance | path

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

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