Searched refs:MOVE_BY_PIECES_P (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/s390/ |
| D | s390.h | 785 #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/ |
| D | s390.h | 892 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| D | m68k.h | 939 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | expr.c | 176 #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/ |
| D | expr.c | 210 #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
|
| D | ChangeLog.1 | 6213 * 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,
|
| D | ChangeLog.5 | 9459 * config/m68k/m68k.h (MOVE_BY_PIECES_P): Avoid pushing bytes, 12413 * expr.c (MOVE_BY_PIECES_P): Cast MOVE_RATIO to unsigned.
|
| D | ChangeLog.3 | 8559 * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
|
| D | ChangeLog | 14052 (MOVE_BY_PIECES_P): Define.
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.h | 2021 #define MOVE_BY_PIECES_P(SIZE, ALIGN) \ macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | sh.h | 2067 #define MOVE_BY_PIECES_P(SIZE, ALIGN) (move_by_pieces_ninsns (SIZE, ALIGN) \ macro
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | tm.texi | 5434 @findex MOVE_BY_PIECES_P 5435 @item MOVE_BY_PIECES_P (@var{size}, @var{alignment})
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tm.texi | 5676 @defmac MOVE_BY_PIECES_P (@var{size}, @var{alignment})
|
| D | gccint.info | 24095 -- Macro: MOVE_BY_PIECES_P (SIZE, ALIGNMENT) 33017 * MOVE_BY_PIECES_P: Costs. (line 104)
|