Lines Matching refs:src8

100 		const op_t *src8 = (const op_t *) ((uintptr_t)src1 &  in memcpy()  local
117 tmp1 = LD8(src8++); in memcpy()
118 tmp2 = LD8(src8++); in memcpy()
122 tmp3 = LD8(src8++); in memcpy()
123 tmp0 = LD8(src8++); in memcpy()
127 tmp2 = LD8(src8++); in memcpy()
128 tmp3 = LD8(src8++); in memcpy()
132 tmp0 = LD8(src8++); in memcpy()
133 tmp1 = LD8(src8++); in memcpy()
139 tmp2 = LD8(src8++); in memcpy()
143 tmp3 = LD8(src8++); in memcpy()
147 tmp0 = LD8(src8++); in memcpy()
151 tmp1 = LD8(src8++); in memcpy()
160 src8--; in memcpy()
166 prefetch = ((const char *)src8) + in memcpy()
169 for (tmp0 = LD8(src8++); n >= CHIP_L2_LINE_SIZE(); in memcpy()
181 (const char *) src8; in memcpy()
183 tmp1 = LD8(src8++); in memcpy()
184 tmp2 = LD8(src8++); in memcpy()
185 tmp3 = LD8(src8++); in memcpy()
186 tmp4 = LD8(src8++); in memcpy()
187 tmp5 = LD8(src8++); in memcpy()
188 tmp6 = LD8(src8++); in memcpy()
189 tmp7 = LD8(src8++); in memcpy()
190 tmp8 = LD8(src8++); in memcpy()
214 src8--; in memcpy()
219 tmp0 = LD8(src8++); in memcpy()
221 tmp1 = LD8(src8++); in memcpy()
226 src8--; in memcpy()
232 tmp0 = LD8(src8++); in memcpy()
233 tmp1 = ((const char *)src8 <= src1_end) in memcpy()
234 ? LD8((op_t *)src8) : 0; in memcpy()
240 const op_t *__restrict src8 = (const op_t *)src1; in memcpy() local
247 ST8(dst8++, LD8(src8++)); in memcpy()
266 (const char *)src8; in memcpy()
278 tmp0 = LD8(src8++); in memcpy()
279 tmp1 = LD8(src8++); in memcpy()
280 tmp2 = LD8(src8++); in memcpy()
281 tmp3 = LD8(src8++); in memcpy()
282 tmp4 = LD8(src8++); in memcpy()
283 tmp5 = LD8(src8++); in memcpy()
284 tmp6 = LD8(src8++); in memcpy()
285 tmp7 = LD8(src8++); in memcpy()
308 ST8(dst8++, LD8(src8++)); in memcpy()
313 final = LD8(src8); in memcpy()