Home
last modified time | relevance | path

Searched refs:MERGE (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A D_memcpy_fwd.c164 ((op_t *) dstp)[0] = MERGE (a2, sh_1, a3, sh_2); in _wordcopy_fwd_dest_aligned()
167 ((op_t *) dstp)[1] = MERGE (a3, sh_1, a0, sh_2); in _wordcopy_fwd_dest_aligned()
170 ((op_t *) dstp)[2] = MERGE (a0, sh_1, a1, sh_2); in _wordcopy_fwd_dest_aligned()
173 ((op_t *) dstp)[3] = MERGE (a1, sh_1, a2, sh_2); in _wordcopy_fwd_dest_aligned()
184 ((op_t *) dstp)[0] = MERGE (a2, sh_1, a3, sh_2); in _wordcopy_fwd_dest_aligned()
A Dmemmove.c195 ((op_t *) dstp)[3] = MERGE (a0, sh_1, a1, sh_2); in _wordcopy_bwd_dest_aligned()
198 ((op_t *) dstp)[2] = MERGE (a3, sh_1, a0, sh_2); in _wordcopy_bwd_dest_aligned()
201 ((op_t *) dstp)[1] = MERGE (a2, sh_1, a3, sh_2); in _wordcopy_bwd_dest_aligned()
204 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in _wordcopy_bwd_dest_aligned()
215 ((op_t *) dstp)[3] = MERGE (a0, sh_1, a1, sh_2); in _wordcopy_bwd_dest_aligned()
A Dmemcmp.c214 x = MERGE(a2, shl, a3, shr); in memcmp_not_common_alignment()
221 x = MERGE(a3, shl, a0, shr); in memcmp_not_common_alignment()
228 x = MERGE(a0, shl, a1, shr); in memcmp_not_common_alignment()
235 x = MERGE(a1, shl, a2, shr); in memcmp_not_common_alignment()
248 x = MERGE(a2, shl, a3, shr); in memcmp_not_common_alignment()
A Dmemcopy.h68 #define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) macro
71 #define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) macro

Completed in 6 milliseconds