Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c3692 poly_uint64 lower_bytes = exact_div (lsb_shift, BITS_PER_UNIT); in subreg_size_offset_from_lsb() local
3693 poly_uint64 upper_bytes = inner_bytes - (lower_bytes + outer_bytes); in subreg_size_offset_from_lsb()
3697 return lower_bytes; in subreg_size_offset_from_lsb()
3702 poly_uint64 lower_word_part = force_align_down (lower_bytes, in subreg_size_offset_from_lsb()
3707 return upper_word_part + (lower_bytes - lower_word_part); in subreg_size_offset_from_lsb()