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.c1270 float64 e1r = float16_to_float64(h1r, true, s_f16); in f16_dotadd()
1271 float64 e1c = float16_to_float64(h1c, true, s_f16); in f16_dotadd()
1272 float64 e2r = float16_to_float64(h2r, true, s_f16); in f16_dotadd()
1273 float64 e2c = float16_to_float64(h2c, true, s_f16); in f16_dotadd()
H A Dvfp_helper.c533 float64 r = float16_to_float64(a, !ahp_mode, fpst); in HELPER()
H A Dsve_helper.c4862 ret = float16_to_float64(f, true, fpst); in sve_f16_to_f64()
/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/riscv/
H A Dfpu_helper.c747 return float16_to_float64(frs1, true, &env->fp_status); in helper_fcvt_d_h()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h199 float64 float16_to_float64(float16 a, bool ieee, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3381 return float16_to_float64(in, true, fp_status); in extract_hf16()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2836 float64 float16_to_float64(float16 a, bool ieee, float_status *s) in float16_to_float64() function