Searched refs:float32_to_float16 (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | fpu_helper.c | 436 result = float32_to_float16(f_arg, true, &env->fp_status); in helper_ftohp()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 731 return nanbox_h(env, float32_to_float16(frs1, true, &env->fp_status)); in helper_fcvt_h_s()
|
H A D | vector_helper.c | 4616 return float32_to_float16(a, true, s); in RVVCALL()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 119 WRAP_SF_TO_SF_IEEE(qemu_f32_to_f16, float32_to_float16, float32, float16)
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 539 float16 r = float32_to_float16(a, !ahp_mode, fpst); in HELPER()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 194 float16 float32_to_float16(float32, bool ieee, float_status *status);
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 610 d->ZMM_H(i) = float32_to_float16(s->ZMM_S(i), true, &env->sse_status); in glue()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 3363 r = float32_to_float16(m[H4(e)], ieee, fpst);
|
H A D | sve_helper.c | 4500 ret = float32_to_float16(f, true, fpst); in sve_f32_to_f16()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2575 return float32_to_float16(s, true, status); in float32_cvt_float16()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2770 float16 float32_to_float16(float32 a, bool ieee, float_status *s) in float32_to_float16() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 6311 f_val = float32_to_float16((float32)a, ieee, status); in float16_from_float32()
|