Home
last modified time | relevance | path

Searched refs:float64_to_float32 (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdo.c79 float64_to_float32(fpa11->fpreg[Fd].fDouble, &fpa11->fp_status); in EmulateCPDO()
H A Dfpa11_cpdt.c116 val = float64_to_float32(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status); in storeSingle()
/openbmc/qemu/target/alpha/
H A Dvax_helper.c339 fr = float64_to_float32(fa, &FP_STATUS); in helper_cvtgf()
H A Dfpu_helper.c423 fr = float64_to_float32(fa, &FP_STATUS); in helper_cvtts()
/openbmc/qemu/target/sh4/
H A Dop_helper.c323 ret = float64_to_float32(t0, &env->fp_status); in helper_fcnvds_DT_FT()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c368 return float64_to_float32(v, &env->fp_status); in HELPER()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c231 float32 ret = float64_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c237 float32 ret = float64_to_float32(src, &env->fp_status); in helper_fdtos()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c473 fd = nanbox_s(float64_to_float32(fj, &env->fp_status)); in helper_fcvt_s_d()
H A Dvec_helper.c2578 return float64_to_float32(d, status); in float64_cvt_float32()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc134 WRAP_SF_TO_SF(qemu_f64_to_f32, float64_to_float32, float64, float32)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c440 return nanbox_s(env, float64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_d()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c372 float32 ret = float64_to_float32(f2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c580 uint32_t ret = float64_to_float32(a, &env->fpu_status); in HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c395 return float64_to_float32(x, status); in VFP_HELPER()
H A Dsme_helper.c1287 t32 = float64_to_float32(t64, s_std); in f16_dotadd()
H A Dvec_helper.c3138 t32 = float64_to_float32(t64, fpst); in bfdotadd_ebf()
H A Dsve_helper.c4966 DO_ZPZ_FP(sve_fcvt_ds, uint64_t, H1_8, float64_to_float32) in DO_ZPZ_FP()
8578 DO_FCVTNT(sve2_fcvtnt_ds, uint64_t, uint32_t, H1_8, H1_4, float64_to_float32) in DO_FCVTNT()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h787 float32 float64_to_float32(float64, float_status *status);
/openbmc/qemu/target/i386/
H A Dops_sse.h584 d->ZMM_S(i) = float64_to_float32(s->ZMM_D(i), &env->sse_status); in glue()
633 d->ZMM_S(0) = float64_to_float32(s->ZMM_D(0), &env->sse_status); in helper_cvtsd2ss()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c340 fst2 = float64_to_float32(fdt0, &env->active_fpu.fp_status); in helper_float_cvts_d()
H A Dmsa_helper.c6321 f_val = float64_to_float32((float64)a, status); in float32_from_float64()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2904 float32 float64_to_float32(float64 a, float_status *s) in float64_to_float32() function