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 302 // MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing
304 MULHU, MULHS,
    [all...]
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 170 case ISD::MULHS: {
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 273 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 143 setOperationAction(ISD::MULHS, MVT::i8, Expand);
148 setOperationAction(ISD::MULHS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 95 setOperationAction(ISD::MULHS, MVT::i32, Expand);
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 263 setOperationAction(ISD::MULHS, MVT::i8, Expand);
267 setOperationAction(ISD::MULHS, MVT::i16, Expand);
271 setOperationAction(ISD::MULHS, MVT::i32, Expand);
275 setOperationAction(ISD::MULHS, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 130 setOperationAction(ISD::MULHS, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 102 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 353 setOperationAction(ISD::MULHS, VT, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 558 setOperationAction(ISD::MULHS, MVT::i32, Expand);
    [all...]

Completed in 79 milliseconds