Home
last modified time | relevance | path

Searched refs:float128_muladd (Results 1 – 6 of 6) sorted by path

/qemu/fpu/
H A Dsoftfloat.c2426 float128 QEMU_FLATTEN float128_muladd(float128 a, float128 b, float128 c, in float128_muladd() function
/qemu/include/fpu/
H A Dsoftfloat.h1242 float128 float128_muladd(float128, float128, float128, int,
/qemu/target/ppc/
H A Dfpu_helper.c2199 t.f128 = float128_muladd(s1->f128, s3->f128, s2->f128, maddflgs, &tstat); \
/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c673 ret = float128_muladd(a, b, c, flags, &env->fpu_status); in vfma128()
/qemu/tests/fp/
H A Dfp-bench.c405 res.f128 = float128_muladd(a, b, c, 0, &soft_status); in bench()
H A Dwrap.c.inc585 ret = float128_muladd(a, b, c, 0, &qsf);