Searched refs:__ll_highpart (Results 1 – 2 of 2) sorted by relevance
45 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro2100 __uh = __ll_highpart (__u); \2102 __vh = __ll_highpart (__v); \2109 __x1 += __ll_highpart (__x0);/* this can't give carry */ \2114 (w1) = __x3 + __ll_highpart (__x1); \2140 __d1 = __ll_highpart (d); \2146 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
207 # define __ll_highpart(t) ((uintmax_t) (t) >> (W_TYPE_SIZE / 2)) macro263 __uh = __ll_highpart (__u); \265 __vh = __ll_highpart (__v); \272 __x1 += __ll_highpart (__x0);/* This can't give carry. */ \277 (w1) = __x3 + __ll_highpart (__x1); \