Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dmemmove.c40 srcp -= 2 * OPSIZ; in _wordcopy_bwd_aligned()
41 dstp -= 1 * OPSIZ; in _wordcopy_bwd_aligned()
46 srcp -= 3 * OPSIZ; in _wordcopy_bwd_aligned()
47 dstp -= 2 * OPSIZ; in _wordcopy_bwd_aligned()
52 srcp -= 4 * OPSIZ; in _wordcopy_bwd_aligned()
53 dstp -= 3 * OPSIZ; in _wordcopy_bwd_aligned()
58 srcp -= 5 * OPSIZ; in _wordcopy_bwd_aligned()
59 dstp -= 4 * OPSIZ; in _wordcopy_bwd_aligned()
64 srcp -= 6 * OPSIZ; in _wordcopy_bwd_aligned()
153 srcp &= -OPSIZ; in _wordcopy_bwd_dest_aligned()
[all …]
A D_memcpy_fwd.c13 srcp -= 6 * OPSIZ; in _wordcopy_fwd_aligned()
14 dstp -= 7 * OPSIZ; in _wordcopy_fwd_aligned()
19 srcp -= 5 * OPSIZ; in _wordcopy_fwd_aligned()
20 dstp -= 6 * OPSIZ; in _wordcopy_fwd_aligned()
25 srcp -= 4 * OPSIZ; in _wordcopy_fwd_aligned()
26 dstp -= 5 * OPSIZ; in _wordcopy_fwd_aligned()
31 srcp -= 3 * OPSIZ; in _wordcopy_fwd_aligned()
32 dstp -= 4 * OPSIZ; in _wordcopy_fwd_aligned()
37 srcp -= 2 * OPSIZ; in _wordcopy_fwd_aligned()
38 dstp -= 3 * OPSIZ; in _wordcopy_fwd_aligned()
[all …]
A Dmemcmp.c84 srcp1 -= 2 * OPSIZ; in memcmp_common_alignment()
85 srcp2 -= 2 * OPSIZ; in memcmp_common_alignment()
91 srcp1 -= OPSIZ; in memcmp_common_alignment()
92 srcp2 -= OPSIZ; in memcmp_common_alignment()
104 srcp1 += OPSIZ; in memcmp_common_alignment()
105 srcp2 += OPSIZ; in memcmp_common_alignment()
137 srcp1 += 4 * OPSIZ; in memcmp_common_alignment()
138 srcp2 += 4 * OPSIZ; in memcmp_common_alignment()
166 shr = 8 * OPSIZ - shl; in memcmp_not_common_alignment()
170 srcp1 &= -OPSIZ; in memcmp_not_common_alignment()
[all …]
A Dmemcopy.h59 #define OPSIZ (sizeof(op_t)) macro
118 if (src_bp % OPSIZ == 0) \
119 _wordcopy_fwd_aligned (dst_bp, src_bp, (nbytes) / OPSIZ); \
122 src_bp += (nbytes) & -OPSIZ; \
123 dst_bp += (nbytes) & -OPSIZ; \
124 (nbytes_left) = (nbytes) % OPSIZ; \
138 if (src_ep % OPSIZ == 0) \
139 _wordcopy_bwd_aligned (dst_ep, src_ep, (nbytes) / OPSIZ); \
142 src_ep -= (nbytes) & -OPSIZ; \
143 dst_ep -= (nbytes) & -OPSIZ; \
[all …]
A Dmemset.c33 if (OPSIZ > 4) in memset()
39 while (dstp % OPSIZ != 0) in memset()
47 xlen = len / (OPSIZ * 8); in memset()
58 dstp += 8 * OPSIZ; in memset()
61 len %= OPSIZ * 8; in memset()
64 xlen = len / OPSIZ; in memset()
68 dstp += OPSIZ; in memset()
71 len %= OPSIZ; in memset()
A Dmemcpy.c38 len -= (-dstp) % OPSIZ; in memcpy()
39 BYTE_COPY_FWD (dstp, srcp, (-dstp) % OPSIZ); in memcpy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/cris/
A Dmemcopy.h30 #define OP_T_THRES OPSIZ
36 unsigned long enddst_bp = dst_bp + nbytes - (nbytes % OPSIZ); \
37 nbytes_left = (nbytes % OPSIZ); \
51 unsigned long enddst_bp = dst_bp - nbytes + (nbytes % OPSIZ); \
52 nbytes_left = (nbytes % OPSIZ); \
A Dmemmove.c48 len -= (-dstp) % OPSIZ; in memmove()
49 BYTE_COPY_FWD (dstp, srcp, (-dstp) % OPSIZ); in memmove()
80 len -= dstp % OPSIZ; in memmove()
81 BYTE_COPY_BWD (dstp, srcp, dstp % OPSIZ); in memmove()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/
A Dmemcmp.S39 #define OPSIZ 8 macro
A Dmemccpy.S37 #define OPSIZ 8 macro
A Dmemmove.S39 #define OPSIZ 8 macro
A Dmemcpy.S51 #define OPSIZ 8 macro

Completed in 41 milliseconds