Home
last modified time | relevance | path

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

/qemu/tests/fp/
H A Dwrap.c.inc280 qto = float128_to_floatx80(qfrom, &qsf);
/qemu/include/fpu/
H A Dsoftfloat.h1233 floatx80 float128_to_floatx80(float128, float_status *status);
/qemu/target/ppc/
H A Dfpu_helper.c3287 round_res = float128_to_floatx80(xb->f128, &tstat); in helper_xsrqpxp()
/qemu/fpu/
H A Dsoftfloat.c2971 floatx80 float128_to_floatx80(float128 a, float_status *s) in float128_to_floatx80() function