Home
last modified time | relevance | path

Searched refs:ISA_DIVM (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h381 ISA_DIVM = 0x7F, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DIsaVerification.cpp1620 opcode != ISA_INV && opcode != ISA_SQRTM && opcode != ISA_SQRT && opcode != ISA_DIVM) in verifyInstructionArith()
1723 … opcode != ISA_INV && opcode != ISA_SQRTM && opcode != ISA_SQRT && opcode != ISA_DIVM) in verifyInstructionArith()
1781 case ISA_DIVM: in verifyInstructionArith()
1820 bool fOpcodeIEEE = (opcode == ISA_DIVM) || (opcode == ISA_SQRTM); in verifyInstructionArith()
H A DIsaDescription.cpp150 { ISA_DIVM, ISA_Inst_Arith, "divm", 2, 1 },
1634 { ALL, ISA_DIVM, ISA_Inst_Arith, "divm", 5, SAME_DATA_TYPE,
H A DVISAKernelImpl.cpp2697 (opcode == ISA_DIVM))) in AppendVISAArithmeticInst()
2710 else if (tmpDst->g4opnd->getType() == Type_F && opcode == ISA_DIVM) in AppendVISAArithmeticInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp986 Arithmetic(ISA_DIVM, dst, src0, src1); in IEEEDivide()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateMath.cpp273 if (opcode == ISA_DIV || opcode == ISA_DIVM) in translateVISAArithmeticDoubleInst()