Home
last modified time | relevance | path

Searched refs:float16_to_float32 (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dvector_helper.c3190 return float32_add(float16_to_float32(a, true, s), in RVVCALL()
3191 float16_to_float32(b, true, s), s); in RVVCALL()
3212 return float32_sub(float16_to_float32(a, true, s), in RVVCALL()
3213 float16_to_float32(b, true, s), s); in RVVCALL()
3234 return float32_add(a, float16_to_float32(b, true, s), s); in RVVCALL()
3253 return float32_sub(a, float16_to_float32(b, true, s), s); in RVVCALL()
3322 return float32_mul(float16_to_float32(a, true, s), in RVVCALL()
3323 float16_to_float32(b, true, s), s); in RVVCALL()
3595 return float32_muladd(float16_to_float32(a, true, s), in RVVCALL()
3596 float16_to_float32(b, true, s), d, 0, s); in RVVCALL()
[all …]
H A Dfpu_helper.c737 return nanbox_s(env, float16_to_float32(frs1, true, &env->fp_status)); in helper_fcvt_s_h()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c398 result = float16_to_float32(f_arg, true, &env->fp_status); in helper_hptof()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc116 WRAP_SF_TO_SF_IEEE(qemu_f16_to_f32, float16_to_float32, float16, float32)
/openbmc/qemu/target/arm/
H A Dvfp_helper.c526 float32 r = float16_to_float32(a, !ahp_mode, fpst); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h195 float32 float16_to_float32(float16, bool ieee, float_status *status);
/openbmc/qemu/target/i386/
H A Dops_sse.h597 d->ZMM_S(i) = float16_to_float32(s->ZMM_H(i), true, &env->sse_status); in glue()
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c3393 r = float16_to_float32(m[H2(e * 2 + top)], ieee, fpst); in do_vcvt_hs()
H A Dsve_helper.c4478 ret = float16_to_float32(f, true, fpst);
/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c2566 return float16_to_float32(h, true, status); in float16_cvt_float32()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2750 float32 float16_to_float32(float16 a, bool ieee, float_status *s) in float16_to_float32() function
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c6330 f_val = float16_to_float32((float16)a, ieee, status); in float32_from_float16()