| /src/external/gpl3/gcc/dist/libgcc/config/iq2000/ |
| lib2funcs.c | 24 typedef unsigned int USItype __attribute__ ((mode (SI))); 26 USItype 27 __mulsi3 (USItype a, USItype b) 29 USItype c = 0;
|
| /src/external/gpl3/gcc/dist/libgcc/config/lm32/ |
| libgcc_lm32.h | 32 typedef unsigned long USItype __attribute__ ((mode (SI))); 36 USItype __mulsi3 (USItype a, USItype b); 37 USItype __udivmodsi4 (USItype num, USItype den, int modwanted); 40 USItype __udivsi3 (USItype a, USItype b) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/iq2000/ |
| lib2funcs.c | 24 typedef unsigned int USItype __attribute__ ((mode (SI))); 26 USItype 27 __mulsi3 (USItype a, USItype b) 29 USItype c = 0;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/lm32/ |
| libgcc_lm32.h | 32 typedef unsigned long USItype __attribute__ ((mode (SI))); 36 USItype __mulsi3 (USItype a, USItype b); 37 USItype __udivmodsi4 (USItype num, USItype den, int modwanted); 40 USItype __udivsi3 (USItype a, USItype b) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| floatunsisf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); 7 __floatunsisf (USItype u)
|
| floatunsidf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); 7 __floatunsidf (USItype u) 12 r += (DFtype)2.0 * (DFtype) ((USItype) 1 13 << (sizeof (USItype) * __CHAR_BIT__ - 1));
|
| floatunsitf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); 7 __floatunsitf (USItype u) 12 r += (TFtype)2.0 * (TFtype) ((USItype) 1 13 << (sizeof (USItype) * __CHAR_BIT__ - 1));
|
| floatunsixf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); 7 __floatunsixf (USItype u) 12 r += (XFtype)2.0 * (XFtype) ((USItype) 1 13 << (sizeof (USItype) * __CHAR_BIT__ - 1));
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| floatunsisf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); 7 __floatunsisf (USItype u)
|
| floatunsidf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); 7 __floatunsidf (USItype u) 12 r += (DFtype)2.0 * (DFtype) ((USItype) 1 13 << (sizeof (USItype) * __CHAR_BIT__ - 1));
|
| floatunsitf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); 7 __floatunsitf (USItype u) 12 r += (TFtype)2.0 * (TFtype) ((USItype) 1 13 << (sizeof (USItype) * __CHAR_BIT__ - 1));
|
| floatunsixf.c | 3 typedef unsigned int USItype __attribute__ ((mode (SI))); 7 __floatunsixf (USItype u) 12 r += (XFtype)2.0 * (XFtype) ((USItype) 1 13 << (sizeof (USItype) * __CHAR_BIT__ - 1));
|
| /src/external/gpl3/gcc/dist/libgcc/config/nios2/ |
| lib2-nios2.h | 35 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/ |
| lib2-nios2.h | 35 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| double.c | 35 #define USItype uint32_t
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| double.c | 35 #define USItype uint32_t
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/ |
| lib2-gcn.h | 35 typedef unsigned int USItype __attribute__ ((mode (SI))); 49 extern USItype __udivsi3 (USItype, USItype); 50 extern USItype __umodsi3 (USItype, USItype);
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_gcc_intrinsics.h | 80 typedef unsigned int USItype __attribute__ ((mode (SI))); 90 typedef USItype UINT32; 148 #ifndef USItype 149 #define USItype UINT32 180 extern USItype __bid_fixunsddsi (_Decimal64); 227 extern USItype __bid_fixunssdsi (_Decimal32); 247 extern USItype __bid_fixunstdsi (_Decimal128); 259 extern _Decimal64 __bid_floatunssidd (USItype); 260 extern _Decimal32 __bid_floatunssisd (USItype); 261 extern _Decimal128 __bid_floatunssitd (USItype); [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| lib2mul.c | 39 typedef unsigned int USItype __attribute__ ((mode (SI))); 60 USItype __x0, __x1, __x2, __x3; 61 USItype __ul, __vl, __uh, __vh; 62 __ul = ((USItype) (uu.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1)); 63 __uh = ((USItype) (uu.s.low) >> ((4 * 8) / 2)); 64 __vl = ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1)); 65 __vh = ((USItype) (vv.s.low) >> ((4 * 8) / 2)); 66 __x0 = (USItype) __ul * __vl [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_gcc_intrinsics.h | 67 typedef unsigned int USItype __attribute__ ((mode (SI))); 77 typedef USItype UINT32; 130 #ifndef USItype 131 #define USItype UINT32 162 extern USItype __bid_fixunsddsi (_Decimal64); 209 extern USItype __bid_fixunssdsi (_Decimal32); 229 extern USItype __bid_fixunstdsi (_Decimal128); 241 extern _Decimal64 __bid_floatunssidd (USItype); 242 extern _Decimal32 __bid_floatunssisd (USItype); 243 extern _Decimal128 __bid_floatunssitd (USItype); [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| lib2mul.c | 39 typedef unsigned int USItype __attribute__ ((mode (SI))); 60 USItype __x0, __x1, __x2, __x3; 61 USItype __ul, __vl, __uh, __vh; 62 __ul = ((USItype) (uu.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1)); 63 __uh = ((USItype) (uu.s.low) >> ((4 * 8) / 2)); 64 __vl = ((USItype) (vv.s.low) & (((USItype) 1 << ((4 * 8) / 2)) - 1)); 65 __vh = ((USItype) (vv.s.low) >> ((4 * 8) / 2)); 66 __x0 = (USItype) __ul * __vl [all...] |
| /src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| soft-fp.h | 327 typedef unsigned int USItype __attribute__ ((mode (SI))); 332 typedef USItype UHWtype;
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| gmp-impl.h | 57 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
| /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| soft-fp.h | 331 typedef unsigned int USItype __attribute__ ((mode (SI))); 336 typedef USItype UHWtype;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| gmp-impl.h | 49 typedef unsigned int USItype __attribute__ ((mode (SI)));
|