Home
last modified time | relevance | path

Searched refs:SItype (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/gnu/gcc/gcc/config/stormy16/
H A Dstormy16-lib2.c53 extern SItype __divsi3 (SItype, SItype);
54 extern SItype __modsi3 (SItype, SItype);
55 extern SItype __udivsi3 (SItype, SItype);
56 extern SItype __umodsi3 (SItype, SItype);
57 extern SItype __ashlsi3 (SItype, SItype);
58 extern SItype __ashrsi3 (SItype, SItype);
95 __divsi3 (SItype a, SItype b) in __divsi3()
121 __modsi3 (SItype a, SItype b) in __modsi3()
144 __udivsi3 (SItype a, SItype b) in __udivsi3()
150 __umodsi3 (SItype a, SItype b) in __umodsi3()
[all …]
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dppc64-fp.c81 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
83 return (SItype) a; in __fixunsdfsi()
90 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
92 return (SItype) a; in __fixunssfsi()
100 dh = (SItype) (u >> (sizeof (SItype) * 8)); in __floatditf()
112 dh = (USItype) (u >> (sizeof (SItype) * 8)); in __floatunditf()
124 d = (SItype) (u >> (sizeof (SItype) * 8)); in __floatdidf()
136 d = (USItype) (u >> (sizeof (SItype) * 8)); in __floatundidf()
161 f = (SItype) (u >> (sizeof (SItype) * 8)); in __floatdisf()
185 f = (USItype) (u >> (sizeof (SItype) * 8)); in __floatundisf()
[all …]
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dm32c-lib2.c40 SItype __divsi3 (SItype a, SItype b);
41 SItype __modsi3 (SItype a, SItype b);
42 SItype __udivsi3 (SItype a, SItype b);
43 SItype __umodsi3 (SItype a, SItype b);
73 SItype
74 __divsi3 (SItype a, SItype b) in __divsi3()
101 SItype
102 __modsi3 (SItype a, SItype b) in __modsi3()
127 SItype
128 __udivsi3 (SItype a, SItype b) in __udivsi3()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dppc64-fp.c66 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunsdfsi()
68 return (SItype) a; in __fixunsdfsi()
75 return (SItype) (a + (- ((SItype)(((USItype)1 << ((4 * 8) - 1)) - 1)) - 1)) in __fixunssfsi()
77 return (SItype) a; in __fixunssfsi()
85 d = (SItype) (u >> (sizeof (SItype) * 8)); in __floatdidf()
86 d *= (((UDItype) 1) << ((sizeof (SItype) * 8) / 2)); in __floatdidf()
87 d *= (((UDItype) 1) << ((sizeof (SItype) * 8) / 2)); in __floatdidf()
111 f = (SItype) (u >> (sizeof (SItype) * 8)); in __floatdisf()
112 f *= (((UDItype) 1) << ((sizeof (SItype) * 8) / 2)); in __floatdisf()
127 hi = a / (((UDItype) 1) << (sizeof (SItype) * 8)); in local_fixunsdfdi()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16-lib2.c34 SItype
35 __divsi3 (SItype a, SItype b) in __divsi3()
62 SItype
63 __modsi3 (SItype a, SItype b) in __modsi3()
88 SItype
89 __udivsi3 (SItype a, SItype b) in __udivsi3()
96 SItype
97 __umodsi3 (SItype a, SItype b) in __umodsi3()
102 SItype
103 __ashlsi3 (SItype a, SItype b) in __ashlsi3()
[all …]
/openbsd/gnu/gcc/gcc/config/mt/
H A Dlib2extra-funcs.c47 SItype
75 SItype
103 SItype
173 SItype
174 __divsi3 (SItype a, SItype b) in __divsi3()
199 SItype
200 __modsi3 (SItype a, SItype b) in __modsi3()
222 SItype
223 __udivsi3 (SItype a, SItype b) in __udivsi3()
228 SItype
[all …]
/openbsd/gnu/gcc/gcc/
H A Dlibgcc2.h145 typedef int SItype __attribute__ ((mode (SI))); typedef
215 #define Wtype SItype
217 #define HWtype SItype
229 #define DWtype SItype
357 extern SItype __absvsi2 (SItype);
358 extern SItype __addvsi3 (SItype, SItype);
359 extern SItype __subvsi3 (SItype, SItype);
360 extern SItype __mulvsi3 (SItype, SItype);
361 extern SItype __negvsi2 (SItype);
H A Dlibgcc2.c95 SItype
96 __addvsi3 (SItype a, SItype b) in __addvsi3()
133 SItype
134 __subvsi3 (SItype a, SItype b) in __subvsi3()
173 SItype
174 __mulvsi3 (SItype a, SItype b) in __mulvsi3()
178 if ((SItype) (w >> WORD_SIZE) != (SItype) w >> (WORD_SIZE-1)) in __mulvsi3()
198 SItype
199 __negvsi2 (SItype a) in __negvsi2()
243 SItype
[all …]
H A Dlonglong.h695 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; \
/openbsd/gnu/gcc/gcc/config/
H A Dfloatunsisf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u; in __floatunsisf()
14 return (SFtype) 2.0 * (SFtype) (SItype) ((u & 1) | (u >> 1)); in __floatunsisf()
H A Dfloatunsixf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u; in __floatunsixf()
H A Dfloatunsitf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u; in __floatunsitf()
H A Dfloatunsidf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u; in __floatunsidf()
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);
/openbsd/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h101 typedef int SItype __attribute__ ((mode (SI))); typedef
109 #define CMPtype SItype
120 #define MAX_SI_INT ((SItype) (MAX_USI_INT >> 1))
195 typedef SItype intfrac;
474 extern FLO_type si_to_float (SItype);
478 extern SItype float_to_si (FLO_type);
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D990130-1.c4 typedef int SItype __attribute__ ((mode (SI))); typedef
7 struct DIstruct {SItype low, high;};
H A Dbf-spl1.c9 typedef int SItype __attribute__ ((mode (SI))); typedef
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h86 typedef int SItype __attribute__ ((mode (SI))); typedef
164 #define Wtype SItype
166 #define HWtype SItype
178 #define DWtype SItype
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Dsoft-fp.h181 typedef int SItype __attribute__((mode(SI))); typedef
192 #define SI_BITS (__CHAR_BIT__ * (int)sizeof(SItype))
H A Dfixdfsi.c35 SItype __fixdfsi(DFtype a) in __fixdfsi()
H A Dfixsfsi.c35 SItype __fixsfsi(SFtype a) in __fixsfsi()
H A Dfixtfsi.c35 SItype __fixtfsi(TFtype a) in __fixtfsi()
H A Dfloatsidf.c35 DFtype __floatsidf(SItype i) in __floatsidf()
H A Dfloatsisf.c35 SFtype __floatsisf(SItype i) in __floatsisf()
H A Dfloatsitf.c35 TFtype __floatsitf(SItype i) in __floatsitf()

12