Lines Matching refs:dstp
72 static void _wordcopy_fwd_aligned(long int dstp, long int srcp, size_t len) in _wordcopy_fwd_aligned() argument
85 ((op_t *) dstp)[0] = a0; in _wordcopy_fwd_aligned()
86 ((op_t *) dstp)[1] = a1; in _wordcopy_fwd_aligned()
87 ((op_t *) dstp)[2] = a2; in _wordcopy_fwd_aligned()
88 ((op_t *) dstp)[3] = a3; in _wordcopy_fwd_aligned()
89 ((op_t *) dstp)[4] = a4; in _wordcopy_fwd_aligned()
90 ((op_t *) dstp)[5] = a5; in _wordcopy_fwd_aligned()
91 ((op_t *) dstp)[6] = a6; in _wordcopy_fwd_aligned()
92 ((op_t *) dstp)[7] = a7; in _wordcopy_fwd_aligned()
95 dstp += 8 * OPSIZ; in _wordcopy_fwd_aligned()
99 *(op_t *)dstp = *(op_t *)srcp; in _wordcopy_fwd_aligned()
102 dstp += OPSIZ; in _wordcopy_fwd_aligned()
112 static void _wordcopy_fwd_dest_aligned(long int dstp, long int srcp, in _wordcopy_fwd_dest_aligned() argument
137 ((op_t *) dstp)[0] = MERGE(ap, sh_1, a0, sh_2); in _wordcopy_fwd_dest_aligned()
138 ((op_t *) dstp)[1] = MERGE(a0, sh_1, a1, sh_2); in _wordcopy_fwd_dest_aligned()
139 ((op_t *) dstp)[2] = MERGE(a1, sh_1, a2, sh_2); in _wordcopy_fwd_dest_aligned()
140 ((op_t *) dstp)[3] = MERGE(a2, sh_1, a3, sh_2); in _wordcopy_fwd_dest_aligned()
144 dstp += 4 * OPSIZ; in _wordcopy_fwd_dest_aligned()
151 ((op_t *) dstp)[0] = MERGE(ap, sh_1, a0, sh_2); in _wordcopy_fwd_dest_aligned()
155 dstp += OPSIZ; in _wordcopy_fwd_dest_aligned()
162 unsigned long int dstp = (long int) dstpp; in memcpy() local
170 len -= (-dstp) % OPSIZ; in memcpy()
171 BYTE_COPY_FWD(dstp, srcp, (-dstp) % OPSIZ); in memcpy()
183 WORD_COPY_FWD(dstp, srcp, len, len); in memcpy()
189 BYTE_COPY_FWD(dstp, srcp, len); in memcpy()
196 unsigned long int dstp = (long int) dstpp; in memcpyb() local
199 BYTE_COPY_FWD(dstp, srcp, len); in memcpyb()