Searched refs:__ll_lowpart (Results 1 – 3 of 3) sorted by relevance
13 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro21 __ul = __ll_lowpart (u); \23 __vl = __ll_lowpart (v); \37 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
13 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro23 __ul = __ll_lowpart(u); \25 __vl = __ll_lowpart(v); \39 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
24 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro131 __ul = __ll_lowpart (u); \133 __vl = __ll_lowpart (v); \147 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \164 __d0 = __ll_lowpart (d); \182 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \