Searched refs:UMLAL (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/MC/ARM/ |
D | mul-v4.s | 1 @ PR17647: MUL/MLA/SMLAL/UMLAL should be avalaibe to IAS for ARMv4 and higher
|
D | basic-thumb2-instructions.s | 3341 @ UMLAL
|
D | basic-arm-instructions.s | 3284 @ UMLAL
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 165 UMLAL, // 64bit Unsigned Accumulate Multiply enumerator
|
D | ARMInstrInfo.td | 93 def ARMUmlal : SDNode<"ARMISD::UMLAL", SDT_ARM64bitmlal>; 3880 def UMLAL : AsMla1I64<0b0000101, (outs GPR:$RdLo, GPR:$RdHi), 3910 (UMLAL GPR:$RdLo, GPR:$RdHi, GPR:$Rn, GPR:$Rm, GPR:$RLo, GPR:$RHi, 5657 // MUL/UMLAL/SMLAL/UMULL/SMULL are available on all arches, but 5671 (UMLAL GPR:$RdLo, GPR:$RdHi, GPR:$Rn, GPR:$Rm, pred:$p, cc_out:$s)>,
|
D | ARMISelDAGToDAG.cpp | 2657 case ARMISD::UMLAL:{ in Select() 2669 ARM::UMLAL : ARM::UMLALv5, in Select()
|
D | ARMScheduleSwift.td | 1328 (instregex "SMLALS", "UMLALS", "SMLAL", "UMLAL", "MLALBB", "SMLALBT",
|
D | ARMScheduleA9.td | 2501 (instregex "SMULL", "SMULLv5", "UMULL", "UMULLv5", "SMLAL$", "UMLAL",
|
D | ARMISelLowering.cpp | 1107 case ARMISD::UMLAL: return "ARMISD::UMLAL"; in getTargetNodeName() 7929 unsigned FinalOpc = (Opc == ISD::SMUL_LOHI) ? ARMISD::SMLAL : ARMISD::UMLAL; in AddCombineTo64bitMLAL()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 522 (instregex "MLA","MLS","SMLAL","SMLSL","UMLAL","UMLSL",
|
D | AArch64InstrInfo.td | 3280 defm UMLAL : SIMDLongThreeVectorTiedBHS<1, 0b1000, "umlal", 3306 // Additional patterns for SMLAL/SMLSL and UMLAL/UMLSL 4364 defm UMLAL : SIMDVectorIndexedLongSDTied<1, 0b0010, "umlal",
|
/external/vixl/doc/ |
D | supported-instructions.md | 4188 ### UMLAL ### subsection 4198 ### UMLAL ### subsection
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 2288 # UMLAL
|
D | thumb2.txt | 2428 # UMLAL
|
/external/valgrind/none/tests/arm/ |
D | v6intARM.stdout.exp | 555 UMLAL
|
D | v6media.stdout.exp | 36 UMLAL
|