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.c310 fp1 = floatx80_mul(fp1, float64_to_floatx80( in floatx80_lognp1()
313 fp2 = floatx80_mul(fp2, float64_to_floatx80( in floatx80_lognp1()
316 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1()
319 fp2 = floatx80_add(fp2, float64_to_floatx80( in floatx80_lognp1()
324 fp1 = floatx80_add(fp1, float64_to_floatx80( in floatx80_lognp1()
327 fp2 = floatx80_add(fp2, float64_to_floatx80( in floatx80_lognp1()
381 fp3 = float64_to_floatx80(make_float64(0x3F175496ADD7DAD6), in floatx80_lognp1()
383 fp2 = float64_to_floatx80(make_float64(0x3F3C71C2FE80C7E0), in floatx80_lognp1()
387 fp3 = floatx80_add(fp3, float64_to_floatx80( in floatx80_lognp1()
390 fp2 = floatx80_add(fp2, float64_to_floatx80( in floatx80_lognp1()
[all …]
H A Dfpu_helper.c79 res->d = float64_to_floatx80(val, &env->fp_status); in HELPER()
537 fp->d = float64_to_floatx80(*(float64 *)&val, &env->fp_status); in cpu_ld_float64_ra()
H A Dhelper.c64 env->fregs[n].d = float64_to_floatx80(ldq_be_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()
263 FT0 = float64_to_floatx80(u.f, &env->fp_status); in helper_fldl_FT0()
300 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.h788 floatx80 float64_to_floatx80(float64, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3003 floatx80 float64_to_floatx80(float64 a, float_status *s) in float64_to_floatx80() function