platform_bionic/libc/arch-x86/atom/string
Haibo Huang e141362aa1 Change memcpy ifunc to return memmove for x86
It is cleaner to do this with ifunc. This is a partial revert of:
https://android-review.googlesource.com/c/platform/bionic/+/693863

Test: run bionic unit test
Change-Id: I5fb5745fc98807805aedb94b683e959e2a76a25d
2018-11-13 14:23:19 -08:00
..
cache.h
sse2-memchr-atom.S
sse2-memrchr-atom.S
sse2-memset-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
sse2-strchr-atom.S
sse2-strlen-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
sse2-strnlen-atom.S
sse2-strrchr-atom.S Explicit binary op order for both gcc and clang/llvm. 2016-01-12 09:48:09 -08:00
sse2-wcschr-atom.S
sse2-wcscmp-atom.S
sse2-wcslen-atom.S Replace ambiguous cmp instruction with cmpl. 2014-08-27 15:04:23 -07:00
sse2-wcsrchr-atom.S Explicit binary op order for both gcc and clang/llvm. 2016-01-12 09:48:09 -08:00
ssse3-memcmp-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-memcpy-atom.S Change memcpy ifunc to return memmove for x86 2018-11-13 14:23:19 -08:00
ssse3-memmove-atom.S Change memcpy ifunc to return memmove for x86 2018-11-13 14:23:19 -08:00
ssse3-strcat-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-strcmp-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-strcpy-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-strlcat-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-strlcpy-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-strncat-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-strncmp-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-strncpy-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-wcscat-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-wcscpy-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00
ssse3-wmemcmp-atom.S Use ifunc to dynamically dispatch libc routines for x86 2018-11-13 13:48:23 -08:00