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

  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 169 case ISD::MULHU:
174 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr;
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 302 // MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing
304 MULHU, MULHS,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 274 case ISD::MULHU: {
281 unsigned MulOp = (Opcode == ISD::MULHU ?
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 115 setOperationAction(ISD::MULHU, MVT::i32, Expand);
116 setOperationAction(ISD::MULHU, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 144 setOperationAction(ISD::MULHU, MVT::i8, Expand);
149 setOperationAction(ISD::MULHU, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 94 setOperationAction(ISD::MULHU, MVT::i32, Expand);
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 262 setOperationAction(ISD::MULHU, MVT::i8, Expand);
266 setOperationAction(ISD::MULHU, MVT::i16, Expand);
270 setOperationAction(ISD::MULHU, MVT::i32, Expand);
274 setOperationAction(ISD::MULHU, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 111 case 3: return MBlaze::MULHU;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 585 return DAG.getNode(ISD::MULHU, dl, MVT::i64,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 103 setOperationAction(ISD::MULHU, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 551 setOperationAction(ISD::MULHU, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 354 setOperationAction(ISD::MULHU, VT, Expand);
    [all...]

Completed in 425 milliseconds