Home
last modified time | relevance | path

Searched refs:move_by_pieces_ninsns (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.h2022 (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 Dexpr.c123 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 Dm68k.h940 (move_by_pieces_ninsns (SIZE, ALIGN) < MOVE_RATIO \
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c135 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 DChangeLog.31827 (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 DFSFChangeLog.108271 Pass size and alignment to move_by_pieces_ninsns in bytes, not bits.
H A DChangeLog.45432 * expr.c (move_by_pieces_ninsns): Abort if some length remains.
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h2067 #define MOVE_BY_PIECES_P(SIZE, ALIGN) (move_by_pieces_ninsns (SIZE, ALIGN) \
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi5679 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 Dgccint.info24098 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 Dtm.texi5438 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