Home
last modified time | relevance | path

Searched refs:OPSIZ (Results 1 – 7 of 7) sorted by relevance

/sysdeps/powerpc/power6/
A Dwordcopy.c43 srcp += OPSIZ; in WORDCOPY_FWD_ALIGNED()
44 dstp += OPSIZ; in WORDCOPY_FWD_ALIGNED()
55 srcp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
101 srcp &= -OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
113 srcp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
114 dstp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
138 srcp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
139 dstp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
201 srcp &= -OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
206 srcp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
[all …]
/sysdeps/powerpc/power4/
A Dwordcopy.c43 srcp += OPSIZ; in WORDCOPY_FWD_ALIGNED()
44 dstp += OPSIZ; in WORDCOPY_FWD_ALIGNED()
55 srcp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
85 srcp &= -OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
97 srcp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
98 dstp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
133 srcp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
134 dstp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
180 srcp &= -OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
185 srcp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
[all …]
/sysdeps/generic/
A Dmemcopy.h62 #define OPSIZ (sizeof (op_t)) macro
120 if (src_bp % OPSIZ == 0) \
121 _wordcopy_fwd_aligned (dst_bp, src_bp, (nbytes) / OPSIZ); \
124 src_bp += (nbytes) & -OPSIZ; \
125 dst_bp += (nbytes) & -OPSIZ; \
126 (nbytes_left) = (nbytes) % OPSIZ; \
142 if (src_ep % OPSIZ == 0) \
143 _wordcopy_bwd_aligned (dst_ep, src_ep, (nbytes) / OPSIZ); \
146 src_ep -= (nbytes) & -OPSIZ; \
147 dst_ep -= (nbytes) & -OPSIZ; \
[all …]
/sysdeps/ia64/
A Dmemcmp.S38 #define OPSIZ 8 macro
A Dmemccpy.S36 #define OPSIZ 8 macro
A Dmemmove.S38 #define OPSIZ 8 macro
A Dmemcpy.S49 #define OPSIZ 8 macro

Completed in 8 milliseconds