__vh               11 arch/h8300/lib/muldi3.c 		UHWtype __ul, __vl, __uh, __vh; \
__vh               15 arch/h8300/lib/muldi3.c 		__vh = __ll_highpart(v);	\
__vh               17 arch/h8300/lib/muldi3.c 		__x1 = (UWtype) __ul * __vh;	\
__vh               19 arch/h8300/lib/muldi3.c 		__x3 = (UWtype) __uh * __vh;	\
__vh               31 arch/m68k/lib/muldi3.c     USItype __ul, __vl, __uh, __vh;					\
__vh               36 arch/m68k/lib/muldi3.c     __vh = __ll_highpart (v);						\
__vh               39 arch/m68k/lib/muldi3.c     __x1 = (USItype) __ul * __vh;					\
__vh               41 arch/m68k/lib/muldi3.c     __x3 = (USItype) __uh * __vh;					\
__vh               17 arch/microblaze/lib/muldi3.c 		unsigned short __ul, __vl, __uh, __vh;			\
__vh               22 arch/microblaze/lib/muldi3.c 		__vh = __ll_highpart(v);				\
__vh               25 arch/microblaze/lib/muldi3.c 		__x1 = (unsigned long) __ul * __vh;			\
__vh               27 arch/microblaze/lib/muldi3.c 		__x3 = (unsigned long) __uh * __vh;			\
__vh               91 arch/nds32/include/asm/sfp-machine.h 	UHWtype __ul, __vl, __uh, __vh;                                 \
__vh               96 arch/nds32/include/asm/sfp-machine.h 	__vh = __ll_highpart(v);					\
__vh               99 arch/nds32/include/asm/sfp-machine.h 	__x1 = (UWtype) __ul * __vh;                                    \
__vh              101 arch/nds32/include/asm/sfp-machine.h 	__x3 = (UWtype) __uh * __vh;                                    \
__vh             1273 lib/mpi/longlong.h 	UHWtype __ul, __vl, __uh, __vh; \
__vh             1279 lib/mpi/longlong.h 	__vh = __ll_highpart(__v); \
__vh             1282 lib/mpi/longlong.h 	__x1 = (UWtype) __ul * __vh; \
__vh             1284 lib/mpi/longlong.h 	__x3 = (UWtype) __uh * __vh; \
__vh               19 lib/muldi3.c   		unsigned short __ul, __vl, __uh, __vh;			\
__vh               24 lib/muldi3.c   		__vh = __ll_highpart(v);				\
__vh               27 lib/muldi3.c   		__x1 = (unsigned long) __ul * __vh;			\
__vh               29 lib/muldi3.c   		__x3 = (unsigned long) __uh * __vh;			\