Home
last modified time | relevance | path

Searched defs:carries (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/arch/arc/lib/
H A Dlibgcc2.c22 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/emulate/
H A Dx86_flags.c79 #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
104 #define SET_FLAGS_OSZAP_8(carries, result) \ argument
106 #define SET_FLAGS_OSZAP_16(carries, result) \ argument
108 #define SET_FLAGS_OSZAP_32(carries, result) \ argument
/openbmc/u-boot/arch/mips/lib/
H A Dlshrdi3.c18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
H A Dashrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
H A Dashldi3.c18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
/openbmc/u-boot/arch/sh/lib/
H A Dashldi3.c18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
H A Dlshrdi3.c18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
H A Dashrdi3.c20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
/openbmc/u-boot/arch/m68k/lib/
H A Dashldi3.c43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() local
H A Dlshrdi3.c43 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() local
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c67 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