Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu_features.h84 #define BE_BIT_NR(BIT) (BIT ^ (BITS_PER_LONG - 1)) macro
H A Dcpu_features.c178 S390Feat feat = s390_feat_by_type_and_bit(type, BE_BIT_NR(le_bit)); in s390_add_from_feat_block()