Home
last modified time | relevance | path

Searched refs:label_alignment (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfinal.cc995 int label_alignment = LABEL_TO_ALIGNMENT (lab).levels[0].log; in shorten_branches() local
996 if (min_align > label_alignment) in shorten_branches()
997 min_align = label_alignment; in shorten_branches()
H A DChangeLog-199811614 (label_align): Change type to struct label_alignment pointer.
H A DChangeLog-201816337 * final.c (struct label_alignment): Remove not used structure.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfinal.c1008 int label_alignment = LABEL_TO_ALIGNMENT (lab).levels[0].log; in shorten_branches() local
1009 if (min_align > label_alignment) in shorten_branches()
1010 min_align = label_alignment; in shorten_branches()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc663 int label_alignment = align_labels.levels[0].get_value (); in m68k_option_override() local
664 if (label_alignment > 2) in m68k_option_override()
666 warning (0, "%<-falign-labels=%d%> is not supported", label_alignment); in m68k_option_override()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c663 int label_alignment = align_labels.levels[0].get_value (); in m68k_option_override() local
664 if (label_alignment > 2) in m68k_option_override()
666 warning (0, "%<-falign-labels=%d%> is not supported", label_alignment); in m68k_option_override()