Searched refs:low_sig1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1701 uint64_t low_sig1 = 0; in helper_fpatan() local 1705 shift128RightJamming(low_sig0, low_sig1, axexp - low_exp, in helper_fpatan() 1706 &low_sig0, &low_sig1); in helper_fpatan() 1708 sub128(axsig0, axsig1, low_sig0, low_sig1, in helper_fpatan() 1711 add128(axsig0, axsig1, low_sig0, low_sig1, in helper_fpatan()
|