Searched refs:carries (Results 1 – 11 of 11) sorted by relevance
23 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local26 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3()47 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local50 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3()70 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3() local73 w.s.low = ((UWtype)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()
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()
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()
44 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local46 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
44 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local46 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
68 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local71 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()95 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local98 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()121 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() local124 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
147 turn carries a partition of special type and which contains a special header.