Home
last modified time | relevance | path

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

12

/linux-3.4.99/arch/sh/lib/
Dashldi3.c20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
Dlshrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
Dashrdi3.c22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/linux-3.4.99/arch/score/lib/
Dashldi3.c38 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
41 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
Dlshrdi3.c39 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
42 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
Dashrdi3.c40 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
43 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/linux-3.4.99/arch/mips/lib/
Dashldi3.c20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
Dlshrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
Dashrdi3.c22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/linux-3.4.99/arch/microblaze/lib/
Dlshrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
Dashldi3.c20 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
23 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
Dashrdi3.c22 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
25 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/linux-3.4.99/arch/blackfin/lib/
Dashrdi3.c30 USItype carries = (USItype) uu.s.high << bm; in __ashrdi3() local
32 w.s.low = ((USItype) uu.s.low >> b) | carries; in __ashrdi3()
Dlshrdi3.c29 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() local
31 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
Dashldi3.c29 USItype carries = (USItype) uu.s.low >> bm; in __ashldi3() local
31 w.s.high = ((USItype) uu.s.high << b) | carries; in __ashldi3()
/linux-3.4.99/arch/mn10300/lib/
Dlshrdi3.c54 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() local
56 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
Dashrdi3.c55 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local
57 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
/linux-3.4.99/arch/m68k/lib/
Dlshrdi3.c56 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local
58 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
Dashldi3.c56 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local
58 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
Dashrdi3.c57 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local
59 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
/linux-3.4.99/arch/h8300/lib/
Dashrdi3.c57 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local
59 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
/linux-3.4.99/drivers/net/
DLICENSE.SRC2 carries the following copyright and license.
/linux-3.4.99/Documentation/networking/
Dxfrm_sync.txt83 This TLV carries the running/current counter for byte lifetime since
87 This TLV carries the running/current counter for replay sequence since
91 This TLV carries the threshold being used by the kernel to trigger events
/linux-3.4.99/arch/alpha/lib/
Dcsum_ipv6_magic.S83 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
/linux-3.4.99/arch/cris/arch-v32/lib/
Dchecksumcopy.S60 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below

12