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);\
4 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro11 __ul = __ll_lowpart(u); \13 __vl = __ll_lowpart(v); \24 (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)) macro285 __d0 = __ll_lowpart (d); \303 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \