Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h267 SMLALD, // Signed multiply accumulate 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.td2556 (instregex "SMLAD", "SMLADX", "SMLALD", "SMLALDX", "SMLSD", "SMLSDX",
H A DARMInstrInfo.td107 def ARMSmlald : SDNode<"ARMISD::SMLALD", SDT_LongMac>;
4660 (SMLALD GPRnopc:$Rn, GPRnopc:$Rm, GPRnopc:$RLo, GPRnopc:$RHi)>;
H A DARMInstrThumb2.td3171 // Dual halfword multiple: SMUAD, SMUSD, SMLAD, SMLSD, SMLALD, SMLSLD
H A DARMISelLowering.cpp1760 MAKE_CASE(ARMISD::SMLALD) in getTargetNodeName()
9959 Opc = ARMISD::SMLALD; in ReplaceLongIntrinsic()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dunspecs.md130 UNSPEC_SMLALD ; Represent the SMLALD operation.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dunspecs.md130 UNSPEC_SMLALD ; Represent the SMLALD operation.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp8270 case ARM::SMLALD: in validateInstruction()