Searched refs:dstp (Results 1 – 4 of 4) sorted by relevance
/sysdeps/powerpc/power4/ |
A D | wordcopy.c | 44 dstp += OPSIZ; in WORDCOPY_FWD_ALIGNED() 52 ((op_t *) dstp)[0] = a0; in WORDCOPY_FWD_ALIGNED() 53 ((op_t *) dstp)[1] = a1; in WORDCOPY_FWD_ALIGNED() 56 dstp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED() 98 dstp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED() 111 dstp += 2 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED() 134 dstp -= OPSIZ; in WORDCOPY_BWD_ALIGNED() 145 dstp -= 2 * OPSIZ; in WORDCOPY_BWD_ALIGNED() 149 ((op_t *) dstp)[1] = a1; in WORDCOPY_BWD_ALIGNED() 186 dstp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED() [all …]
|
/sysdeps/powerpc/power6/ |
A D | wordcopy.c | 39 ((op_t *) dstp)[0] = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED() 44 dstp += OPSIZ; in WORDCOPY_FWD_ALIGNED() 52 ((op_t *) dstp)[0] = a0; in WORDCOPY_FWD_ALIGNED() 53 ((op_t *) dstp)[1] = a1; in WORDCOPY_FWD_ALIGNED() 56 dstp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED() 114 dstp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED() 139 dstp -= OPSIZ; in WORDCOPY_BWD_ALIGNED() 150 dstp -= 2 * OPSIZ; in WORDCOPY_BWD_ALIGNED() 154 ((op_t *) dstp)[1] = a1; in WORDCOPY_BWD_ALIGNED() 155 ((op_t *) dstp)[0] = a0; in WORDCOPY_BWD_ALIGNED() [all …]
|
/sysdeps/generic/ |
A D | memcopy.h | 163 # define PAGE_COPY_FWD_MAYBE(dstp, srcp, nbytes_left, nbytes) \ argument 167 && PAGE_OFFSET ((dstp) - (srcp)) == 0) \ 172 size_t nbytes_before = PAGE_OFFSET (-(dstp)); \ 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
|
/sysdeps/mach/ |
A D | pagecopy.h | 26 #define PAGE_COPY_FWD(dstp, srcp, nbytes_left, nbytes) \ argument 30 (vm_address_t) dstp) == KERN_SUCCESS \
|
Completed in 5 milliseconds