Searched refs:UMUL (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 77 UMUL, enumerator
|
H A D | M68kISelLowering.cpp | 2037 Opc == M68kISD::SUBX || Opc == M68kISD::SMUL || Opc == M68kISD::UMUL || in isM68kLogicalCmp() 2041 if (Op.getResNo() == 2 && Opc == M68kISD::UMUL) in isM68kLogicalCmp() 2169 MxOpcode = M68kISD::UMUL; in LowerSELECT() 2368 MxOpcode = M68kISD::UMUL; in LowerBRCOND() 3516 case M68kISD::UMUL: in getTargetNodeName()
|
H A D | M68kInstrInfo.td | 137 def MxUMul : SDNode<"M68kISD::UMUL", MxSDT_2BiArithCCROut, [SDNPCommutative]>;
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 352 UMUL, // 32bit unsigned multiplication enumerator
|
H A D | AMDGPUISelLowering.cpp | 4403 NODE_NAME_CASE(UMUL); in getTargetNodeName()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 400 UMUL, enumerator
|
H A D | X86FastISel.cpp | 2888 BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2925 if (BaseOpc == X86ISD::UMUL && !ResultReg) { in fastLowerIntrinsicCall()
|
H A D | X86ISelDAGToDAG.cpp | 2800 case X86ISD::UMUL: in selectLEAAddr() 5158 case X86ISD::UMUL: { in Select()
|
H A D | X86InstrInfo.td | 257 def X86umul_flag : SDNode<"X86ISD::UMUL", SDT2ResultBinaryArithWithFlags,
|
H A D | X86ISelLowering.cpp | 25431 BaseOp = X86ISD::UMUL; in getX86XALUOOp() 25469 Opc == X86ISD::SBB || Opc == X86ISD::SMUL || Opc == X86ISD::UMUL || in isX86LogicalCmp() 34563 NODE_NAME_CASE(UMUL) in getTargetNodeName()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 812 defm UMUL : F3_12<"umul", 0b001010, umullohi, IntRegs, i32, simm13Op, IIC_iu_umul>;
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 6519 @tab @code{UMUL @var{a},@var{b},@var{c}}
|
H A D | gcc.info | 21091 `uw2 __UMUL (uw1, uw1)' `C = __UMUL (A, B)' `UMUL A,B,C'
|