Symbol: __ll_B
arch/microblaze/lib/muldi3.c
32
__x3 += __ll_B; /* yes, add it in the proper pos */ \
arch/microblaze/lib/muldi3.c
35
(w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
arch/microblaze/lib/muldi3.c
9
#define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1))
arch/powerpc/include/asm/sfp-machine.h
290
__r1 = __r1 * __ll_B | __ll_highpart (n0); \
arch/powerpc/include/asm/sfp-machine.h
303
__r0 = __r0 * __ll_B | __ll_lowpart (n0); \
arch/powerpc/include/asm/sfp-machine.h
313
(q) = (UWtype) __q1 * __ll_B | __q0; \
arch/powerpc/include/asm/sfp-machine.h
37
#define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
arch/sh/math-emu/sfp-util.h
29
#define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
arch/sh/math-emu/sfp-util.h
42
__r1 = __r1 * __ll_B | __ll_highpart (n0); \
arch/sh/math-emu/sfp-util.h
55
__r0 = __r0 * __ll_B | __ll_lowpart (n0); \
arch/sh/math-emu/sfp-util.h
65
(q) = (UWtype) __q1 * __ll_B | __q0; \
lib/crypto/mpi/longlong.h
1289
__x3 += __ll_B; /* yes, add it in the proper pos. */ \
lib/crypto/mpi/longlong.h
1317
__r1 = __r1 * __ll_B | __ll_highpart(n0); \
lib/crypto/mpi/longlong.h
1329
__r0 = __r0 * __ll_B | __ll_lowpart(n0); \
lib/crypto/mpi/longlong.h
1338
(q) = (UWtype) __q1 * __ll_B | __q0; \
lib/crypto/mpi/longlong.h
40
#define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
lib/muldi3.c
11
#define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1))
lib/muldi3.c
34
__x3 += __ll_B; /* yes, add it in the proper pos */ \
lib/muldi3.c
37
(w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\