Home
last modified time | relevance | path

Searched refs:ISA_BFN (Results 1 – 8 of 8) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DisaDef.h46 DECLARE_CISA_OPCODE(EOPCODE_BFN, "bfn", ISA_BFN)
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h387 ISA_BFN = 0x85, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DIsaDescription.cpp156 { ISA_BFN, ISA_Inst_Logic, "bfn", 3, 1 },
1703 { ALL, ISA_BFN, ISA_Inst_Logic, "bfn", 7, SAME_DATA_TYPE,
H A DCommon_ISA_util.cpp184 case ISA_BFN: in GetGenOpcodeFromVISAOpcode()
H A DByteCodeReaderNG.cpp654 else if (i == 4 && opcode == ISA_BFN) in readInstructionCommonNG()
673 if (opcode == ISA_BFN) in readInstructionCommonNG()
702 if (opcode == ISA_BFN) in readInstructionCommonNG()
H A DIsaDisassembly.cpp787 else if (opcode == ISA_BFN) in printInstructionCommon()
H A DIsaVerification.cpp1837 if (opcode == ISA_BFN) in verifyInstructionLogic()
H A DVISAKernelImpl.cpp7520 inst_desc = &CISA_INST_table[ISA_BFN]; in AppendVISABfnInst()
7553 inst->createCisaInstruction(ISA_BFN, size, 0, predOpnd, opnd, num_operands, inst_desc); in AppendVISABfnInst()