HomeSort by relevance Sort by last modified time
    Searched refs:MULHU (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 179 case ISD::MULHU:
184 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr;
SparcISelLowering.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 198 // RCP_HI = mulhu (RCP, Den) */
199 SDValue RCP_HI = DAG.getNode(ISD::MULHU, DL, VT, RCP, Den);
210 // E = mulhu(ABS_RCP_LO, RCP)
211 SDValue E = DAG.getNode(ISD::MULHU, DL, VT, ABS_RCP_LO, RCP);
223 // Quotient = mulhu(Tmp0, Num)
224 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num);
AMDILISelLowering.cpp 174 setOperationAction(ISD::MULHU, MVT::i64, Expand);
175 setOperationAction(ISD::MULHU, MVT::v2i64, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 198 // RCP_HI = mulhu (RCP, Den) */
199 SDValue RCP_HI = DAG.getNode(ISD::MULHU, DL, VT, RCP, Den);
210 // E = mulhu(ABS_RCP_LO, RCP)
211 SDValue E = DAG.getNode(ISD::MULHU, DL, VT, ABS_RCP_LO, RCP);
223 // Quotient = mulhu(Tmp0, Num)
224 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num);
AMDILISelLowering.cpp 174 setOperationAction(ISD::MULHU, MVT::i64, Expand);
175 setOperationAction(ISD::MULHU, MVT::v2i64, Expand);
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 294 /// MULHU/MULHS - Multiply high - Multiply two integers of type iN,
297 MULHU, MULHS,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 307 case ISD::MULHU: {
308 MultOpc = (Opcode == ISD::MULHU ? Mips::MultuRxRy16 : Mips::MultRxRy16);
MipsSEISelLowering.cpp 119 setOperationAction(ISD::MULHU, MVT::i32, Custom);
128 setOperationAction(ISD::MULHU, MVT::i64, Custom);
162 setOperationAction(ISD::MULHU, MVT::i32, Legal);
207 setOperationAction(ISD::MULHU, MVT::i64, Legal);
364 case ISD::MULHU: return lowerMulDiv(Op, MipsISD::Multu, false, true, DAG);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 164 case ISD::MULHU: return "mulhu";
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 142 setOperationAction(ISD::MULHU, MVT::i8, Expand);
147 setOperationAction(ISD::MULHU, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 276 setOperationAction(ISD::MULHU, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 106 setOperationAction(ISD::MULHU, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 436 setOperationAction(ISD::MULHU, VT, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 449 setOperationAction(ISD::MULHU, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 175 setOperationAction(ISD::MULHU, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 415 setOperationAction(ISD::MULHU, (MVT::SimpleValueType)VT, Expand);
613 setOperationAction(ISD::MULHU, MVT::i32, Expand);
    [all...]

Completed in 295 milliseconds