Home | History | Annotate | Download | only in r600

Lines Matching defs:gpr

299 	if (output->gpr >= bc->ngpr)
300 bc->ngpr = output->gpr + 1;
313 if ((output->gpr + output->burst_count) == bc->cf_last->output.gpr &&
318 bc->cf_last->output.gpr = output->gpr;
323 } else if (output->gpr == (bc->cf_last->output.gpr + bc->cf_last->output.burst_count) &&
671 /* set up gpr use */
686 /* Another scalar operation has already used the GPR read port for the channel. */
793 /* Cycle for GPR load conflicts with
897 int gpr[5], chan[5];
907 gpr[i] = prev[i]->dst.sel;
914 gpr[i] = -1;
928 if (alu->src[src].sel == gpr[4] &&
938 if (alu->src[src].sel == gpr[j] &&
1128 /* Let's check dst gpr. */
1152 /* If it's relative then we can't determin which gpr is really used. */
1375 /* load AR register from gpr (bc->ar_reg) with MOVA_INT */
1402 /* load AR register from gpr (bc->ar_reg) with MOVA_INT */
1483 /* number of gpr == the last gpr used in any alu */
1767 /* don't replace gpr by pv or ps for destination register */
1849 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
1866 bc->bytecode[id++] = S_SQ_CF_ALLOC_EXPORT_WORD0_RW_GPR(cf->output.gpr) |
2310 fprintf(stderr, "GPR:%X ", cf->output.gpr);
2346 fprintf(stderr, "GPR:%X ", cf->output.gpr);
2421 fprintf(stderr, "GPR:%X ", cf->output.gpr);
2443 fprintf(stderr, "GPR:%X ", cf->output.gpr);
2536 fprintf(stderr, "SRC(GPR:%d ", tex->src_gpr);
2540 fprintf(stderr, "DST(GPR:%d ", tex->dst_gpr);
2574 fprintf(stderr, "SRC(GPR:%d ", vtx->src_gpr);
2580 fprintf(stderr, "DST(GPR:%d ", vtx->dst_gpr);