Searched refs:__ll_highpart (Results 1 – 3 of 3) sorted by relevance
14 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro22 __uh = __ll_highpart (u); \24 __vh = __ll_highpart (v); \31 __x1 += __ll_highpart (__x0);/* this can't give carry */ \36 (w1) = __x3 + __ll_highpart (__x1); \
14 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro24 __uh = __ll_highpart(u); \26 __vh = __ll_highpart(v); \33 __x1 += __ll_highpart(__x0); /* this can't give carry */\38 (w1) = __x3 + __ll_highpart(__x1); \
25 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro132 __uh = __ll_highpart (u); \134 __vh = __ll_highpart (v); \141 __x1 += __ll_highpart (__x0);/* this can't give carry */ \146 (w1) = __x3 + __ll_highpart (__x1); \163 __d1 = __ll_highpart (d); \169 __r1 = __r1 * __ll_B | __ll_highpart (n0); \