Home
last modified time | relevance | path

Searched refs:UWtype (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlonglong.h23 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
24 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
25 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
29 #define UWtype USItype macro
94 UWtype __x; \
104 UWtype __x; \
116 UWtype __w1; \
117 UWtype __xm0 = (u), __xm1 = (v); \
128 UWtype __x0, __x1, __x2, __x3; \
136 __x0 = (UWtype) __ul * __vl; \
[all …]
H A Dlibgcc.c7 typedef unsigned int UWtype; typedef
64 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3()
68 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()
70 w.s.low = (UWtype) uu.s.low << b; in __ashldi3()
71 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
95 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
98 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
117 w.s.low = (UWtype) uu.s.high >> -bm; in __lshrdi3()
121 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3()
123 w.s.high = (UWtype) uu.s.high >> b; in __lshrdi3()
[all …]
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.c21 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3()
23 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()
25 w.s.low = (UWtype)uu.s.low << b; in __ashldi3()
26 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3()
47 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
50 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3()
68 w.s.low = (UWtype)uu.s.high >> -bm; in __lshrdi3()
70 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3()
72 w.s.high = (UWtype)uu.s.high >> b; in __lshrdi3()
73 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __lshrdi3()
H A Dlibgcc2.h56 #define UWtype UDItype macro
71 #define UWtype USItype macro
86 #define UWtype UHItype macro
101 #define UWtype UQItype macro