Searched refs:SMLALDX (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 273 SMLALDX, // Signed multiply accumulate long dual exchange 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 | 2556 (instregex "SMLAD", "SMLADX", "SMLALD", "SMLALDX", "SMLSD", "SMLSDX",
|
| H A D | ARMInstrInfo.td | 137 def ARMSmlaldx : SDNode<"ARMISD::SMLALDX", SDT_LongMac>; 4731 (SMLALDX GPRnopc:$Rn, GPRnopc:$Rm, GPRnopc:$RLo, GPRnopc:$RHi)>;
|
| H A D | ARMISelLowering.cpp | 1843 MAKE_CASE(ARMISD::SMLALDX) in getTargetNodeName() 10766 Opc = ARMISD::SMLALDX; in ReplaceLongIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 8532 case ARM::SMLALDX: in validateInstruction()
|