Searched refs:r600_isa_fetch_opcode (Results 1 – 5 of 5) sorted by relevance
130 unsigned opcode = r600_isa_fetch_opcode(bc->isa->hw_class, mem->op) >> 8; in r700_bytecode_fetch_mem_build()
714 r600_isa_fetch_opcode(enum r600_chip_class chip_class, unsigned op) { in r600_isa_fetch_opcode() function
228 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f; in eg_bytecode_gds_build()
1557 bc->bytecode[id] = S_SQ_VTX_WORD0_VTX_INST(r600_isa_fetch_opcode(bc->isa->hw_class, vtx->op)) | in r600_bytecode_vtx_build()1590 r600_isa_fetch_opcode(bc->isa->hw_class, tex->op)) | in r600_bytecode_tex_build()
769 return r600_isa_fetch_opcode(isa->hw_class, op); in fetch_opcode()