Searched refs:SMMLSR (Results 1 – 25 of 32) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | dsp-mlal.ll | 58 define hidden i32 @SMMLSR(i32 %a, i32 %b, i32 %c) local_unnamed_addr { 60 ; CHECK-LABEL: SMMLSR: 62 ; NODSP-LABEL: SMMLSR:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 212 SMMLSR, // Signed multiply long, subtract and round enumerator
|
D | ARMScheduleSwift.td | 247 (instregex "MLA", "MLS", "SMMLA", "SMMLAR", "SMMLS", "SMMLSR",
|
D | ARMScheduleR52.td | 272 (instregex "MLA", "MLS", "SMMLA", "SMMLAR", "SMMLS", "SMMLSR",
|
D | ARMScheduleA9.td | 2550 "SMMLA", "SMMLAR", "SMMLS", "SMMLSR")>;
|
D | ARMInstrInfo.td | 114 def ARMsmmlsr : SDNode<"ARMISD::SMMLSR", SDT_MulHSR>; 4204 def SMMLSR : AMul2Ia <0b0111010, 0b1111, (outs GPR:$Rd),
|
D | ARMISelLowering.cpp | 1361 case ARMISD::SMMLSR: return "ARMISD::SMMLSR"; in getTargetNodeName() 10200 FinalOpc = ARMISD::SMMLSR; in AddCombineTo64bitMLAL()
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 242 (instregex "MLAS", "MLA", "MLS", "SMMLA", "SMMLAR", "SMMLS", "SMMLSR",
|
D | ARMScheduleA9.td | 2499 "SMMLA", "SMMLAR", "SMMLS", "SMMLSR")>;
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 1559 # SMMLS/SMMLSR
|
D | thumb2.txt | 1761 # SMMLS/SMMLSR
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 1711 # SMMLS/SMMLSR
|
D | thumb2.txt | 1900 # SMMLS/SMMLSR
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 1711 # SMMLS/SMMLSR
|
D | thumb2.txt | 1900 # SMMLS/SMMLSR
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-arm-instructions.s | 1730 @ SMMLS/SMMLSR
|
D | basic-thumb2-instructions.s | 1982 @ SMMLS/SMMLSR
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmWriter.inc | 1318 547968U, // SMMLSR 4538 35651584U, // SMMLSR
|
D | ARMGenMCCodeEmitter.inc | 811 UINT64_C(122683632), // SMMLSR 9907 case ARM::SMMLSR: 12084 Feature_IsARM | Feature_HasV6 | 0, // SMMLSR = 798
|
/external/llvm/test/MC/ARM/ |
D | basic-arm-instructions.s | 2503 @ SMMLS/SMMLSR
|
D | basic-thumb2-instructions.s | 2417 @ SMMLS/SMMLSR
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | basic-arm-instructions.s | 2505 @ SMMLS/SMMLSR
|
D | basic-thumb2-instructions.s | 2465 @ SMMLS/SMMLSR
|
/external/capstone/arch/ARM/ |
D | ARMGenAsmWriter.inc | 371 31144U, // SMMLSR 3164 17825792U, // SMMLSR
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 3597 def SMMLSR : AMul2Ia <0b0111010, 0b1111, (outs GPR:$Rd),
|
12