Searched refs:__ll_lowpart (Results 1 – 2 of 2) sorted by relevance
44 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro2099 __ul = __ll_lowpart (__u); \2101 __vl = __ll_lowpart (__v); \2115 (w0) = (__x1 << W_TYPE_SIZE/2) + __ll_lowpart (__x0); \2141 __d0 = __ll_lowpart (d); \2159 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
206 # define __ll_lowpart(t) ((uintmax_t) (t) & (__ll_B - 1)) macro262 __ul = __ll_lowpart (__u); \264 __vl = __ll_lowpart (__v); \278 (w0) = (__x1 << W_TYPE_SIZE / 2) + __ll_lowpart (__x0); \