Searched refs:SHORT_TYPE_SIZE (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddefaults.h414 #ifndef SHORT_TYPE_SIZE
415 #define SHORT_TYPE_SIZE (BITS_PER_UNIT * MIN ((UNITS_PER_WORD + 1) / 2, 2)) macro
H A Dtarghooks.c273 if (precision == SHORT_TYPE_SIZE)
H A Dsdbout.c532 if (size == SHORT_TYPE_SIZE)
H A Dtree.c6508 if (size == SHORT_TYPE_SIZE)
6548 short_integer_type_node = make_signed_type (SHORT_TYPE_SIZE);
6549 short_unsigned_type_node = make_unsigned_type (SHORT_TYPE_SIZE);
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h215 #define SHORT_TYPE_SIZE 16 macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h277 #define SHORT_TYPE_SIZE 16
273 #define SHORT_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h606 #define SHORT_TYPE_SIZE 16
602 #define SHORT_TYPE_SIZE macro
H A Dsparc.c7003 #ifndef SHORT_TYPE_SIZE
7004 #define SHORT_TYPE_SIZE (BITS_PER_UNIT * 2)
7097 else if (TYPE_PRECISION (type) <= SHORT_TYPE_SIZE)
6985 #define SHORT_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h578 #define SHORT_TYPE_SIZE 16
576 #define SHORT_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h444 #define SHORT_TYPE_SIZE 16
443 #define SHORT_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1065 #define SHORT_TYPE_SIZE 16
1059 #define SHORT_TYPE_SIZE macro

Completed in 208 milliseconds