Lines Matching defs:__ll_highpart
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
1098 __uh = __ll_highpart (u); \
1100 __vh = __ll_highpart (v); \
1107 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1112 (w1) = __x3 + __ll_highpart (__x1); \
1666 __uh = __ll_highpart (u); \
1668 __vh = __ll_highpart (v); \
1675 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1680 (w1) = __x3 + __ll_highpart (__x1); \
1697 __d1 = __ll_highpart (d); \
1703 __r1 = __r1 * __ll_B | __ll_highpart (n0); \