__ll_B              5 arch/h8300/lib/muldi3.c #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
__ll_B             23 arch/h8300/lib/muldi3.c 			__x3 += __ll_B;		\
__ll_B             25 arch/h8300/lib/muldi3.c 		(w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0); \
__ll_B             25 arch/m68k/lib/muldi3.c #define __ll_lowpart(t) ((USItype) (t) % __ll_B)
__ll_B             26 arch/m68k/lib/muldi3.c #define __ll_highpart(t) ((USItype) (t) / __ll_B)
__ll_B             46 arch/m68k/lib/muldi3.c       __x3 += __ll_B;		/* yes, add it in the proper pos. */	\
__ll_B             49 arch/m68k/lib/muldi3.c     (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0);		\
__ll_B              9 arch/microblaze/lib/muldi3.c #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1))
__ll_B             32 arch/microblaze/lib/muldi3.c 		__x3 += __ll_B; /* yes, add it in the proper pos */	\
__ll_B             35 arch/microblaze/lib/muldi3.c 		(w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
__ll_B             12 arch/nds32/include/asm/sfp-machine.h #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
__ll_B            106 arch/nds32/include/asm/sfp-machine.h 		__x3 += __ll_B;						\
__ll_B            109 arch/nds32/include/asm/sfp-machine.h 	(w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);	\
__ll_B            137 arch/nds32/include/asm/sfp-machine.h 	__r1 = __r1 * __ll_B | __ll_highpart(n0);		\
__ll_B            148 arch/nds32/include/asm/sfp-machine.h 	__r0 = __r0 * __ll_B | __ll_lowpart(n0);		\
__ll_B            156 arch/nds32/include/asm/sfp-machine.h 	(q) = (UWtype) __q1 * __ll_B | __q0;			\
__ll_B             37 arch/powerpc/include/asm/sfp-machine.h #define __ll_lowpart(t)		((UWtype) (t) & (__ll_B - 1))
__ll_B            290 arch/powerpc/include/asm/sfp-machine.h     __r1 = __r1 * __ll_B | __ll_highpart (n0);				\
__ll_B            303 arch/powerpc/include/asm/sfp-machine.h     __r0 = __r0 * __ll_B | __ll_lowpart (n0);				\
__ll_B            313 arch/powerpc/include/asm/sfp-machine.h     (q) = (UWtype) __q1 * __ll_B | __q0;				\
__ll_B             29 arch/sh/math-emu/sfp-util.h #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
__ll_B             42 arch/sh/math-emu/sfp-util.h     __r1 = __r1 * __ll_B | __ll_highpart (n0);				\
__ll_B             55 arch/sh/math-emu/sfp-util.h     __r0 = __r0 * __ll_B | __ll_lowpart (n0);				\
__ll_B             65 arch/sh/math-emu/sfp-util.h     (q) = (UWtype) __q1 * __ll_B | __q0;				\
__ll_B             40 lib/mpi/longlong.h #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
__ll_B           1289 lib/mpi/longlong.h 	__x3 += __ll_B;		/* yes, add it in the proper pos. */ \
__ll_B           1317 lib/mpi/longlong.h 	__r1 = __r1 * __ll_B | __ll_highpart(n0); \
__ll_B           1329 lib/mpi/longlong.h 	__r0 = __r0 * __ll_B | __ll_lowpart(n0); \
__ll_B           1338 lib/mpi/longlong.h 	(q) = (UWtype) __q1 * __ll_B | __q0; \
__ll_B             11 lib/muldi3.c   #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1))
__ll_B             34 lib/muldi3.c   		__x3 += __ll_B; /* yes, add it in the proper pos */	\
__ll_B             37 lib/muldi3.c   		(w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\