Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dfpu_helper.c1114 ST0 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_f2xm1()
1225 ST0 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_f2xm1()
1365 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fpatan()
1494 x8 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fpatan()
1616 z2 = normalizeRoundAndPackFloatx80(floatx80_precision_x, false, in helper_fpatan()
1736 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, rsign, rexp, in helper_fpatan()
1937 t2 = normalizeRoundAndPackFloatx80(floatx80_precision_x, false, in helper_fyl2x_common()
2052 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fyl2xp1()
2077 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fyl2xp1()
2222 ST1 = normalizeRoundAndPackFloatx80(floatx80_precision_x, in helper_fyl2x()
/qemu/include/fpu/
H A Dsoftfloat.h1206 floatx80 normalizeRoundAndPackFloatx80(FloatX80RoundPrec roundingPrecision,
/qemu/target/m68k/
H A Dsoftfloat.c196 normalizeRoundAndPackFloatx80(status->floatx80_rounding_precision, in floatx80_move()
/qemu/fpu/
H A Dsoftfloat.c5146 floatx80 normalizeRoundAndPackFloatx80(FloatX80RoundPrec roundingPrecision, in normalizeRoundAndPackFloatx80() function