Searched refs:axexp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1453 int32_t azexp, axexp; in helper_fpatan() local 1693 axexp = azexp; in helper_fpatan() 1702 axexp = extractFloatx80Exp(fpatan_table[n].atan_high); in helper_fpatan() 1705 shift128RightJamming(low_sig0, low_sig1, axexp - low_exp, in helper_fpatan() 1714 if (azexp >= axexp) { in helper_fpatan() 1715 shift128RightJamming(axsig0, axsig1, azexp - axexp + 1, in helper_fpatan() 1717 axexp = azexp + 1; in helper_fpatan() 1723 shift128RightJamming(azsig0, azsig1, axexp - azexp + 1, in helper_fpatan() 1725 ++axexp; in helper_fpatan() 1737 rexp = axexp; in helper_fpatan() [all …]
|