Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.h55 #define Wtype DItype macro
70 #define Wtype SItype macro
85 #define Wtype HItype macro
100 #define Wtype QItype macro
118 struct DWstruct {Wtype high, low;};
120 struct DWstruct {Wtype low, high;};
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c22 typedef long Wtype; typedef
25 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()