Searched refs:p_unalgn (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/ia64/lib/ |
H A D | memset.S | 46 #define p_unalgn p9 macro 81 cmp.ne p_unalgn, p0 = tmp, r0 // 88 (p_unalgn) add ptr1 = (MIN1+1), ptr2 // after alignment 89 (p_unalgn) add ptr2 = MIN1P1HALF, ptr2 // after alignment 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 ?
|