Searched refs:carries (Results 1 – 17 of 17) sorted by relevance
21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local24 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local24 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local26 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
18 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local21 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
17 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() local20 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
18 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local21 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
54 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local56 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
54 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local56 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
55 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local57 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
85 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
121 addq $0,$1,$0 # E : merge the carries back into the csum
72 carries out power management.
559 # add carries produced from these adds to [4].685 # add carries produced from these adds to [4].
64 seen it. It is based upon one of those ideas which one carries around