Home
last modified time | relevance | path

Searched refs:carries (Results 1 – 8 of 8) sorted by relevance

/arch/microblaze/lib/
A Dlshrdi3.c21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
24 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
A Dashldi3.c21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
24 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
A Dashrdi3.c23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
26 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/arch/alpha/lib/
A Dcsum_ipv6_magic.S85 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
A Dev6-csum_ipv6_magic.S121 addq $0,$1,$0 # E : merge the carries back into the csum
/arch/arm/mach-versatile/
A DKconfig288 carries out power management.
/arch/m68k/ifpsp060/src/
A Dilsp.S559 # add carries produced from these adds to [4].
685 # add carries produced from these adds to [4].
/arch/x86/math-emu/
A DREADME64 seen it. It is based upon one of those ideas which one carries around

Completed in 18 milliseconds