__x3               10 arch/h8300/lib/muldi3.c 		UWtype __x0, __x1, __x2, __x3;	\
__x3               19 arch/h8300/lib/muldi3.c 		__x3 = (UWtype) __uh * __vh;	\
__x3               23 arch/h8300/lib/muldi3.c 			__x3 += __ll_B;		\
__x3               24 arch/h8300/lib/muldi3.c 		(w1) = __x3 + __ll_highpart(__x1);	       \
__x3               30 arch/m68k/lib/muldi3.c     USItype __x0, __x1, __x2, __x3;					\
__x3               41 arch/m68k/lib/muldi3.c     __x3 = (USItype) __uh * __vh;					\
__x3               46 arch/m68k/lib/muldi3.c       __x3 += __ll_B;		/* yes, add it in the proper pos. */	\
__x3               48 arch/m68k/lib/muldi3.c     (w1) = __x3 + __ll_highpart (__x1);					\
__x3               16 arch/microblaze/lib/muldi3.c 		unsigned long __x0, __x1, __x2, __x3;			\
__x3               27 arch/microblaze/lib/muldi3.c 		__x3 = (unsigned long) __uh * __vh;			\
__x3               32 arch/microblaze/lib/muldi3.c 		__x3 += __ll_B; /* yes, add it in the proper pos */	\
__x3               34 arch/microblaze/lib/muldi3.c 		(w1) = __x3 + __ll_highpart(__x1);			\
__x3               90 arch/nds32/include/asm/sfp-machine.h 	UWtype __x0, __x1, __x2, __x3;                                  \
__x3              101 arch/nds32/include/asm/sfp-machine.h 	__x3 = (UWtype) __uh * __vh;                                    \
__x3              106 arch/nds32/include/asm/sfp-machine.h 		__x3 += __ll_B;						\
__x3              108 arch/nds32/include/asm/sfp-machine.h 	(w1) = __x3 + __ll_highpart(__x1);				\
__x3             1272 lib/mpi/longlong.h 	UWtype __x0, __x1, __x2, __x3; \
__x3             1284 lib/mpi/longlong.h 	__x3 = (UWtype) __uh * __vh; \
__x3             1289 lib/mpi/longlong.h 	__x3 += __ll_B;		/* yes, add it in the proper pos. */ \
__x3             1291 lib/mpi/longlong.h 	(w1) = __x3 + __ll_highpart(__x1); \
__x3               18 lib/muldi3.c   		unsigned long __x0, __x1, __x2, __x3;			\
__x3               29 lib/muldi3.c   		__x3 = (unsigned long) __uh * __vh;			\
__x3               34 lib/muldi3.c   		__x3 += __ll_B; /* yes, add it in the proper pos */	\
__x3               36 lib/muldi3.c   		(w1) = __x3 + __ll_highpart(__x1);			\