Home
last modified time | relevance | path

Searched defs:__ll_highpart (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/lib/
H A Dmuldi3.c12 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro
/openbmc/linux/arch/microblaze/lib/
H A Dmuldi3.c10 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro
/openbmc/linux/arch/sh/math-emu/
H A Dsfp-util.h30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/openbmc/u-boot/arch/m68k/lib/
H A Dmuldi3.c13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
/openbmc/u-boot/arch/microblaze/lib/
H A Dmuldi3.c13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
/openbmc/linux/arch/m68k/lib/
H A Dmuldi3.c26 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h24 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro