Home
last modified time | relevance | path

Searched refs:dst8 (Results 1 – 1 of 1) sorted by relevance

/arch/tile/lib/
Dmemcpy_64.c65 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()
[all …]