Home
last modified time | relevance | path

Searched refs:ISA_MEDIA_LD (Results 1 – 9 of 9) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA_util.cpp294 case ISA_MEDIA_LD: in GetGenOpcodeFromVISAOpcode()
494 if (op == ISA_MEDIA_LD || op == ISA_MEDIA_ST) { in hasExecSize()
H A DIsaVerification.cpp2795 case ISA_MEDIA_LD: in verifyInstructionDataport()
2801 if (ISA_MEDIA_LD == opcode || ISA_MEDIA_ST == opcode) in verifyInstructionDataport()
2805 if (ISA_MEDIA_LD == opcode) in verifyInstructionDataport()
2819 if (ISA_MEDIA_LD == opcode || ISA_MEDIA_ST == opcode) in verifyInstructionDataport()
2828 if (ISA_MEDIA_LD == opcode || ISA_MEDIA_ST == opcode) in verifyInstructionDataport()
2839 if (ISA_MEDIA_LD == opcode) in verifyInstructionDataport()
H A DIsaDisassembly.cpp2198 case ISA_MEDIA_LD: in printInstructionDataport()
2204 if (ISA_MEDIA_LD == opcode || ISA_MEDIA_ST == opcode) in printInstructionDataport()
2211 if (ISA_MEDIA_LD == opcode || ISA_MEDIA_ST == opcode) in printInstructionDataport()
2216 if (opcode == ISA_MEDIA_LD) sstr << "." << media_ld_mod_str[modifier]; in printInstructionDataport()
H A DIsaDescription.cpp78 { ISA_MEDIA_LD, ISA_Inst_Data_Port, "media_ld", 5, 1 },
789 { ALL, ISA_MEDIA_LD, ISA_Inst_Data_Port, "media_ld", 8, 0,
H A DByteCodeReaderNG.cpp814 case ISA_MEDIA_LD: in readInstructionDataportNG()
816 …uint8_t modifier = (ISA_MEDIA_LD == opcode || ISA_MEDIA_ST == opcode) ? readPrimitiveOperandN… in readInstructionDataportNG()
818 …uint8_t plane = (ISA_MEDIA_LD == opcode || ISA_MEDIA_ST == opcode) ? readPrimitiveOperandN… in readInstructionDataportNG()
H A DVISAKernelImpl.cpp4051 if (opcode == ISA_MEDIA_LD) in AppendVISASurfAccessMediaLoadStoreInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h309 ISA_MEDIA_LD = 0x37, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp6363 isRead ? ISA_Opcode::ISA_MEDIA_LD : ISA_Opcode::ISA_MEDIA_ST, in emitMediaBlockIO()
6408 ISA_Opcode::ISA_MEDIA_LD, in emitMediaBlockRectangleRead()
6566 ISA_Opcode::ISA_MEDIA_LD, in emitSimdMediaBlockRead()
H A DCISABuilder.cpp3095 if (subOpcode == ISA_MEDIA_LD) in MediaBlockMessage()