Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1177 ST0 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_f2xm1()
1288 ST0 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_f2xm1()
1429 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fpatan()
1559 x8 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fpatan()
1681 z2 = normalizeRoundAndPackFloatx80(floatx80_precision_x, false, in helper_fpatan()
1801 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, rsign, rexp, in helper_fpatan()
2003 t2 = normalizeRoundAndPackFloatx80(floatx80_precision_x, false, in helper_fyl2x_common()
2118 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fyl2xp1()
2143 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fyl2xp1()
2288 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fyl2x()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1223 floatx80 normalizeRoundAndPackFloatx80(FloatX80RoundPrec roundingPrecision,
/openbmc/qemu/target/m68k/
H A Dsoftfloat.c195 normalizeRoundAndPackFloatx80(status->floatx80_rounding_precision, in floatx80_move()
/openbmc/qemu/fpu/
H A Dsoftfloat.c5249 floatx80 normalizeRoundAndPackFloatx80(FloatX80RoundPrec roundingPrecision, in normalizeRoundAndPackFloatx80() function