Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/gcc/
H A 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlonglong.h42 #define UWtype USItype
43 #define UHWtype USItype
168 : "=r" ((USItype) (sh)), \
169 "=&r" ((USItype) (sl)) \
170 : "%r" ((USItype) (ah)), \
171 "rIJ" ((USItype) (bh)), \
172 "%r" ((USItype) (al)), \
173 "rIJ" ((USItype) (bl)))
176 : "=r" ((USItype) (sh)), \
177 "=&r" ((USItype) (sl)) \
[all …]
H A Dlibgcc2.h87 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
165 #define UWtype USItype
167 #define UHWtype USItype
179 #define UDWtype USItype
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dppc64-fp.c38 extern USItype __fixunsdfsi (DFtype);
39 extern USItype __fixunssfsi (SFtype);
62 USItype
65 if (a >= - (DFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
66 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
67 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1); in __fixunsdfsi()
71 USItype
74 if (a >= - (SFtype) (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
75 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
76 - (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1); in __fixunssfsi()
[all …]
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy16-lib2.c52 extern USItype udivmodsi4 (USItype, USItype, word_type);
59 extern USItype __lshrsi3 (USItype, USItype);
67 USItype
68 udivmodsi4 (USItype num, USItype den, word_type modwanted) in udivmodsi4()
70 USItype bit = 1; in udivmodsi4()
71 USItype res = 0; in udivmodsi4()
183 USItype
184 __lshrsi3 (USItype a, USItype b) in __lshrsi3()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D990130-1.c6 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
20 …_ ("mull %3" : "=a" ((USItype) ( __w.s.low )), "=d" ((USItype) ( __w.s.high )) : "%0" ((USItype) … in __muldi3()
21 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
22 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
H A Dbf-spl1.c13 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
17 typedef USItype halffractype;
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dm32c-lib2.c35 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
39 USItype udivmodsi4 (USItype num, USItype den, word_type modwanted);
45 USItype
46 udivmodsi4 (USItype num, USItype den, word_type modwanted) in udivmodsi4()
48 USItype bit = 1; in udivmodsi4()
49 USItype res = 0; in udivmodsi4()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16-lib2.c3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
7 USItype
8 udivmodsi4(USItype num, USItype den, word_type modwanted) in udivmodsi4()
10 USItype bit = 1; in udivmodsi4()
11 USItype res = 0; in udivmodsi4()
130 USItype
131 __lshrsi3 (USItype a, USItype b) in __lshrsi3()
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Dlib2extra-funcs.c1 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
3 USItype
4 __mulsi3 (USItype a, USItype b) in __mulsi3()
6 USItype c = 0; in __mulsi3()
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dlib2extra-funcs.c35 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
132 USItype
133 __mulsi3 (USItype a, USItype b) in __mulsi3()
135 USItype c = 0; in __mulsi3()
148 USItype
149 udivmodsi4(USItype num, USItype den, word_type modwanted) in udivmodsi4()
151 USItype bit = 1; in udivmodsi4()
152 USItype res = 0; in udivmodsi4()
/openbsd-src/gnu/gcc/gcc/config/
H A 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()
H A 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()
H A 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()
H A 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);
H A 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 …]
H A Dfloatunsisf.c3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
7 __floatunsisf (USItype u) in __floatunsisf()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h113 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
119 #define MAX_USI_INT (~(USItype)0)
172 typedef USItype qrtrfractype;
192 typedef USItype fractype;
216 typedef USItype halffractype;
483 extern USItype float_to_usi (FLO_type);
488 extern FLO_type usi_to_float (USItype);
497 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
511 extern SFtype __make_fp (fp_class_type, unsigned int, int, USItype);
/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dfixunsdfsi.c35 USItype __fixunsdfsi(DFtype a) in __fixunsdfsi()
39 USItype r; in __fixunsdfsi()
H A Dfixunstfsi.c35 USItype __fixunstfsi(TFtype a) in __fixunstfsi()
39 USItype r; in __fixunstfsi()
H A Dfixunssfsi.c35 USItype __fixunssfsi(SFtype a) in __fixunssfsi()
39 USItype r; in __fixunssfsi()
H A Dfloatunsisf.c35 SFtype __floatunsisf(USItype i) in __floatunsisf()
41 FP_FROM_INT_S(A, i, SI_BITS, USItype); in __floatunsisf()
H A Dfloatunsidf.c35 DFtype __floatunsidf(USItype i) in __floatunsidf()
41 FP_FROM_INT_D(A, i, SI_BITS, USItype); in __floatunsidf()
H A Dfloatunsitf.c36 __floatunsitf(USItype i) in __floatunsitf()
42 FP_FROM_INT_Q(A, i, SI_BITS, USItype); in __floatunsitf()

12