/openbmc/u-boot/arch/arc/lib/ |
H A D | libgcc2.c | 22 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local 46 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local 69 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3() local
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_flags.c | 79 #define SET_FLAGS_OSZAPC_8(carries, result) \ argument 81 #define SET_FLAGS_OSZAPC_16(carries, result) \ argument 83 #define SET_FLAGS_OSZAPC_32(carries, result) \ argument 109 #define SET_FLAGS_OSZAP_8(carries, result) \ argument 111 #define SET_FLAGS_OSZAP_16(carries, result) \ argument 113 #define SET_FLAGS_OSZAP_32(carries, result) \ argument
|
/openbmc/linux/lib/ |
H A D | lshrdi3.c | 24 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
|
H A D | ashrdi3.c | 26 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
|
H A D | ashldi3.c | 24 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
|
/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
|
H A D | ashrdi3.c | 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
|
H A D | ashldi3.c | 18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
|
/openbmc/linux/arch/microblaze/lib/ |
H A D | ashrdi3.c | 23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
|
H A D | lshrdi3.c | 21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
|
H A D | ashldi3.c | 21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
|
/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
|
H A D | lshrdi3.c | 18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
|
H A D | ashrdi3.c | 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | libgcc.c | 67 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3() local 94 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() local 120 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() local
|
/openbmc/linux/arch/m68k/lib/ |
H A D | lshrdi3.c | 54 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local
|
H A D | ashldi3.c | 54 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local
|
H A D | ashrdi3.c | 55 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() local
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | ashldi3.c | 43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local
|
H A D | lshrdi3.c | 43 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local
|