Lines Matching refs:nop
29 /* The maximum number of nop's we may need to insert between two instructions.
34 * number of delay slots to get a SFU result back (ie. using nop's instead of
48 * both in scheduling pass(es) and the final pass to insert any required nop's
133 return MIN2(maxd, d + n->nop);
135 d = MIN2(maxd, d + 1 + n->repeat + n->nop);
294 * that the appropriate number of nop's is inserted for every conflicting
319 distance += assigner->nop;
398 * Calculate delay for nop insertion. This must exactly match hardware
409 * Remove nop instructions. The scheduler can insert placeholder nop's
410 * so that ir3_delay_calc() can account for nop's that won't be needed
411 * due to nop's triggered by a previous instruction. However, before
413 * some nop's if needed to hold (for example) sync flags. This final