Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/libgcc/
HDlonglong.h53 #define UWtype USItype
54 #define UHWtype USItype
180 : "=r" ((USItype) (sh)), \
181 "=&r" ((USItype) (sl)) \
182 : "%r" ((USItype) (ah)), \
183 "rIJ" ((USItype) (bh)), \
184 "%r" ((USItype) (al)), \
185 "rIJ" ((USItype) (bl)))
188 : "=r" ((USItype) (sh)), \
189 "=&r" ((USItype) (sl)) \
[all …]
HDfixed-bit.h86 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
171 #define DUINT_C_TYPE USItype
188 #define DINT_C_TYPE USItype
189 #define DUINT_C_TYPE USItype
203 #define UINT_C_TYPE USItype
220 #define INT_C_TYPE USItype
221 #define UINT_C_TYPE USItype
246 #define HUINT_C_TYPE USItype
263 #define HINT_C_TYPE USItype
264 #define HUINT_C_TYPE USItype
[all …]
HDfloatunsixf.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()
HDfloatunsitf.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()
HDfloatunsidf.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()
HDfp-bit.h113 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
119 #define MAX_USI_INT (~(USItype)0)
180 typedef USItype qrtrfractype;
200 typedef USItype fractype;
224 typedef USItype halffractype;
452 extern USItype float_to_usi (FLO_type);
456 extern FLO_type usi_to_float (USItype);
465 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
479 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
HDfp-bit.c182 clzusi (USItype n)
184 extern int __clzsi2 (USItype);
185 if (sizeof (USItype) == sizeof (unsigned int))
187 else if (sizeof (USItype) == sizeof (unsigned long))
189 else if (sizeof (USItype) == sizeof (unsigned long long))
863 USItype nl = a->fraction.ll;
864 USItype nh = a->fraction.ll >> BITS_PER_SI;
865 USItype ml = b->fraction.ll;
866 USItype mh = b->fraction.ll >> BITS_PER_SI;
876 pp_hl = (UDItype)(USItype)ps_hh__ << BITS_PER_SI;
[all …]
HDfloatunsisf.c3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
7 __floatunsisf (USItype u) in __floatunsisf()
HDsync.c147 typedef unsigned int USItype __attribute__((mode (SI)));
148 DEFINE (FN, 4, USItype)
HDlibgcc2.h131 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
207 #define UWtype USItype
209 #define UHWtype USItype
226 #define UDWtype USItype
/dragonfly/contrib/binutils-2.27/include/
HDlonglong.h50 #define UWtype USItype
51 #define UHWtype USItype
197 : "=r" ((USItype) (sh)), \
198 "=&r" ((USItype) (sl)) \
199 : "%r" ((USItype) (ah)), \
200 "rIJ" ((USItype) (bh)), \
201 "%r" ((USItype) (al)), \
202 "rIJ" ((USItype) (bl)))
205 : "=r" ((USItype) (sh)), \
206 "=&r" ((USItype) (sl)) \
[all …]
/dragonfly/contrib/gcc-8.0/include/
HDlonglong.h50 #define UWtype USItype
51 #define UHWtype USItype
197 : "=r" ((USItype) (sh)), \
198 "=&r" ((USItype) (sl)) \
199 : "%r" ((USItype) (ah)), \
200 "rICal" ((USItype) (bh)), \
201 "%r" ((USItype) (al)), \
202 "rICal" ((USItype) (bl)) \
206 : "=r" ((USItype) (sh)), \
207 "=&r" ((USItype) (sl)) \
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/32/
HDsfp-machine.h16 : "=r" ((USItype) (r3)), \
17 "=&r" ((USItype) (r2)), \
18 "=&r" ((USItype) (r1)), \
19 "=&r" ((USItype) (r0)) \
20 : "%0" ((USItype) (x3)), \
21 "g" ((USItype) (y3)), \
22 "%1" ((USItype) (x2)), \
23 "g" ((USItype) (y2)), \
24 "%2" ((USItype) (x1)), \
25 "g" ((USItype) (y1)), \
[all …]
/dragonfly/contrib/mpfr/src/
HDmpfr-longlong.h382 USItype __m0 = (m0), __m1 = (m1); \
406 : "r" ((USItype) (ah)), \
407 "rIJ" ((USItype) (bh)), \
408 "%r" ((USItype) (al)), \
409 "rIJ" ((USItype) (bl)))
414 : "r" ((USItype) (ah)), \
415 "rIJ" ((USItype) (bh)), \
416 "r" ((USItype) (al)), \
417 "rIJ" ((USItype) (bl)))
515 struct {USItype __l, __h;} __i; \
[all …]
/dragonfly/contrib/gmp/
HDlonglong.h388 USItype __m0 = (m0), __m1 = (m1); \
412 : "r" ((USItype) (ah)), \
413 "rIJ" ((USItype) (bh)), \
414 "%r" ((USItype) (al)), \
415 "rIJ" ((USItype) (bl)))
420 : "r" ((USItype) (ah)), \
421 "rIJ" ((USItype) (bh)), \
422 "r" ((USItype) (al)), \
423 "rIJ" ((USItype) (bl)))
527 struct {USItype __l, __h;} __i; \
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/soft-fp/
HDfloatunsitf.c36 __floatunsitf (USItype i) in __floatunsitf()
41 FP_FROM_INT_Q (A, i, SI_BITS, USItype); in __floatunsitf()
HDfixunstfsi.c34 USItype
39 USItype r; in __fixunstfsi()
HDsoft-fp.h331 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
336 typedef USItype UHWtype;
/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
HDfixunsdfsi.c34 USItype __fixunsdfsi(DFtype a) in __fixunsdfsi()
38 USItype r; in __fixunsdfsi()
HDfixunstfsi.c34 USItype __fixunstfsi(TFtype a) in __fixunstfsi()
38 USItype r; in __fixunstfsi()
HDfixunssfsi.c34 USItype __fixunssfsi(SFtype a) in __fixunssfsi()
38 USItype r; in __fixunssfsi()
HDfloatunsisf.c34 SFtype __floatunsisf(USItype i) in __floatunsisf()
40 FP_FROM_INT_S(A, i, SI_BITS, USItype); in __floatunsisf()
HDfloatunsitf.c35 __floatunsitf(USItype i) in __floatunsitf()
41 FP_FROM_INT_Q(A, i, SI_BITS, USItype); in __floatunsitf()
HDfloatunsidf.c34 DFtype __floatunsidf(USItype i) in __floatunsidf()
40 FP_FROM_INT_D(A, i, SI_BITS, USItype); in __floatunsidf()
HDsoft-fp.h193 typedef unsigned int USItype __attribute__((mode(SI))); typedef
198 typedef USItype UHWtype;

12