Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu_features.c159 int nr_bits, le_bit; in s390_add_from_feat_block() local
175 le_bit = find_first_bit((unsigned long *) data, nr_bits); in s390_add_from_feat_block()
176 while (le_bit < nr_bits) { in s390_add_from_feat_block()
178 S390Feat feat = s390_feat_by_type_and_bit(type, BE_BIT_NR(le_bit)); in s390_add_from_feat_block()
183 le_bit = find_next_bit((unsigned long *) data, nr_bits, le_bit + 1); in s390_add_from_feat_block()
/qemu/target/hppa/
H A Dint_helper.c57 int le_bit; in io_eir_write() local
63 le_bit = ~data & widthm1; in io_eir_write()
65 env->cr[CR_EIRR] |= 1ull << le_bit; in io_eir_write()