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