Home
last modified time | relevance | path

Searched refs:JUMP_ALIGN (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h1297 #define JUMP_ALIGN(LABEL) (arc_size_opt_level < 2 ? 2 : 0) macro
1299 (JUMP_ALIGN(LABEL) \
1300 ? JUMP_ALIGN(LABEL) \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h1301 #define JUMP_ALIGN(LABEL) (arc_size_opt_level < 2 ? 2 : 0) macro
1303 (JUMP_ALIGN(LABEL) \
1304 ? JUMP_ALIGN(LABEL) \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/
H A Drx.h422 #define JUMP_ALIGN(x) (align_jumps.levels[0].log > 0 ? align_jumps : align_flags (rx_align_for_l… macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx.h422 #define JUMP_ALIGN(x) (align_jumps.levels[0].log > 0 ? align_jumps : align_flags (rx_align_for_l… macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.h1642 #define JUMP_ALIGN(x) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.h1642 #define JUMP_ALIGN(x) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfinal.cc477 #ifndef JUMP_ALIGN
478 #define JUMP_ALIGN(LABEL) align_jumps macro
718 align_flags alignment = JUMP_ALIGN (label); in compute_alignments()
H A DChangeLog-201816293 * config/nds32/nds32.h (JUMP_ALIGN): Wrap result into align_flags class.
16306 * config/rx/rx.h (JUMP_ALIGN): Wrap integer values
16340 (JUMP_ALIGN): Likewise.
17325 * config/rx/rx.h (JUMP_ALIGN): Use align_jumps_log.
H A DChangeLog-200113326 (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): New.
13331 * tm.texi (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): Document.
H A DChangeLog-201126152 * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
H A DChangeLog-201434696 * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfinal.c490 #ifndef JUMP_ALIGN
491 #define JUMP_ALIGN(LABEL) align_jumps macro
731 align_flags alignment = JUMP_ALIGN (label); in compute_alignments()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi.in6583 @defmac JUMP_ALIGN (@var{label})
6594 selection in @var{align_jumps} in a @code{JUMP_ALIGN} implementation.
H A Dtm.texi9720 @defmac JUMP_ALIGN (@var{label})
9731 selection in @var{align_jumps} in a @code{JUMP_ALIGN} implementation.
H A Dgccint.info40209 -- Macro: JUMP_ALIGN (LABEL)
40220 user's selection in ALIGN_JUMPS in a 'JUMP_ALIGN' implementation.
54098 * JUMP_ALIGN: Alignment Output. (line 8)
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info41598 -- Macro: JUMP_ALIGN (LABEL)
41609 user's selection in ALIGN_JUMPS in a 'JUMP_ALIGN' implementation.
55840 * JUMP_ALIGN: Alignment Output. (line 8)