| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | ppc64-fp.c | 37 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 D | ppc64-fp.c | 36 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 D | 990130-1.c | 5 typedef int DItype __attribute__ ((mode (DI))); typedef 11 DItype ll; 13 DItype 14 __muldi3 (DItype u, DItype v) in __muldi3()
|
| H A D | bf-spl1.c | 10 typedef int DItype __attribute__ ((mode (DI))); typedef 19 typedef DItype intfrac;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | _tilib.c | 28 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 D | libgcc2.h | 90 typedef int DItype __attribute__ ((mode (DI))); typedef 153 #define Wtype DItype 155 #define HWtype DItype 168 #define DWtype DItype
|
| H A D | longlong.h | 298 union {DItype __ll; \ 308 union {DItype __ll; \ 729 DItype __m0 = (m0), __m1 = (m1); \ 1119 union {DItype __ll; \
|
| H A D | libgcc2.c | 1190 #define DItype bogus_type macro
|
| H A D | ChangeLog.4 | 803 * libgcc2.h: Use Wtype for SItype and DWtype for DItype in prototypes.
|
| /openbsd-src/gnu/gcc/gcc/config/soft-fp/ |
| H A D | soft-fp.h | 182 typedef int DItype __attribute__((mode(DI))); typedef 193 #define DI_BITS (__CHAR_BIT__ * (int)sizeof(DItype))
|
| H A D | fixdfdi.c | 35 DItype __fixdfdi(DFtype a) in __fixdfdi()
|
| H A D | fixsfdi.c | 35 DItype __fixsfdi(SFtype a) in __fixsfdi()
|
| H A D | fixtfdi.c | 35 DItype __fixtfdi(TFtype a) in __fixtfdi()
|
| H A D | floatditf.c | 35 TFtype __floatditf(DItype i) in __floatditf()
|
| H A D | floatdidf.c | 35 DFtype __floatdidf(DItype i) in __floatdidf()
|
| H A D | floatdisf.c | 35 SFtype __floatdisf(DItype i) in __floatdisf()
|
| H A D | op-2.h | 429 _t240 = (DItype)_k240; \
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | fp-bit.h | 105 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 D | dfp-bit.h | 199 #define INT_TYPE DItype 428 typedef int DItype __attribute__ ((mode (DI))); typedef
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | fp-bit.h | 102 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 D | libgcc2.h | 149 typedef int DItype __attribute__ ((mode (DI))); typedef 204 #define Wtype DItype 206 #define HWtype DItype 219 #define DWtype DItype
|
| H A D | longlong.h | 293 union {DItype __ll; \ 303 union {DItype __ll; \ 759 DItype __m0 = (m0), __m1 = (m1); \ 1182 union {DItype __ll; \
|
| H A D | libgcc2.c | 176 const DItype w = (DItype) a * (DItype) b; in __mulvsi3() 1919 #define DItype bogus_type
|