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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.h 52 #define TARGET_ARCH64 (!TARGET_ARCH32)
417 #define PTRDIFF_TYPE (TARGET_ARCH64 ? "long int" : "int")
418 #define SIZE_TYPE (TARGET_ARCH64 ? "long unsigned int" : "unsigned int")
484 #define UNITS_PER_WORD (TARGET_ARCH64 ? 8 : 4)
494 #define LONG_TYPE_SIZE (TARGET_ARCH64 ? 64 : 32)
510 #define Pmode (TARGET_ARCH64 ? DImode : SImode)
512 /* If we have to extend pointers (only when TARGET_ARCH64 and not
518 #define PARM_BOUNDARY (TARGET_ARCH64 ? 64 : 32)
521 /* FIXME, this is wrong when TARGET_ARCH64 and TARGET_STACK_BIAS, because
523 #define STACK_BOUNDARY (TARGET_ARCH64 ? 128 : 64
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.h 52 #define TARGET_ARCH64 (!TARGET_ARCH32)
417 #define PTRDIFF_TYPE (TARGET_ARCH64 ? "long int" : "int")
418 #define SIZE_TYPE (TARGET_ARCH64 ? "long unsigned int" : "unsigned int")
484 #define UNITS_PER_WORD (TARGET_ARCH64 ? 8 : 4)
494 #define LONG_TYPE_SIZE (TARGET_ARCH64 ? 64 : 32)
510 #define Pmode (TARGET_ARCH64 ? DImode : SImode)
512 /* If we have to extend pointers (only when TARGET_ARCH64 and not
518 #define PARM_BOUNDARY (TARGET_ARCH64 ? 64 : 32)
521 /* FIXME, this is wrong when TARGET_ARCH64 and TARGET_STACK_BIAS, because
523 #define STACK_BOUNDARY (TARGET_ARCH64 ? 128 : 64
    [all...]

Completed in 25 milliseconds