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

  /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/Sparc/
SparcISelDAGToDAG.cpp 180 case ISD::MULHS: {
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 306 case ISD::MULHS:
MipsSEISelLowering.cpp 118 setOperationAction(ISD::MULHS, MVT::i32, Custom);
127 setOperationAction(ISD::MULHS, MVT::i64, Custom);
161 setOperationAction(ISD::MULHS, MVT::i32, Legal);
206 setOperationAction(ISD::MULHS, MVT::i64, Legal);
363 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG);
    [all...]
  /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/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 165 case ISD::MULHS: return "mulhs";
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 141 setOperationAction(ISD::MULHS, MVT::i8, Expand);
146 setOperationAction(ISD::MULHS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 435 setOperationAction(ISD::MULHS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 105 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 277 setOperationAction(ISD::MULHS, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 447 setOperationAction(ISD::MULHS, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 174 setOperationAction(ISD::MULHS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 413 setOperationAction(ISD::MULHS, (MVT::SimpleValueType)VT, Expand);
620 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]

Completed in 521 milliseconds