Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1400 int32_t adj_exp, num_exp, den_exp, xexp, yexp, n, texp, zexp, aexp; in helper_fpatan() local
1458 xexp = num_exp - den_exp + 0x3ffe; in helper_fpatan()
1463 ++xexp; in helper_fpatan()
1483 false, xexp + 3, xsig0, in helper_fpatan()
1488 yexp = xexp; in helper_fpatan()
1498 if (texp == xexp) { in helper_fpatan()
1507 yexp = xexp - shift; in helper_fpatan()
1513 yexp = xexp - shift; in helper_fpatan()
1524 yexp = xexp - shift; in helper_fpatan()
1536 shift128RightJamming(xsig0, xsig1, texp - xexp, in helper_fpatan()
[all …]