Lines Matching refs:repeat
91 unsigned repeat = instr->repeat;
103 repeat = 0;
114 max = (reg->num + repeat + components - 1);
337 unsigned instrs_count = 1 + instr->repeat + instr->nop;
341 nops_count = 1 + instr->repeat;
344 info->instrs_per_cat[opc_cat(instr->opc)] += 1 + instr->repeat;
350 info->mov_count += 1 + instr->repeat;
352 info->cov_count += 1 + instr->repeat;
374 int n = MIN2(sfu_delay, 1 + instr->repeat + instr->nop);
381 int n = MIN2(mem_delay, 1 + instr->repeat + instr->nop);