Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmachmode.def189 more space for the mode_size and mode_alignment arrays. */
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc2315 int mode_alignment = GET_MODE_BITSIZE (mode); in classify_argument() local
2318 mode_alignment = 128; in classify_argument()
2320 mode_alignment = 256; in classify_argument()
2322 mode_alignment /= 2; in classify_argument()
2324 if (bit_offset % mode_alignment) in classify_argument()