HomeSort by: relevance | last modified time | path
    Searched defs:STORE_MAX_PIECES (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
defaults.h 996 /* STORE_MAX_PIECES is the number of bytes at a time that we can
1001 #ifndef STORE_MAX_PIECES
1002 #define STORE_MAX_PIECES MIN (MOVE_MAX_PIECES, 2 * sizeof (HOST_WIDE_INT))
  /src/external/gpl3/gcc.old/dist/gcc/
defaults.h 986 /* STORE_MAX_PIECES is the number of bytes at a time that we can
991 #ifndef STORE_MAX_PIECES
992 #define STORE_MAX_PIECES MIN (MOVE_MAX_PIECES, 2 * sizeof (HOST_WIDE_INT))
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.h 1748 #define STORE_MAX_PIECES (TARGET_POWERPC64 ? 8 : 4)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 1899 /* STORE_MAX_PIECES is the number of bytes at a time that we can store
1903 #define STORE_MAX_PIECES \
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 1843 /* STORE_MAX_PIECES is the number of bytes at a time that we can store
1847 #define STORE_MAX_PIECES \

Completed in 64 milliseconds