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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 289 /// MULHU/MULHS - Multiply high - Multiply two integers of type iN,
292 MULHU, MULHS,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 176 case ISD::MULHS: {
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 302 case ISD::MULHS:
MipsSEISelLowering.cpp 94 setOperationAction(ISD::MULHS, MVT::i32, Custom);
98 setOperationAction(ISD::MULHS, MVT::i64, Custom);
147 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 176 setOperationAction(ISD::MULHS, MVT::i64, Expand);
177 setOperationAction(ISD::MULHS, MVT::v2i64, Expand);
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 160 setOperationAction(ISD::MULHS, MVT::i64, Expand);
161 setOperationAction(ISD::MULHS, MVT::v2i64, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 176 setOperationAction(ISD::MULHS, MVT::i64, Expand);
177 setOperationAction(ISD::MULHS, MVT::v2i64, Expand);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 156 case ISD::MULHS: return "mulhs";
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 144 setOperationAction(ISD::MULHS, MVT::i8, Expand);
149 setOperationAction(ISD::MULHS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 104 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 418 setOperationAction(ISD::MULHS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 132 setOperationAction(ISD::MULHS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 657 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]

Completed in 61 milliseconds