Searched refs:MAX_CODE_ALIGN (Results 1 – 5 of 5) sorted by relevance
804 #define MAX_CODE_ALIGN 16 in shorten_branches() macro810 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()
7670 (MAX_CODE_ALIGN): Maximum value to align loops/jumps to.
9155 (MAX_CODE_ALIGN, ASM_OUTPUT_LOOP_ALIGN, ASM_OUTPUT_ALIGN_CODE):
31198 (MAX_CODE_ALIGN): Remove unused macro.
1718 #define MAX_CODE_ALIGN 16 in override_options() macro2086 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()