Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dfop_helper.c348 float32 ret = float32_muladd_scalbn(s1, s2, s3, sc, op, &env->fp_status); in helper_fmadds()
/qemu/target/hexagon/
H A Dop_helper.c1066 RxV = float32_muladd_scalbn(RsV, RtV, RxV, fSXTN(8, 64, PuV), in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h604 float32 float32_muladd_scalbn(float32, float32, float32,
/qemu/fpu/
H A Dsoftfloat.c2253 float32_muladd_scalbn(float32 a, float32 b, float32 c, in float32_muladd_scalbn() function
2350 return float32_muladd_scalbn(ua.s, ub.s, uc.s, 0, flags, s); in float32_muladd()