Home
last modified time | relevance | path

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

123

/linux/arch/sh/lib/
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 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 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()
/linux/arch/microblaze/lib/
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 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 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()
/linux/lib/
A Dashldi3.c24 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
27 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
A Dlshrdi3.c24 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
27 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
A Dashrdi3.c26 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
29 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/linux/arch/h8300/lib/
A Dlshrdi3.c17 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() local
20 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
A Dashldi3.c18 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local
21 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
A Dashrdi3.c18 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local
21 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
/linux/arch/m68k/lib/
A Dashldi3.c54 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local
56 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
A Dlshrdi3.c54 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local
56 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
A 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/Documentation/devicetree/bindings/sound/
A Dcs53l30.txt32 * carries 2-channel data in the same time.
33 * 2) TDM mode on one signle data pin -- SDOUT1 carries
A Dfsl,audmix.txt6 modules (SAI). Each input serial interface carries 8 audio channels in its
/linux/drivers/net/
A DLICENSE.SRC2 carries the following copyright and license.
/linux/Documentation/networking/
A Dxfrm_sync.rst91 This TLV carries the running/current counter for byte lifetime since
96 This TLV carries the running/current counter for replay sequence since
101 This TLV carries the threshold being used by the kernel to trigger events
/linux/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
/linux/Documentation/ABI/testing/
A Ddev-kmsg14 carries the syslog priority and facility. The single decimal
110 The flags field carries '-' by default. A 'c' indicates a
/linux/arch/arm/mach-vexpress/
A DKconfig69 carries out power management.
/linux/drivers/hwtracing/stm/
A DKconfig36 also carries additional metadata for time correlation, better
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-fm-rx.rst60 If set, then the tuned programme carries traffic announcements.

Completed in 17 milliseconds

123