Home
last modified time | relevance | path

Searched refs:rsig2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1930 uint64_t dsig0, dsig1, tsig0, tsig1, rsig0, rsig1, rsig2; in helper_fyl2x_common() local
1955 rsig2 = 0; in helper_fyl2x_common()
1962 sub192(rsig0, rsig1, rsig2, msig0, msig1, msig2, in helper_fyl2x_common()
1963 &rsig0, &rsig1, &rsig2); in helper_fyl2x_common()
1966 add192(rsig0, rsig1, rsig2, 0, dsig0, dsig1, in helper_fyl2x_common()
1967 &rsig0, &rsig1, &rsig2); in helper_fyl2x_common()
1969 tsig1 = estimateDiv128To64(rsig1, rsig2, dsig0); in helper_fyl2x_common()