Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dmachmode.def146 more space for the mode_size and mode_alignment arrays. */
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c3456 int mode_alignment = GET_MODE_BITSIZE (mode); in classify_argument() local
3459 mode_alignment = 128; in classify_argument()
3461 mode_alignment = 256; in classify_argument()
3463 mode_alignment /= 2; in classify_argument()
3465 if (bit_offset % mode_alignment) in classify_argument()