Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dstmt.c1624 unsigned HOST_WIDE_INT padding_correction = 0; in expand_return() local
1655 padding_correction = (BITS_PER_WORD - ((bytes % UNITS_PER_WORD) in expand_return()
1659 for (bitpos = 0, xbitpos = padding_correction; in expand_return()
1667 || xbitpos == padding_correction) in expand_return()
H A Dexpr.c2066 unsigned HOST_WIDE_INT bitpos, xbitpos, padding_correction = 0; in copy_blkmode_from_reg() local
2097 padding_correction in copy_blkmode_from_reg()
2105 for (bitpos = 0, xbitpos = padding_correction; in copy_blkmode_from_reg()
2113 || xbitpos == padding_correction) in copy_blkmode_from_reg()
H A DChangeLog-20032734 padding variable from big_endian_correction to padding_correction.