Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dfpu_helper.c1412 int32_t adj_exp, num_exp, den_exp, xexp, yexp, n, texp, zexp, aexp; in helper_fpatan() local
1442 adj_exp = pi_exp; in helper_fpatan()
1448 adj_exp = 0; in helper_fpatan()
1460 adj_exp = pi_2_exp; in helper_fpatan()
1696 if (adj_exp == 0) { in helper_fpatan()
1708 if (adj_exp >= axexp) { in helper_fpatan()
1709 shift128RightJamming(axsig0, axsig1, adj_exp - axexp + 1, in helper_fpatan()
1711 rexp = adj_exp + 1; in helper_fpatan()
1718 axexp - adj_exp + 1, in helper_fpatan()