Lines Matching refs:p_y
47 #define p_y p11 macro
74 tbit.nz p_y, p_n = dest, 0 // Do we have an odd address? (M_B_U)
90 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ?
93 (p_y) add cnt = -8, cnt //
96 (p_y) st8 [ptr2] = value,-4 //
101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
108 (p_y) add cnt = -2, cnt //
112 (p_y) st2 [ptr2] = value,-1 //
284 cmp.le p_y, p_n = 16, cnt
288 (p_y) stf8 [ptr1] = fvalue, 8 // store
289 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
290 (p_y) add cnt = -8, cnt // subtract
300 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
304 (p_y) st4 [ptr1] = value,4
309 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
313 (p_y) st1 [ptr1] = value
324 .pred.rel "mutex",p_y, p_n
327 (p_y) cmp.le p_yy, p_nn = 5, cnt
330 (p_y) add ptr2 = 3, ptr1
331 (p_y) st1 [ptr1] = value, 1 // fill 1 (odd-aligned) byte [15, 14 (or less) left]
332 (p_y) add cnt = -1, cnt
335 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
344 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
348 (p_y) st2 [ptr1] = value, 4 // fill 2 (aligned) bytes
349 (p_y) st2 [ptr2] = value, 4 // fill 2 (aligned) bytes [7, 6 (or less) left]
350 (p_y) add cnt = -4, cnt
355 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
361 (p_y) st1 [ptr3] = value // fill last byte (using ptr3)