Home
last modified time | relevance | path

Searched refs:LOOP_ALIGN (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsvr3dbx.h52 #undef LOOP_ALIGN
53 #define LOOP_ALIGN(LABEL) (i386_align_loops) macro
/openbsd/gnu/gcc/gcc/config/arc/
H A Darc.h1017 #define LOOP_ALIGN(LABEL) (TARGET_ALIGN_LOOPS ? 5 : 0) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/arc/
H A Darc.h1303 #define LOOP_ALIGN(LABEL) (TARGET_ALIGN_LOOPS ? 5 : 0) macro
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.h1481 #define LOOP_ALIGN(LABEL) (TARGET_ALIGN_LOOPS ? 5 : 0) macro
/openbsd/gnu/gcc/gcc/
H A Dfinal.c513 #ifndef LOOP_ALIGN
514 #define LOOP_ALIGN(LABEL) align_loops_log macro
753 log = LOOP_ALIGN (label); in compute_alignments()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfinal.c761 #ifndef LOOP_ALIGN
762 #define LOOP_ALIGN(LABEL) align_loops_log macro
1002 log = LOOP_ALIGN (label); in compute_alignments()
H A DChangeLog.01984 (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER): Align to octaword.
6584 * sh.h (LOOP_ALIGN): Only align when optimizing.
6866 LABEL_ALIGN_AFTER_BARRIER and LOOP_ALIGN target macros.
6869 LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN is defined, call
6876 (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER).
6879 (LOOP_ALIGN).
H A DChangeLog.29437 (LOOP_ALIGN): Default to align_loops_log.
9444 Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
H A DChangeLog.51568 (LOOP_ALIGN, LABEL_ALIGN_AFTER_BARRIER): Remove.
4505 (LOOP_ALIGN): Delete.
H A DChangeLog.312753 * final.c (shorten_branches): Make value passed to LOOP_ALIGN
12755 * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
H A DChangeLog.19081 (LOOP_ALIGN): Take TARGET_HARWARD into account.
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.h1798 #define LOOP_ALIGN(LABEL) (TARGET_ALIGN_LOOPS ? 5 : 0) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.h345 #define LOOP_ALIGN(LABEL) (m68k_align_loops) macro
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.h633 #define LOOP_ALIGN(A_LABEL) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h508 #define LOOP_ALIGN(A_LABEL) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi7608 @findex LOOP_ALIGN
7609 @item LOOP_ALIGN (@var{label})
7620 selection in @code{align_loops} in a @code{LOOP_ALIGN} implementation.
7624 The maximum number of bytes to skip when applying @code{LOOP_ALIGN}.
7630 If @code{LABEL_ALIGN_AFTER_BARRIER} / @code{LOOP_ALIGN} specify a different alignment,
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi8084 @defmac LOOP_ALIGN (@var{label})
8095 selection in @code{align_loops} in a @code{LOOP_ALIGN} implementation.
8099 The maximum number of bytes to skip when applying @code{LOOP_ALIGN}.
8105 If @code{LABEL_ALIGN_AFTER_BARRIER} / @code{LOOP_ALIGN} specify a different alignment,
H A Dgccint.info26358 -- Macro: LOOP_ALIGN (LABEL)
26369 selection in `align_loops' in a `LOOP_ALIGN' implementation.
26372 The maximum number of bytes to skip when applying `LOOP_ALIGN'.
26377 `LABEL_ALIGN_AFTER_BARRIER' / `LOOP_ALIGN' specify a different
32875 * LOOP_ALIGN: Alignment Output. (line 35)