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

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 302 // MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing
304 MULHU, MULHS,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 318 /// MULHU/MULHS - Multiply high - Multiply two integers of type iN,
321 MULHU, MULHS,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 170 case ISD::MULHS: {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 353 /// MULHU/MULHS - Multiply high - Multiply two integers of type iN,
356 MULHU, MULHS,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 211 case ISD::MULHS:
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 245 case ISD::MULHS:
MipsSEISelLowering.cpp 116 setOperationAction(ISD::MULHS, MVT::i32, Custom);
127 setOperationAction(ISD::MULHS, MVT::i64, Custom);
161 setOperationAction(ISD::MULHS, MVT::i32, Legal);
208 setOperationAction(ISD::MULHS, MVT::i64, Legal);
367 case ISD::MULHS: return lowerMulDiv(Op, MipsISD::Mult, false, true, DAG);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 273 case ISD::MULHS:
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 367 case ISD::MULHS: {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 93 setOperationAction(ISD::MULHS, T, Custom);
152 setOperationAction(ISD::MULHS, T, Custom);
    [all...]
  /external/swiftshader/third_party/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/X86/
X86IntrinsicsInfo.h 293 X86_INTRINSIC_DATA(avx2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 342 X86_INTRINSIC_DATA(avx2_pmulh_w, INTR_TYPE_2OP, ISD::MULHS, 0),
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 136 setOperationAction(ISD::MULHS, MVT::i8, Expand);
141 setOperationAction(ISD::MULHS, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 143 setOperationAction(ISD::MULHS, MVT::i8, Expand);
148 setOperationAction(ISD::MULHS, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 179 case ISD::MULHS: return "mulhs";
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 86 setOperationAction(ISD::MULHS, MVT::i64, Expand);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 95 setOperationAction(ISD::MULHS, MVT::i32, Expand);
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 130 setOperationAction(ISD::MULHS, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 212 case ISD::MULHS: return "mulhs";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCISelLowering.cpp 112 setOperationAction(ISD::MULHS, MVT::i32, Legal);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 92 setOperationAction(ISD::MULHS, VT, Expand);

Completed in 417 milliseconds

1 2 3 4