glibc/sysdeps/powerpc/powerpc64/power7
Adhemerval Zanella 69f13dbf06 PowerPC: strcpy/stpcpy optimization for PPC64/POWER7
This patch intends to unify both strcpy and stpcpy implementationsi
for PPC64 and PPC64/POWER7. The idead default powerpc64 implementation
is to provide both doubleword and word aligned memory access.

For PPC64/POWER7 is also provide doubleword and word memory access,
remove the branch hints, use the cmpb instruction for compare
doubleword/words, and add an optimization for inputs of same alignment.
2013-10-25 13:28:24 -05:00
..
fpu PowerPC floating point little-endian [12 of 15] 2013-10-04 10:35:43 +09:30
Implies
Makefile
memchr.S PowerPC LE memchr and memrchr 2013-10-04 10:41:46 +09:30
memcmp.S PowerPC LE memcmp 2013-10-04 10:40:56 +09:30
memcpy.S PowerPC LE memcpy 2013-10-04 10:41:24 +09:30
mempcpy.S PowerPC LE memcpy 2013-10-04 10:41:24 +09:30
memrchr.S PowerPC LE memchr and memrchr 2013-10-04 10:41:46 +09:30
memset.S PowerPC LE memset 2013-10-04 10:41:35 +09:30
rawmemchr.S PowerPC LE memchr and memrchr 2013-10-04 10:41:46 +09:30
stpcpy.S PowerPC: strcpy/stpcpy optimization for PPC64/POWER7 2013-10-25 13:28:24 -05:00
strcasecmp_l.S
strcasecmp.S
strchr.S PowerPC LE strchr 2013-10-04 10:40:22 +09:30
strchrnul.S PowerPC LE strchr 2013-10-04 10:40:22 +09:30
strcpy.S PowerPC: strcpy/stpcpy optimization for PPC64/POWER7 2013-10-25 13:28:24 -05:00
strlen.S PowerPC LE strlen 2013-10-04 10:39:32 +09:30
strncmp.S PowerPC LE strcmp and strncmp 2013-10-04 10:39:52 +09:30
strnlen.S PowerPC LE strnlen 2013-10-04 10:39:42 +09:30