Searched refs:SMLALD (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 267 SMLALD, // Signed multiply accumulate long dual enumerator
|
H A D | ARMScheduleSwift.td | 308 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
|
H A D | ARMScheduleR52.td | 280 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
|
H A D | ARMScheduleA9.td | 2556 (instregex "SMLAD", "SMLADX", "SMLALD", "SMLALDX", "SMLSD", "SMLSDX",
|
H A D | ARMInstrInfo.td | 107 def ARMSmlald : SDNode<"ARMISD::SMLALD", SDT_LongMac>; 4660 (SMLALD GPRnopc:$Rn, GPRnopc:$Rm, GPRnopc:$RLo, GPRnopc:$RHi)>;
|
H A D | ARMInstrThumb2.td | 3171 // Dual halfword multiple: SMUAD, SMUSD, SMLAD, SMLSD, SMLALD, SMLSLD
|
H A D | ARMISelLowering.cpp | 1760 MAKE_CASE(ARMISD::SMLALD) in getTargetNodeName() 9959 Opc = ARMISD::SMLALD; in ReplaceLongIntrinsic()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | unspecs.md | 130 UNSPEC_SMLALD ; Represent the SMLALD operation.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | unspecs.md | 130 UNSPEC_SMLALD ; Represent the SMLALD operation.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 8270 case ARM::SMLALD: in validateInstruction()
|