Searched refs:bytecnt (Results 1 – 2 of 2) sorted by relevance
/sysdeps/ia64/ |
A D | bzero.S | 47 #define bytecnt r21 macro 100 sub bytecnt = (MIN1+1), tmp // higher than loopcnt 107 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ? 111 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ? 118 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ? 126 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
|
A D | memset.S | 49 #define bytecnt r21 macro 106 sub bytecnt = (MIN1+1), tmp // than loopcnt 113 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ? 117 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ? 124 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ? 132 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
|
Completed in 3 milliseconds