Searched refs:carries (Results 1 – 11 of 11) sorted by relevance
22 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local25 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3()46 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local49 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3()69 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3() local72 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __lshrdi3()
18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local45 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
43 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local45 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
40 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local43 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
65 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local68 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()92 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local95 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()118 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() local121 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
Completed in 18 milliseconds