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

/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c810 #define MAX_CODE_ALIGN 16
816 rtx align_tab[MAX_CODE_ALIGN];
931 for (i = MAX_CODE_ALIGN; --i >= 0;)
973 min_align = MAX_CODE_ALIGN;
1113 insn_current_align = MAX_CODE_ALIGN - 1;
804 #define MAX_CODE_ALIGN macro
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c1711 #define MAX_CODE_ALIGN 16
2079 if (i < 0 || i > MAX_CODE_ALIGN)
2080 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN);
2092 if (i < 0 || i > MAX_CODE_ALIGN)
2093 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN);
2105 if (i < 0 || i > MAX_CODE_ALIGN)
2106 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN);
1708 #define MAX_CODE_ALIGN macro

Completed in 102 milliseconds