Searched refs:UWtype (Results 1 – 4 of 4) sorted by relevance
22 #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 macro93 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 …]
6 typedef unsigned int UWtype; typedef63 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 …]
20 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()
55 #define UWtype UDItype macro70 #define UWtype USItype macro85 #define UWtype UHItype macro100 #define UWtype UQItype macro