__x1 10 arch/h8300/lib/muldi3.c UWtype __x0, __x1, __x2, __x3; \ __x1 17 arch/h8300/lib/muldi3.c __x1 = (UWtype) __ul * __vh; \ __x1 20 arch/h8300/lib/muldi3.c __x1 += __ll_highpart(__x0); \ __x1 21 arch/h8300/lib/muldi3.c __x1 += __x2; \ __x1 22 arch/h8300/lib/muldi3.c if (__x1 < __x2) \ __x1 24 arch/h8300/lib/muldi3.c (w1) = __x3 + __ll_highpart(__x1); \ __x1 25 arch/h8300/lib/muldi3.c (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0); \ __x1 30 arch/m68k/lib/muldi3.c USItype __x0, __x1, __x2, __x3; \ __x1 39 arch/m68k/lib/muldi3.c __x1 = (USItype) __ul * __vh; \ __x1 43 arch/m68k/lib/muldi3.c __x1 += __ll_highpart (__x0);/* this can't give carry */ \ __x1 44 arch/m68k/lib/muldi3.c __x1 += __x2; /* but this indeed can */ \ __x1 45 arch/m68k/lib/muldi3.c if (__x1 < __x2) /* did we get it? */ \ __x1 48 arch/m68k/lib/muldi3.c (w1) = __x3 + __ll_highpart (__x1); \ __x1 49 arch/m68k/lib/muldi3.c (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \ __x1 16 arch/microblaze/lib/muldi3.c unsigned long __x0, __x1, __x2, __x3; \ __x1 25 arch/microblaze/lib/muldi3.c __x1 = (unsigned long) __ul * __vh; \ __x1 29 arch/microblaze/lib/muldi3.c __x1 += __ll_highpart(__x0); /* this can't give carry */\ __x1 30 arch/microblaze/lib/muldi3.c __x1 += __x2; /* but this indeed can */ \ __x1 31 arch/microblaze/lib/muldi3.c if (__x1 < __x2) /* did we get it? */ \ __x1 34 arch/microblaze/lib/muldi3.c (w1) = __x3 + __ll_highpart(__x1); \ __x1 35 arch/microblaze/lib/muldi3.c (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\ __x1 90 arch/nds32/include/asm/sfp-machine.h UWtype __x0, __x1, __x2, __x3; \ __x1 99 arch/nds32/include/asm/sfp-machine.h __x1 = (UWtype) __ul * __vh; \ __x1 103 arch/nds32/include/asm/sfp-machine.h __x1 += __ll_highpart(__x0); \ __x1 104 arch/nds32/include/asm/sfp-machine.h __x1 += __x2; \ __x1 105 arch/nds32/include/asm/sfp-machine.h if (__x1 < __x2) \ __x1 108 arch/nds32/include/asm/sfp-machine.h (w1) = __x3 + __ll_highpart(__x1); \ __x1 109 arch/nds32/include/asm/sfp-machine.h (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0); \ __x1 1272 lib/mpi/longlong.h UWtype __x0, __x1, __x2, __x3; \ __x1 1282 lib/mpi/longlong.h __x1 = (UWtype) __ul * __vh; \ __x1 1286 lib/mpi/longlong.h __x1 += __ll_highpart(__x0);/* this can't give carry */ \ __x1 1287 lib/mpi/longlong.h __x1 += __x2; /* but this indeed can */ \ __x1 1288 lib/mpi/longlong.h if (__x1 < __x2) /* did we get it? */ \ __x1 1291 lib/mpi/longlong.h (w1) = __x3 + __ll_highpart(__x1); \ __x1 1292 lib/mpi/longlong.h (w0) = (__ll_lowpart(__x1) << W_TYPE_SIZE/2) + __ll_lowpart(__x0); \ __x1 18 lib/muldi3.c unsigned long __x0, __x1, __x2, __x3; \ __x1 27 lib/muldi3.c __x1 = (unsigned long) __ul * __vh; \ __x1 31 lib/muldi3.c __x1 += __ll_highpart(__x0); /* this can't give carry */\ __x1 32 lib/muldi3.c __x1 += __x2; /* but this indeed can */ \ __x1 33 lib/muldi3.c if (__x1 < __x2) /* did we get it? */ \ __x1 36 lib/muldi3.c (w1) = __x3 + __ll_highpart(__x1); \ __x1 37 lib/muldi3.c (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\