Searched refs:MOVE_MAX (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dcaller-save.c41 #define MAX_MOVE_MAX MOVE_MAX
48 #define MOVE_MAX_WORDS (MOVE_MAX / UNITS_PER_WORD)
H A Ddefaults.h816 move efficiently, as opposed to MOVE_MAX which is the maximum
820 #define MOVE_MAX_PIECES MOVE_MAX
H A Dregmove.c1980 && ((HAVE_PRE_INCREMENT && newconst > 0 && newconst <= MOVE_MAX)
1981 || (HAVE_PRE_DECREMENT && newconst < 0 && newconst >= -MOVE_MAX))
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h780 #define MOVE_MAX (TARGET_64BIT ? 16 : 8) macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1993 #define MOVE_MAX 8
1953 #define MOVE_MAX macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h2091 #define MOVE_MAX 8
2071 #define MOVE_MAX macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h2053 #define MOVE_MAX 4
2042 #define MOVE_MAX macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1807 #define MOVE_MAX 16
1810 move efficiently, as opposed to MOVE_MAX which is the maximum
1798 #define MOVE_MAX macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1811 #define MOVE_MAX (! TARGET_POWERPC64 ? 4 : 8)
1798 #define MOVE_MAX macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2266 #define MOVE_MAX (TARGET_64BIT ? 8 : 4)
2248 #define MOVE_MAX macro

Completed in 162 milliseconds