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 WORDCOPY_FWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_FWD_DEST_ALIGNED() argument
91 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
98 dstp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
106 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
107 ((op_t *) dstp)[1] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
111 dstp += 2 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
127 WORDCOPY_BWD_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_ALIGNED() argument
134 dstp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
135 ((op_t *) dstp)[0] = ((op_t *) srcp)[0]; in WORDCOPY_BWD_ALIGNED()
145 dstp -= 2 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
149 ((op_t *) dstp)[1] = a1; in WORDCOPY_BWD_ALIGNED()
150 ((op_t *) dstp)[0] = a0; in WORDCOPY_BWD_ALIGNED()
167 WORDCOPY_BWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_DEST_ALIGNED() argument
186 dstp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
188 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
200 dstp -= 2 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
204 ((op_t *) dstp)[1] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
205 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()