Searched refs:SMMLAR (Results 1 – 25 of 32) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | dsp-mlal.ll | 139 define hidden i32 @SMMLAR(i32 %a, i32 %b, i32 %c) local_unnamed_addr { 141 ; CHECK-LABEL: SMMLAR: 143 ; NODSP-LABEL: SMMLAR:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 211 SMMLAR, // Signed multiply long, round and add 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 | 113 def ARMsmmlar : SDNode<"ARMISD::SMMLAR", SDT_MulHSR>; 4191 def SMMLAR : AMul2Ia <0b0111010, 0b0011, (outs GPR:$Rd),
|
D | ARMISelLowering.cpp | 1360 case ARMISD::SMMLAR: return "ARMISD::SMMLAR"; in getTargetNodeName() 10202 FinalOpc = ARMISD::SMMLAR; 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 | 1545 # SMMLA/SMMLAR
|
D | thumb2.txt | 1745 # SMMLA/SMMLAR
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 1697 # SMMLA/SMMLAR
|
D | thumb2.txt | 1884 # SMMLA/SMMLAR
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 1697 # SMMLA/SMMLAR
|
D | thumb2.txt | 1884 # SMMLA/SMMLAR
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-arm-instructions.s | 1716 @ SMMLA/SMMLAR
|
D | basic-thumb2-instructions.s | 1966 @ SMMLA/SMMLAR
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmWriter.inc | 1316 547907U, // SMMLAR 4536 35651584U, // SMMLAR
|
D | ARMGenMCCodeEmitter.inc | 809 UINT64_C(122683440), // SMMLAR 9905 case ARM::SMMLAR: 12082 Feature_IsARM | Feature_HasV6 | 0, // SMMLAR = 796
|
/external/llvm/test/MC/ARM/ |
D | basic-arm-instructions.s | 2489 @ SMMLA/SMMLAR
|
D | basic-thumb2-instructions.s | 2401 @ SMMLA/SMMLAR
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | basic-arm-instructions.s | 2491 @ SMMLA/SMMLAR
|
D | basic-thumb2-instructions.s | 2449 @ SMMLA/SMMLAR
|
/external/capstone/arch/ARM/ |
D | ARMGenAsmWriter.inc | 369 31083U, // SMMLAR 3162 17825792U, // SMMLAR
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 3586 def SMMLAR : AMul2Ia <0b0111010, 0b0011, (outs GPR:$Rd),
|
12