Home
last modified time | relevance | path

Searched refs:DItype (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dppc64-fp.c37 extern DItype __fixtfdi (TFtype);
38 extern DItype __fixdfdi (DFtype);
39 extern DItype __fixsfdi (SFtype);
42 extern TFtype __floatditf (DItype);
44 extern DFtype __floatdidf (DItype);
46 extern SFtype __floatdisf (DItype);
48 extern DItype __fixunstfdi (TFtype);
50 static DItype local_fixunssfdi (SFtype);
51 static DItype local_fixunsdfdi (DFtype);
53 DItype
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dppc64-fp.c36 extern DItype __fixdfdi (DFtype);
37 extern DItype __fixsfdi (SFtype);
40 extern DFtype __floatdidf (DItype);
41 extern SFtype __floatdisf (DItype);
43 static DItype local_fixunssfdi (SFtype);
44 static DItype local_fixunsdfdi (DFtype);
46 DItype
54 DItype
81 __floatdidf (DItype u) in __floatdidf()
94 __floatdisf (DItype u) in __floatdisf()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D990130-1.c5 typedef int DItype __attribute__ ((mode (DI))); typedef
11 DItype ll;
13 DItype
14 __muldi3 (DItype u, DItype v) in __muldi3()
H A Dbf-spl1.c10 typedef int DItype __attribute__ ((mode (DI))); typedef
19 typedef DItype intfrac;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A D_tilib.c28 typedef int DItype __attribute__ ((mode (DI))); typedef
37 DItype high, low;
39 DItype low, high;
78 bm = (sizeof (DItype) * BITS_PER_UNIT) - b; in __ashlti3()
108 bm = (sizeof (DItype) * BITS_PER_UNIT) - b;
112 w.s.high = uu.s.high >> (sizeof (DItype) * BITS_PER_UNIT - 1);
139 bm = (sizeof (DItype) * BITS_PER_UNIT) - b; in __lshrti3()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlibgcc2.h90 typedef int DItype __attribute__ ((mode (DI))); typedef
153 #define Wtype DItype
155 #define HWtype DItype
168 #define DWtype DItype
H A Dlonglong.h298 union {DItype __ll; \
308 union {DItype __ll; \
729 DItype __m0 = (m0), __m1 = (m1); \
1119 union {DItype __ll; \
H A Dlibgcc2.c1190 #define DItype bogus_type macro
H A DChangeLog.4803 * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.
/openbsd-src/gnu/gcc/gcc/config/soft-fp/
H A Dsoft-fp.h182 typedef int DItype __attribute__((mode(DI))); typedef
193 #define DI_BITS (__CHAR_BIT__ * (int)sizeof(DItype))
H A Dfixdfdi.c35 DItype __fixdfdi(DFtype a) in __fixdfdi()
H A Dfixsfdi.c35 DItype __fixsfdi(SFtype a) in __fixsfdi()
H A Dfixtfdi.c35 DItype __fixtfdi(TFtype a) in __fixtfdi()
H A Dfloatditf.c35 TFtype __floatditf(DItype i) in __floatditf()
H A Dfloatdidf.c35 DFtype __floatdidf(DItype i) in __floatdidf()
H A Dfloatdisf.c35 SFtype __floatdisf(DItype i) in __floatdisf()
H A Dop-2.h429 _t240 = (DItype)_k240; \
/openbsd-src/gnu/gcc/gcc/config/
H A Dfp-bit.h105 typedef int DItype __attribute__ ((mode (DI))); typedef
128 #define MAX_DI_INT ((DItype) (MAX_UDI_INT >> 1))
222 typedef DItype intfrac;
538 extern TFtype di_to_df (DItype);
H A Ddfp-bit.h199 #define INT_TYPE DItype
428 typedef int DItype __attribute__ ((mode (DI))); typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dfp-bit.h102 typedef int DItype __attribute__ ((mode (DI))); typedef
124 #define MAX_DI_INT ((DItype) (MAX_UDI_INT >> 1))
218 typedef DItype intfrac;
534 extern TFtype di_to_df (DItype);
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.h149 typedef int DItype __attribute__ ((mode (DI))); typedef
204 #define Wtype DItype
206 #define HWtype DItype
219 #define DWtype DItype
H A Dlonglong.h293 union {DItype __ll; \
303 union {DItype __ll; \
759 DItype __m0 = (m0), __m1 = (m1); \
1182 union {DItype __ll; \
H A Dlibgcc2.c176 const DItype w = (DItype) a * (DItype) b; in __mulvsi3()
1919 #define DItype bogus_type