Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/s390/multiarch/
Difunc-resolve.h28 #define S390_IS_ARCH13_MIE3(STFLE_BITS) \ argument
29 ((STFLE_BITS & (1ULL << (63 - S390_STFLE_BITS_ARCH13_MIE3))) != 0)
31 #define S390_IS_Z196(STFLE_BITS) \ argument
32 ((STFLE_BITS & (1ULL << (63 - S390_STFLE_BITS_Z196))) != 0)
34 #define S390_IS_Z10(STFLE_BITS) \ argument
35 ((STFLE_BITS & (1ULL << (63 - S390_STFLE_BITS_Z10))) != 0)
37 #define S390_STORE_STFLE(STFLE_BITS) \ argument
46 : "=QS" (STFLE_BITS), "+d" (reg0) \