Lines Matching refs:srcp
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()
43 srcp += OPSIZ; in WORDCOPY_FWD_ALIGNED()
50 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
51 a1 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_ALIGNED()
55 srcp += 2 * OPSIZ; in WORDCOPY_FWD_ALIGNED()
70 a1 = ((op_t *) srcp)[1]; \
71 a2 = ((op_t *) srcp)[2]; \
75 srcp += 2 * OPSIZ; \
86 WORDCOPY_FWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_FWD_DEST_ALIGNED() argument
95 align = srcp % OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
96 sh_1 = 8 * (srcp % OPSIZ); in WORDCOPY_FWD_DEST_ALIGNED()
101 srcp &= -OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
102 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
106 a1 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_DEST_ALIGNED()
113 srcp += OPSIZ; in WORDCOPY_FWD_DEST_ALIGNED()
132 WORDCOPY_BWD_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_ALIGNED() argument
138 srcp -= OPSIZ; in WORDCOPY_BWD_ALIGNED()
140 ((op_t *) dstp)[0] = ((op_t *) srcp)[0]; in WORDCOPY_BWD_ALIGNED()
149 srcp -= 2 * OPSIZ; in WORDCOPY_BWD_ALIGNED()
152 a1 = ((op_t *) srcp)[1]; in WORDCOPY_BWD_ALIGNED()
153 a0 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_ALIGNED()
165 srcp -= 2 * OPSIZ; \
167 a1 = ((op_t *) srcp)[1]; \
168 a0 = ((op_t *) srcp)[0]; \
186 WORDCOPY_BWD_DEST_ALIGNED (long int dstp, long int srcp, size_t len) in WORDCOPY_BWD_DEST_ALIGNED() argument
195 align = srcp % OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
196 sh_1 = 8 * (srcp % OPSIZ); in WORDCOPY_BWD_DEST_ALIGNED()
201 srcp &= -OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
202 a2 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_DEST_ALIGNED()
206 srcp -= OPSIZ; in WORDCOPY_BWD_DEST_ALIGNED()
208 a1 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_DEST_ALIGNED()