Searched refs:BITS_PER_SI (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c863 high = answer >> BITS_PER_SI;
872 USItype nh = a->fraction.ll >> BITS_PER_SI;
874 USItype mh = b->fraction.ll >> BITS_PER_SI;
883 res2 += (UDItype)1 << BITS_PER_SI;
884 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
888 res2 += (ps_hh__ >> BITS_PER_SI) + pp_hh;
1369 shift = clzusi (uarg) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
1398 shift = clzusi (arg_a) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
1437 if (a.normal_exp > BITS_PER_SI - 2)
1474 if (a.normal_exp > BITS_PER_SI
[all...]
H A Dfp-bit.h125 #define BITS_PER_SI (4 * BITS_PER_UNIT) macro

Completed in 105 milliseconds