Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dfinal.c505 #ifndef LABEL_ALIGN
506 #define LABEL_ALIGN(LABEL) align_labels_log macro
712 max_log = LABEL_ALIGN (label); in compute_alignments()
873 log = LABEL_ALIGN (insn); in shorten_branches()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfinal.c753 #ifndef LABEL_ALIGN
754 #define LABEL_ALIGN(LABEL) align_labels_log macro
962 max_log = LABEL_ALIGN (label); in compute_alignments()
1113 log = LABEL_ALIGN (insn);
H A DChangeLog.06865 (shorten_branches, final_scan_insn): Implement LABEL_ALIGN,
6868 * genattrtab.c (write_test_expr): If one of LABEL_ALIGN,
H A DChangeLog.29435 * final.c (LABEL_ALIGN): Default to align_labels_log.
H A DChangeLog.512865 * config/sh/sh.h (LABEL_ALIGN): Use UNSPECV_ALIGN instead of 1.
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.h431 #define LABEL_ALIGN(insn) 2 macro
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.h637 #define LABEL_ALIGN(A_LABEL) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h512 #define LABEL_ALIGN(A_LABEL) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi7627 @findex LABEL_ALIGN
7628 @item LABEL_ALIGN (@var{label})
7636 selection in @code{align_labels} in a @code{LABEL_ALIGN} implementation.
7640 The maximum number of bytes to skip when applying @code{LABEL_ALIGN}.
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi8103 @defmac LABEL_ALIGN (@var{label})
8111 selection in @code{align_labels} in a @code{LABEL_ALIGN} implementation.
8115 The maximum number of bytes to skip when applying @code{LABEL_ALIGN}.
H A Dgccint.info26375 -- Macro: LABEL_ALIGN (LABEL)
26383 selection in `align_labels' in a `LABEL_ALIGN' implementation.
26386 The maximum number of bytes to skip when applying `LABEL_ALIGN'.
32778 * LABEL_ALIGN: Alignment Output. (line 52)