Lines Matching refs:cnt
36 #define cnt in1 macro
86 cmp.eq p_scr, p0 = cnt, r0
101 cmp.gt p_scr, p0 = 16, cnt // is it a minimalistic task?
110 (p_y) add cnt = -8, cnt
117 (p_yy) add cnt = -4, cnt
125 (p_y) add cnt = -2, cnt
135 cmp.gt p_scr, p0 = tmp, cnt // is it a minimalistic task?
137 (p_yy) add cnt = -1, cnt
142 shr.u linecnt = cnt, LSIZE_SH
149 and tmp = -(LINE_SIZE), cnt // compute end of range
151 and cnt = (LINE_SIZE-1), cnt // remainder
195 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
202 shr.u loopcnt = cnt, 5 // loopcnt = cnt / 32
210 and cnt = 0x1f, cnt // compute the remaining cnt
225 cmp.gt p_scr, p0 = 8, cnt // just a few bytes left ?
231 cmp.le p_y, p_n = 16, cnt //
232 add cnt = -8, cnt // subtract
236 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
237 (p_y) add cnt = -8, cnt // subtract
241 (p_yy) add cnt = -8, cnt // subtract
246 cmp.eq p_scr, p0 = cnt, r0
247 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
252 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ?
256 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
273 (p_n) cmp.le p_yy, p_nn = 4, cnt
274 (p_y) cmp.le p_yy, p_nn = 5, cnt
279 (p_y) add cnt = -1, cnt // [15, 14 (or less) left]
282 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
283 add ptr3 = ptr1, cnt // prepare last store
288 (p_yy) add cnt = -4, cnt // [11, 10 (o less) left]
291 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
293 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ?
297 (p_y) add cnt = -4, cnt // [7, 6 (or less) left]
303 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
305 (p_yy) add cnt = -4, cnt