Searched refs:INT_TYPE_SIZE (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
H A Diris.h76 #define WCHAR_TYPE_SIZE INT_TYPE_SIZE
H A Dmips.h1066 #define INT_TYPE_SIZE 32
1060 #define INT_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/
H A Ddefaults.h418 #ifndef INT_TYPE_SIZE
419 #define INT_TYPE_SIZE BITS_PER_WORD macro
431 #define WCHAR_TYPE_SIZE INT_TYPE_SIZE
H A Dtarghooks.c275 if (precision == INT_TYPE_SIZE)
H A Dsdbout.c528 if (size == INT_TYPE_SIZE)
H A Dtree-ssa-loop-ivopts.c2134 add_standard_iv_candidates_for_size (data, INT_TYPE_SIZE);
2137 if (BITS_PER_WORD >= INT_TYPE_SIZE * 2)
2138 add_standard_iv_candidates_for_size (data, INT_TYPE_SIZE * 2);
H A Dtree.c6504 if (size == INT_TYPE_SIZE)
6550 integer_type_node = make_signed_type (INT_TYPE_SIZE);
6551 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE);
H A Dc-common.c85 #define INTMAX_TYPE ((INT_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
93 #define UINTMAX_TYPE ((INT_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
H A Doptabs.c5500 ffs_optab->handlers[(int) mode_for_size (INT_TYPE_SIZE, MODE_INT, 0)].libfunc
H A Dbuiltins.c2611 mode2 = mode_for_size (INT_TYPE_SIZE, MODE_INT, 0);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin.h432 #define BOOL_TYPE_SIZE (darwin_one_byte_bool ? CHAR_TYPE_SIZE : INT_TYPE_SIZE)
H A Drs6000.h449 #define INT_TYPE_SIZE 32
448 #define INT_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h216 #define INT_TYPE_SIZE 32 macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h275 #define INT_TYPE_SIZE 32
271 #define INT_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h607 #define INT_TYPE_SIZE 32
603 #define INT_TYPE_SIZE macro
H A Dsparc.c7007 #ifndef INT_TYPE_SIZE
7008 #define INT_TYPE_SIZE BITS_PER_WORD
7100 else if (TYPE_PRECISION (type) <= INT_TYPE_SIZE)
6989 #define INT_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h579 #define INT_TYPE_SIZE 32
577 #define INT_TYPE_SIZE macro

Completed in 526 milliseconds