Searched refs:r600_isa_fetch_opcode (Results 1 – 4 of 4) sorted by relevance
707 r600_isa_fetch_opcode(enum r600_chip_class chip_class, unsigned op) { in r600_isa_fetch_opcode() function
226 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f; in eg_bytecode_gds_build()
1546 r600_isa_fetch_opcode(bc->isa->hw_class, tex->op)) | in r600_bytecode_tex_build()
722 return r600_isa_fetch_opcode(isa->hw_class, op); in fetch_opcode()