Searched refs:UMLAL (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 264 UMLAL, // 64bit Unsigned Accumulate Multiply enumerator
|
H A D | ARMScheduleR52.td | 279 "SMLAL", "UMLAL", "SMLALBT",
|
H A D | ARMScheduleSwift.td | 307 (instregex "SMLAL", "UMLAL", "SMLALBT",
|
H A D | ARMInstrInfo.td | 4427 def UMLAL : AsMla1I64<0b0000101, (outs GPR:$RdLo, GPR:$RdHi), 4461 (UMLAL GPR:$RdLo, GPR:$RdHi, GPR:$Rn, GPR:$Rm, GPR:$RLo, GPR:$RHi, 6437 // MUL/UMLAL/SMLAL/UMULL/SMULL are available on all arches, but 6451 (UMLAL GPR:$RdLo, GPR:$RdHi, GPR:$Rn, GPR:$Rm, pred:$p, cc_out:$s), 0>,
|
H A D | ARMISelDAGToDAG.cpp | 3935 case ARMISD::UMLAL:{ in Select() 3949 Subtarget->hasV6Ops() ? ARM::UMLAL : ARM::UMLALv5, dl, in Select()
|
H A D | ARMScheduleA9.td | 2551 (instregex "SMULL", "SMULLv5", "UMULL", "UMULLv5", "SMLAL$", "UMLAL",
|
H A D | ARMISelLowering.cpp | 1840 MAKE_CASE(ARMISD::UMLAL) in getTargetNodeName() 12983 unsigned FinalOpc = (Opc == ISD::SMUL_LOHI) ? ARMISD::SMLAL : ARMISD::UMLAL; in AddCombineTo64bitMLAL() 13090 if (AddcNode->getOperand(0).getOpcode() == ARMISD::UMLAL) { in AddCombineTo64bitUMAAL() 13093 } else if (AddcNode->getOperand(1).getOpcode() == ARMISD::UMLAL) { in AddCombineTo64bitUMAAL() 18889 case ARMISD::UMLAL: return PerformUMLALCombine(N, DCI.DAG, Subtarget); in PerformDAGCombine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedCyclone.td | 529 (instregex "MLA","MLS","SMLAL","SMLSL","UMLAL","UMLSL",
|
H A D | AArch64InstrInfo.td | 6329 defm UMLAL : SIMDLongThreeVectorTiedBHS<1, 0b1000, "umlal", 7825 defm UMLAL : SIMDVectorIndexedLongSDTied<1, 0b0010, "umlal",
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sme.td | 526 // FMLAL/FMLSL/UMLAL/SMLAL
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 8486 case ARM::UMLAL: in validateInstruction()
|