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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 295 // MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing
297 MULHU, MULHS,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 170 case ISD::MULHS: {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 158 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/Mips/
MipsISelDAGToDAG.cpp 445 case ISD::MULHS:
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 113 setOperationAction(ISD::MULHS, MVT::i32, Expand);
114 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/CellSPU/
SPUISelLowering.cpp 259 setOperationAction(ISD::MULHS, MVT::i8, Expand);
263 setOperationAction(ISD::MULHS, MVT::i16, Expand);
267 setOperationAction(ISD::MULHS, MVT::i32, Expand);
271 setOperationAction(ISD::MULHS, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 101 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 351 setOperationAction(ISD::MULHS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 605 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]

Completed in 173 milliseconds