Lines Matching refs:low
25 struct DWstruct { Wtype low, high;}; member
63 w.s.low = 0; in __ashldi3()
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()
91 w.s.low = 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()
124 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
140 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __cmpdi2()
142 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __cmpdi2()
157 d0 = dd.s.low; in __udivmoddi4()
159 n0 = nn.s.low; in __udivmoddi4()
189 rr.s.low = n0; in __udivmoddi4()
264 rr.s.low = n0 >> bm; in __udivmoddi4()
283 rr.s.low = n0; in __udivmoddi4()
315 rr.s.low = n0; in __udivmoddi4()
348 rr.s.low = (n1 << b) | (n0 >> bm); in __udivmoddi4()
356 const DWunion ww = {{.low = q0, .high = q1}}; in __udivmoddi4()
386 const DWunion w = { {.low = -uu.s.low, in __negdi2()
387 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; in __negdi2()
398 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; in __muldi3()
400 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3()
401 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3()
437 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()
439 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()