Lines Matching defs:ccr
688 int *ccr;
733 /* This loop handles CCR registers. */
734 ccr = ps->ccr_busy;
737 if (*ccr <= cycles)
739 *ccr = 0;
743 *ccr -= cycles;
744 ++ccr;
838 int *ccr;
865 /* This loop handles CCR registers. */
866 ccr = ps->ccr_busy;
872 *ccr = *ccr_lat;
875 ++ccr; ++ccr_lat;
1327 /* Top up the latency of the given CCR by the given number of cycles. */
1334 int *ccr = ps->ccr_latency;
1335 if (ccr[out_CCR] < cycles)
1336 ccr[out_CCR] = cycles;
1504 /* Check the availability of the given CCR register and update the number
1510 int *ccr = ps->ccr_busy;
1513 if (in_CCR >= 0 && ccr[in_CCR] > ps->vliw_wait)
1522 ps->vliw_wait = ccr[in_CCR];
1847 int *ccr = ps->ccr_busy;
1849 if (in_CCR >= 0 && ccr[in_CCR] > ps->post_wait)
1851 ps->post_wait = ccr[in_CCR];