Home
last modified time | relevance | path

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

/linux-4.1.27/arch/microblaze/lib/
Dmuldi3.c9 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro
19 __uh = __ll_highpart(u); \
21 __vh = __ll_highpart(v); \
28 __x1 += __ll_highpart(__x0); /* this can't give carry */\
33 (w1) = __x3 + __ll_highpart(__x1); \
/linux-4.1.27/arch/m68k/lib/
Dmuldi3.c23 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
31 __uh = __ll_highpart (u); \
33 __vh = __ll_highpart (v); \
40 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
45 (w1) = __x3 + __ll_highpart (__x1); \
/linux-4.1.27/arch/sh/math-emu/
Dsfp-util.h29 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
35 __d1 = __ll_highpart (d); \
41 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/linux-4.1.27/arch/powerpc/include/asm/
Dsfp-machine.h38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
318 __d1 = __ll_highpart (d); \
324 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/linux-4.1.27/lib/mpi/
Dlonglong.h41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1295 __uh = __ll_highpart(__u); \
1297 __vh = __ll_highpart(__v); \
1304 __x1 += __ll_highpart(__x0);/* this can't give carry */ \
1309 (w1) = __x3 + __ll_highpart(__x1); \
1329 __d1 = __ll_highpart(d); \
1335 __r1 = __r1 * __ll_B | __ll_highpart(n0); \