Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Datof-ieee.c84 next_bits (int number_of_bits) in next_bits() function
421 for (exponent_skippage = 0; !next_bits (1); ++exponent_skippage); in gen_to_words()
488 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - (num_bits)); in gen_to_words()
498 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - num_bits); in gen_to_words()
502 word1 |= next_bits ((LITTLENUM_NUMBER_OF_BITS - 1) in gen_to_words()
508 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS); in gen_to_words()
511 if (next_bits (1)) in gen_to_words()
596 | next_bits ((LITTLENUM_NUMBER_OF_BITS - 1) - exponent_bits); in gen_to_words()
609 | next_bits (LITTLENUM_NUMBER_OF_BITS - 1)); in gen_to_words()
614 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS); in gen_to_words()
[all …]
Datof-vax.c116 next_bits (int number_of_bits) in next_bits() function
296 !next_bits (1); in flonum_gen2vax()
325 | next_bits (15 - exponent_bits)); in flonum_gen2vax()
330 *lp = next_bits (LITTLENUM_NUMBER_OF_BITS); in flonum_gen2vax()
332 if (next_bits (1)) in flonum_gen2vax()