Searched refs:move_by_pieces_ninsns (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.h | 2022 (move_by_pieces_ninsns (SIZE, ALIGN, MOVE_MAX_PIECES + 1) \ 2026 (move_by_pieces_ninsns (SIZE, ALIGN, STORE_MAX_PIECES + 1) \
|
/openbsd/gnu/gcc/gcc/ |
H A D | expr.c | 123 static unsigned HOST_WIDE_INT move_by_pieces_ninsns (unsigned HOST_WIDE_INT, 178 (move_by_pieces_ninsns (SIZE, ALIGN, MOVE_MAX_PIECES + 1) \ 186 (move_by_pieces_ninsns (SIZE, ALIGN, STORE_MAX_PIECES + 1) \ 195 (move_by_pieces_ninsns (SIZE, ALIGN, STORE_MAX_PIECES + 1) \ 919 && move_by_pieces_ninsns (len, align, max_size) > 2) in move_by_pieces() 1031 move_by_pieces_ninsns (unsigned HOST_WIDE_INT l, unsigned int align, in move_by_pieces_ninsns() function 2392 && move_by_pieces_ninsns (data->len, align, max_size) > 2) in store_by_pieces_1()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | m68k.h | 940 (move_by_pieces_ninsns (SIZE, ALIGN) < MOVE_RATIO \
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | expr.c | 135 static unsigned HOST_WIDE_INT move_by_pieces_ninsns 212 (move_by_pieces_ninsns (SIZE, ALIGN) < (unsigned int) MOVE_RATIO) 231 (move_by_pieces_ninsns (SIZE, ALIGN) < (unsigned int) CLEAR_RATIO) 1554 && move_by_pieces_ninsns (len, align) > 2) 1629 move_by_pieces_ninsns (l, align) in move_by_pieces_ninsns() function 2868 && move_by_pieces_ninsns (data->len, align) > 2)
|
H A D | ChangeLog.3 | 1827 (move_by_pieces_ninsns): Now returns unsigned HOST_WIDE_INT. 8502 * expr.c (move_by_pieces_ninsns): Fix one more missing align 8540 * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise. 9034 (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces): 13538 (move_by_pieces_ninsns, clear_by_pieces): Likewise. 16661 (move_by_pieces_ninsns): Likewise.
|
H A D | FSFChangeLog.10 | 8271 Pass size and alignment to move_by_pieces_ninsns in bytes, not bits.
|
H A D | ChangeLog.4 | 5432 * expr.c (move_by_pieces_ninsns): Abort if some length remains.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.h | 2067 #define MOVE_BY_PIECES_P(SIZE, ALIGN) (move_by_pieces_ninsns (SIZE, ALIGN) \
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 5679 will be used. Defaults to 1 if @code{move_by_pieces_ninsns} returns less 5700 will be used. Defaults to 1 if @code{move_by_pieces_ninsns} returns less 5710 Defaults to 1 if @code{move_by_pieces_ninsns} returns less
|
H A D | gccint.info | 24098 mechanism will be used. Defaults to 1 if `move_by_pieces_ninsns' 24118 mechanism will be used. Defaults to 1 if `move_by_pieces_ninsns' 24127 `move_by_pieces_ninsns' returns less than `MOVE_RATIO'.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | tm.texi | 5438 will be used. Defaults to 1 if @code{move_by_pieces_ninsns} returns less 5459 will be used. Defaults to 1 if @code{move_by_pieces_ninsns} returns less
|