Searched refs:SItype (Results 1 – 11 of 11) sorted by relevance
23 typedef int SItype __attribute__((mode(SI))); typedef29 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()
23 typedef int SItype __attribute__((mode(SI))); typedef29 SItype low;30 SItype high;49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
8 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)11 typedef int SItype __attribute__ ((mode(SI))); typedef18 SItype low, high;
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashrdi3()27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1); in __ashrdi3()
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b; in __ashldi3()
18 typedef int SItype __attribute__ ((mode (SI))); typedef23 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()
18 typedef int SItype __attribute__ ((mode (SI))); typedef23 struct DIstruct {SItype high, low;};43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
18 typedef int SItype __attribute__ ((mode (SI))); typedef23 struct DIstruct {SItype high, low;};43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __ashldi3()
65 typedef int SItype __attribute__ ((mode (SI))); typedef70 struct DIstruct {SItype high, low;};
49 #define Wtype SItype51 #define HWtype SItype56 #define Wtype SItype61 typedef int SItype __attribute__ ((mode (SI))); typedef