platform_bionic/libc/arch-x86/atom/string
Elliott Hughes 204990cc83 Fix x86 __memset_chk.
The stack offsets assumed we'd pushed %ebx. Unlike x86-64 we can't fall
through, but we can avoid repeating work we've already done.

Change-Id: I7e5f9be50983ed6178dd0c0534042da7ea30ad0c
2016-03-24 22:34:47 -07:00
..
cache.h Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-memchr-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-memrchr-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-memset-atom.S Fix x86 __memset_chk. 2016-03-24 22:34:47 -07:00
sse2-strchr-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-strlen-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-strnlen-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
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 Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-wcscmp-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
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 Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-memcpy-atom.S Clean up bcopy cruft. 2016-03-03 10:41:42 -08:00
ssse3-memmove-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-strcat-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-strcmp-atom.S Fix cfi directives in small strncmp case. 2016-02-17 16:34:02 -08:00
ssse3-strcpy-atom.S Fix cfi directives for memmove/strlcpy. 2016-02-17 19:17:02 -08:00
ssse3-strlcat-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-strlcpy-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-strncat-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-strncmp-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-strncpy-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-wcscat-atom.S Replace ambiguous cmp operator with cmpl. 2014-10-21 16:25:35 -07:00
ssse3-wcscpy-atom.S Replace ambiguous cmp operator with cmpl. 2014-10-21 16:25:35 -07:00
ssse3-wmemcmp-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00