Searched refs:UMLAL (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 265 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 | 4445 def UMLAL : AsMla1I64<0b0000101, (outs GPR:$RdLo, GPR:$RdHi), 4479 (UMLAL GPR:$RdLo, GPR:$RdHi, GPR:$Rn, GPR:$Rm, GPR:$RLo, GPR:$RHi, 6470 // MUL/UMLAL/SMLAL/UMULL/SMULL are available on all arches, but 6484 (UMLAL GPR:$RdLo, GPR:$RdHi, GPR:$Rn, GPR:$Rm, pred:$p, cc_out:$s), 0>,
|
| H A D | ARMISelDAGToDAG.cpp | 3929 case ARMISD::UMLAL:{ in Select() 3943 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 | 1834 MAKE_CASE(ARMISD::UMLAL) in getTargetNodeName() 13050 unsigned FinalOpc = (Opc == ISD::SMUL_LOHI) ? ARMISD::SMLAL : ARMISD::UMLAL; in AddCombineTo64bitMLAL() 13157 if (AddcNode->getOperand(0).getOpcode() == ARMISD::UMLAL) { in AddCombineTo64bitUMAAL() 13160 } else if (AddcNode->getOperand(1).getOpcode() == ARMISD::UMLAL) { in AddCombineTo64bitUMAAL() 18960 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 | 6786 defm UMLAL : SIMDLongThreeVectorTiedBHS<1, 0b1000, "umlal", 8348 defm UMLAL : SIMDVectorIndexedLongSDTied<1, 0b0010, "umlal",
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sme.td | 652 // FMLAL/FMLSL/UMLAL/SMLAL
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 8523 case ARM::UMLAL: in validateInstruction()
|