Home
last modified time | relevance | path

Searched refs:UMUL (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h424 UMUL, enumerator
H A DX86InstrFragments.td267 def X86umul_flag : SDNode<"X86ISD::UMUL", SDTBinaryArithWithFlags,
H A DX86FastISel.cpp2923 BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall()
2960 if (BaseOpc == X86ISD::UMUL && !ResultReg) { in fastLowerIntrinsicCall()
H A DX86ISelDAGToDAG.cpp3176 case X86ISD::UMUL: in selectLEAAddr()
5696 case X86ISD::UMUL: { in Select()
H A DX86ISelLowering.cpp24761 BaseOp = X86ISD::UMUL; in getX86XALUOOp()
24799 Opc == X86ISD::SBB || Opc == X86ISD::SMUL || Opc == X86ISD::UMUL || in isX86LogicalCmp()
35091 NODE_NAME_CASE(UMUL) in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1599 BaseOp = NoOverflow ? (unsigned)ISD::MUL : (unsigned)M68kISD::UMUL; in lowerOverflowArithmetic()
2241 Opc == M68kISD::SUBX || Opc == M68kISD::SMUL || Opc == M68kISD::UMUL || in isM68kLogicalCmp()
2245 if (Op.getResNo() == 2 && Opc == M68kISD::UMUL) in isM68kLogicalCmp()
H A DM68kInstrInfo.td137 def MxUMul : SDNode<"M68kISD::UMUL", MxSDT_BiArithCCROut, [SDNPCommutative]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td902 defm UMUL : F3_12<"umul", 0b001010, umullohi, IntRegs, i32, simm13Op, IIC_iu_umul>;