__x0 10 arch/h8300/lib/muldi3.c UWtype __x0, __x1, __x2, __x3; \ __x0 16 arch/h8300/lib/muldi3.c __x0 = (UWtype) __ul * __vl; \ __x0 20 arch/h8300/lib/muldi3.c __x1 += __ll_highpart(__x0); \ __x0 25 arch/h8300/lib/muldi3.c (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0); \ __x0 30 arch/m68k/lib/muldi3.c USItype __x0, __x1, __x2, __x3; \ __x0 38 arch/m68k/lib/muldi3.c __x0 = (USItype) __ul * __vl; \ __x0 43 arch/m68k/lib/muldi3.c __x1 += __ll_highpart (__x0);/* this can't give carry */ \ __x0 49 arch/m68k/lib/muldi3.c (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \ __x0 16 arch/microblaze/lib/muldi3.c unsigned long __x0, __x1, __x2, __x3; \ __x0 24 arch/microblaze/lib/muldi3.c __x0 = (unsigned long) __ul * __vl; \ __x0 29 arch/microblaze/lib/muldi3.c __x1 += __ll_highpart(__x0); /* this can't give carry */\ __x0 35 arch/microblaze/lib/muldi3.c (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\ __x0 90 arch/nds32/include/asm/sfp-machine.h UWtype __x0, __x1, __x2, __x3; \ __x0 98 arch/nds32/include/asm/sfp-machine.h __x0 = (UWtype) __ul * __vl; \ __x0 103 arch/nds32/include/asm/sfp-machine.h __x1 += __ll_highpart(__x0); \ __x0 109 arch/nds32/include/asm/sfp-machine.h (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0); \ __x0 1272 lib/mpi/longlong.h UWtype __x0, __x1, __x2, __x3; \ __x0 1281 lib/mpi/longlong.h __x0 = (UWtype) __ul * __vl; \ __x0 1286 lib/mpi/longlong.h __x1 += __ll_highpart(__x0);/* this can't give carry */ \ __x0 1292 lib/mpi/longlong.h (w0) = (__ll_lowpart(__x1) << W_TYPE_SIZE/2) + __ll_lowpart(__x0); \ __x0 18 lib/muldi3.c unsigned long __x0, __x1, __x2, __x3; \ __x0 26 lib/muldi3.c __x0 = (unsigned long) __ul * __vl; \ __x0 31 lib/muldi3.c __x1 += __ll_highpart(__x0); /* this can't give carry */\ __x0 37 lib/muldi3.c (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\