Home
last modified time | relevance | path

Searched refs:Wtype (Results 1 – 2 of 2) sorted by relevance

/u-boot/arch/arc/lib/
A Dlibgcc2.h54 #define Wtype DItype macro
69 #define Wtype SItype macro
84 #define Wtype HItype macro
99 #define Wtype QItype macro
117 struct DWstruct {Wtype high, low;};
119 struct DWstruct {Wtype low, high;};
/u-boot/arch/nios2/lib/
A Dlibgcc.c21 typedef long Wtype; typedef
24 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