Lines Matching refs:cnt
40 #define cnt in2 macro
94 cmp.eq p_scr, p0 = cnt, r0
109 cmp.gt p_scr, p0 = 16, cnt /* is it a minimalistic task? */
118 (p_y) add cnt = -8, cnt
125 (p_yy) add cnt = -4, cnt
133 (p_y) add cnt = -2, cnt
143 cmp.gt p_scr, p0 = tmp, cnt /* is it a minimalistic task? */
145 (p_yy) add cnt = -1, cnt
151 shr.u linecnt = cnt, LSIZE_SH
159 and tmp = -(LINE_SIZE), cnt /* compute end of range */
161 and cnt = (LINE_SIZE-1), cnt /* remainder */
221 cmp.le p_scr, p0 = 8, cnt /* just a few bytes left ? */
233 and tmp = -(LINE_SIZE), cnt /* compute end of range */
235 and cnt = (LINE_SIZE-1), cnt /* remainder */
279 cmp.gt p_scr, p0 = 8, cnt /* just a few bytes left ? */
286 shr.u loopcnt = cnt, 5 /* loopcnt = cnt / 32 */
294 and cnt = 0x1f, cnt /* compute the remaining cnt */
311 cmp.gt p_scr, p0 = 8, cnt /* just a few bytes left ? */
317 cmp.le p_y, p_n = 16, cnt /* */
318 add cnt = -8, cnt /* subtract */
322 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt /* */
323 (p_y) add cnt = -8, cnt /* subtract */
327 (p_yy) add cnt = -8, cnt /* subtract */
332 cmp.eq p_scr, p0 = cnt, r0
333 tbit.nz.unc p_y, p0 = cnt, 2 /* should we terminate with a st4 ? */
338 tbit.nz.unc p_yy, p0 = cnt, 1 /* should we terminate with a st2 ? */
342 tbit.nz.unc p_y, p0 = cnt, 0
359 (p_n) cmp.le p_yy, p_nn = 4, cnt
360 (p_y) cmp.le p_yy, p_nn = 5, cnt
365 (p_y) add cnt = -1, cnt /* [15, 14 (or less) left] */
368 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
369 add ptr3 = ptr1, cnt /* prepare last store */
374 (p_yy) add cnt = -4, cnt /* [11, 10 (o less) left] */
377 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
379 tbit.nz p_scr, p0 = cnt, 1 /* will there be a st2 at the end ? */
383 (p_y) add cnt = -4, cnt /* [7, 6 (or less) left] */
389 tbit.nz p_y, p0 = cnt, 0 /* will there be a st1 at the end ? */
391 (p_yy) add cnt = -4, cnt