Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1235 shift128RightJamming(extractFloatx80Frac(accum), 0, in helper_f2xm1()
1263 shift128RightJamming(bsig0, bsig1, aexp - bexp, in helper_f2xm1()
1266 shift128RightJamming(asig0, asig1, bexp - aexp, in helper_f2xm1()
1274 shift128RightJamming(asig0, asig1, 1, in helper_f2xm1()
1276 shift128RightJamming(bsig0, bsig1, 1, in helper_f2xm1()
1613 shift128RightJamming(xsig0, xsig1, texp - xexp, in helper_fpatan()
1647 shift128RightJamming(dsig0, dsig1, 0x3fff - dexp, in helper_fpatan()
1704 shift128RightJamming(extractFloatx80Frac(accum), 0, in helper_fpatan()
1730 shift128RightJamming(low_sig0, low_sig1, axexp - low_exp, in helper_fpatan()
1740 shift128RightJamming(axsig0, axsig1, azexp - axexp + 1, in helper_fpatan()
[all …]
/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h261 shift128RightJamming( in shift128RightJamming() function