Lines Matching refs:dstp

33 WORDCOPY_FWD_ALIGNED (long int dstp, long int srcp, size_t len)  in WORDCOPY_FWD_ALIGNED()  argument
42 dstp -= 7 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
48 dstp -= 6 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
54 dstp -= 5 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
60 dstp -= 4 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
66 dstp -= 3 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
72 dstp -= 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
81 dstp -= 1 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
86 dstp -= 0 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
97 ((op_t *) dstp)[0] = a1; in WORDCOPY_FWD_ALIGNED()
100 ((op_t *) dstp)[1] = a0; in WORDCOPY_FWD_ALIGNED()
103 ((op_t *) dstp)[2] = a1; in WORDCOPY_FWD_ALIGNED()
106 ((op_t *) dstp)[3] = a0; in WORDCOPY_FWD_ALIGNED()
109 ((op_t *) dstp)[4] = a1; in WORDCOPY_FWD_ALIGNED()
112 ((op_t *) dstp)[5] = a0; in WORDCOPY_FWD_ALIGNED()
115 ((op_t *) dstp)[6] = a1; in WORDCOPY_FWD_ALIGNED()
118 ((op_t *) dstp)[7] = a0; in WORDCOPY_FWD_ALIGNED()
121 dstp += 8 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
129 ((op_t *) dstp)[0] = a1; in WORDCOPY_FWD_ALIGNED()
142 WORDCOPY_FWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_FWD_DEST_ALIGNED() argument
163 dstp -= 3 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
170 dstp -= 2 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
179 dstp -= 1 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
186 dstp -= 0 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
197 ((op_t *) dstp)[0] = MERGE (a2, sh_1, a3, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
200 ((op_t *) dstp)[1] = MERGE (a3, sh_1, a0, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
203 ((op_t *) dstp)[2] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
206 ((op_t *) dstp)[3] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
209 dstp += 4 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
217 ((op_t *) dstp)[0] = MERGE (a2, sh_1, a3, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
230 WORDCOPY_BWD_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_ALIGNED() argument
238 dstp -= 1 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
244 dstp -= 2 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
250 dstp -= 3 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
256 dstp -= 4 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
262 dstp -= 5 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
268 dstp -= 6 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
277 dstp -= 7 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
282 dstp -= 8 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
294 ((op_t *) dstp)[7] = a1; in WORDCOPY_BWD_ALIGNED()
297 ((op_t *) dstp)[6] = a0; in WORDCOPY_BWD_ALIGNED()
300 ((op_t *) dstp)[5] = a1; in WORDCOPY_BWD_ALIGNED()
303 ((op_t *) dstp)[4] = a0; in WORDCOPY_BWD_ALIGNED()
306 ((op_t *) dstp)[3] = a1; in WORDCOPY_BWD_ALIGNED()
309 ((op_t *) dstp)[2] = a0; in WORDCOPY_BWD_ALIGNED()
312 ((op_t *) dstp)[1] = a1; in WORDCOPY_BWD_ALIGNED()
315 ((op_t *) dstp)[0] = a0; in WORDCOPY_BWD_ALIGNED()
318 dstp -= 8 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
326 ((op_t *) dstp)[7] = a1; in WORDCOPY_BWD_ALIGNED()
339 WORDCOPY_BWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_DEST_ALIGNED() argument
359 dstp -= 1 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
366 dstp -= 2 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
375 dstp -= 3 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
381 dstp -= 4 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
394 ((op_t *) dstp)[3] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
397 ((op_t *) dstp)[2] = MERGE (a3, sh_1, a0, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
400 ((op_t *) dstp)[1] = MERGE (a2, sh_1, a3, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
403 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
406 dstp -= 4 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
414 ((op_t *) dstp)[3] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()