__ll_highpart 13 arch/h8300/lib/muldi3.c __uh = __ll_highpart(u); \ __ll_highpart 15 arch/h8300/lib/muldi3.c __vh = __ll_highpart(v); \ __ll_highpart 20 arch/h8300/lib/muldi3.c __x1 += __ll_highpart(__x0); \ __ll_highpart 24 arch/h8300/lib/muldi3.c (w1) = __x3 + __ll_highpart(__x1); \ __ll_highpart 34 arch/m68k/lib/muldi3.c __uh = __ll_highpart (u); \ __ll_highpart 36 arch/m68k/lib/muldi3.c __vh = __ll_highpart (v); \ __ll_highpart 43 arch/m68k/lib/muldi3.c __x1 += __ll_highpart (__x0);/* this can't give carry */ \ __ll_highpart 48 arch/m68k/lib/muldi3.c (w1) = __x3 + __ll_highpart (__x1); \ __ll_highpart 20 arch/microblaze/lib/muldi3.c __uh = __ll_highpart(u); \ __ll_highpart 22 arch/microblaze/lib/muldi3.c __vh = __ll_highpart(v); \ __ll_highpart 29 arch/microblaze/lib/muldi3.c __x1 += __ll_highpart(__x0); /* this can't give carry */\ __ll_highpart 34 arch/microblaze/lib/muldi3.c (w1) = __x3 + __ll_highpart(__x1); \ __ll_highpart 94 arch/nds32/include/asm/sfp-machine.h __uh = __ll_highpart(u); \ __ll_highpart 96 arch/nds32/include/asm/sfp-machine.h __vh = __ll_highpart(v); \ __ll_highpart 103 arch/nds32/include/asm/sfp-machine.h __x1 += __ll_highpart(__x0); \ __ll_highpart 108 arch/nds32/include/asm/sfp-machine.h (w1) = __x3 + __ll_highpart(__x1); \ __ll_highpart 131 arch/nds32/include/asm/sfp-machine.h __d1 = __ll_highpart(d); \ __ll_highpart 137 arch/nds32/include/asm/sfp-machine.h __r1 = __r1 * __ll_B | __ll_highpart(n0); \ __ll_highpart 284 arch/powerpc/include/asm/sfp-machine.h __d1 = __ll_highpart (d); \ __ll_highpart 290 arch/powerpc/include/asm/sfp-machine.h __r1 = __r1 * __ll_B | __ll_highpart (n0); \ __ll_highpart 36 arch/sh/math-emu/sfp-util.h __d1 = __ll_highpart (d); \ __ll_highpart 42 arch/sh/math-emu/sfp-util.h __r1 = __r1 * __ll_B | __ll_highpart (n0); \ __ll_highpart 1277 lib/mpi/longlong.h __uh = __ll_highpart(__u); \ __ll_highpart 1279 lib/mpi/longlong.h __vh = __ll_highpart(__v); \ __ll_highpart 1286 lib/mpi/longlong.h __x1 += __ll_highpart(__x0);/* this can't give carry */ \ __ll_highpart 1291 lib/mpi/longlong.h (w1) = __x3 + __ll_highpart(__x1); \ __ll_highpart 1311 lib/mpi/longlong.h __d1 = __ll_highpart(d); \ __ll_highpart 1317 lib/mpi/longlong.h __r1 = __r1 * __ll_B | __ll_highpart(n0); \ __ll_highpart 22 lib/muldi3.c __uh = __ll_highpart(u); \ __ll_highpart 24 lib/muldi3.c __vh = __ll_highpart(v); \ __ll_highpart 31 lib/muldi3.c __x1 += __ll_highpart(__x0); /* this can't give carry */\ __ll_highpart 36 lib/muldi3.c (w1) = __x3 + __ll_highpart(__x1); \