Searched refs:SMLALTB (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 269 SMLALTB, // 64-bit signed accumulate multiply top, bottom 16 enumerator
|
H A D | ARMScheduleR52.td | 280 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
|
H A D | ARMScheduleSwift.td | 308 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
|
H A D | ARMScheduleA9.td | 2552 "UMAAL", "SMLALv5", "UMLALv5", "SMLALBB", "SMLALBT", "SMLALTB",
|
H A D | ARMInstrInfo.td | 234 def ARMsmlaltb : SDNode<"ARMISD::SMLALTB", SDT_LongMac, []>; 4619 def SMLALTB : SMLAL<0b01, "smlaltb">; 4627 (SMLALTB $Rn, $Rm, $RLo, $RHi)>;
|
H A D | ARMISelLowering.cpp | 1844 MAKE_CASE(ARMISD::SMLALTB) in getTargetNodeName() 12878 Opcode = ARMISD::SMLALTB; in AddCombineTo64BitSMLAL16() 19034 case ARMISD::SMLALTB: { in PerformDAGCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 8496 case ARM::SMLALTB: in validateInstruction()
|