Searched refs:stfle_bits (Results 1 – 9 of 9) sorted by relevance
39 (HAVE_MEMSET_Z196 && S390_IS_Z196 (stfle_bits))41 : (HAVE_MEMSET_Z10 && S390_IS_Z10 (stfle_bits))
42 (HAVE_MEMCPY_Z196 && S390_IS_Z196 (stfle_bits))44 : (HAVE_MEMCPY_Z10 && S390_IS_Z10 (stfle_bits))
41 (HAVE_MEMSET_Z196 && S390_IS_Z196 (stfle_bits))43 : (HAVE_MEMSET_Z10 && S390_IS_Z10 (stfle_bits))
41 (HAVE_MEMCMP_Z196 && S390_IS_Z196 (stfle_bits))43 : (HAVE_MEMCMP_Z10 && S390_IS_Z10 (stfle_bits))
46 (HAVE_MEMCPY_Z196 && S390_IS_Z196 (stfle_bits))48 : (HAVE_MEMCPY_Z10 && S390_IS_Z10 (stfle_bits))
47 && S390_IS_ARCH13_MIE3 (stfle_bits))
49 unsigned long long stfle_bits = 0ULL; \54 S390_STORE_STFLE (stfle_bits); \
85 unsigned long long stfle_bits = 0ULL; in __libc_ifunc_impl_list() local90 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 …]
69 unsigned long stfle_bits; in get_cache_info() local72 unsigned long long stfle_bits; in get_cache_info() local80 : "=QS" (stfle_bits), "+d" (reg0) in get_cache_info()83 if (!(stfle_bits & STFLE_Z10_MASK)) in get_cache_info()
Completed in 9 milliseconds