bionic/libc/arch-x86/atom/string
Varvara Rainchik 5a92284167 Add 32-bit Silvermont-optimized string/memory functions.
Add following functions:
bcopy, memcpy, memmove, memset, bzero, memcmp, wmemcmp, strlen,
strcpy, strncpy, stpcpy, stpncpy.
Create new directories inside arch-x86 to specify architecture: atom,
silvermont and generic (non atom or silvermont architectures are treated like generic).
Due to introducing optimized versions of stpcpy and stpncpy,
c-implementations of these functions are moved from
common for architectures makefile to arm and mips specific makefiles.

Change-Id: I990f8061c3e9bca1f154119303da9e781c5d086e
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
2014-05-12 13:56:59 -07:00
..
cache.h Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-bzero-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-index-atom.S 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 Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -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 Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07: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 Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-wcsrchr-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-bcopy-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-memcmp16-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07: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 Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07: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 Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-strcpy-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07: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 Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-wcscpy-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
ssse3-wmemcmp-atom.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00