Lines Matching defs:delay

59         uint32_t delay;
1067 * will handle pairing it along with filling the delay slots.
1088 * left. We'll move it up to fit its delay slots after we
1096 /* We need to have 3 delay slots between a write to unifa and
1131 /* If we are in a thrsw delay slot check that this instruction
1141 /* Don't try to put a branch in the delay slots of another
1201 * it in the delay slots of a thrsw, which is not
1247 if (n->delay > chosen->delay) {
1250 } else if (n->delay < chosen->delay) {
1427 /** Recursive computation of the delay member of a node. */
1434 n->delay = 1;
1440 n->delay = MAX2(n->delay, (child->delay +
1550 /* RF0-2 might be overwritten during the delay slots by
1577 * delay slots. Because the actual execution of the thrsw happens after the
1578 * delay slots, it is usually safe to do this, but there are some cases that
1604 * be after the 2 delay slots following the thrsw instruction.
1610 * delay slot 1
1611 * delay slot 2
1622 * land in the delay slots of the thrsw. Because these instructions were
1624 * the delay slots, since that means that we are moving them ahead of the
1637 * in the actual delay slots and not in the same slot as the thrsw.
1647 * to place in its delay slots.
1658 /* Instruction sequence restrictions: Branch is not allowed in delay
1668 * its delay slots or we may be compromising the integrity of our TMU
1670 * the delay slots of a previous thrsw we could overflow our TMU output
1688 * instructions that write accumulators into the delay slots.
1700 * instructions that write flags into delay slots.
1707 * cannot place it in its delay slots, or we would be moving the sync
1765 /* Don't try to emit a thrsw in the delay slots of a previous thrsw
1902 /* We should've not picked up a branch for the delay slots of a previous
1925 * instruction stream to fill its delay slots
1933 * in the delay slots of other instructions.
1986 /* Fill any remaining delay slots.
2138 /* We can't put an ldvary in the delay slots of a thrsw. We should've
2364 /* Walk back through the delay slots to find the branch
2394 * delay slots.
2418 * delay slots with the initial instructions of the successor