Searched refs:SItype (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/arch/blackfin/lib/
H A Dgcclib.h8 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
11 typedef int SItype __attribute__ ((mode(SI))); typedef
18 SItype low, high;
H A Dashrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __ashrdi3()
27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); __ashrdi3()
H A Dashldi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __ashldi3()
H A Dlshrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __lshrdi3()
/linux-4.4.14/arch/mn10300/lib/
H A Dashrdi3.c23 typedef int SItype __attribute__((mode(SI))); typedef
29 SItype low;
30 SItype high;
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __ashrdi3()
52 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); __ashrdi3()
H A Dlshrdi3.c23 typedef int SItype __attribute__((mode(SI))); typedef
29 SItype low;
30 SItype high;
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; __lshrdi3()
/linux-4.4.14/arch/m68k/lib/
H A Dashrdi3.c18 typedef int SItype __attribute__ ((mode (SI))); typedef
23 struct DIstruct {SItype high, low;};
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; __ashrdi3()
47 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); __ashrdi3()
H A Dashldi3.c18 typedef int SItype __attribute__ ((mode (SI))); typedef
23 struct DIstruct {SItype high, low;};
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; __ashldi3()
H A Dlshrdi3.c18 typedef int SItype __attribute__ ((mode (SI))); typedef
23 struct DIstruct {SItype high, low;};
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; __lshrdi3()
H A Dmuldi3.c65 typedef int SItype __attribute__ ((mode (SI))); typedef
70 struct DIstruct {SItype high, low;};
/linux-4.4.14/arch/h8300/lib/
H A Dlibgcc.h49 #define Wtype SItype
51 #define HWtype SItype
56 #define Wtype SItype
61 typedef int SItype __attribute__ ((mode (SI))); typedef
/linux-4.4.14/lib/mpi/
H A Dlonglong.h31 * SItype, USItype -- Signed and unsigned 32 bit types.
243 struct {SItype __l, __h; } __i; \
247 : "%0" ((SItype)(u)), \
248 "r" ((SItype)(v))); \
364 (xh) += ((((SItype) __m0 >> 31) & __m1) \
365 + (((SItype) __m1 >> 31) & __m0)); \
816 SItype __m0 = (m0), __m1 = (m1); \
818 : "=r" ((SItype) ph) \
834 (xh) += ((((SItype) __m0 >> 31) & __m1) \
835 + (((SItype) __m1 >> 31) & __m0)); \
840 : "=r" ((SItype)(xh)), \
841 "=q" ((SItype)(xl)) \
847 : "=r" ((SItype)(q)), "=q" ((SItype)(r)) \
848 : "r" ((SItype)(nh)), "1" ((SItype)(nl)), "r" ((SItype)(d)))
939 (ph) += ((((SItype) __m0 >> 31) & __m1) \
940 + (((SItype) __m1 >> 31) & __m0)); \
1192 (xh) += ((((SItype) __m0 >> 31) & __m1) \
1193 + (((SItype) __m1 >> 31) & __m0)); \
1198 struct {SItype __l, __h; } __i; \
H A Dmpi-internal.h243 typedef int SItype __attribute__ ((mode(SI))); typedef
249 typedef long SItype; typedef
/linux-4.4.14/include/math-emu/
H A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI))); typedef

Completed in 102 milliseconds