Lines Matching refs:cnt
38 #define cnt in2 macro
92 cmp.eq p_scr, p0 = cnt, r0
107 cmp.gt p_scr, p0 = 16, cnt // is it a minimalistic task?
116 (p_y) add cnt = -8, cnt
123 (p_yy) add cnt = -4, cnt
131 (p_y) add cnt = -2, cnt
141 cmp.gt p_scr, p0 = tmp, cnt // is it a minimalistic task?
143 (p_yy) add cnt = -1, cnt
149 shr.u linecnt = cnt, LSIZE_SH
157 and tmp = -(LINE_SIZE), cnt // compute end of range
159 and cnt = (LINE_SIZE-1), cnt // remainder
219 cmp.le p_scr, p0 = 8, cnt // just a few bytes left ?
231 and tmp = -(LINE_SIZE), cnt // compute end of range
233 and cnt = (LINE_SIZE-1), cnt // remainder
277 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
284 shr.u loopcnt = cnt, 5 // loopcnt = cnt / 32
292 and cnt = 0x1f, cnt // compute the remaining cnt
309 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
315 cmp.le p_y, p_n = 16, cnt //
316 add cnt = -8, cnt // subtract
320 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt //
321 (p_y) add cnt = -8, cnt // subtract
325 (p_yy) add cnt = -8, cnt // subtract
330 cmp.eq p_scr, p0 = cnt, r0
331 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
336 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ?
340 tbit.nz.unc p_y, p0 = cnt, 0
357 (p_n) cmp.le p_yy, p_nn = 4, cnt
358 (p_y) cmp.le p_yy, p_nn = 5, cnt
363 (p_y) add cnt = -1, cnt // [15, 14 (or less) left]
366 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
367 add ptr3 = ptr1, cnt // prepare last store
372 (p_yy) add cnt = -4, cnt // [11, 10 (o less) left]
375 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
377 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ?
381 (p_y) add cnt = -4, cnt // [7, 6 (or less) left]
387 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
389 (p_yy) add cnt = -4, cnt