| /freebsd-12-stable/contrib/gcc/ |
| D | longlong.h | 41 #define UWtype USItype 42 #define UHWtype USItype 163 : "=r" ((USItype) (sh)), \ 164 "=&r" ((USItype) (sl)) \ 165 : "%r" ((USItype) (ah)), \ 166 "rIJ" ((USItype) (bh)), \ 167 "%r" ((USItype) (al)), \ 168 "rIJ" ((USItype) (bl))) 171 : "=r" ((USItype) (sh)), \ 172 "=&r" ((USItype) (sl)) \ [all …]
|
| D | libgcc2.h | 144 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 214 #define UWtype USItype 216 #define UHWtype USItype 228 #define UDWtype USItype
|
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | ppc64-fp.c | 40 extern USItype __fixunsdfsi (DFtype); 41 extern USItype __fixunssfsi (SFtype); 77 USItype 80 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi() 81 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi() 82 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1); in __fixunsdfsi() 86 USItype 89 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi() 90 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi() 91 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1); in __fixunssfsi() [all …]
|
| /freebsd-12-stable/contrib/gcc/config/ |
| D | fixdfdi.c | 2 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 15 USItype hi, lo; in local_fixunsdfdi() 17 hi = a / (((UDItype) 1) << (sizeof (USItype) * 8)); in local_fixunsdfdi() 18 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8)); in local_fixunsdfdi() 19 return ((UDItype) hi << (sizeof (USItype) * 8)) | lo; in local_fixunsdfdi()
|
| D | fixsfdi.c | 2 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 17 USItype hi, lo; in local_fixunssfdi() 19 hi = a / (((UDItype) 1) << (sizeof (USItype) * 8)); in local_fixunssfdi() 20 lo = a - ((DFtype) hi) * (((UDItype) 1) << (sizeof (USItype) * 8)); in local_fixunssfdi() 21 return ((UDItype) hi << (sizeof (USItype) * 8)) | lo; in local_fixunssfdi()
|
| D | floatundidf.c | 2 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 12 DFtype f = (USItype) (u >> (sizeof (USItype) * 8)); in __floatundidf() 14 f += (USItype) u; in __floatundidf()
|
| D | floatunsixf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 7 __floatunsixf (USItype u) in __floatunsixf() 12 r += (XFtype)2.0 * (XFtype) ((USItype) 1 in __floatunsixf() 13 << (sizeof (USItype) * __CHAR_BIT__ - 1)); in __floatunsixf()
|
| D | floatunsitf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 7 __floatunsitf (USItype u) in __floatunsitf() 12 r += (TFtype)2.0 * (TFtype) ((USItype) 1 in __floatunsitf() 13 << (sizeof (USItype) * __CHAR_BIT__ - 1)); in __floatunsitf()
|
| D | fixunssfsi.c | 2 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 6 USItype __fixunssfsi (SFtype); 9 (- ((SItype) (((USItype) 1 << ((sizeof (SItype) * 8) - 1)) - 1)) - 1) 11 USItype
|
| D | floatunsidf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 7 __floatunsidf (USItype u) in __floatunsidf() 12 r += (DFtype)2.0 * (DFtype) ((USItype) 1 in __floatunsidf() 13 << (sizeof (USItype) * __CHAR_BIT__ - 1)); in __floatunsidf()
|
| D | fixunsdfsi.c | 2 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 7 USItype __fixunsdfsi (DFtype); 10 (- ((SItype) (((USItype) 1 << ((sizeof (SItype) * 8) - 1)) - 1)) - 1) 12 USItype
|
| D | floatundisf.c | 4 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 32 DFtype f = (USItype) (u >> (sizeof (USItype) * 8)); in __floatundisf() 34 f += (USItype) u; in __floatundisf()
|
| D | fp-bit.h | 117 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 123 #define MAX_USI_INT (~(USItype)0) 176 typedef USItype qrtrfractype; 196 typedef USItype fractype; 220 typedef USItype halffractype; 487 extern USItype float_to_usi (FLO_type); 492 extern FLO_type usi_to_float (USItype); 501 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype); 515 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
|
| D | fp-bit.c | 189 clzusi (USItype n) 191 extern int __clzsi2 (USItype); 192 if (sizeof (USItype) == sizeof (unsigned int)) 194 else if (sizeof (USItype) == sizeof (unsigned long)) 196 else if (sizeof (USItype) == sizeof (unsigned long long)) 871 USItype nl = a->fraction.ll; 872 USItype nh = a->fraction.ll >> BITS_PER_SI; 873 USItype ml = b->fraction.ll; 874 USItype mh = b->fraction.ll >> BITS_PER_SI; 884 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI; [all …]
|
| D | floatunsisf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 7 __floatunsisf (USItype u) in __floatunsisf()
|
| D | floatdidf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 15 f += (USItype) u; in __floatdidf()
|
| D | floatdisf.c | 5 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 36 f += (USItype) u; in __floatdisf()
|
| /freebsd-12-stable/contrib/gcc/config/soft-fp/ |
| D | fixunssfsi.c | 35 USItype __fixunssfsi(SFtype a) in __fixunssfsi() 39 USItype r; in __fixunssfsi()
|
| D | fixunsdfsi.c | 35 USItype __fixunsdfsi(DFtype a) in __fixunsdfsi() 39 USItype r; in __fixunsdfsi()
|
| D | fixunstfsi.c | 35 USItype __fixunstfsi(TFtype a) in __fixunstfsi() 39 USItype r; in __fixunstfsi()
|
| D | floatunsisf.c | 35 SFtype __floatunsisf(USItype i) in __floatunsisf() 41 FP_FROM_INT_S(A, i, SI_BITS, USItype); in __floatunsisf()
|
| D | floatunsidf.c | 35 DFtype __floatunsidf(USItype i) in __floatunsidf() 41 FP_FROM_INT_D(A, i, SI_BITS, USItype); in __floatunsidf()
|
| D | floatunsitf.c | 36 __floatunsitf(USItype i) in __floatunsitf() 42 FP_FROM_INT_Q(A, i, SI_BITS, USItype); in __floatunsitf()
|
| D | soft-fp.h | 184 typedef unsigned int USItype __attribute__((mode(SI))); typedef 189 typedef USItype UHWtype;
|
| D | fixtfsi.c | 39 USItype r; in __fixtfsi()
|