Searched refs:__ll_highpart (Results 1 – 3 of 3) sorted by relevance
24 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro131 __uh = __ll_highpart (u); \133 __vh = __ll_highpart (v); \140 __x1 += __ll_highpart (__x0);/* this can't give carry */ \145 (w1) = __x3 + __ll_highpart (__x1); \162 __d1 = __ll_highpart (d); \168 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro23 __uh = __ll_highpart(u); \25 __vh = __ll_highpart(v); \32 __x1 += __ll_highpart(__x0); /* this can't give carry */\37 (w1) = __x3 + __ll_highpart(__x1); \
13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro21 __uh = __ll_highpart (u); \23 __vh = __ll_highpart (v); \30 __x1 += __ll_highpart (__x0);/* this can't give carry */ \35 (w1) = __x3 + __ll_highpart (__x1); \