Lines Matching refs:cnt
41 #define cnt in1 macro
91 cmp.eq p_scr, p0 = cnt, r0
106 cmp.gt p_scr, p0 = 16, cnt /* is it a minimalistic task? */
115 (p_y) add cnt = -8, cnt
122 (p_yy) add cnt = -4, cnt
130 (p_y) add cnt = -2, cnt
140 cmp.gt p_scr, p0 = tmp, cnt /* is it a minimalistic task? */
142 (p_yy) add cnt = -1, cnt
147 shr.u linecnt = cnt, LSIZE_SH
154 and tmp = -(LINE_SIZE), cnt /* compute end of range */
156 and cnt = (LINE_SIZE-1), cnt /* remainder */
200 cmp.gt p_scr, p0 = 8, cnt /* just a few bytes left ? */
207 shr.u loopcnt = cnt, 5 /* loopcnt = cnt / 32 */
215 and cnt = 0x1f, cnt /* compute the remaining cnt */
230 cmp.gt p_scr, p0 = 8, cnt /* just a few bytes left ? */
236 cmp.le p_y, p_n = 16, cnt /* */
237 add cnt = -8, cnt /* subtract */
241 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
242 (p_y) add cnt = -8, cnt /* subtract */
246 (p_yy) add cnt = -8, cnt /* subtract */
251 cmp.eq p_scr, p0 = cnt, r0
252 tbit.nz.unc p_y, p0 = cnt, 2 /* should we terminate with a st4 ? */
257 tbit.nz.unc p_yy, p0 = cnt, 1 /* should we terminate with a st2 ? */
261 tbit.nz.unc p_y, p0 = cnt, 0 /* should we terminate with a st1 ? */
278 (p_n) cmp.le p_yy, p_nn = 4, cnt
279 (p_y) cmp.le p_yy, p_nn = 5, cnt
284 (p_y) add cnt = -1, cnt /* [15, 14 (or less) left] */
287 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
288 add ptr3 = ptr1, cnt /* prepare last store */
293 (p_yy) add cnt = -4, cnt /* [11, 10 (o less) left] */
296 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
298 tbit.nz p_scr, p0 = cnt, 1 /* will there be a st2 at the end ? */
302 (p_y) add cnt = -4, cnt /* [7, 6 (or less) left] */
308 tbit.nz p_y, p0 = cnt, 0 /* will there be a st1 at the end ? */
310 (p_yy) add cnt = -4, cnt