Searched refs:float128_muladd (Results 1 – 5 of 5) 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 | 672 ret = float128_muladd(a, b, c, flags, &env->fpu_status); in vfma128()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 1259 float128 float128_muladd(float128, float128, float128, int,
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 2476 float128 QEMU_FLATTEN float128_muladd(float128 a, float128 b, float128 c, in float128_muladd() function
|