Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dfpu_helper.c436 result = float32_to_float16(f_arg, true, &env->fp_status); in helper_ftohp()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c731 return nanbox_h(env, float32_to_float16(frs1, true, &env->fp_status)); in helper_fcvt_h_s()
H A Dvector_helper.c4616 return float32_to_float16(a, true, s); in RVVCALL()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc119 WRAP_SF_TO_SF_IEEE(qemu_f32_to_f16, float32_to_float16, float32, float16)
/openbmc/qemu/target/arm/
H A Dvfp_helper.c539 float16 r = float32_to_float16(a, !ahp_mode, fpst); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h194 float16 float32_to_float16(float32, bool ieee, float_status *status);
/openbmc/qemu/target/i386/
H A Dops_sse.h610 d->ZMM_H(i) = float32_to_float16(s->ZMM_S(i), true, &env->sse_status); in glue()
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c3363 r = float32_to_float16(m[H4(e)], ieee, fpst);
H A Dsve_helper.c4500 ret = float32_to_float16(f, true, fpst); in sve_f32_to_f16()
/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c2575 return float32_to_float16(s, true, status); in float32_cvt_float16()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2770 float16 float32_to_float16(float32 a, bool ieee, float_status *s) in float32_to_float16() function
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c6311 f_val = float32_to_float16((float32)a, ieee, status); in float16_from_float32()