Home
last modified time | relevance | path

Searched refs:SMLSLDX (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h270 SMLSLDX, // Signed multiply subtract long dual exchange enumerator
H A DARMScheduleSwift.td308 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
H A DARMScheduleR52.td280 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
H A DARMScheduleA9.td2557 "SMLSLD", "SMLSLDX", "SMUAD", "SMUADX", "SMUSD", "SMUSDX")>;
H A DARMInstrInfo.td110 def ARMSmlsldx : SDNode<"ARMISD::SMLSLDX", SDT_LongMac>;
4666 (SMLSLDX GPRnopc:$Rn, GPRnopc:$Rm, GPRnopc:$RLo, GPRnopc:$RHi)>;
H A DARMISelLowering.cpp1763 MAKE_CASE(ARMISD::SMLSLDX) in getTargetNodeName()
9965 Opc = ARMISD::SMLSLDX; in ReplaceLongIntrinsic()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dunspecs.md133 UNSPEC_SMLSLDX ; Represent the SMLSLDX operation.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dunspecs.md133 UNSPEC_SMLSLDX ; Represent the SMLSLDX operation.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8275 case ARM::SMLSLDX: in validateInstruction()