Searched refs:r600_isa_fetch (Results 1 – 4 of 4) sorted by relevance
694 r600_isa_fetch(unsigned op);715 int opc = r600_isa_fetch(op)->opcode[chip_class]; in r600_isa_fetch_opcode()
1555 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) in r600_bytecode_vtx_build()2320 o += fprintf(stderr, "%s ", r600_isa_fetch(tex->op)->name); in r600_bytecode_disasm()2368 o += fprintf(stderr, "%s ", r600_isa_fetch(vtx->op)->name); in r600_bytecode_disasm()2380 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) in r600_bytecode_disasm()2398 if (r600_isa_fetch(vtx->op)->flags & FF_MEM) { in r600_bytecode_disasm()2425 o += fprintf(stderr, "%s ", r600_isa_fetch(gds->op)->name); in r600_bytecode_disasm()
527 r600_isa_fetch(unsigned op) { in r600_isa_fetch() function
631 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op()