Searched refs:SMLALTT (Results 1 – 25 of 31) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 206 SMLALTT, // 64-bit signed accumulate multiply top, top 16 enumerator
|
D | ARMScheduleSwift.td | 309 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
|
D | ARMScheduleR52.td | 281 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
|
D | ARMInstrInfo.td | 214 def ARMsmlaltt : SDNode<"ARMISD::SMLALTT", SDT_LongMac, []>; 4326 def SMLALTT : SMLAL<0b11, "smlaltt">; 4335 (SMLALTT $Rn, $Rm, $RLo, $RHi)>;
|
D | ARMScheduleA9.td | 2554 "SMLALTT")>;
|
D | ARMISelLowering.cpp | 1353 case ARMISD::SMLALTT: return "ARMISD::SMLALTT"; in getTargetNodeName() 10043 Opcode = ARMISD::SMLALTT; in AddCombineTo64BitSMLAL16() 12838 case ARMISD::SMLALTT: { in PerformDAGCombine()
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 1467 # SMLALBB/SMLALBT/SMLALTB/SMLALTT 1601 # SMULBB/SMLALBT/SMLALTB/SMLALTT
|
D | thumb2.txt | 1658 # SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 292 "SMLALTB", "SMLALTT", "SMLALD", "SMLALDX", "SMLSLD", "SMLSLDX",
|
D | ARMScheduleA9.td | 2503 "SMLALTT")>;
|
D | ARMInstrInfo.td | 4121 def SMLALTT : AMulxyI64<0b0001010, 0b11, (outs GPRnopc:$RdLo, GPRnopc:$RdHi),
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 1619 # SMLALBB/SMLALBT/SMLALTB/SMLALTT 1753 # SMULBB/SMLALBT/SMLALTB/SMLALTT
|
D | thumb2.txt | 1797 # SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 1619 # SMLALBB/SMLALBT/SMLALTB/SMLALTT 1753 # SMULBB/SMLALBT/SMLALTB/SMLALTT
|
D | thumb2.txt | 1797 # SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-arm-instructions.s | 1638 @ SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
D | basic-thumb2-instructions.s | 1878 @ SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmWriter.inc | 1306 581011U, // SMLALTT 4526 35651584U, // SMLALTT
|
D | ARMGenMCCodeEmitter.inc | 799 UINT64_C(20971744), // SMLALTT 10657 case ARM::SMLALTT: 12072 Feature_IsARM | Feature_HasV5TE | 0, // SMLALTT = 786
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | basic-thumb2-instructions.s | 2361 @ SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
D | basic-arm-instructions.s | 2413 @ SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
/external/llvm/test/MC/ARM/ |
D | basic-arm-instructions.s | 2411 @ SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
D | basic-thumb2-instructions.s | 2313 @ SMLALBB/SMLALBT/SMLALTB/SMLALTT
|
/external/capstone/arch/ARM/ |
D | ARMGenAsmWriter.inc | 358 31398U, // SMLALTT 3151 17825792U, // SMLALTT
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 3712 def SMLALTT : AMulxyI64<0b0001010, 0b11, (outs GPRnopc:$RdLo, GPRnopc:$RdHi),
|
12