Lines Matching refs:srcp

33 WORDCOPY_FWD_ALIGNED (long int dstp, long int srcp, size_t len)  in WORDCOPY_FWD_ALIGNED()  argument
40 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
41 srcp -= 6 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
46 a1 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
47 srcp -= 5 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
52 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
53 srcp -= 4 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
58 a1 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
59 srcp -= 3 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
64 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
65 srcp -= 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
70 a1 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
71 srcp -= 1 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
79 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
80 srcp -= 0 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
84 a1 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
85 srcp -=-1 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
96 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
99 a1 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_ALIGNED()
102 a0 = ((op_t *) srcp)[2]; in WORDCOPY_FWD_ALIGNED()
105 a1 = ((op_t *) srcp)[3]; in WORDCOPY_FWD_ALIGNED()
108 a0 = ((op_t *) srcp)[4]; in WORDCOPY_FWD_ALIGNED()
111 a1 = ((op_t *) srcp)[5]; in WORDCOPY_FWD_ALIGNED()
114 a0 = ((op_t *) srcp)[6]; in WORDCOPY_FWD_ALIGNED()
117 a1 = ((op_t *) srcp)[7]; in WORDCOPY_FWD_ALIGNED()
120 srcp += 8 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
142 WORDCOPY_FWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_FWD_DEST_ALIGNED() argument
150 sh_1 = 8 * (srcp % OPSIZ); in WORDCOPY_FWD_DEST_ALIGNED()
155 srcp &= -OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
160 a1 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
161 a2 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_DEST_ALIGNED()
162 srcp -= 1 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
167 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
168 a1 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_DEST_ALIGNED()
169 srcp -= 0 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
176 a3 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
177 a0 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_DEST_ALIGNED()
178 srcp -=-1 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
183 a2 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
184 a3 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_DEST_ALIGNED()
185 srcp -=-2 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
196 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
199 a1 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_DEST_ALIGNED()
202 a2 = ((op_t *) srcp)[2]; in WORDCOPY_FWD_DEST_ALIGNED()
205 a3 = ((op_t *) srcp)[3]; in WORDCOPY_FWD_DEST_ALIGNED()
208 srcp += 4 * OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
230 WORDCOPY_BWD_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_ALIGNED() argument
237 srcp -= 2 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
239 a0 = ((op_t *) srcp)[1]; in WORDCOPY_BWD_ALIGNED()
243 srcp -= 3 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
245 a1 = ((op_t *) srcp)[2]; in WORDCOPY_BWD_ALIGNED()
249 srcp -= 4 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
251 a0 = ((op_t *) srcp)[3]; in WORDCOPY_BWD_ALIGNED()
255 srcp -= 5 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
257 a1 = ((op_t *) srcp)[4]; in WORDCOPY_BWD_ALIGNED()
261 srcp -= 6 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
263 a0 = ((op_t *) srcp)[5]; in WORDCOPY_BWD_ALIGNED()
267 srcp -= 7 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
269 a1 = ((op_t *) srcp)[6]; in WORDCOPY_BWD_ALIGNED()
276 srcp -= 8 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
278 a0 = ((op_t *) srcp)[7]; in WORDCOPY_BWD_ALIGNED()
281 srcp -= 9 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
283 a1 = ((op_t *) srcp)[8]; in WORDCOPY_BWD_ALIGNED()
293 a0 = ((op_t *) srcp)[7]; in WORDCOPY_BWD_ALIGNED()
296 a1 = ((op_t *) srcp)[6]; in WORDCOPY_BWD_ALIGNED()
299 a0 = ((op_t *) srcp)[5]; in WORDCOPY_BWD_ALIGNED()
302 a1 = ((op_t *) srcp)[4]; in WORDCOPY_BWD_ALIGNED()
305 a0 = ((op_t *) srcp)[3]; in WORDCOPY_BWD_ALIGNED()
308 a1 = ((op_t *) srcp)[2]; in WORDCOPY_BWD_ALIGNED()
311 a0 = ((op_t *) srcp)[1]; in WORDCOPY_BWD_ALIGNED()
314 a1 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_ALIGNED()
317 srcp -= 8 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
339 WORDCOPY_BWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_DEST_ALIGNED() argument
347 sh_1 = 8 * (srcp % OPSIZ); in WORDCOPY_BWD_DEST_ALIGNED()
352 srcp &= -OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
353 srcp += OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
358 srcp -= 3 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
360 a2 = ((op_t *) srcp)[2]; in WORDCOPY_BWD_DEST_ALIGNED()
361 a1 = ((op_t *) srcp)[1]; in WORDCOPY_BWD_DEST_ALIGNED()
365 srcp -= 4 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
367 a3 = ((op_t *) srcp)[3]; in WORDCOPY_BWD_DEST_ALIGNED()
368 a2 = ((op_t *) srcp)[2]; in WORDCOPY_BWD_DEST_ALIGNED()
374 srcp -= 5 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
376 a0 = ((op_t *) srcp)[4]; in WORDCOPY_BWD_DEST_ALIGNED()
377 a3 = ((op_t *) srcp)[3]; in WORDCOPY_BWD_DEST_ALIGNED()
380 srcp -= 6 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
382 a1 = ((op_t *) srcp)[5]; in WORDCOPY_BWD_DEST_ALIGNED()
383 a0 = ((op_t *) srcp)[4]; in WORDCOPY_BWD_DEST_ALIGNED()
393 a3 = ((op_t *) srcp)[3]; in WORDCOPY_BWD_DEST_ALIGNED()
396 a2 = ((op_t *) srcp)[2]; in WORDCOPY_BWD_DEST_ALIGNED()
399 a1 = ((op_t *) srcp)[1]; in WORDCOPY_BWD_DEST_ALIGNED()
402 a0 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_DEST_ALIGNED()
405 srcp -= 4 * OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()