Searched refs:Wtype (Results 1 – 2 of 2) sorted by relevance
55 #define Wtype DItype macro70 #define Wtype SItype macro85 #define Wtype HItype macro100 #define Wtype QItype macro118 struct DWstruct {Wtype high, low;};120 struct DWstruct {Wtype low, high;};
22 typedef long Wtype; typedef25 struct DWstruct { Wtype low, high;};58 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()84 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()90 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()111 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()