__uh 11 arch/h8300/lib/muldi3.c UHWtype __ul, __vl, __uh, __vh; \ __uh 13 arch/h8300/lib/muldi3.c __uh = __ll_highpart(u); \ __uh 18 arch/h8300/lib/muldi3.c __x2 = (UWtype) __uh * __vl; \ __uh 19 arch/h8300/lib/muldi3.c __x3 = (UWtype) __uh * __vh; \ __uh 31 arch/m68k/lib/muldi3.c USItype __ul, __vl, __uh, __vh; \ __uh 34 arch/m68k/lib/muldi3.c __uh = __ll_highpart (u); \ __uh 40 arch/m68k/lib/muldi3.c __x2 = (USItype) __uh * __vl; \ __uh 41 arch/m68k/lib/muldi3.c __x3 = (USItype) __uh * __vh; \ __uh 17 arch/microblaze/lib/muldi3.c unsigned short __ul, __vl, __uh, __vh; \ __uh 20 arch/microblaze/lib/muldi3.c __uh = __ll_highpart(u); \ __uh 26 arch/microblaze/lib/muldi3.c __x2 = (unsigned long) __uh * __vl; \ __uh 27 arch/microblaze/lib/muldi3.c __x3 = (unsigned long) __uh * __vh; \ __uh 91 arch/nds32/include/asm/sfp-machine.h UHWtype __ul, __vl, __uh, __vh; \ __uh 94 arch/nds32/include/asm/sfp-machine.h __uh = __ll_highpart(u); \ __uh 100 arch/nds32/include/asm/sfp-machine.h __x2 = (UWtype) __uh * __vl; \ __uh 101 arch/nds32/include/asm/sfp-machine.h __x3 = (UWtype) __uh * __vh; \ __uh 1273 lib/mpi/longlong.h UHWtype __ul, __vl, __uh, __vh; \ __uh 1277 lib/mpi/longlong.h __uh = __ll_highpart(__u); \ __uh 1283 lib/mpi/longlong.h __x2 = (UWtype) __uh * __vl; \ __uh 1284 lib/mpi/longlong.h __x3 = (UWtype) __uh * __vh; \ __uh 19 lib/muldi3.c unsigned short __ul, __vl, __uh, __vh; \ __uh 22 lib/muldi3.c __uh = __ll_highpart(u); \ __uh 28 lib/muldi3.c __x2 = (unsigned long) __uh * __vl; \ __uh 29 lib/muldi3.c __x3 = (unsigned long) __uh * __vh; \