Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Datof-ieee.c516 int tmp_bits; in gen_to_words() local
519 tmp_bits = prec_bits; in gen_to_words()
520 while (tmp_bits > LITTLENUM_NUMBER_OF_BITS) in gen_to_words()
525 tmp_bits -= LITTLENUM_NUMBER_OF_BITS; in gen_to_words()
527 if (tmp_bits > LITTLENUM_NUMBER_OF_BITS in gen_to_words()
528 || (lp[n] & mask[tmp_bits]) != mask[tmp_bits] in gen_to_words()