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

/freebsd-11-stable/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-11-stable/contrib/gcc/config/i386/
H A Di386.c1721 #define MAX_CODE_ALIGN 16
2089 if (i < 0 || i > MAX_CODE_ALIGN)
2090 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN);
2102 if (i < 0 || i > MAX_CODE_ALIGN)
2103 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN);
2115 if (i < 0 || i > MAX_CODE_ALIGN)
2116 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN);
1718 #define MAX_CODE_ALIGN macro

Completed in 107 milliseconds