Searched refs:mul128By64To192 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1150 mul128By64To192(ln2_sig_high, ln2_sig_low, sig, &sig0, &sig1, in helper_f2xm1() 1223 mul128By64To192(asig0, asig1, extractFloatx80Frac(y), in helper_f2xm1() 1232 mul128By64To192(asig0, asig1, in helper_f2xm1() 1617 mul128By64To192(xsig0, xsig1, tsig, &dsig0, &dsig1, &dsig2); in helper_fpatan() 1634 mul128By64To192(dsig0, dsig1, zsig0, &msig0, &msig1, &msig2); in helper_fpatan() 1961 mul128By64To192(dsig0, dsig1, tsig0, &msig0, &msig1, &msig2); in helper_fyl2x_common() 2085 mul128By64To192(log2_e_sig_high, log2_e_sig_low, arg0_sig, in helper_fyl2xp1() 2088 mul128By64To192(sig0, sig1, arg1_sig, &sig0, &sig1, &sig2); in helper_fyl2xp1() 2112 mul128By64To192(asig0, asig1, arg1_sig, &asig0, &asig1, &asig2); in helper_fyl2xp1() 2257 mul128By64To192(asig0, asig1, arg1_sig, &asig0, &asig1, &asig2); in helper_fyl2x()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 518 mul128By64To192(uint64_t a0, uint64_t a1, uint64_t b, in mul128By64To192() function
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 1070 mul128By64To192(b0, b1, q0, &t0, &t1, &t2); in frac128_div() 1079 mul128By64To192(b0, b1, q1, &t1, &t2, &t3); in frac128_div() 1336 mul128By64To192(b0, b1, q, &t0, &t1, &t2); in frac128_modrem() 1347 mul128By64To192(b0, b1, q << (64 - exp_diff), &t0, &t1, &t2); in frac128_modrem()
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat-macros | 492 mul128By64To192(
|