Searched refs:prod_high (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dmul_1.c35 register mp_limb_t prod_high, prod_low; local
48 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
51 cy_limb = (prod_low < cy_limb) + prod_high;
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
54 cy_limb = (prod_low < cy_limb) + prod_high;
H A Dsubmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
54 cy_limb = (prod_low < cy_limb) + prod_high;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dmul_1.c35 register mp_limb_t prod_high, prod_low; local
48 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
51 cy_limb = (prod_low < cy_limb) + prod_high;
H A Daddmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
54 cy_limb = (prod_low < cy_limb) + prod_high;
H A Dsubmul_1.c37 register mp_limb_t prod_high, prod_low; local
51 umul_ppmm (prod_high, prod_low, s1_ptr[j], s2_limb);
54 cy_limb = (prod_low < cy_limb) + prod_high;
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dmul_1.asm52 umulh r2,r19,r4 C r4 = prod_high
73 umulh r2,r19,r4 C r4 = prod_high
84 umulh r2,r19,r4 C r4 = prod_high
95 umulh r2,r19,r4 C r4 = prod_high
99 addq r4,r0,r0 C cy_limb = prod_high + cy
H A Dsubmul_1.asm53 umulh r2,r19,r0 C r0 = prod_high
91 addq r4,r0,r0 C cy_limb = prod_high + cy
H A Daddmul_1.asm53 umulh r2,r19,r0 C r0 = prod_high
91 addq r4,r0,r0 C cy_limb = prod_high + cy
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dmul_1.asm86 umulh r2,r19,r0 C r0 = prod_high
111 addq r4,r0,r0 C cy_limb = prod_high + cy
138 umulh r2,r19,r21 C r21 = prod_high
151 umulh r2,r19,r21 C r21 = prod_high
162 umulh r2,r19,r21 C r21 = prod_high
167 addq r21,r0,r21 C cy_limb = prod_high + cy

Completed in 328 milliseconds