Searched refs:__ll_lowpart (Results 1 – 5 of 5) sorted by relevance
8 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro18 __ul = __ll_lowpart(u); \20 __vl = __ll_lowpart(v); \34 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
22 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro30 __ul = __ll_lowpart (u); \32 __vl = __ll_lowpart (v); \46 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
28 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro36 __d0 = __ll_lowpart (d); \54 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro319 __d0 = __ll_lowpart (d); \337 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro1294 __ul = __ll_lowpart(__u); \1296 __vl = __ll_lowpart(__v); \1310 (w0) = (__ll_lowpart(__x1) << W_TYPE_SIZE/2) + __ll_lowpart(__x0); \1330 __d0 = __ll_lowpart(d); \1347 __r0 = __r0 * __ll_B | __ll_lowpart(n0); \