Searched refs:UWtype (Results 1 – 4 of 4) sorted by relevance
28 #define UWtype USItype macro93 UWtype __x; \103 UWtype __x; \115 UWtype __w1; \135 __x0 = (UWtype) __ul * __vl; \136 __x1 = (UWtype) __ul * __vh; \161 UWtype __r1, __r0, __m; \215 UWtype __xr = (x); \216 UWtype __a; \241 UWtype __ctz_x = (x); \[all …]
67 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()94 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3()120 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3()139 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __cmpdi2()141 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __cmpdi2()399 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3()400 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()432 if ((UWtype) au.s.high < (UWtype) bu.s.high) in __ucmpdi2()434 else if ((UWtype) au.s.high > (UWtype) bu.s.high) in __ucmpdi2()436 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()[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()[all …]
55 #define UWtype UDItype macro70 #define UWtype USItype macro85 #define UWtype UHItype macro100 #define UWtype UQItype macro
Completed in 6 milliseconds