Searched refs:HWCAP_SPARC_ADP (Results 1 – 5 of 5) sorted by relevance
/sysdeps/sparc/sparc64/multiarch/ |
A D | ifunc-impl-list.c | 39 IFUNC_IMPL_ADD (array, i, memcpy, hwcap & HWCAP_SPARC_ADP, in __libc_ifunc_impl_list() 52 IFUNC_IMPL_ADD (array, i, mempcpy, hwcap & HWCAP_SPARC_ADP, in __libc_ifunc_impl_list() 65 IFUNC_IMPL_ADD (array, i, bzero, hwcap & HWCAP_SPARC_ADP, in __libc_ifunc_impl_list() 74 IFUNC_IMPL_ADD (array, i, memset, hwcap & HWCAP_SPARC_ADP, in __libc_ifunc_impl_list() 83 IFUNC_IMPL_ADD (array, i, memmove, hwcap & HWCAP_SPARC_ADP, in __libc_ifunc_impl_list()
|
A D | ifunc-memmove.h | 28 if (hwcap & HWCAP_SPARC_ADP) in IFUNC_SELECTOR()
|
A D | ifunc-memset.h | 30 if (hwcap & HWCAP_SPARC_ADP) in IFUNC_SELECTOR()
|
A D | ifunc-memcpy.h | 32 if (hwcap & HWCAP_SPARC_ADP) in IFUNC_SELECTOR()
|
/sysdeps/sparc/bits/ |
A D | hwcap.h | 51 #define HWCAP_SPARC_ADP 0x08000000 macro
|
Completed in 4 milliseconds