Searched refs:SMLALDX (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 272 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 | 108 def ARMSmlaldx : SDNode<"ARMISD::SMLALDX", SDT_LongMac>; 4713 (SMLALDX GPRnopc:$Rn, GPRnopc:$Rm, GPRnopc:$RLo, GPRnopc:$RHi)>;
|
H A D | ARMISelLowering.cpp | 1849 MAKE_CASE(ARMISD::SMLALDX) in getTargetNodeName() 10703 Opc = ARMISD::SMLALDX; in ReplaceLongIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 8495 case ARM::SMLALDX: in validateInstruction()
|