/sysdeps/powerpc/powerpc64/multiarch/ |
A D | bzero.c | 25 extern __typeof (bzero) __bzero_ppc attribute_hidden; 26 extern __typeof (bzero) __bzero_power4 attribute_hidden; 27 extern __typeof (bzero) __bzero_power6 attribute_hidden; 28 extern __typeof (bzero) __bzero_power7 attribute_hidden; 29 extern __typeof (bzero) __bzero_power8 attribute_hidden; 31 extern __typeof (bzero) __bzero_power10 attribute_hidden; 53 weak_alias (__bzero, bzero)
|
A D | ifunc-impl-list.c | 227 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list() 229 IFUNC_IMPL_ADD (array, i, bzero, in __libc_ifunc_impl_list() 235 IFUNC_IMPL_ADD (array, i, bzero, hwcap2 & PPC_FEATURE2_ARCH_2_07 in __libc_ifunc_impl_list() 238 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_HAS_VSX, in __libc_ifunc_impl_list() 240 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_ARCH_2_05 in __libc_ifunc_impl_list() 243 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_POWER4, in __libc_ifunc_impl_list() 245 IFUNC_IMPL_ADD (array, i, bzero, 1, __bzero_ppc)) in __libc_ifunc_impl_list()
|
/sysdeps/i386/i686/multiarch/ |
A D | bzero.c | 22 # define bzero __redirect_bzero macro 24 # undef bzero 26 # define SYMBOL_NAME bzero 31 weak_alias (__bzero, bzero)
|
A D | Makefile | 3 sysdep_routines += bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 \ 6 memset-sse2-rep bzero-sse2-rep strcmp-ssse3 \ 24 bcopy-ia32 bzero-ia32 rawmemchr-ia32 \
|
A D | ifunc-impl-list.c | 50 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list() 51 IFUNC_IMPL_ADD (array, i, bzero, CPU_FEATURE_USABLE (SSE2), in __libc_ifunc_impl_list() 53 IFUNC_IMPL_ADD (array, i, bzero, CPU_FEATURE_USABLE (SSE2), in __libc_ifunc_impl_list() 55 IFUNC_IMPL_ADD (array, i, bzero, 1, __bzero_ia32)) in __libc_ifunc_impl_list()
|
/sysdeps/sparc/sparc64/multiarch/ |
A D | bzero.c | 21 # define bzero __redirect_bzero macro 23 # undef bzero 27 # define SYMBOL_NAME bzero 31 weak_alias (__bzero, bzero)
|
A D | ifunc-impl-list.c | 64 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list() 65 IFUNC_IMPL_ADD (array, i, bzero, hwcap & HWCAP_SPARC_ADP, in __libc_ifunc_impl_list() 67 IFUNC_IMPL_ADD (array, i, bzero, hwcap & HWCAP_SPARC_CRYPTO, in __libc_ifunc_impl_list() 69 IFUNC_IMPL_ADD (array, i, bzero, hwcap & HWCAP_SPARC_BLKINIT, in __libc_ifunc_impl_list() 71 IFUNC_IMPL_ADD (array, i, bzero, 1, __bzero_ultra1)); in __libc_ifunc_impl_list()
|
/sysdeps/powerpc/powerpc32/power4/multiarch/ |
A D | bzero.c | 25 extern __typeof (bzero) __bzero_ppc attribute_hidden; 26 extern __typeof (bzero) __bzero_power6 attribute_hidden; 27 extern __typeof (bzero) __bzero_power7 attribute_hidden; 36 weak_alias (__bzero, bzero)
|
A D | Makefile | 4 memset-power6 memset-ppc32 bzero-power7 bzero-power6 \ 5 bzero-ppc32 mempcpy-power7 mempcpy-ppc32 memchr-power7 \
|
A D | ifunc-impl-list.c | 77 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list() 78 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_HAS_VSX, in __libc_ifunc_impl_list() 80 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_ARCH_2_05, in __libc_ifunc_impl_list() 82 IFUNC_IMPL_ADD (array, i, bzero, 1, __bzero_ppc)) in __libc_ifunc_impl_list()
|
/sysdeps/x86_64/multiarch/ |
A D | memset-sse2-unaligned-erms.S | 34 .weak bzero; bzero = __bzero
|
/sysdeps/i386/i686/ |
A D | bzero.S | 4 weak_alias (__bzero, bzero)
|
/sysdeps/i386/i586/ |
A D | bzero.S | 4 weak_alias (__bzero, bzero)
|
/sysdeps/i386/ |
A D | bzero.S | 5 weak_alias (__bzero, bzero)
|
/sysdeps/powerpc/powerpc32/ |
A D | bzero.S | 27 weak_alias (__bzero, bzero)
|
/sysdeps/s390/ |
A D | bzero.c | 46 weak_alias (__bzero, bzero)
|
A D | memset-z900.S | 210 weak_alias (__bzero, bzero)
|
A D | Makefile | 69 sysdep_routines += bzero memset memset-z900 \
|
/sysdeps/s390/multiarch/ |
A D | ifunc-impl-list.c | 109 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list() 111 IFUNC_IMPL_ADD (array, i, bzero, in __libc_ifunc_impl_list() 115 IFUNC_IMPL_ADD (array, i, bzero, in __libc_ifunc_impl_list() 119 IFUNC_IMPL_ADD (array, i, bzero, 1, BZERO_Z900_G5) in __libc_ifunc_impl_list()
|
/sysdeps/alpha/ |
A D | bzero.S | 109 weak_alias (__bzero, bzero)
|
/sysdeps/ia64/ |
A D | bzero.S | 75 ENTRY(bzero) 312 END(bzero)
|
/sysdeps/sparc/sparc32/ |
A D | memset.S | 152 weak_alias (__bzero, bzero)
|
/sysdeps/powerpc/powerpc64/power7/ |
A D | memset.S | 397 weak_alias (__bzero, bzero)
|
/sysdeps/powerpc/powerpc64/le/power10/ |
A D | memset.S | 255 weak_alias (__bzero, bzero)
|
/sysdeps/powerpc/powerpc64/power4/ |
A D | memset.S | 250 weak_alias (__bzero, bzero)
|