__x2               10 arch/h8300/lib/muldi3.c 		UWtype __x0, __x1, __x2, __x3;	\
__x2               18 arch/h8300/lib/muldi3.c 		__x2 = (UWtype) __uh * __vl;	\
__x2               21 arch/h8300/lib/muldi3.c 		__x1 += __x2;			\
__x2               22 arch/h8300/lib/muldi3.c 		if (__x1 < __x2)		\
__x2               30 arch/m68k/lib/muldi3.c     USItype __x0, __x1, __x2, __x3;					\
__x2               40 arch/m68k/lib/muldi3.c     __x2 = (USItype) __uh * __vl;					\
__x2               44 arch/m68k/lib/muldi3.c     __x1 += __x2;		/* but this indeed can */		\
__x2               45 arch/m68k/lib/muldi3.c     if (__x1 < __x2)		/* did we get it? */			\
__x2               16 arch/microblaze/lib/muldi3.c 		unsigned long __x0, __x1, __x2, __x3;			\
__x2               26 arch/microblaze/lib/muldi3.c 		__x2 = (unsigned long) __uh * __vl;			\
__x2               30 arch/microblaze/lib/muldi3.c 		__x1 += __x2; /* but this indeed can */			\
__x2               31 arch/microblaze/lib/muldi3.c 		if (__x1 < __x2) /* did we get it? */			\
__x2               90 arch/nds32/include/asm/sfp-machine.h 	UWtype __x0, __x1, __x2, __x3;                                  \
__x2              100 arch/nds32/include/asm/sfp-machine.h 	__x2 = (UWtype) __uh * __vl;                                    \
__x2              104 arch/nds32/include/asm/sfp-machine.h 	__x1 += __x2;							\
__x2              105 arch/nds32/include/asm/sfp-machine.h 	if (__x1 < __x2)						\
__x2             1272 lib/mpi/longlong.h 	UWtype __x0, __x1, __x2, __x3; \
__x2             1283 lib/mpi/longlong.h 	__x2 = (UWtype) __uh * __vl; \
__x2             1287 lib/mpi/longlong.h 	__x1 += __x2;		/* but this indeed can */ \
__x2             1288 lib/mpi/longlong.h 	if (__x1 < __x2)		/* did we get it? */ \
__x2               18 lib/muldi3.c   		unsigned long __x0, __x1, __x2, __x3;			\
__x2               28 lib/muldi3.c   		__x2 = (unsigned long) __uh * __vl;			\
__x2               32 lib/muldi3.c   		__x1 += __x2; /* but this indeed can */			\
__x2               33 lib/muldi3.c   		if (__x1 < __x2) /* did we get it? */			\