Searched refs:UMUL (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 424 UMUL, enumerator
|
| H A D | X86InstrFragments.td | 267 def X86umul_flag : SDNode<"X86ISD::UMUL", SDTBinaryArithWithFlags,
|
| H A D | X86FastISel.cpp | 2923 BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2960 if (BaseOpc == X86ISD::UMUL && !ResultReg) { in fastLowerIntrinsicCall()
|
| H A D | X86ISelDAGToDAG.cpp | 3176 case X86ISD::UMUL: in selectLEAAddr() 5696 case X86ISD::UMUL: { in Select()
|
| H A D | X86ISelLowering.cpp | 24761 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 D | M68kISelLowering.cpp | 1599 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 D | M68kInstrInfo.td | 137 def MxUMul : SDNode<"M68kISD::UMUL", MxSDT_BiArithCCROut, [SDNPCommutative]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 902 defm UMUL : F3_12<"umul", 0b001010, umullohi, IntRegs, i32, simm13Op, IIC_iu_umul>;
|