Searched refs:p_y (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/ia64/lib/ |
D | memset.S | 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 [all …]
|