Home
last modified time | relevance | path

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

/external/u-boot/arch/nios2/lib/
Dlonglong.h22 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
23 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
24 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
28 #define UWtype USItype macro
93 UWtype __x; \
103 UWtype __x; \
115 UWtype __w1; \
116 UWtype __xm0 = (u), __xm1 = (v); \
127 UWtype __x0, __x1, __x2, __x3; \
135 __x0 = (UWtype) __ul * __vl; \
[all …]
Dlibgcc.c6 typedef unsigned int UWtype; typedef
63 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3()
67 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()
69 w.s.low = (UWtype) uu.s.low << b; in __ashldi3()
70 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
94 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
97 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
116 w.s.low = (UWtype) uu.s.high >> -bm; in __lshrdi3()
120 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3()
122 w.s.high = (UWtype) uu.s.high >> b; in __lshrdi3()
[all …]
/external/u-boot/arch/arc/lib/
Dlibgcc2.c20 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3()
22 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()
24 w.s.low = (UWtype)uu.s.low << b; in __ashldi3()
25 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3()
46 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()
49 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3()
67 w.s.low = (UWtype)uu.s.high >> -bm; in __lshrdi3()
69 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3()
71 w.s.high = (UWtype)uu.s.high >> b; in __lshrdi3()
72 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __lshrdi3()
Dlibgcc2.h55 #define UWtype UDItype macro
70 #define UWtype USItype macro
85 #define UWtype UHItype macro
100 #define UWtype UQItype macro