bionic/libc/arch-x86/silvermont/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-bcopy-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-bzero-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-memcpy-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-memmove-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-memset-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-stpcpy-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-stpncpy-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-strcpy-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-strlen-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse2-strncpy-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse4-memcmp-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00
sse4-wmemcmp-slm.S Add 32-bit Silvermont-optimized string/memory functions. 2014-05-12 13:56:59 -07:00