Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvector_helper.c3240 return float32_add(float16_to_float32(a, true, s), in RVVCALL()
3241 float16_to_float32(b, true, s), s); in RVVCALL()
3262 return float32_sub(float16_to_float32(a, true, s), in RVVCALL()
3263 float16_to_float32(b, true, s), s); in RVVCALL()
3284 return float32_add(a, float16_to_float32(b, true, s), s); in RVVCALL()
3303 return float32_sub(a, float16_to_float32(b, true, s), s); in RVVCALL()
3372 return float32_mul(float16_to_float32(a, true, s), in RVVCALL()
3373 float16_to_float32(b, true, s), s); in RVVCALL()
3645 return float32_muladd(float16_to_float32(a, true, s), in RVVCALL()
3646 float16_to_float32(b, true, s), d, 0, s); in RVVCALL()
[all …]
H A Dfpu_helper.c736 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/tcg/
H A Dvfp_helper.c507 float32 r = float16_to_float32(a, !ahp_mode, fpst); in HELPER()
H A Dsme_helper.c1268 t32 = float16_to_float32(t16, true, s_f16); in f16_dotadd()
H A Dmve_helper.c3400 r = float16_to_float32(m[H2(e * 2 + top)], ieee, fpst); in do_vcvt_hs()
H A Dsve_helper.c4851 ret = float16_to_float32(f, true, fpst);
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h197 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/loongarch/tcg/
H A Dvec_helper.c2565 return float16_to_float32(h, true, status); in float16_cvt_float32()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2826 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.c6331 f_val = float16_to_float32((float16)a, ieee, status); in float32_from_float16()