Lines Matching full:low
24 struct DWstruct { Wtype low, high;}; member
62 w.s.low = 0; in __ashldi3()
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()
90 w.s.low = 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()
123 w.s.low = ((UWtype) uu.s.low >> b) | carries; 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()
156 d0 = dd.s.low; in __udivmoddi4()
158 n0 = nn.s.low; in __udivmoddi4()
188 rr.s.low = n0; in __udivmoddi4()
263 rr.s.low = n0 >> bm; in __udivmoddi4()
282 rr.s.low = n0; in __udivmoddi4()
314 rr.s.low = n0; in __udivmoddi4()
347 rr.s.low = (n1 << b) | (n0 >> bm); in __udivmoddi4()
355 const DWunion ww = {{.low = q0, .high = q1}}; in __udivmoddi4()
385 const DWunion w = { {.low = -uu.s.low, in __negdi2()
386 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; in __negdi2()
397 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; in __muldi3()
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()
436 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()
438 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __ucmpdi2()