Lines Matching refs:dst8
65 op_t *__restrict dst8; /* 8-byte pointer to destination memory. */ in memcpy() local
94 dst8 = (op_t *)dst1; in memcpy()
106 (((uintptr_t)dst8) & ((CHIP_L2_LINE_SIZE() << 2) - 1)); in memcpy()
141 ST8(dst8++, tmp0); in memcpy()
145 ST8(dst8++, tmp1); in memcpy()
149 ST8(dst8++, tmp2); in memcpy()
153 ST8(dst8++, tmp3); in memcpy()
159 ST8(dst8++, tmp0); in memcpy()
201 __insn_wh64(dst8); in memcpy()
203 ST8(dst8++, tmp0); in memcpy()
204 ST8(dst8++, tmp1); in memcpy()
205 ST8(dst8++, tmp2); in memcpy()
206 ST8(dst8++, tmp3); in memcpy()
207 ST8(dst8++, tmp4); in memcpy()
208 ST8(dst8++, tmp5); in memcpy()
209 ST8(dst8++, tmp6); in memcpy()
210 ST8(dst8++, tmp7); in memcpy()
223 ST8(dst8++, tmp0); in memcpy()
245 for (; (uintptr_t)dst8 & (CHIP_L2_LINE_SIZE() - 1); in memcpy()
247 ST8(dst8++, LD8(src8++)); in memcpy()
289 : : "r"(tmp7), "r"(dst8)); in memcpy()
291 ST8(dst8++, tmp0); in memcpy()
292 ST8(dst8++, tmp1); in memcpy()
293 ST8(dst8++, tmp2); in memcpy()
294 ST8(dst8++, tmp3); in memcpy()
295 ST8(dst8++, tmp4); in memcpy()
296 ST8(dst8++, tmp5); in memcpy()
297 ST8(dst8++, tmp6); in memcpy()
298 ST8(dst8++, tmp7); in memcpy()
308 ST8(dst8++, LD8(src8++)); in memcpy()
317 dst1 = (char *)dst8; in memcpy()