Searched refs:TARGET_ARCH64 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h148 #define TARGET_ARCH64 (! TARGET_ARCH32) macro
484 #define PTRDIFF_TYPE (TARGET_ARCH64 ? "long int" : "int")
485 #define SIZE_TYPE (TARGET_ARCH64 ? "long unsigned int" : "unsigned int")
595 #define UNITS_PER_WORD (TARGET_ARCH64 ? 8 : 4)
608 #define LONG_TYPE_SIZE (TARGET_ARCH64 ? 64 : 32)
620 /* If we have to extend pointers (only when TARGET_ARCH64 and not
625 /* For TARGET_ARCH64 we need this, as we don't have instructions
630 if (TARGET_ARCH64 \
636 #define PARM_BOUNDARY (TARGET_ARCH64 ? 64 : 32)
639 /* FIXME, this is wrong when TARGET_ARCH64 an
[all...]
H A Dsysv4.h32 #define SIZE_TYPE (TARGET_ARCH64 ? "long unsigned int" : "unsigned int")
35 #define PTRDIFF_TYPE (TARGET_ARCH64 ? "long int" : "int")
H A Dsol2-bi.h108 #define WCHAR_TYPE (TARGET_ARCH64 ? "int" : "long int")
118 #define WINT_TYPE (TARGET_ARCH64 ? "int" : "long int")
H A Dnetbsd-elf.h27 if (TARGET_ARCH64) \
H A Dlinux64.h377 #define TARGET_THREAD_SSP_OFFSET (TARGET_ARCH64 ? 0x28 : 0x14)
H A Dsparc.c234 ((TARGET_ARCH64 && !TARGET_CM_MEDLOW) || flag_pic)
494 /* This is only needed for TARGET_ARCH64, but since PROMOTE_FUNCTION_MODE is a
500 /* This is only needed for TARGET_ARCH64, but since PROMOTE_FUNCTION_MODE is a
694 if (TARGET_ARCH64)
752 if (TARGET_VIS || TARGET_ARCH64)
763 if (! TARGET_V9 || TARGET_ARCH64)
779 flag_pcc_struct_return = (TARGET_ARCH64 ? 0 : 1);
782 if (!TARGET_ARCH64)
980 gcc_assert (TARGET_ARCH64);
1671 gcc_assert (TARGET_ARCH64
[all...]

Completed in 91 milliseconds