Searched refs:r600_isa_fetch (Results 1 – 4 of 4) sorted by relevance
687 r600_isa_fetch(unsigned op);708 int opc = r600_isa_fetch(op)->opcode[chip_class]; in r600_isa_fetch_opcode()
2261 o += fprintf(stderr, "%s ", r600_isa_fetch(tex->op)->name); in r600_bytecode_disasm()2309 o += fprintf(stderr, "%s ", r600_isa_fetch(vtx->op)->name); in r600_bytecode_disasm()2351 o += fprintf(stderr, "%s ", r600_isa_fetch(gds->op)->name); in r600_bytecode_disasm()
526 r600_isa_fetch(unsigned op) { in r600_isa_fetch() function
589 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op()