Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/common/config/i386/
H A Di386-common.c557 #define MAX_CODE_ALIGN 16 in ix86_handle_option() macro
561 if (value > MAX_CODE_ALIGN) in ix86_handle_option()
563 value, MAX_CODE_ALIGN); in ix86_handle_option()
570 if (value > MAX_CODE_ALIGN) in ix86_handle_option()
572 value, MAX_CODE_ALIGN); in ix86_handle_option()
580 if (value > MAX_CODE_ALIGN) in ix86_handle_option()
582 value, MAX_CODE_ALIGN); in ix86_handle_option()
/dragonfly/contrib/gcc-8.0/gcc/common/config/i386/
H A Di386-common.c1283 #define MAX_CODE_ALIGN 16 in ix86_handle_option() macro
1287 if (value > MAX_CODE_ALIGN) in ix86_handle_option()
1289 value, MAX_CODE_ALIGN); in ix86_handle_option()
1296 if (value > MAX_CODE_ALIGN) in ix86_handle_option()
1298 value, MAX_CODE_ALIGN); in ix86_handle_option()
1306 if (value > MAX_CODE_ALIGN) in ix86_handle_option()
1308 value, MAX_CODE_ALIGN); in ix86_handle_option()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfinal.c861 #define MAX_CODE_ALIGN 16 in shorten_branches() macro
867 rtx align_tab[MAX_CODE_ALIGN]; in shorten_branches()
995 for (i = MAX_CODE_ALIGN; --i >= 0;) in shorten_branches()
1035 min_align = MAX_CODE_ALIGN; in shorten_branches()
1171 insn_current_align = MAX_CODE_ALIGN - 1; in shorten_branches()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfinal.c908 #define MAX_CODE_ALIGN 16 in shorten_branches() macro
914 rtx align_tab[MAX_CODE_ALIGN + 1]; in shorten_branches()
1019 for (i = MAX_CODE_ALIGN + 1; --i >= 0;) in shorten_branches()
1066 min_align = MAX_CODE_ALIGN; in shorten_branches()
1209 insn_current_align = MAX_CODE_ALIGN - 1; in shorten_branches()
H A Dopts.c1061 #define MAX_CODE_ALIGN 16 in finish_options() macro
1062 #define MAX_CODE_ALIGN_VALUE (1 << MAX_CODE_ALIGN) in finish_options()