Lines Matching refs:tbit
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 ?
94 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ?
101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
109 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
300 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
305 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ?
309 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
346 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ?
355 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?