Searched refs:SItype (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/
H A Dfixunssfsi.c3 typedef int SItype __attribute__ ((mode (SI))); typedef
9 (- ((SItype) (((USItype) 1 << ((sizeof (SItype) * 8) - 1)) - 1)) - 1)
15 return (SItype) (a + SItype_MIN) - SItype_MIN;
16 return (SItype) a;
H A Dfloatunsisf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u;
14 return (SFtype) 2.0 * (SFtype) (SItype) ((u & 1) | (u >> 1));
H A Dfixunsdfsi.c3 typedef int SItype __attribute__ ((mode (SI))); typedef
10 (- ((SItype) (((USItype) 1 << ((sizeof (SItype) * 8) - 1)) - 1)) - 1)
16 return (SItype) (a + SItype_MIN) - SItype_MIN;
17 return (SItype) a;
H A Dfloatunsidf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u;
H A Dfloatunsitf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u;
H A Dfloatunsixf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u;
H A Dfloatdidf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
13 DFtype f = (SItype) (u >> (sizeof (SItype) * 8));
H A Dfloatdisf.c4 typedef int SItype __attribute__ ((mode (SI))); typedef
34 DFtype f = (SItype) (u >> (sizeof (SItype) * 8));
H A Dfp-bit.h104 typedef int SItype __attribute__ ((mode (SI))); typedef
124 #define MAX_SI_INT ((SItype) (MAX_USI_INT >> 1))
199 typedef SItype intfrac;
478 extern FLO_type si_to_float (SItype);
482 extern SItype float_to_si (FLO_type);
H A Ddfp-bit.h194 #define INT_TYPE SItype
427 typedef int SItype __attribute__ ((mode (SI))); typedef
H A Dfp-bit.c55 This defaults to SItype, aka int.
1340 si_to_float (SItype arg_a)
1417 SItype
1421 SItype tmp;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dppc64-fp.c80 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1))
81 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1))
82 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1);
83 return (SItype) a;
89 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1))
90 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1))
91 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1);
92 return (SItype)
[all...]
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dfixdfsi.c35 SItype __fixdfsi(DFtype a)
H A Dfixsfsi.c35 SItype __fixsfsi(SFtype a)
H A Dfixtfsi.c35 SItype __fixtfsi(TFtype a)
H A Dfloatsidf.c35 DFtype __floatsidf(SItype i)
H A Dfloatsisf.c35 SFtype __floatsisf(SItype i)
H A Dfloatsitf.c35 TFtype __floatsitf(SItype i)
H A Dsoft-fp.h181 typedef int SItype __attribute__((mode(SI))); typedef
192 #define SI_BITS (__CHAR_BIT__ * (int)sizeof(SItype))
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.h143 typedef int SItype __attribute__ ((mode (SI))); typedef
213 #define Wtype SItype
215 #define HWtype SItype
227 #define DWtype SItype
357 extern SItype __absvsi2 (SItype);
358 extern SItype __addvsi3 (SItype, SItype);
359 extern SItype __subvsi
[all...]
H A Dlibgcc2.c96 SItype
97 __addvsi3 (SItype a, SItype b)
99 const SItype w = a + b;
136 SItype
137 __subvsi3 (SItype a, SItype b)
139 const SItype w = a - b;
177 #define WORD_SIZE (sizeof (SItype) * BITS_PER_UNIT)
178 SItype
1941 #define SItype macro
[all...]
H A Dlonglong.h28 SItype, USItype -- Signed and unsigned 32 bit types.
695 SItype __m0 = (m0), __m1 = (m1); \
813 (ph) += ((((SItype) __m0 >> 31) & __m1) \
814 + (((SItype) __m1 >> 31) & __m0)); \
885 SItype c_; \
1177 (xh) += ((((SItype) __m0 >> 31) & __m1) \
1178 + (((SItype) __m1 >> 31) & __m0)); \
1183 struct {SItype __l, __h;} __i; \

Completed in 110 milliseconds