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