Searched refs:UWtype (Results 1 – 4 of 4) sorted by relevance
23 #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 macro94 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 …]
7 typedef unsigned int UWtype; typedef64 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 …]
21 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()
56 #define UWtype UDItype macro71 #define UWtype USItype macro86 #define UWtype UHItype macro101 #define UWtype UQItype macro