Home
last modified time | relevance | path

Searched refs:SMLSLD (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h269 SMLSLD, // Signed multiply subtract long dual 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.td109 def ARMSmlsld : SDNode<"ARMISD::SMLSLD", SDT_LongMac>;
4664 (SMLSLD GPRnopc:$Rn, GPRnopc:$Rm, GPRnopc:$RLo, GPRnopc:$RHi)>;
H A DARMInstrThumb2.td3171 // Dual halfword multiple: SMUAD, SMUSD, SMLAD, SMLSD, SMLALD, SMLSLD
H A DARMISelLowering.cpp1762 MAKE_CASE(ARMISD::SMLSLD) in getTargetNodeName()
9963 Opc = ARMISD::SMLSLD; in ReplaceLongIntrinsic()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dunspecs.md132 UNSPEC_SMLSLD ; Represent the SMLSLD operation.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dunspecs.md132 UNSPEC_SMLSLD ; Represent the SMLSLD operation.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8274 case ARM::SMLSLD: in validateInstruction()