Home
last modified time | relevance | path

Searched refs:LABEL_TO_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dfinal.c560 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
571 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
620 known_align_log = LABEL_TO_ALIGNMENT (align_label); in align_fuzz()
760 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
866 log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
898 LABEL_TO_ALIGNMENT (insn) = max_log; in shorten_branches()
946 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq) : 0); in shorten_branches()
994 if (min_align > LABEL_TO_ALIGNMENT (lab)) in shorten_branches()
995 min_align = LABEL_TO_ALIGNMENT (lab); in shorten_branches()
1024 int log = LABEL_TO_ALIGNMENT (insn); in shorten_branches()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfinal.c809 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
821 return LABEL_TO_ALIGNMENT (label);
873 known_align_log = LABEL_TO_ALIGNMENT (align_label);
1009 LABEL_TO_ALIGNMENT (label) = max_log; in compute_alignments()
1106 log = LABEL_TO_ALIGNMENT (insn);
1137 LABEL_TO_ALIGNMENT (insn) = max_log;
1185 log = (GET_CODE (seq) == CODE_LABEL ? LABEL_TO_ALIGNMENT (seq) : 0);
1234 if (min_align > LABEL_TO_ALIGNMENT (lab))
1235 min_align = LABEL_TO_ALIGNMENT (lab);
1263 int log = LABEL_TO_ALIGNMENT (insn);
[all …]
DChangeLog.03036 (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.