Searched refs:float128_muladd (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 405 res.f128 = float128_muladd(a, b, c, 0, &soft_status); in bench()
|
H A D | wrap.c.inc | 585 ret = float128_muladd(a, b, c, 0, &qsf);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_fpu_helper.c | 673 ret = float128_muladd(a, b, c, flags, &env->fpu_status); in vfma128()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 1242 float128 float128_muladd(float128, float128, float128, int,
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 2102 t.f128 = float128_muladd(s1->f128, s3->f128, s2->f128, maddflgs, &tstat); \
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2426 float128 QEMU_FLATTEN float128_muladd(float128 a, float128 b, float128 c, in float128_muladd() function
|