Searched refs:SMLALBB (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 267 SMLALBB, // 64-bit signed accumulate multiply bottom, bottom 16 enumerator
|
H A D | ARMScheduleA9.td | 2552 "UMAAL", "SMLALv5", "UMLALv5", "SMLALBB", "SMLALBT", "SMLALTB",
|
H A D | ARMInstrInfo.td | 232 def ARMsmlalbb : SDNode<"ARMISD::SMLALBB", SDT_LongMac, []>; 4617 def SMLALBB : SMLAL<0b00, "smlalbb">; 4623 (SMLALBB $Rn, $Rm, $RLo, $RHi)>;
|
H A D | ARMISelLowering.cpp | 1842 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 D | ARMAsmParser.cpp | 8492 case ARM::SMLALBB: in validateInstruction()
|