Searched refs:tsig0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1930 uint64_t dsig0, dsig1, tsig0, tsig1, rsig0, rsig1, rsig2; in helper_fyl2x_common() local 1960 tsig0 = estimateDiv128To64(rsig0, rsig1, dsig0); in helper_fyl2x_common() 1961 mul128By64To192(dsig0, dsig1, tsig0, &msig0, &msig1, &msig2); in helper_fyl2x_common() 1965 --tsig0; in helper_fyl2x_common() 1975 mul128To256(tsig0, tsig1, tsig0, tsig1, in helper_fyl2x_common() 2020 mul128To256(asig0, asig1, tsig0, tsig1, in helper_fyl2x_common()
|