Lines Matching defs:srcs
313 unsigned components = instr->srcs[2]->uim_val;
508 (nsrc * sizeof(instr->srcs[0]));
514 instr->srcs = instr->dsts + ndst;
539 struct ir3_register **dsts, **srcs;
542 srcs = new_instr->srcs;
545 new_instr->srcs = srcs;
567 new_instr->address = new_instr->srcs[instr->srcs_count - 1];
593 instr->srcs[instr->srcs_count++] = reg;
789 if (instr->srcs[0]->flags & IR3_REG_HALF) {
796 if (instr->srcs[0]->flags & IR3_REG_HALF) {
891 if (instr->srcs[n]->flags & IR3_REG_SSA) {
892 struct ir3_instruction *src = ssa(instr->srcs[n]);
946 /* cannot deal w/ const or shared in both srcs:
950 struct ir3_register *reg = instr->srcs[m];