Searched refs:__ll_highpart (Results 1 – 7 of 7) sorted by relevance
24 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro34 __uh = __ll_highpart(u); \36 __vh = __ll_highpart(v); \43 __x1 += __ll_highpart(__x0); /* this can't give carry */\48 (w1) = __x3 + __ll_highpart(__x1); \
10 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro20 __uh = __ll_highpart(u); \22 __vh = __ll_highpart(v); \29 __x1 += __ll_highpart(__x0); /* this can't give carry */\34 (w1) = __x3 + __ll_highpart(__x1); \
6 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro13 __uh = __ll_highpart(u); \15 __vh = __ll_highpart(v); \20 __x1 += __ll_highpart(__x0); \24 (w1) = __x3 + __ll_highpart(__x1); \
26 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro34 __uh = __ll_highpart (u); \36 __vh = __ll_highpart (v); \43 __x1 += __ll_highpart (__x0);/* this can't give carry */ \48 (w1) = __x3 + __ll_highpart (__x1); \
30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro36 __d1 = __ll_highpart (d); \42 __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)) macro1311 __uh = __ll_highpart(__u); \1313 __vh = __ll_highpart(__v); \1320 __x1 += __ll_highpart(__x0);/* this can't give carry */ \1325 (w1) = __x3 + __ll_highpart(__x1); \1345 __d1 = __ll_highpart(d); \1351 __r1 = __r1 * __ll_B | __ll_highpart(n0); \