Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
Dmuldi3.c12 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) 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); \
/Linux-v5.15/arch/microblaze/lib/
Dmuldi3.c10 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro
20 __uh = __ll_highpart(u); \
22 __vh = __ll_highpart(v); \
29 __x1 += __ll_highpart(__x0); /* this can't give carry */\
34 (w1) = __x3 + __ll_highpart(__x1); \
/Linux-v5.15/arch/h8300/lib/
Dmuldi3.c6 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
13 __uh = __ll_highpart(u); \
15 __vh = __ll_highpart(v); \
20 __x1 += __ll_highpart(__x0); \
24 (w1) = __x3 + __ll_highpart(__x1); \
/Linux-v5.15/arch/m68k/lib/
Dmuldi3.c26 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
34 __uh = __ll_highpart (u); \
36 __vh = __ll_highpart (v); \
43 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
48 (w1) = __x3 + __ll_highpart (__x1); \
/Linux-v5.15/arch/nds32/include/asm/
Dsfp-machine.h13 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
94 __uh = __ll_highpart(u); \
96 __vh = __ll_highpart(v); \
103 __x1 += __ll_highpart(__x0); \
108 (w1) = __x3 + __ll_highpart(__x1); \
131 __d1 = __ll_highpart(d); \
137 __r1 = __r1 * __ll_B | __ll_highpart(n0); \
/Linux-v5.15/arch/sh/math-emu/
Dsfp-util.h30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
36 __d1 = __ll_highpart (d); \
42 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/Linux-v5.15/arch/powerpc/include/asm/
Dsfp-machine.h38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
284 __d1 = __ll_highpart (d); \
290 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/Linux-v5.15/lib/mpi/
Dlonglong.h41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1277 __uh = __ll_highpart(__u); \
1279 __vh = __ll_highpart(__v); \
1286 __x1 += __ll_highpart(__x0);/* this can't give carry */ \
1291 (w1) = __x3 + __ll_highpart(__x1); \
1311 __d1 = __ll_highpart(d); \
1317 __r1 = __r1 * __ll_B | __ll_highpart(n0); \