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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c3717 poly_uint64 lower_bytes = exact_div (lsb_shift, BITS_PER_UNIT);
3718 poly_uint64 upper_bytes = inner_bytes - (lower_bytes + outer_bytes);
3722 return lower_bytes;
3727 poly_uint64 lower_word_part = force_align_down (lower_bytes,
3732 return upper_word_part + (lower_bytes - lower_word_part);
3692 poly_uint64 lower_bytes = exact_div (lsb_shift, BITS_PER_UNIT); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtlanal.cc4035 poly_uint64 lower_bytes = exact_div (lsb_shift, BITS_PER_UNIT);
4036 poly_uint64 upper_bytes = inner_bytes - (lower_bytes + outer_bytes);
4040 return lower_bytes;
4045 poly_uint64 lower_word_part = force_align_down (lower_bytes,
4050 return upper_word_part + (lower_bytes - lower_word_part);
4010 poly_uint64 lower_bytes = exact_div (lsb_shift, BITS_PER_UNIT); local

Completed in 307 milliseconds