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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c3464 int mode_alignment = GET_MODE_BITSIZE (mode);
3467 mode_alignment = 128;
3469 mode_alignment = 256;
3471 mode_alignment /= 2;
3473 if (bit_offset % mode_alignment)
3456 int mode_alignment = GET_MODE_BITSIZE (mode); local

Completed in 93 milliseconds