Lines Matching refs:cnt

25 #define	cnt		in2
67 cmp.eq p_scr, p0 = cnt, r0
82 cmp.gt p_scr, p0 = 16, cnt // is it a minimalistic task?
91 (p_y) add cnt = -8, cnt //
98 (p_yy) add cnt = -4, cnt //
106 (p_y) add cnt = -2, cnt //
116 cmp.gt p_scr, p0 = tmp, cnt // is it a minimalistic task?
118 (p_yy) add cnt = -1, cnt //
124 shr.u linecnt = cnt, LSIZE_SH
130 and tmp = -(LINE_SIZE), cnt // compute end of range
132 and cnt = (LINE_SIZE-1), cnt // remainder
192 cmp.le p_scr, p0 = 8, cnt // just a few bytes left ?
200 and tmp = -(LINE_SIZE), cnt // compute end of range
202 and cnt = (LINE_SIZE-1), cnt // remainder
246 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
253 shr.u loopcnt = cnt, 5 // loopcnt = cnt / 32
261 and cnt = 0x1f, cnt // compute the remaining cnt
276 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
282 cmp.le p_y, p_n = 16, cnt
283 add cnt = -8, cnt // subtract
287 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
288 (p_y) add cnt = -8, cnt // subtract
292 (p_yy) add cnt = -8, cnt // subtract
297 cmp.eq p_scr, p0 = cnt, r0
298 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
303 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ?
307 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
324 (p_n) cmp.le p_yy, p_nn = 4, cnt
325 (p_y) cmp.le p_yy, p_nn = 5, cnt
330 (p_y) add cnt = -1, cnt
333 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
334 add ptr3 = ptr1, cnt // prepare last store
339 (p_yy) add cnt = -4, cnt
342 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
344 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ?
348 (p_y) add cnt = -4, cnt
353 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
355 (p_yy) add cnt = -4, cnt