/openbmc/qemu/target/i386/hvf/ |
H A D | x86_flags.c | 79 #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 D | libgcc2.c | 22 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 D | lshrdi3.c | 18 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 D | ashldi3.c | 18 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 D | ashrdi3.c | 20 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 D | ashldi3.c | 18 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 D | lshrdi3.c | 18 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 D | ashrdi3.c | 20 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 D | lshrdi3.c | 21 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 D | ashldi3.c | 21 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 D | ashrdi3.c | 23 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 D | lshrdi3.c | 24 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 D | ashldi3.c | 24 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 D | ashrdi3.c | 26 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 D | lshrdi3.c | 54 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local 56 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
|
H A D | ashldi3.c | 54 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local 56 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
H A D | ashrdi3.c | 55 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 D | ashldi3.c | 43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local 45 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
H A D | lshrdi3.c | 43 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 D | libgcc.c | 67 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 D | cs53l30.txt | 32 * 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 D | BSD-3-Clause-flex | 1 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 D | LICENSE.SRC | 2 carries the following copyright and license.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
H A D | CMU-Tex | 8 print the results, provided the printed document carries copying
|
/openbmc/linux/Documentation/networking/ |
H A D | xfrm_sync.rst | 91 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
|