Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mn10300/lib/
Dashrdi3.c23 typedef int SItype __attribute__((mode(SI))); typedef
29 SItype low;
30 SItype high;
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
52 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlshrdi3.c23 typedef int SItype __attribute__((mode(SI))); typedef
29 SItype low;
30 SItype high;
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
/linux-3.4.99/arch/m68k/lib/
Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlshrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dashldi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
Dmuldi3.c70 typedef int SItype __attribute__ ((mode (SI))); typedef
75 struct DIstruct {SItype high, low;};
/linux-3.4.99/arch/h8300/lib/
Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
/linux-3.4.99/arch/blackfin/lib/
Dgcclib.h8 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
11 typedef int SItype __attribute__ ((mode(SI))); typedef
18 SItype low, high;
Dashrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlshrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dashldi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashldi3()
/linux-3.4.99/lib/mpi/
Dlonglong.h250 struct {SItype __l, __h; } __i; \
254 : "%0" ((SItype)(u)), \
255 "r" ((SItype)(v))); \
396 (xh) += ((((SItype) __m0 >> 31) & __m1) \
397 + (((SItype) __m1 >> 31) & __m0)); \
891 SItype __m0 = (m0), __m1 = (m1); \
893 : "=r" ((SItype) ph) \
909 (xh) += ((((SItype) __m0 >> 31) & __m1) \
910 + (((SItype) __m1 >> 31) & __m0)); \
915 : "=r" ((SItype)(xh)), \
[all …]
Dmpi-internal.h247 typedef int SItype __attribute__ ((mode(SI))); typedef
253 typedef long SItype; typedef
/linux-3.4.99/include/math-emu/
Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI))); typedef