Home
last modified time | relevance | path

Searched refs:MOVE_MAX_PIECES (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Ddefaults.h819 #ifndef MOVE_MAX_PIECES
820 #define MOVE_MAX_PIECES MOVE_MAX macro
H A Dtree-inline.c1564 if (size < 0 || size > MOVE_MAX_PIECES * MOVE_RATIO) in estimate_move_cost()
1568 return ((size + MOVE_MAX_PIECES - 1) / MOVE_MAX_PIECES); in estimate_move_cost()
H A Dexpr.c178 (move_by_pieces_ninsns (SIZE, ALIGN, MOVE_MAX_PIECES + 1) \
843 #define STORE_MAX_PIECES MIN (MOVE_MAX_PIECES, 2 * sizeof (HOST_WIDE_INT))
874 unsigned int max_size = MOVE_MAX_PIECES + 1; in move_by_pieces()
957 tmode = mode_for_size (MOVE_MAX_PIECES * BITS_PER_UNIT, MODE_INT, 1); in move_by_pieces()
967 if (GET_MODE_SIZE (tmode) > MOVE_MAX_PIECES in move_by_pieces()
1037 tmode = mode_for_size (MOVE_MAX_PIECES * BITS_PER_UNIT, MODE_INT, 1); in move_by_pieces_ninsns()
1047 if (GET_MODE_SIZE (tmode) > MOVE_MAX_PIECES in move_by_pieces_ninsns()
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.h781 #define MOVE_MAX_PIECES (TARGET_64BIT ? 8 : 4) macro
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.h2022 (move_by_pieces_ninsns (SIZE, ALIGN, MOVE_MAX_PIECES + 1) \
2619 #define MOVE_MAX_PIECES (TARGET_SH4 || TARGET_SHMEDIA ? 8 : 4) macro
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h1761 #define MOVE_MAX_PIECES (TARGET_64BIT ? 8 : 4) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h2559 #define MOVE_MAX_PIECES (TARGET_64BIT ? 8 : 4) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h2545 #define MOVE_MAX_PIECES (TARGET_SH4 || TARGET_SHMEDIA ? 8 : 4) macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c1483 #ifndef MOVE_MAX_PIECES
1484 #define MOVE_MAX_PIECES MOVE_MAX macro
1492 #define STORE_MAX_PIECES MIN (MOVE_MAX_PIECES, 2 * sizeof (HOST_WIDE_INT))
1511 unsigned int max_size = MOVE_MAX_PIECES + 1;
H A DChangeLog.16215 (MOVE_MAX_PIECES): Define maximum number of bytes to move at once.
6228 (MOVE_MAX_PIECES): Move 8 bytes on SH4.
6229 * tm.texi(MOVE_BY_PIECES_P, MOVE_MAX_PIECES, USE_LOAD_POST_INCREMENT,
H A DChangeLog.58695 (MOVE_MAX_PIECES): 8 for 64bit.
H A DChangeLog.717440 (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi5441 @findex MOVE_MAX_PIECES
5442 @item MOVE_MAX_PIECES
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi5683 @defmac MOVE_MAX_PIECES
H A Dgccint.info24101 -- Macro: MOVE_MAX_PIECES
33019 * MOVE_MAX_PIECES: Costs. (line 110)