Home
last modified time | relevance | path

Searched refs:__ll_highpart (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dmuldi3.c14 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
22 __uh = __ll_highpart (u); \
24 __vh = __ll_highpart (v); \
31 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
36 (w1) = __x3 + __ll_highpart (__x1); \
/rk3399_rockchip-uboot/arch/microblaze/lib/
H A Dmuldi3.c14 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
24 __uh = __ll_highpart(u); \
26 __vh = __ll_highpart(v); \
33 __x1 += __ll_highpart(__x0); /* this can't give carry */\
38 (w1) = __x3 + __ll_highpart(__x1); \
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlonglong.h25 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
132 __uh = __ll_highpart (u); \
134 __vh = __ll_highpart (v); \
141 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
146 (w1) = __x3 + __ll_highpart (__x1); \
163 __d1 = __ll_highpart (d); \
169 __r1 = __r1 * __ll_B | __ll_highpart (n0); \