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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 301 /// MULHU/MULHS - Multiply high - Multiply two integers of type iN,
304 MULHU, MULHS,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 170 case ISD::MULHS: {
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 295 case ISD::MULHS:
MipsSEISelDAGToDAG.cpp 358 case ISD::MULHS:
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 164 setOperationAction(ISD::MULHS, MVT::i64, Expand);
165 setOperationAction(ISD::MULHS, MVT::v2i64, Expand);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 160 case ISD::MULHS: return "mulhs";
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 114 setOperationAction(ISD::MULHS, MVT::i32, Expand);
115 setOperationAction(ISD::MULHS, MVT::i64, Expand);
    [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 102 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 363 setOperationAction(ISD::MULHS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 647 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]

Completed in 136 milliseconds