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); \
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)) macro318 __d1 = __ll_highpart (d); \324 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro1295 __uh = __ll_highpart(__u); \1297 __vh = __ll_highpart(__v); \1304 __x1 += __ll_highpart(__x0);/* this can't give carry */ \1309 (w1) = __x3 + __ll_highpart(__x1); \1329 __d1 = __ll_highpart(d); \1335 __r1 = __r1 * __ll_B | __ll_highpart(n0); \