Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/libgcc/
HDlibgcc2.h130 typedef int SItype __attribute__ ((mode (SI))); typedef
206 #define Wtype SItype
208 #define HWtype SItype
225 #define DWtype SItype
403 extern SItype __bswapsi2 (SItype);
427 extern SItype __absvsi2 (SItype);
428 extern SItype __addvsi3 (SItype, SItype);
429 extern SItype __subvsi3 (SItype, SItype);
430 extern SItype __mulvsi3 (SItype, SItype);
431 extern SItype __negvsi2 (SItype);
HDfloatunsisf.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()
HDfixed-bit.h85 typedef int SItype __attribute__ ((mode (SI))); typedef
170 #define DINT_C_TYPE SItype
202 #define INT_C_TYPE SItype
245 #define HINT_C_TYPE SItype
300 #define DINT_C_TYPE SItype
332 #define INT_C_TYPE SItype
375 #define HINT_C_TYPE SItype
595 #define FROM_INT_C_TYPE SItype
596 #define FROM_SINT_C_TYPE SItype
636 #define FROM_SINT_C_TYPE SItype
[all …]
HDfloatunsixf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u; in __floatunsixf()
HDfloatunsitf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u; in __floatunsitf()
HDfloatunsidf.c2 typedef int SItype __attribute__ ((mode (SI))); typedef
9 SItype s = (SItype) u; in __floatunsidf()
HDlibgcc2.c88 SItype
89 __addvsi3 (SItype a, SItype b) in __addvsi3()
91 const SItype w = (USItype) a + (USItype) b; in __addvsi3()
126 SItype
127 __subvsi3 (SItype a, SItype b) in __subvsi3()
129 const SItype w = (USItype) a - (USItype) b; in __subvsi3()
165 #define WORD_SIZE (sizeof (SItype) * BITS_PER_UNIT)
166 SItype
167 __mulvsi3 (SItype a, SItype b) in __mulvsi3()
171 if ((SItype) (w >> WORD_SIZE) != (SItype) w >> (WORD_SIZE-1)) in __mulvsi3()
[all …]
HDfp-bit.h100 typedef int SItype __attribute__ ((mode (SI))); typedef
120 #define MAX_SI_INT ((SItype) (MAX_USI_INT >> 1))
203 typedef SItype intfrac;
444 extern FLO_type si_to_float (SItype);
448 extern SItype float_to_si (FLO_type);
HDlonglong.h368 register SItype __r0 __asm__ ("0"); \
369 register SItype __r1 __asm__ ("1") = (m0); \
379 register SItype __r0 __asm__ ("0") = (n1); \
380 register SItype __r1 __asm__ ("1") = (n0); \
896 SItype __m0 = (m0), __m1 = (m1); \
1014 (ph) += ((((SItype) __m0 >> 31) & __m1) \
1015 + (((SItype) __m1 >> 31) & __m0)); \
1086 SItype c_; \
1378 (xh) += ((((SItype) __m0 >> 31) & __m1) \
1379 + (((SItype) __m1 >> 31) & __m0)); \
[all …]
HDdfp-bit.h207 #define INT_TYPE SItype
537 typedef int SItype __attribute__ ((mode (SI))); typedef
/dragonfly/contrib/gcc-8.0/libgcc/
HDlibgcc2.h128 typedef int SItype __attribute__ ((mode (SI))); typedef
208 #define Wtype SItype
210 #define HWtype SItype
227 #define DWtype SItype
408 extern SItype __bswapsi2 (SItype);
432 extern SItype __absvsi2 (SItype);
433 extern SItype __addvsi3 (SItype, SItype);
434 extern SItype __subvsi3 (SItype, SItype);
435 extern SItype __mulvsi3 (SItype, SItype);
436 extern SItype __negvsi2 (SItype);
HDlibgcc2.c86 SItype
87 __addvsi3 (SItype a, SItype b) in __addvsi3()
89 const SItype w = (USItype) a + (USItype) b; in __addvsi3()
124 SItype
125 __subvsi3 (SItype a, SItype b) in __subvsi3()
127 const SItype w = (USItype) a - (USItype) b; in __subvsi3()
163 #define WORD_SIZE (sizeof (SItype) * __CHAR_BIT__)
164 SItype
165 __mulvsi3 (SItype a, SItype b) in __mulvsi3()
169 if ((SItype) (w >> WORD_SIZE) != (SItype) w >> (WORD_SIZE-1)) in __mulvsi3()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
HDsoft-fp.h190 typedef int SItype __attribute__((mode(SI))); typedef
205 #define SI_BITS (__CHAR_BIT__ * (int)sizeof(SItype))
HDfixdfsi.c34 SItype __fixdfsi(DFtype a) in __fixdfsi()
HDfixtfsi.c34 SItype __fixtfsi(TFtype a) in __fixtfsi()
HDfixsfsi.c34 SItype __fixsfsi(SFtype a) in __fixsfsi()
HDfloatsidf.c34 DFtype __floatsidf(SItype i) in __floatsidf()
HDfloatsisf.c34 SFtype __floatsisf(SItype i) in __floatsisf()
HDfloatsitf.c34 TFtype __floatsitf(SItype i) in __floatsitf()
/dragonfly/contrib/binutils-2.27/include/
HDlonglong.h217 SItype c_; \
432 register SItype __r0 __asm__ ("0"); \
433 register SItype __r1 __asm__ ("1") = (m0); \
443 register SItype __r0 __asm__ ("0") = (n1); \
444 register SItype __r1 __asm__ ("1") = (n0); \
958 SItype __m0 = (m0), __m1 = (m1); \
1068 (ph) += ((((SItype) __m0 >> 31) & __m1) \
1069 + (((SItype) __m1 >> 31) & __m0)); \
1168 SItype c_; \
1490 (xh) += ((((SItype) __m0 >> 31) & __m1) \
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/soft-fp/
HDsoft-fp.h328 typedef int SItype __attribute__ ((mode (SI))); typedef
343 #define SI_BITS (__CHAR_BIT__ * (int) sizeof (SItype))
HDfloatsitf.c36 __floatsitf (SItype i) in __floatsitf()
HDfixtfsi.c34 SItype
/dragonfly/contrib/gcc-8.0/include/
HDlonglong.h219 SItype c_; \
434 register SItype __r0 __asm__ ("0"); \
435 register SItype __r1 __asm__ ("1") = (m0); \
445 register SItype __r0 __asm__ ("0") = (n1); \
446 register SItype __r1 __asm__ ("1") = (n0); \
924 SItype __m0 = (m0), __m1 = (m1); \
1034 (ph) += ((((SItype) __m0 >> 31) & __m1) \
1035 + (((SItype) __m1 >> 31) & __m0)); \
1491 (xh) += ((((SItype) __m0 >> 31) & __m1) \
1492 + (((SItype) __m1 >> 31) & __m0)); \
[all …]
/dragonfly/contrib/mpfr/src/
HDmpfr-gmp.h178 typedef int SItype __attribute__ ((mode (SI))); typedef
184 typedef long SItype; typedef

12