Home
last modified time | relevance | path

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

/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()
/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()
/arch/m68k/lib/
Dashrdi3.c18 typedef int SItype __attribute__ ((mode (SI))); typedef
23 struct DIstruct {SItype high, low;};
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashrdi3()
47 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dlshrdi3.c18 typedef int SItype __attribute__ ((mode (SI))); typedef
23 struct DIstruct {SItype high, low;};
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
Dashldi3.c18 typedef int SItype __attribute__ ((mode (SI))); typedef
23 struct DIstruct {SItype high, low;};
43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
Dmuldi3.c65 typedef int SItype __attribute__ ((mode (SI))); typedef
70 struct DIstruct {SItype high, low;};
/arch/h8300/lib/
Dlibgcc.h49 #define Wtype SItype
51 #define HWtype SItype
56 #define Wtype SItype
61 typedef int SItype __attribute__ ((mode (SI))); typedef