Searched refs:float64r32_muladd (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 1023 t64 = float64r32_muladd(e1c, e2c, t64, 0, s_std); in f16_dotadd()
|
H A D | vec_helper.c | 2878 t64 = float64r32_muladd(e1c, e2c, t64, 0, fpst); in bfdotadd_ebf()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 938 float64 float64r32_muladd(float64, float64, float64, int, float_status *status);
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 663 float64 ret = float64r32_muladd(a, b, c, madd_flags, &env->fp_status); in do_fmadds() 3414 psum = float64r32_muladd(vc, vd, psum, 0, excp_ptr); in vsxger16()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2400 float64 float64r32_muladd(float64 a, float64 b, float64 c, in float64r32_muladd() function
|