Searched refs:SItype (Results 1 – 14 of 14) 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()
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 __ashldi3()
18 typedef int SItype __attribute__ ((mode (SI))); typedef23 struct DIstruct {SItype high, low;};43 bm = (sizeof (SItype) * BITS_PER_UNIT) - b; in __lshrdi3()
65 typedef int SItype __attribute__ ((mode (SI))); typedef70 struct DIstruct {SItype high, low;};
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()
49 #define Wtype SItype51 #define HWtype SItype56 #define Wtype SItype61 typedef int SItype __attribute__ ((mode (SI))); typedef
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)), \[all …]
243 typedef int SItype __attribute__ ((mode(SI))); typedef249 typedef long SItype; typedef
193 typedef int SItype __attribute__((mode(SI))); typedef