Searched refs:dsig1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1616 uint64_t dsig0, dsig1, dsig2; in helper_fpatan() local 1617 mul128By64To192(xsig0, xsig1, tsig, &dsig0, &dsig1, &dsig2); in helper_fpatan() 1622 shift128RightJamming(dsig0, dsig1, 0x3fff - dexp, in helper_fpatan() 1623 &dsig0, &dsig1); in helper_fpatan() 1634 mul128By64To192(dsig0, dsig1, zsig0, &msig0, &msig1, &msig2); in helper_fpatan() 1639 add192(remsig0, remsig1, remsig2, 0, dsig0, dsig1, in helper_fpatan() 1930 uint64_t dsig0, dsig1, tsig0, tsig1, rsig0, rsig1, rsig2; in helper_fyl2x_common() local 1945 shift128RightJamming(arg0_sig, 0, dexp - arg0_exp, &dsig0, &dsig1); in helper_fyl2x_common() 1946 sub128(0, 0, dsig0, dsig1, &dsig0, &dsig1); in helper_fyl2x_common() 1949 shift128RightJamming(arg0_sig, 0, dexp - arg0_exp, &dsig0, &dsig1); in helper_fyl2x_common() [all …]
|