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