Searched refs:__ll_lowpart (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/microblaze/lib/
H A Dmuldi3.c9 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro
19 __ul = __ll_lowpart(u); \
21 __vl = __ll_lowpart(v); \
35 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
/linux-master/lib/
H A Dmuldi3.c11 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro
21 __ul = __ll_lowpart(u); \
23 __vl = __ll_lowpart(v); \
37 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
/linux-master/arch/m68k/lib/
H A Dmuldi3.c26 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro
34 __ul = __ll_lowpart (u); \
36 __vl = __ll_lowpart (v); \
50 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
/linux-master/arch/sh/math-emu/
H A Dsfp-util.h29 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
37 __d0 = __ll_lowpart (d); \
55 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
285 __d0 = __ll_lowpart (d); \
303 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
/linux-master/lib/crypto/mpi/
H A Dlonglong.h40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
1276 __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); \

Completed in 158 milliseconds