Searched refs:__ll_lowpart (Results 1 – 8 of 8) 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);\
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);\
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); \
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); \