Home
last modified time | relevance | path

Searched refs:MOVE_BY_PIECES_P (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/s390/
Ds390.h785 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
797 #define STORE_BY_PIECES_P(SIZE, ALIGN) MOVE_BY_PIECES_P (SIZE, ALIGN)
/openbsd/src/gnu/usr.bin/gcc/gcc/config/s390/
Ds390.h892 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dm68k.h939 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
/openbsd/src/gnu/gcc/gcc/
Dexpr.c176 #ifndef MOVE_BY_PIECES_P
177 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
853 return MOVE_BY_PIECES_P (len, align); in can_move_by_pieces()
1205 if (GET_CODE (size) == CONST_INT && MOVE_BY_PIECES_P (INTVAL (size), align)) in emit_block_move()
3651 && (MOVE_BY_PIECES_P ((unsigned) INTVAL (size) - used, align)) in emit_push_insn()
7117 && (! MOVE_BY_PIECES_P in expand_expr_real_1()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dexpr.c210 #ifndef MOVE_BY_PIECES_P
211 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
1801 if (GET_CODE (size) == CONST_INT && MOVE_BY_PIECES_P (INTVAL (size), align))
2715 if (! MOVE_BY_PIECES_P (len, align))
2793 if (! MOVE_BY_PIECES_P (len, align))
3834 && (MOVE_BY_PIECES_P ((unsigned) INTVAL (size) - used, align))
7158 && (! MOVE_BY_PIECES_P
DChangeLog.16213 * expr.c (MOVE_BY_PIECES_P): Define condition for deciding to use
6227 (MOVE_BY_PIECES_P): Define based on alignment and TARGET_SMALLCODE.
6229 * tm.texi(MOVE_BY_PIECES_P, MOVE_MAX_PIECES, USE_LOAD_POST_INCREMENT,
DChangeLog.59459 * config/m68k/m68k.h (MOVE_BY_PIECES_P): Avoid pushing bytes,
12413 * expr.c (MOVE_BY_PIECES_P): Cast MOVE_RATIO to unsigned.
DChangeLog.38559 * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
DChangeLog14052 (MOVE_BY_PIECES_P): Define.
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.h2021 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dsh.h2067 #define MOVE_BY_PIECES_P(SIZE, ALIGN) (move_by_pieces_ninsns (SIZE, ALIGN) \ macro
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dtm.texi5434 @findex MOVE_BY_PIECES_P
5435 @item MOVE_BY_PIECES_P (@var{size}, @var{alignment})
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi5676 @defmac MOVE_BY_PIECES_P (@var{size}, @var{alignment})
Dgccint.info24095 -- Macro: MOVE_BY_PIECES_P (SIZE, ALIGNMENT)
33017 * MOVE_BY_PIECES_P: Costs. (line 104)