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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 169 case ISD::MULHU:
174 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 212 case ISD::MULHU: {
213 MultOpc = (Opcode == ISD::MULHU ? Mips::MultuRxRy16 : Mips::MultRxRy16);
  /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/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 246 case ISD::MULHU: {
247 MultOpc = (Opcode == ISD::MULHU ? Mips::MultuRxRy16 : Mips::MultRxRy16);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 274 case ISD::MULHU: {
281 unsigned MulOp = (Opcode == ISD::MULHU ?
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 366 case ISD::MULHU:
371 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr;
  /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-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/Hexagon/
HexagonISelLoweringHVX.cpp 94 setOperationAction(ISD::MULHU, T, Custom);
153 setOperationAction(ISD::MULHU, T, Custom);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 115 setOperationAction(ISD::MULHU, MVT::i32, Expand);
116 setOperationAction(ISD::MULHU, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 380 setOperationAction(ISD::MULHU, MVT::i64, Expand);
409 setOperationAction(ISD::MULHU, VT, Expand);
526 setTargetDAGCombine(ISD::MULHU);
    [all...]
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 294 X86_INTRINSIC_DATA(avx2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 343 X86_INTRINSIC_DATA(avx2_pmulhu_w, INTR_TYPE_2OP, ISD::MULHU, 0),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGDumper.cpp 178 case ISD::MULHU: return "mulhu";
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 137 setOperationAction(ISD::MULHU, MVT::i8, Expand);
142 setOperationAction(ISD::MULHU, MVT::i16, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 144 setOperationAction(ISD::MULHU, MVT::i8, Expand);
149 setOperationAction(ISD::MULHU, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 85 setOperationAction(ISD::MULHU, 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 94 setOperationAction(ISD::MULHU, MVT::i32, Expand);
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 262 setOperationAction(ISD::MULHU, MVT::i8, Expand);
266 setOperationAction(ISD::MULHU, MVT::i16, Expand);
270 setOperationAction(ISD::MULHU, MVT::i32, Expand);
274 setOperationAction(ISD::MULHU, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 111 case 3: return MBlaze::MULHU;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 211 case ISD::MULHU: return "mulhu";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 525 if (TLI->isOperationLegalOrCustom(ISD::MULHU, VT)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCISelLowering.cpp 113 setOperationAction(ISD::MULHU, MVT::i32, Legal);

Completed in 321 milliseconds

1 2 3 4