Searched refs:__ll_highpart (Results 1 – 5 of 5) sorted by relevance
9 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro19 __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); \
5 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro12 __uh = __ll_highpart(u); \14 __vh = __ll_highpart(v); \19 __x1 += __ll_highpart(__x0); \23 (w1) = __x3 + __ll_highpart(__x1); \
23 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro31 __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); \
29 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro35 __d1 = __ll_highpart (d); \41 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro284 __d1 = __ll_highpart (d); \290 __r1 = __r1 * __ll_B | __ll_highpart (n0); \