Home
last modified time | relevance | path

Searched refs:float16_to_float64 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c1008 float64 e1r = float16_to_float64(e1 & 0xffff, true, s_f16); in f16_dotadd()
1009 float64 e1c = float16_to_float64(e1 >> 16, true, s_f16); in f16_dotadd()
1010 float64 e2r = float16_to_float64(e2 & 0xffff, true, s_f16); in f16_dotadd()
1011 float64 e2c = float16_to_float64(e2 >> 16, true, s_f16); in f16_dotadd()
H A Dsve_helper.c4489 ret = float16_to_float64(f, true, fpst); in sve_f16_to_f64()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c748 return float16_to_float64(frs1, true, &env->fp_status); in helper_fcvt_d_h()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc117 WRAP_SF_TO_SF_IEEE(qemu_f16_to_f64, float16_to_float64, float16, float64)
/openbmc/qemu/target/arm/
H A Dvfp_helper.c552 float64 r = float16_to_float64(a, !ahp_mode, fpst); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h197 float64 float16_to_float64(float16 a, bool ieee, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3383 return float16_to_float64(in, true, fp_status); in extract_hf16()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2760 float64 float16_to_float64(float16 a, bool ieee, float_status *s) in float16_to_float64() function