Home
last modified time | relevance | path

Searched refs:stfle_bits (Results 1 – 9 of 9) sorted by relevance

/sysdeps/s390/
A Dbzero.c39 (HAVE_MEMSET_Z196 && S390_IS_Z196 (stfle_bits))
41 : (HAVE_MEMSET_Z10 && S390_IS_Z10 (stfle_bits))
A Dmemcpy.c42 (HAVE_MEMCPY_Z196 && S390_IS_Z196 (stfle_bits))
44 : (HAVE_MEMCPY_Z10 && S390_IS_Z10 (stfle_bits))
A Dmemset.c41 (HAVE_MEMSET_Z196 && S390_IS_Z196 (stfle_bits))
43 : (HAVE_MEMSET_Z10 && S390_IS_Z10 (stfle_bits))
A Dmemcmp.c41 (HAVE_MEMCMP_Z196 && S390_IS_Z196 (stfle_bits))
43 : (HAVE_MEMCMP_Z10 && S390_IS_Z10 (stfle_bits))
A Dmempcpy.c46 (HAVE_MEMCPY_Z196 && S390_IS_Z196 (stfle_bits))
48 : (HAVE_MEMCPY_Z10 && S390_IS_Z10 (stfle_bits))
A Dmemmove.c47 && S390_IS_ARCH13_MIE3 (stfle_bits))
/sysdeps/s390/multiarch/
A Difunc-resolve.h49 unsigned long long stfle_bits = 0ULL; \
54 S390_STORE_STFLE (stfle_bits); \
A Difunc-impl-list.c85 unsigned long long stfle_bits = 0ULL; in __libc_ifunc_impl_list() local
90 S390_STORE_STFLE (stfle_bits); in __libc_ifunc_impl_list()
97 S390_IS_Z196 (stfle_bits), MEMSET_Z196) in __libc_ifunc_impl_list()
101 S390_IS_Z10 (stfle_bits), MEMSET_Z10) in __libc_ifunc_impl_list()
112 S390_IS_Z196 (stfle_bits), BZERO_Z196) in __libc_ifunc_impl_list()
116 S390_IS_Z10 (stfle_bits), BZERO_Z10) in __libc_ifunc_impl_list()
128 S390_IS_Z196 (stfle_bits), MEMCMP_Z196) in __libc_ifunc_impl_list()
132 S390_IS_Z10 (stfle_bits), MEMCMP_Z10) in __libc_ifunc_impl_list()
148 S390_IS_Z10 (stfle_bits), MEMCPY_Z10) in __libc_ifunc_impl_list()
162 S390_IS_Z10 (stfle_bits), MEMPCPY_Z10) in __libc_ifunc_impl_list()
[all …]
/sysdeps/unix/sysv/linux/s390/
A Dsysconf.c69 unsigned long stfle_bits; in get_cache_info() local
72 unsigned long long stfle_bits; in get_cache_info() local
80 : "=QS" (stfle_bits), "+d" (reg0) in get_cache_info()
83 if (!(stfle_bits & STFLE_Z10_MASK)) in get_cache_info()

Completed in 9 milliseconds