Home
last modified time | relevance | path

Searched refs:MAX_CODE_ALIGN (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dfinal.c804 #define MAX_CODE_ALIGN 16 in shorten_branches() macro
810 rtx align_tab[MAX_CODE_ALIGN]; in shorten_branches()
925 for (i = MAX_CODE_ALIGN; --i >= 0;) in shorten_branches()
967 min_align = MAX_CODE_ALIGN; in shorten_branches()
1107 insn_current_align = MAX_CODE_ALIGN - 1; in shorten_branches()
DFSFChangeLog.107670 (MAX_CODE_ALIGN): Maximum value to align loops/jumps to.
DFSFChangeLog.119155 (MAX_CODE_ALIGN, ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE):
DChangeLog-200431198 (MAX_CODE_ALIGN): Remove unused macro.
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c1718 #define MAX_CODE_ALIGN 16 in override_options() macro
2086 if (i < 0 || i > MAX_CODE_ALIGN) in override_options()
2087 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN); in override_options()
2099 if (i < 0 || i > MAX_CODE_ALIGN) in override_options()
2100 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN); in override_options()
2112 if (i < 0 || i > MAX_CODE_ALIGN) in override_options()
2113 error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN); in override_options()