Searched refs:LONG_TYPE_SIZE (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddefaults.h422 #ifndef LONG_TYPE_SIZE
423 #define LONG_TYPE_SIZE BITS_PER_WORD macro
H A Dtarghooks.c277 if (precision == LONG_TYPE_SIZE)
H A Dsdbout.c534 if (size == LONG_TYPE_SIZE)
H A Dfinal.c1476 int align = MIN (BIGGEST_ALIGNMENT, LONG_TYPE_SIZE);
1480 assemble_integer (const0_rtx, LONG_TYPE_SIZE / BITS_PER_UNIT, align, 1);
H A Dtree.c6510 if (size == LONG_TYPE_SIZE)
6552 long_integer_type_node = make_signed_type (LONG_TYPE_SIZE);
6553 long_unsigned_type_node = make_unsigned_type (LONG_TYPE_SIZE);
H A Dc-common.c87 : ((LONG_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
95 : ((LONG_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h217 #define LONG_TYPE_SIZE (TARGET_64BIT ? 64 : 32) macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h581 #ifndef LONG_TYPE_SIZE
582 #define LONG_TYPE_SIZE BITS_PER_WORD
580 #define LONG_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h279 #define LONG_TYPE_SIZE (TARGET_ILP32 ? 32 : 64)
275 #define LONG_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h608 #define LONG_TYPE_SIZE (TARGET_ARCH64 ? 64 : 32)
604 #define LONG_TYPE_SIZE macro
H A Dsparc.c7011 #ifndef LONG_TYPE_SIZE
7012 #define LONG_TYPE_SIZE BITS_PER_WORD
6993 #define LONG_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h454 #define LONG_TYPE_SIZE (TARGET_32BIT ? 32 : 64)
453 #define LONG_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1067 #define LONG_TYPE_SIZE (TARGET_LONG64 ? 64 : 32)
1061 #define LONG_TYPE_SIZE macro

Completed in 416 milliseconds