Home
last modified time | relevance | path

Searched refs:float64_to_floatx80 (Results 1 – 11 of 11) sorted by relevance

/qemu/target/m68k/
H A Dsoftfloat.c312 fp1 = floatx80_mul(fp1, float64_to_floatx80( in floatx80_lognp1()
315 fp2 = floatx80_mul(fp2, float64_to_floatx80( in floatx80_lognp1()
318 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1()
321 fp2 = floatx80_add(fp2, float64_to_floatx80( in floatx80_lognp1()
326 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1()
329 fp2 = floatx80_add(fp2, float64_to_floatx80( in floatx80_lognp1()
389 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
392 fp2 = floatx80_add(fp2, float64_to_floatx80( in floatx80_lognp1()
397 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1()
501 fp1 = floatx80_mul(fp1, float64_to_floatx80( in floatx80_logn()
[all …]
H A Dfpu_helper.c80 res->d = float64_to_floatx80(val, &env->fp_status); in HELPER()
538 fp->d = float64_to_floatx80(*(float64 *)&val, &env->fp_status); in cpu_ld_float64_ra()
H A Dhelper.c60 env->fregs[n].d = float64_to_floatx80(ldq_p(mem_buf), &s); in cf_fpu_gdb_set_reg()
/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cprt.c212 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status); in PerformComparison()
248 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in PerformComparison()
H A Dextended_cpdo.c60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
81 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status); in ExtendedCPDO()
H A Dfpa11_cpdo.c104 float64_to_floatx80(fpa11->fpreg[Fd].fDouble, &fpa11->fp_status); in EmulateCPDO()
H A Dfpa11_cpdt.c173 val = float64_to_floatx80(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status); in storeExtended()
/qemu/target/i386/tcg/
H A Dfpu_helper.c127 return float64_to_floatx80(u.f64, &env->fp_status); in double_to_floatx80()
200 FT0 = float64_to_floatx80(u.f, &env->fp_status); in helper_fldl_FT0()
237 env->fpregs[new_fpstt].d = float64_to_floatx80(u.f, &env->fp_status); in helper_fldl_ST0()
/qemu/tests/fp/
H A Dwrap.c.inc148 WRAP_SF_TO_80(qemu_f64_to_extF80M, float64_to_floatx80, float64)
/qemu/include/fpu/
H A Dsoftfloat.h782 floatx80 float64_to_floatx80(float64, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c2961 floatx80 float64_to_floatx80(float64 a, float_status *s) in float64_to_floatx80() function