Home
last modified time | relevance | path

Searched refs:INT_TYPE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/config/
H A Ddfp-bit.h194 #define INT_TYPE SItype macro
199 #define INT_TYPE DItype macro
204 #define INT_TYPE USItype macro
209 #define INT_TYPE UDItype macro
489 extern INT_TYPE DFP_TO_INT (DFP_C_TYPE);
496 extern DFP_C_TYPE INT_TO_DFP (INT_TYPE);
H A Ddfp-bit.c394 INT_TYPE
457 INT_TO_DFP (INT_TYPE i) in INT_TO_DFP()
/freebsd-12.1/contrib/gcc/
H A Dglobal.c165 #define INT_TYPE HOST_WIDE_INT macro
173 static INT_TYPE *conflicts;
184 & ((INT_TYPE) 1 << ((unsigned) (J) % INT_BITS)))
192 INT_TYPE *p_ = (ALLOCNO_SET); \
197 unsigned INT_TYPE word_ = (unsigned INT_TYPE) *p_++; \
249 static INT_TYPE *allocnos_live;
256 |= ((INT_TYPE) 1 << ((unsigned) (I) % INT_BITS)))
1463 INT_TYPE *p = conflicts; in mirror_conflicts()
1464 INT_TYPE *q0 = conflicts, *q1, *q2; in mirror_conflicts()
1465 unsigned INT_TYPE mask; in mirror_conflicts()
[all …]