Home
last modified time | relevance | path

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

/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); \
/arch/h8300/lib/
Dmuldi3.c5 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
12 __uh = __ll_highpart(u); \
14 __vh = __ll_highpart(v); \
19 __x1 += __ll_highpart(__x0); \
23 (w1) = __x3 + __ll_highpart(__x1); \
/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); \
/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); \
/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); \