Searched refs:__ll_lowpart (Results 1 – 9 of 9) sorted by relevance
11 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro21 __ul = __ll_lowpart(u); \23 __vl = __ll_lowpart(v); \37 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
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);\
12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro20 __ul = __ll_lowpart (u); \22 __vl = __ll_lowpart (v); \36 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro22 __ul = __ll_lowpart(u); \24 __vl = __ll_lowpart(v); \38 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
23 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro130 __ul = __ll_lowpart (u); \132 __vl = __ll_lowpart (v); \146 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \163 __d0 = __ll_lowpart (d); \181 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
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); \
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); \
40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro1276 __ul = __ll_lowpart(__u); \1278 __vl = __ll_lowpart(__v); \1292 (w0) = (__ll_lowpart(__x1) << W_TYPE_SIZE/2) + __ll_lowpart(__x0); \1312 __d0 = __ll_lowpart(d); \1329 __r0 = __r0 * __ll_B | __ll_lowpart(n0); \