Lines Matching refs:p_y
45 #define p_y p11 macro
72 tbit.nz p_y, p_n = dest, 0 // Do we have an odd address? (M_B_U)
88 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ?
91 (p_y) add cnt = -8, cnt //
94 (p_y) st8 [ptr2] = value,-4 //
99 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
106 (p_y) add cnt = -2, cnt //
110 (p_y) st2 [ptr2] = value,-1 //
282 cmp.le p_y, p_n = 16, cnt
286 (p_y) stf8 [ptr1] = fvalue, 8 // store
287 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
288 (p_y) add cnt = -8, cnt // subtract
298 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
302 (p_y) st4 [ptr1] = value,4
307 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
311 (p_y) st1 [ptr1] = value
322 .pred.rel "mutex",p_y, p_n
325 (p_y) cmp.le p_yy, p_nn = 5, cnt
328 (p_y) add ptr2 = 3, ptr1
329 (p_y) st1 [ptr1] = value, 1 // fill 1 (odd-aligned) byte [15, 14 (or less) left]
330 (p_y) add cnt = -1, cnt
333 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
342 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
346 (p_y) st2 [ptr1] = value, 4 // fill 2 (aligned) bytes
347 (p_y) st2 [ptr2] = value, 4 // fill 2 (aligned) bytes [7, 6 (or less) left]
348 (p_y) add cnt = -4, cnt
353 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
359 (p_y) st1 [ptr3] = value // fill last byte (using ptr3)