Searched refs:__ll_B (Results 1 – 3 of 3) sorted by relevance
22 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro23 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))143 __x3 += __ll_B; /* yes, add it in the proper pos. */ \146 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \168 __r1 = __r1 * __ll_B | __ll_highpart (n0); \181 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \191 (q) = (UWtype) __q1 * __ll_B | __q0; \
11 #define __ll_B (1L << (SI_TYPE_SIZE / 2)) macro12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B)13 #define __ll_highpart(t) ((USItype) (t) / __ll_B)35 __x3 += __ll_B; /* yes, add it in the proper pos. */ \38 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
11 #define __ll_B (1L << (SI_TYPE_SIZE / 2)) macro12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B)13 #define __ll_highpart(t) ((USItype) (t) / __ll_B)33 __x3 += __ll_B; /* yes, add it in the proper pos. */ \36 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \