Searched refs:UMLAL (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | misched-int-basic.mir | 61 # CHECK: SU(11): %13:gpr, %14:gprnopc = UMLAL %6:gprnopc, %6:gprnopc, %13:gpr(tied-def 0), … 123 %13, %14 = UMLAL %6, %6, %13, %14, 14, $noreg, $noreg
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | mul-v4.s | 1 @ PR17647: MUL/MLA/SMLAL/UMLAL should be avalaibe to IAS for ARMv4 and higher
|
| H A D | basic-arm-instructions.s | 3325 @ UMLAL
|
| H A D | basic-thumb2-instructions.s | 3700 @ UMLAL
|
| /llvm-project-15.0.7/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 | 4401 def UMLAL : AsMla1I64<0b0000101, (outs GPR:$RdLo, GPR:$RdHi), 4435 (UMLAL GPR:$RdLo, GPR:$RdHi, GPR:$Rn, GPR:$Rm, GPR:$RLo, GPR:$RHi, 6394 // MUL/UMLAL/SMLAL/UMULL/SMULL are available on all arches, but 6408 (UMLAL GPR:$RdLo, GPR:$RdHi, GPR:$Rn, GPR:$Rm, pred:$p, cc_out:$s), 0>,
|
| H A D | ARMISelDAGToDAG.cpp | 3916 case ARMISD::UMLAL:{ in Select() 3930 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 | 1808 MAKE_CASE(ARMISD::UMLAL) in getTargetNodeName() 12743 unsigned FinalOpc = (Opc == ISD::SMUL_LOHI) ? ARMISD::SMLAL : ARMISD::UMLAL; in AddCombineTo64bitMLAL() 12850 if (AddcNode->getOperand(0).getOpcode() == ARMISD::UMLAL) { in AddCombineTo64bitUMAAL() 12853 } else if (AddcNode->getOperand(1).getOpcode() == ARMISD::UMLAL) { in AddCombineTo64bitUMAAL() 18591 case ARMISD::UMLAL: return PerformUMLALCombine(N, DCI.DAG, Subtarget); in PerformDAGCombine()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedCyclone.td | 529 (instregex "MLA","MLS","SMLAL","SMLSL","UMLAL","UMLSL",
|
| H A D | AArch64InstrInfo.td | 5251 defm UMLAL : SIMDLongThreeVectorTiedBHS<1, 0b1000, "umlal", 6513 defm UMLAL : SIMDVectorIndexedLongSDTied<1, 0b0010, "umlal",
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | basic-arm-instructions.txt | 2288 # UMLAL
|
| H A D | thumb2.txt | 2428 # UMLAL
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 8299 case ARM::UMLAL: in validateInstruction()
|