Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/sh/lib/
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()
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()
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-v4.19/arch/microblaze/lib/
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()
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()
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-v4.19/lib/
Dashldi3.c36 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
39 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
Dlshrdi3.c37 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
40 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
Dashrdi3.c38 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
41 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/Linux-v4.19/arch/h8300/lib/
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()
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()
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-v4.19/arch/m68k/lib/
Dashldi3.c54 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local
56 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
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-v4.19/Documentation/devicetree/bindings/sound/
Dcs53l30.txt32 * carries 2-channel data in the same time.
33 * 2) TDM mode on one signle data pin -- SDOUT1 carries
/Linux-v4.19/drivers/net/
DLICENSE.SRC2 carries the following copyright and license.
/Linux-v4.19/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-v4.19/arch/alpha/lib/
Dcsum_ipv6_magic.S85 addq $0,$1,$0 # .. e1 : merge the carries back into the csum
Dev6-csum_ipv6_magic.S121 addq $0,$1,$0 # E : merge the carries back into the csum
/Linux-v4.19/Documentation/ABI/testing/
Ddev-kmsg13 carries the syslog priority and facility. The single decimal
92 The flags field carries '-' by default. A 'c' indicates a
/Linux-v4.19/arch/arm/mach-vexpress/
DKconfig72 carries out power management.
/Linux-v4.19/Documentation/scsi/
Ddc395x.txt95 included in your kernel sources and with your distribution. It carries the
/Linux-v4.19/Documentation/RCU/
Drcu.txt6 item being destroyed, and one that actually carries out the destruction.
/Linux-v4.19/Documentation/acpi/
Dscan_handlers.txt20 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic

12