Searched refs:SMLALBT (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 268 SMLALBT, // 64-bit signed accumulate multiply bottom, top 16 enumerator
|
H A D | ARMScheduleR52.td | 279 "SMLAL", "UMLAL", "SMLALBT",
|
H A D | ARMScheduleSwift.td | 307 (instregex "SMLAL", "UMLAL", "SMLALBT",
|
H A D | ARMScheduleA9.td | 2552 "UMAAL", "SMLALv5", "UMLALv5", "SMLALBB", "SMLALBT", "SMLALTB",
|
H A D | ARMInstrInfo.td | 233 def ARMsmlalbt : SDNode<"ARMISD::SMLALBT", SDT_LongMac, []>; 4618 def SMLALBT : SMLAL<0b10, "smlalbt">; 4625 (SMLALBT $Rn, $Rm, $RLo, $RHi)>;
|
H A D | ARMISelLowering.cpp | 1843 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 D | ARMAsmParser.cpp | 8493 case ARM::SMLALBT: in validateInstruction()
|