Searched refs:LABEL_ALIGN_LOG (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dfinal.c568 return LABEL_ALIGN_LOG (label);
619 known_align_log = LABEL_ALIGN_LOG (align_label);
712 if (LABEL_ALIGN_LOG (label) > 0)
854 log = LABEL_ALIGN_LOG (insn);
939 log = (LABEL_P (seq) ? LABEL_ALIGN_LOG (seq) : 0);
989 if (min_align > (int) LABEL_ALIGN_LOG (lab))
990 min_align = LABEL_ALIGN_LOG (lab);
1021 int log = LABEL_ALIGN_LOG (insn);
1129 int log = LABEL_ALIGN_LOG (insn);
1180 rel_align = LABEL_ALIGN_LOG (pre
[all...]
H A Dprint-rtl.c610 if (LABEL_ALIGN_LOG (in_rtx) > 0)
611 fprintf (outfile, " [log_align %u skip %u]", LABEL_ALIGN_LOG (in_rtx),
H A Drtl.h915 #define LABEL_ALIGN_LOG(RTX) (XCUINT (RTX, 8, CODE_LABEL) & 0xFF)
913 #define LABEL_ALIGN_LOG macro

Completed in 68 milliseconds