Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpoly-int-types.h73 #define round_up_to_byte_boundary(X) force_align_up (X, BITS_PER_UNIT) macro
H A Dgimple-ssa-store-merging.c4646 bitregion_end = round_up_to_byte_boundary (bitpos + bitsize); in mem_valid_for_store_merging()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpoly-int-types.h73 #define round_up_to_byte_boundary(X) force_align_up (X, BITS_PER_UNIT) macro
H A Dgimple-ssa-store-merging.cc5011 bitregion_end = round_up_to_byte_boundary (bitpos + bitsize); in mem_valid_for_store_merging()
H A DChangeLog-20171085 (round_up_to_byte_boundary): Likewise.