Lines Matching refs:cnt

27 #define	cnt		in2  macro
69 cmp.eq p_scr, p0 = cnt, r0
84 cmp.gt p_scr, p0 = 16, cnt // is it a minimalistic task?
93 (p_y) add cnt = -8, cnt //
100 (p_yy) add cnt = -4, cnt //
108 (p_y) add cnt = -2, cnt //
118 cmp.gt p_scr, p0 = tmp, cnt // is it a minimalistic task?
120 (p_yy) add cnt = -1, cnt //
126 shr.u linecnt = cnt, LSIZE_SH
132 and tmp = -(LINE_SIZE), cnt // compute end of range
134 and cnt = (LINE_SIZE-1), cnt // remainder
194 cmp.le p_scr, p0 = 8, cnt // just a few bytes left ?
202 and tmp = -(LINE_SIZE), cnt // compute end of range
204 and cnt = (LINE_SIZE-1), cnt // remainder
248 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
255 shr.u loopcnt = cnt, 5 // loopcnt = cnt / 32
263 and cnt = 0x1f, cnt // compute the remaining cnt
278 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
284 cmp.le p_y, p_n = 16, cnt
285 add cnt = -8, cnt // subtract
289 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
290 (p_y) add cnt = -8, cnt // subtract
294 (p_yy) add cnt = -8, cnt // subtract
299 cmp.eq p_scr, p0 = cnt, r0
300 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
305 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ?
309 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
326 (p_n) cmp.le p_yy, p_nn = 4, cnt
327 (p_y) cmp.le p_yy, p_nn = 5, cnt
332 (p_y) add cnt = -1, cnt
335 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
336 add ptr3 = ptr1, cnt // prepare last store
341 (p_yy) add cnt = -4, cnt
344 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
346 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ?
350 (p_y) add cnt = -4, cnt
355 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
357 (p_yy) add cnt = -4, cnt