Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/arm/nwfpe/
H A DARM-gcc.h103 #define float64_to_float32 ___float64_to_float32 macro
117 #define float64_to_float32 __truncdfsf2
H A Dfpa11_cpdo.c86 rFd->fSingle = float64_to_float32(&roundData, rFd->fDouble); in EmulateCPDO()
114 rFd->fSingle = float64_to_float32(&roundData, rFd->fDouble); in EmulateCPDO()
H A Dsoftfloat.h172 float32 float64_to_float32( struct roundingData *, float64 );
H A Dfpa11_cpdt.c101 val.f = float64_to_float32(roundData, fpa11->fpreg[Fn].fDouble); in storeSingle()
/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/linux/arch/sh/kernel/cpu/sh4/
H A Dfpu.c35 extern unsigned long int float64_to_float32(unsigned long long a);
378 tsk->thread.xstate->hardfpu.fpul = float64_to_float32(llx); in ieee_fpe_handler()
H A Dsoftfloat.c89 float32 float64_to_float32(float64 a);
912 float32 float64_to_float32(float64 a) in float64_to_float32() function
/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c113 return float64_to_float32(val, &env->fp_status); in HELPER()
/openbmc/qemu/target/alpha/
H A Dvax_helper.c340 fr = float64_to_float32(fa, &FP_STATUS); in helper_cvtgf()
H A Dfpu_helper.c424 fr = float64_to_float32(fa, &FP_STATUS); in helper_cvtts()
/openbmc/qemu/target/sh4/
H A Dop_helper.c324 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.c189 float32 ret = float64_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c238 float32 ret = float64_to_float32(src, &env->fp_status); in helper_fdtos()
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c596 return float64_to_float32(special_fma(aa, bb, cc, fp_status), fp_status); in special_fmaf()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c468 fd = nanbox_s(float64_to_float32(fj, &env->fp_status)); in helper_fcvt_s_d()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c441 return nanbox_s(env, float64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_d()
/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/s390x/tcg/
H A Dfpu_helper.c373 float32 ret = float64_to_float32(f2, &env->fpu_status); in HELPER()
H A Dvec_fpu_helper.c581 uint32_t ret = float64_to_float32(a, &env->fpu_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c693 float32 f32 = float64_to_float32(arg, &env->fp_status); in FPU_FMADD()
1455 u2.f = float64_to_float32(u1.d, &env->vec_status); in helper_efscfd()
3415 r = float64_to_float32(psum, excp_ptr); in vsxger16()
/openbmc/qemu/target/arm/
H A Dvfp_helper.c415 return float64_to_float32(x, &env->vfp.fp_status); in VFP_HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c1026 t32 = float64_to_float32(t64, s_std); in f16_dotadd()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h781 float32 float64_to_float32(float64, float_status *status);

12