Searched refs:__ll_lowpart (Results 1 – 6 of 6) sorted by relevance
9 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro19 __ul = __ll_lowpart(u); \21 __vl = __ll_lowpart(v); \35 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
5 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro12 __ul = __ll_lowpart(u); \14 __vl = __ll_lowpart(v); \25 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0); \
25 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro33 __ul = __ll_lowpart (u); \35 __vl = __ll_lowpart (v); \49 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
12 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro93 __ul = __ll_lowpart(u); \95 __vl = __ll_lowpart(v); \109 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0); \132 __d0 = __ll_lowpart(d); \148 __r0 = __r0 * __ll_B | __ll_lowpart(n0); \
29 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro37 __d0 = __ll_lowpart (d); \55 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro285 __d0 = __ll_lowpart (d); \303 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \