Lines Matching refs:dstp
33 WORDCOPY_FWD_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_FWD_ALIGNED() argument
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()
72 ((op_t *) dstp)[0] = MERGE (a0, align*8, a1, (__WORDSIZE-align*8)); \
73 ((op_t *) dstp)[1] = MERGE (a1, align*8, a2, (__WORDSIZE-align*8)); \
76 dstp += 2 * OPSIZ; \
86 WORDCOPY_FWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_FWD_DEST_ALIGNED() argument
107 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
114 dstp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
132 WORDCOPY_BWD_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_ALIGNED() argument
139 dstp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
140 ((op_t *) dstp)[0] = ((op_t *) srcp)[0]; 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()
166 dstp -= 2 * OPSIZ; \
169 ((op_t *) dstp)[1] = MERGE (a1, align*8, a2, (__WORDSIZE-align*8)); \
170 ((op_t *) dstp)[0] = MERGE (a0, align*8, a1, (__WORDSIZE-align*8)); \
186 WORDCOPY_BWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_DEST_ALIGNED() argument
207 dstp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
209 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()