Searched refs:Wtype (Results 1 – 2 of 2) sorted by relevance
54 #define Wtype DItype macro69 #define Wtype SItype macro84 #define Wtype HItype macro99 #define Wtype QItype macro117 struct DWstruct {Wtype high, low;};119 struct DWstruct {Wtype low, high;};
21 typedef long Wtype; typedef24 struct DWstruct { Wtype low, high;};57 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()83 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()89 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()110 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
Completed in 3 milliseconds