Home
last modified time | relevance | path

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

/arch/microblaze/lib/
A 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); \
/arch/sh/math-emu/
A 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); \
/arch/powerpc/include/asm/
A 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); \

Completed in 4 milliseconds