__ul 11 arch/h8300/lib/muldi3.c UHWtype __ul, __vl, __uh, __vh; \ __ul 12 arch/h8300/lib/muldi3.c __ul = __ll_lowpart(u); \ __ul 16 arch/h8300/lib/muldi3.c __x0 = (UWtype) __ul * __vl; \ __ul 17 arch/h8300/lib/muldi3.c __x1 = (UWtype) __ul * __vh; \ __ul 31 arch/m68k/lib/muldi3.c USItype __ul, __vl, __uh, __vh; \ __ul 33 arch/m68k/lib/muldi3.c __ul = __ll_lowpart (u); \ __ul 38 arch/m68k/lib/muldi3.c __x0 = (USItype) __ul * __vl; \ __ul 39 arch/m68k/lib/muldi3.c __x1 = (USItype) __ul * __vh; \ __ul 17 arch/microblaze/lib/muldi3.c unsigned short __ul, __vl, __uh, __vh; \ __ul 19 arch/microblaze/lib/muldi3.c __ul = __ll_lowpart(u); \ __ul 24 arch/microblaze/lib/muldi3.c __x0 = (unsigned long) __ul * __vl; \ __ul 25 arch/microblaze/lib/muldi3.c __x1 = (unsigned long) __ul * __vh; \ __ul 91 arch/nds32/include/asm/sfp-machine.h UHWtype __ul, __vl, __uh, __vh; \ __ul 93 arch/nds32/include/asm/sfp-machine.h __ul = __ll_lowpart(u); \ __ul 98 arch/nds32/include/asm/sfp-machine.h __x0 = (UWtype) __ul * __vl; \ __ul 99 arch/nds32/include/asm/sfp-machine.h __x1 = (UWtype) __ul * __vh; \ __ul 1273 lib/mpi/longlong.h UHWtype __ul, __vl, __uh, __vh; \ __ul 1276 lib/mpi/longlong.h __ul = __ll_lowpart(__u); \ __ul 1281 lib/mpi/longlong.h __x0 = (UWtype) __ul * __vl; \ __ul 1282 lib/mpi/longlong.h __x1 = (UWtype) __ul * __vh; \ __ul 19 lib/muldi3.c unsigned short __ul, __vl, __uh, __vh; \ __ul 21 lib/muldi3.c __ul = __ll_lowpart(u); \ __ul 26 lib/muldi3.c __x0 = (unsigned long) __ul * __vl; \ __ul 27 lib/muldi3.c __x1 = (unsigned long) __ul * __vh; \