__vl               11 arch/h8300/lib/muldi3.c 		UHWtype __ul, __vl, __uh, __vh; \
__vl               14 arch/h8300/lib/muldi3.c 		__vl = __ll_lowpart(v);	\
__vl               16 arch/h8300/lib/muldi3.c 		__x0 = (UWtype) __ul * __vl;	\
__vl               18 arch/h8300/lib/muldi3.c 		__x2 = (UWtype) __uh * __vl;	\
__vl               31 arch/m68k/lib/muldi3.c     USItype __ul, __vl, __uh, __vh;					\
__vl               35 arch/m68k/lib/muldi3.c     __vl = __ll_lowpart (v);						\
__vl               38 arch/m68k/lib/muldi3.c     __x0 = (USItype) __ul * __vl;					\
__vl               40 arch/m68k/lib/muldi3.c     __x2 = (USItype) __uh * __vl;					\
__vl               17 arch/microblaze/lib/muldi3.c 		unsigned short __ul, __vl, __uh, __vh;			\
__vl               21 arch/microblaze/lib/muldi3.c 		__vl = __ll_lowpart(v);					\
__vl               24 arch/microblaze/lib/muldi3.c 		__x0 = (unsigned long) __ul * __vl;			\
__vl               26 arch/microblaze/lib/muldi3.c 		__x2 = (unsigned long) __uh * __vl;			\
__vl               91 arch/nds32/include/asm/sfp-machine.h 	UHWtype __ul, __vl, __uh, __vh;                                 \
__vl               95 arch/nds32/include/asm/sfp-machine.h 	__vl = __ll_lowpart(v);						\
__vl               98 arch/nds32/include/asm/sfp-machine.h 	__x0 = (UWtype) __ul * __vl;                                    \
__vl              100 arch/nds32/include/asm/sfp-machine.h 	__x2 = (UWtype) __uh * __vl;                                    \
__vl             1273 lib/mpi/longlong.h 	UHWtype __ul, __vl, __uh, __vh; \
__vl             1278 lib/mpi/longlong.h 	__vl = __ll_lowpart(__v); \
__vl             1281 lib/mpi/longlong.h 	__x0 = (UWtype) __ul * __vl; \
__vl             1283 lib/mpi/longlong.h 	__x2 = (UWtype) __uh * __vl; \
__vl               19 lib/muldi3.c   		unsigned short __ul, __vl, __uh, __vh;			\
__vl               23 lib/muldi3.c   		__vl = __ll_lowpart(v);					\
__vl               26 lib/muldi3.c   		__x0 = (unsigned long) __ul * __vl;			\
__vl               28 lib/muldi3.c   		__x2 = (unsigned long) __uh * __vl;			\