/openbmc/linux/arch/arm/nwfpe/ |
H A D | ARM-gcc.h | 103 #define float64_to_float32 ___float64_to_float32 macro 117 #define float64_to_float32 __truncdfsf2
|
H A D | fpa11_cpdo.c | 86 rFd->fSingle = float64_to_float32(&roundData, rFd->fDouble); in EmulateCPDO() 114 rFd->fSingle = float64_to_float32(&roundData, rFd->fDouble); in EmulateCPDO()
|
H A D | softfloat.h | 172 float32 float64_to_float32( struct roundingData *, float64 );
|
H A D | fpa11_cpdt.c | 101 val.f = float64_to_float32(roundData, fpa11->fpreg[Fn].fDouble); in storeSingle()
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cpdo.c | 79 float64_to_float32(fpa11->fpreg[Fd].fDouble, &fpa11->fp_status); in EmulateCPDO()
|
H A D | fpa11_cpdt.c | 116 val = float64_to_float32(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status); in storeSingle()
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | fpu.c | 35 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 D | softfloat.c | 89 float32 float64_to_float32(float64 a); 912 float32 float64_to_float32(float64 a) in float64_to_float32() function
|
/openbmc/qemu/target/openrisc/ |
H A D | fpu_helper.c | 113 return float64_to_float32(val, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 340 fr = float64_to_float32(fa, &FP_STATUS); in helper_cvtgf()
|
H A D | fpu_helper.c | 424 fr = float64_to_float32(fa, &FP_STATUS); in helper_cvtts()
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 324 ret = float64_to_float32(t0, &env->fp_status); in helper_fcnvds_DT_FT()
|
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 368 return float64_to_float32(v, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 189 float32 ret = float64_to_float32(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 238 float32 ret = float64_to_float32(src, &env->fp_status); in helper_fdtos()
|
/openbmc/qemu/target/hexagon/ |
H A D | fma_emu.c | 596 return float64_to_float32(special_fma(aa, bb, cc, fp_status), fp_status); in special_fmaf()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 468 fd = nanbox_s(float64_to_float32(fj, &env->fp_status)); in helper_fcvt_s_d()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 441 return nanbox_s(env, float64_to_float32(rs1, &env->fp_status)); in helper_fcvt_s_d()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 134 WRAP_SF_TO_SF(qemu_f64_to_f32, float64_to_float32, float64, float32)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 373 float32 ret = float64_to_float32(f2, &env->fpu_status); in HELPER()
|
H A D | vec_fpu_helper.c | 581 uint32_t ret = float64_to_float32(a, &env->fpu_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 693 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 D | vfp_helper.c | 415 return float64_to_float32(x, &env->vfp.fp_status); in VFP_HELPER()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 1026 t32 = float64_to_float32(t64, s_std); in f16_dotadd()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 781 float32 float64_to_float32(float64, float_status *status);
|