Lines Matching defs:srcs
265 unsigned components = instr->srcs[2]->uim_val;
436 (nsrc * sizeof(instr->srcs[0]));
442 instr->srcs = instr->dsts + ndst;
467 struct ir3_register **dsts, **srcs;
470 srcs = new_instr->srcs;
473 new_instr->srcs = srcs;
495 new_instr->address = new_instr->srcs[instr->srcs_count - 1];
521 instr->srcs[instr->srcs_count++] = reg;
714 if (instr->srcs[0]->flags & IR3_REG_HALF) {
721 if (instr->srcs[0]->flags & IR3_REG_HALF) {
816 if (instr->srcs[n]->flags & IR3_REG_SSA) {
817 struct ir3_instruction *src = ssa(instr->srcs[n]);
863 /* cannot deal w/ const or shared in both srcs:
867 struct ir3_register *reg = instr->srcs[m];