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

  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.h 480 #define MOVE_MAX_PIECES 2
483 by pieces when optimizing for speed, like it did when MOVE_MAX_PIECES
  /src/external/gpl3/gcc/dist/gcc/
defaults.h 988 /* MOVE_MAX_PIECES is the number of bytes at a time which we can
992 #ifndef MOVE_MAX_PIECES
993 #define MOVE_MAX_PIECES MOVE_MAX
998 MOVE_MAX_PIECES limited by the number of bytes GCC can represent
1002 #define STORE_MAX_PIECES MIN (MOVE_MAX_PIECES, 2 * sizeof (HOST_WIDE_INT))
1007 #define COMPARE_MAX_PIECES MOVE_MAX_PIECES
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.h 475 #define MOVE_MAX_PIECES 2
478 by pieces when optimizing for speed, like it did when MOVE_MAX_PIECES
  /src/external/gpl3/gcc.old/dist/gcc/
defaults.h 978 /* MOVE_MAX_PIECES is the number of bytes at a time which we can
982 #ifndef MOVE_MAX_PIECES
983 #define MOVE_MAX_PIECES MOVE_MAX
988 MOVE_MAX_PIECES limited by the number of bytes GCC can represent
992 #define STORE_MAX_PIECES MIN (MOVE_MAX_PIECES, 2 * sizeof (HOST_WIDE_INT))
997 #define COMPARE_MAX_PIECES MOVE_MAX_PIECES
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.h 861 #define MOVE_MAX_PIECES (TARGET_ZARCH ? 8 : 4)
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.h 1477 #define MOVE_MAX_PIECES (TARGET_SH4 ? 8 : 4)
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.h 861 #define MOVE_MAX_PIECES (TARGET_ZARCH ? 8 : 4)
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.h 1477 #define MOVE_MAX_PIECES (TARGET_SH4 ? 8 : 4)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.h 1746 #define MOVE_MAX_PIECES (TARGET_EFFICIENT_UNALIGNED_VSX \

Completed in 29 milliseconds