Searched refs:SMLSLD (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 269 SMLSLD, // Signed multiply subtract 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 | 2557 "SMLSLD", "SMLSLDX", "SMUAD", "SMUADX", "SMUSD", "SMUSDX")>;
|
H A D | ARMInstrInfo.td | 109 def ARMSmlsld : SDNode<"ARMISD::SMLSLD", SDT_LongMac>; 4664 (SMLSLD 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 | 1762 MAKE_CASE(ARMISD::SMLSLD) in getTargetNodeName() 9963 Opc = ARMISD::SMLSLD; in ReplaceLongIntrinsic()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | unspecs.md | 132 UNSPEC_SMLSLD ; Represent the SMLSLD operation.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | unspecs.md | 132 UNSPEC_SMLSLD ; Represent the SMLSLD operation.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 8274 case ARM::SMLSLD: in validateInstruction()
|