Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/string/x86/
Dmemcpy.cpp48 static void memcpy_x86(char *__restrict dst, const char *__restrict src, in memcpy_x86() function
85 memcpy_x86(reinterpret_cast<char *>(dst), reinterpret_cast<const char *>(src), in LLVM_LIBC_ENTRYPOINT()