Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1458 uint64_t azsig0, azsig1; in helper_fpatan() local
1648 azsig0 = 0; in helper_fpatan()
1686 mul128To256(asig0, asig1, zsig0, zsig1, &azsig0, &azsig1, in helper_fpatan()
1694 axsig0 = azsig0; in helper_fpatan()
1718 shift128RightJamming(azsig0, azsig1, 1, in helper_fpatan()
1719 &azsig0, &azsig1); in helper_fpatan()
1723 shift128RightJamming(azsig0, azsig1, axexp - azexp + 1, in helper_fpatan()
1724 &azsig0, &azsig1); in helper_fpatan()
1728 sub128(axsig0, axsig1, azsig0, azsig1, in helper_fpatan()
1731 add128(axsig0, axsig1, azsig0, azsig1, in helper_fpatan()