Home
last modified time | relevance | path

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

1234

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c79 #define SET_FLAGS_OSZAPC_8(carries, result) \ argument
80 SET_FLAGS_OSZAPC_SIZE(8, carries, result)
81 #define SET_FLAGS_OSZAPC_16(carries, result) \ argument
82 SET_FLAGS_OSZAPC_SIZE(16, carries, result)
83 #define SET_FLAGS_OSZAPC_32(carries, result) \ argument
84 SET_FLAGS_OSZAPC_SIZE(32, carries, result)
109 #define SET_FLAGS_OSZAP_8(carries, result) \ argument
110 SET_FLAGS_OSZAP_SIZE(8, carries, result)
111 #define SET_FLAGS_OSZAP_16(carries, result) \ argument
112 SET_FLAGS_OSZAP_SIZE(16, carries, result)
[all …]
/openbmc/u-boot/arch/arc/lib/
H A Dlibgcc2.c22 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local
25 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3()
46 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local
49 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3()
69 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3() local
72 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __lshrdi3()
/openbmc/u-boot/arch/mips/lib/
H A Dlshrdi3.c18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
H A Dashldi3.c18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
H A Dashrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/openbmc/u-boot/arch/sh/lib/
H A Dashldi3.c18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
H A Dlshrdi3.c18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
H A Dashrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/openbmc/linux/arch/microblaze/lib/
H 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()
H 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()
H 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()
/openbmc/linux/lib/
H 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()
H 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()
H 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()
/openbmc/linux/arch/m68k/lib/
H 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()
H 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()
H 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()
/openbmc/u-boot/arch/m68k/lib/
H A Dashldi3.c43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local
45 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
H A Dlshrdi3.c43 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local
45 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c67 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local
70 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3()
94 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local
97 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
120 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() local
123 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs53l30.txt32 * carries 2-channel data in the same time.
33 * 2) TDM mode on one single data pin -- SDOUT1 carries
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBSD-3-Clause-flex1 Flex carries the copyright used for BSD software, slightly modified
40 Note that the "flex.skl" scanner skeleton carries no copyright notice.
/openbmc/linux/drivers/net/
H A DLICENSE.SRC2 carries the following copyright and license.
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DCMU-Tex8 print the results, provided the printed document carries copying
/openbmc/linux/Documentation/networking/
H 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

1234