Home
last modified time | relevance | path

Searched refs:USItype (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
Dlonglong.h41 #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 …]
Dlibgcc2.h144 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/
Dppc64-fp.c40 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/
Dfixdfdi.c2 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()
Dfixsfdi.c2 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()
Dfloatundidf.c2 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
12 DFtype f = (USItype) (u >> (sizeof (USItype) * 8)); in __floatundidf()
14 f += (USItype) u; in __floatundidf()
Dfloatunsixf.c3 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()
Dfloatunsitf.c3 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()
Dfixunssfsi.c2 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
6 USItype __fixunssfsi (SFtype);
9 (- ((SItype) (((USItype) 1 << ((sizeof (SItype) * 8) - 1)) - 1)) - 1)
11 USItype
Dfloatunsidf.c3 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()
Dfixunsdfsi.c2 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
7 USItype __fixunsdfsi (DFtype);
10 (- ((SItype) (((USItype) 1 << ((sizeof (SItype) * 8) - 1)) - 1)) - 1)
12 USItype
Dfloatundisf.c4 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
32 DFtype f = (USItype) (u >> (sizeof (USItype) * 8)); in __floatundisf()
34 f += (USItype) u; in __floatundisf()
Dfp-bit.h117 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);
Dfp-bit.c189 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 …]
Dfloatunsisf.c3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
7 __floatunsisf (USItype u) in __floatunsisf()
Dfloatdidf.c3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
15 f += (USItype) u; in __floatdidf()
Dfloatdisf.c5 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
36 f += (USItype) u; in __floatdisf()
/freebsd-12-stable/contrib/gcc/config/soft-fp/
Dfixunssfsi.c35 USItype __fixunssfsi(SFtype a) in __fixunssfsi()
39 USItype r; in __fixunssfsi()
Dfixunsdfsi.c35 USItype __fixunsdfsi(DFtype a) in __fixunsdfsi()
39 USItype r; in __fixunsdfsi()
Dfixunstfsi.c35 USItype __fixunstfsi(TFtype a) in __fixunstfsi()
39 USItype r; in __fixunstfsi()
Dfloatunsisf.c35 SFtype __floatunsisf(USItype i) in __floatunsisf()
41 FP_FROM_INT_S(A, i, SI_BITS, USItype); in __floatunsisf()
Dfloatunsidf.c35 DFtype __floatunsidf(USItype i) in __floatunsidf()
41 FP_FROM_INT_D(A, i, SI_BITS, USItype); in __floatunsidf()
Dfloatunsitf.c36 __floatunsitf(USItype i) in __floatunsitf()
42 FP_FROM_INT_Q(A, i, SI_BITS, USItype); in __floatunsitf()
Dsoft-fp.h184 typedef unsigned int USItype __attribute__((mode(SI))); typedef
189 typedef USItype UHWtype;
Dfixtfsi.c39 USItype r; in __fixtfsi()

12