Home | History | Annotate | Download | only in ir3

Lines Matching defs:repeat

75    unsigned repeat = instr->repeat;
83 repeat = 0;
94 max = (reg->num + repeat + components - 1);
279 unsigned instrs_count = 1 + instr->repeat + instr->nop;
283 nops_count = 1 + instr->repeat;
286 info->instrs_per_cat[opc_cat(instr->opc)] += 1 + instr->repeat;
292 info->mov_count += 1 + instr->repeat;
294 info->cov_count += 1 + instr->repeat;
313 int n = MIN2(sfu_delay, 1 + instr->repeat + instr->nop);