Home
last modified time | relevance | path

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

/sysdeps/powerpc/power6/
A Dwordcopy.c43 srcp += OPSIZ; in WORDCOPY_FWD_ALIGNED()
55 srcp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
95 align = srcp % OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
101 srcp &= -OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
102 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
113 srcp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
138 srcp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
149 srcp -= 2 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
195 align = srcp % OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
201 srcp &= -OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
[all …]
/sysdeps/powerpc/power4/
A Dwordcopy.c43 srcp += OPSIZ; in WORDCOPY_FWD_ALIGNED()
55 srcp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
85 srcp &= -OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
86 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
97 srcp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
110 srcp += 2 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
133 srcp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
144 srcp -= 2 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
180 srcp &= -OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
185 srcp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
[all …]
/sysdeps/mach/
A Dpagecopy.h26 #define PAGE_COPY_FWD(dstp, srcp, nbytes_left, nbytes) \ argument
29 (vm_address_t) srcp, trunc_page (nbytes), \
/sysdeps/generic/
A Dmemcopy.h163 # define PAGE_COPY_FWD_MAYBE(dstp, srcp, nbytes_left, nbytes) \ argument
167 && PAGE_OFFSET ((dstp) - (srcp)) == 0) \
176 WORD_COPY_FWD (dstp, srcp, nbytes_left, nbytes_before); \
180 PAGE_COPY_FWD (dstp, srcp, nbytes_left, nbytes); \
189 # define PAGE_COPY_FWD_MAYBE(dstp, srcp, nbytes_left, nbytes) /* nada */ argument

Completed in 5 milliseconds