Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc270 qto = floatx80_to_float128(qfrom, &qsf);
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h950 float128 floatx80_to_float128(floatx80, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3288 t.f128 = floatx80_to_float128(round_res, &tstat); in helper_xsrqpxp()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2939 float128 floatx80_to_float128(floatx80 a, float_status *s) in floatx80_to_float128() function