Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/lib/
Dgcclib.h5 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
8 typedef int SItype __attribute__ ((mode (SI))); typedef
15 struct DIstruct {SItype high, low;};
17 struct DIstruct {SItype low, high;};
Dashrdi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
50 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlshrdi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dashldi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
/linux-2.4.37.9/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()
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()
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()
Dmuldi3.c36 typedef int SItype __attribute__ ((mode (SI))); typedef
41 struct DIstruct {SItype high, low;};
/linux-2.4.37.9/arch/ppc/math-emu/
Dsoft-fp.h94 typedef int SItype __attribute__((mode(SI))); typedef
/linux-2.4.37.9/include/math-emu/
Dsoft-fp.h167 typedef int SItype __attribute__((mode(SI))); typedef