Home
last modified time | relevance | path

Searched refs:LABEL_ALIGN (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.h274 #define LABEL_ALIGN(insn) 2 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.h423 #define LABEL_ALIGN(x) (align_labels.levels[0].log > 0 ? align… macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfinal.cc465 #ifndef LABEL_ALIGN
466 #define LABEL_ALIGN(LABEL) align_labels macro
672 max_alignment = LABEL_ALIGN (label); in compute_alignments()
882 align_flags alignment = LABEL_ALIGN (label); in shorten_branches()
DChangeLog-201816295 (LABEL_ALIGN): Likewise.
16314 (LABEL_ALIGN): Likewise.
16338 (LABEL_ALIGN): Change type to align_flags.
17326 (LABEL_ALIGN): Use align_labels_log.
DChangeLog-199815444 (shorten_branches, final_scan_insn): Implement LABEL_ALIGN,
15447 * genattrtab.c (write_test_expr): If one of LABEL_ALIGN,
DChangeLog-201126152 * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
35557 * config/s390/s390.h (LABEL_ALIGN): New target macro definition.
DChangeLog-19999435 * final.c (LABEL_ALIGN): Default to align_labels_log.
DChangeLog-200132072 * config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.
DChangeLog-200390 * config/m32r/m32r.h (LABEL_ALIGN): Define to calculate PNOP
DChangeLog-201523354 * config/nios2/nios2.h (LABEL_ALIGN): Define.
DChangeLog-201434698 (LABEL_ALIGN): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.h936 #define LABEL_ALIGN(LABEL) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.h1313 #define LABEL_ALIGN(LABEL) (arc_label_align (LABEL)) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.h499 #define LABEL_ALIGN(A_LABEL) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in6552 @defmac LABEL_ALIGN (@var{label})
6560 selection in @code{align_labels} in a @code{LABEL_ALIGN} implementation.
Dtm.texi9861 @defmac LABEL_ALIGN (@var{label})
9869 selection in @code{align_labels} in a @code{LABEL_ALIGN} implementation.
Dgccint.info41632 -- Macro: LABEL_ALIGN (LABEL)
41640 user's selection in 'align_labels' in a 'LABEL_ALIGN'
55853 * LABEL_ALIGN: Alignment Output. (line 42)