Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpoly-int-types.h52 #define bits_to_bytes_round_up(X) force_align_up_and_div (X, BITS_PER_UNIT) macro
H A Dtree-affine.c1022 *size = bits_to_bytes_round_up (bitsize); in get_inner_reference_aff()
H A Dexpmed.c1168 poly_int64 size = bits_to_bytes_round_up (bitnum + bitsize); in store_bit_field()
1844 poly_uint64 bytesize = bits_to_bytes_round_up (bitnum + bitsize); in extract_bit_field_1()
H A Dexpr.c7179 poly_int64 bytesize = bits_to_bytes_round_up (bitsize); in store_field()
10976 poly_int64 bytesize = bits_to_bytes_round_up (bitsize); in expand_expr_real_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpoly-int-types.h52 #define bits_to_bytes_round_up(X) force_align_up_and_div (X, BITS_PER_UNIT) macro
H A Dtree-affine.cc1031 *size = bits_to_bytes_round_up (bitsize); in get_inner_reference_aff()
H A Dexpmed.cc1173 poly_int64 size = bits_to_bytes_round_up (bitnum + bitsize); in store_bit_field()
1856 poly_uint64 bytesize = bits_to_bytes_round_up (bitnum + bitsize); in extract_bit_field_1()
H A Dexpr.cc7540 poly_int64 bytesize = bits_to_bytes_round_up (bitsize); in store_field()
11372 poly_int64 bytesize = bits_to_bytes_round_up (bitsize); in expand_expr_real_1()