| /openbsd-src/gnu/gcc/gcc/ |
| H A D | longlong.h | 41 #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 D | longlong.h | 42 #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 D | libgcc2.h | 87 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 D | ppc64-fp.c | 40 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 D | ppc64-fp.c | 38 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 D | stormy16-lib2.c | 52 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 D | 990130-1.c | 6 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 D | bf-spl1.c | 13 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 17 typedef USItype halffractype;
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | m32c-lib2.c | 35 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 D | stormy16-lib2.c | 3 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 D | lib2extra-funcs.c | 1 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 D | lib2extra-funcs.c | 35 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 D | floatunsixf.c | 3 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 D | floatunsitf.c | 3 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 D | floatunsidf.c | 3 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 D | fp-bit.h | 117 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 D | fp-bit.c | 189 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 D | floatunsisf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 7 __floatunsisf (USItype u) in __floatunsisf()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | fp-bit.h | 113 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 D | fixunsdfsi.c | 35 USItype __fixunsdfsi(DFtype a) in __fixunsdfsi() 39 USItype r; in __fixunsdfsi()
|
| H A D | fixunstfsi.c | 35 USItype __fixunstfsi(TFtype a) in __fixunstfsi() 39 USItype r; in __fixunstfsi()
|
| H A D | fixunssfsi.c | 35 USItype __fixunssfsi(SFtype a) in __fixunssfsi() 39 USItype r; in __fixunssfsi()
|
| H A D | floatunsisf.c | 35 SFtype __floatunsisf(USItype i) in __floatunsisf() 41 FP_FROM_INT_S(A, i, SI_BITS, USItype); in __floatunsisf()
|
| H A D | floatunsidf.c | 35 DFtype __floatunsidf(USItype i) in __floatunsidf() 41 FP_FROM_INT_D(A, i, SI_BITS, USItype); in __floatunsidf()
|
| H A D | floatunsitf.c | 36 __floatunsitf(USItype i) in __floatunsitf() 42 FP_FROM_INT_Q(A, i, SI_BITS, USItype); in __floatunsitf()
|