Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/string/memory_utils/x86_64/
H A Dinline_memcpy.h71 [[maybe_unused]] LIBC_INLINE void inline_memcpy_prefetch(Ptr __restrict dst, in inline_memcpy_prefetch() function
82 inline_memcpy_prefetch(dst, src, K_ONE_CACHELINE); in inline_memcpy_x86_sse2_ge64_sw_prefetching()
85 inline_memcpy_prefetch(dst, src, K_TWO_CACHELINES); in inline_memcpy_x86_sse2_ge64_sw_prefetching()
99 inline_memcpy_prefetch(dst, src, offset + K_ONE_CACHELINE); in inline_memcpy_x86_sse2_ge64_sw_prefetching()
100 inline_memcpy_prefetch(dst, src, offset + K_TWO_CACHELINES); in inline_memcpy_x86_sse2_ge64_sw_prefetching()
108 inline_memcpy_prefetch(dst, src, offset + K_ONE_CACHELINE); in inline_memcpy_x86_sse2_ge64_sw_prefetching()
109 inline_memcpy_prefetch(dst, src, offset + K_TWO_CACHELINES); in inline_memcpy_x86_sse2_ge64_sw_prefetching()
110 inline_memcpy_prefetch(dst, src, offset + K_THREE_CACHELINES); in inline_memcpy_x86_sse2_ge64_sw_prefetching()
129 inline_memcpy_prefetch(dst, src, K_ONE_CACHELINE); in inline_memcpy_x86_avx_ge64_sw_prefetching()
132 inline_memcpy_prefetch(dst, src, K_TWO_CACHELINES); in inline_memcpy_x86_avx_ge64_sw_prefetching()
[all …]