Searched refs:float64_to_floatx80 (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | softfloat.c | 312 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() 383 fp3 = float64_to_floatx80(make_float64(0x3F175496ADD7DAD6), in floatx80_lognp1() 385 fp2 = float64_to_floatx80(make_float64(0x3F3C71C2FE80C7E0), 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() [all …]
|
H A D | fpu_helper.c | 80 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 D | helper.c | 60 env->fregs[n].d = float64_to_floatx80(ldq_be_p(mem_buf), &s); in cf_fpu_gdb_set_reg()
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | extended_cpdo.c | 94 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO() 117 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in ExtendedCPDO()
|
H A D | fpa11_cprt.c | 170 rFn = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in PerformComparison() 203 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in PerformComparison()
|
H A D | fpa11_cpdo.c | 106 rFd->fExtended = float64_to_floatx80(rFd->fDouble); in EmulateCPDO()
|
H A D | softfloat.h | 174 floatx80 float64_to_floatx80( float64 );
|
H A D | fpa11_cpdt.c | 164 val.f = float64_to_floatx80(fpa11->fpreg[Fn].fDouble); in storeExtended()
|
H A D | softfloat.c | 1830 floatx80 float64_to_floatx80( float64 a ) in float64_to_floatx80() function
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cprt.c | 212 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 D | extended_cpdo.c | 60 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 D | fpa11_cpdo.c | 104 float64_to_floatx80(fpa11->fpreg[Fd].fDouble, &fpa11->fp_status); in EmulateCPDO()
|
H A D | fpa11_cpdt.c | 173 val = float64_to_floatx80(fpa11->fpreg[Fn].fDouble, &fpa11->fp_status); in storeExtended()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 127 return float64_to_floatx80(u.f64, &env->fp_status); in double_to_floatx80() 240 FT0 = float64_to_floatx80(u.f, &env->fp_status); in helper_fldl_FT0() 277 env->fpregs[new_fpstt].d = float64_to_floatx80(u.f, &env->fp_status); in helper_fldl_ST0()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 148 WRAP_SF_TO_80(qemu_f64_to_extF80M, float64_to_floatx80, float64)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 782 floatx80 float64_to_floatx80(float64, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2961 floatx80 float64_to_floatx80(float64 a, float_status *s) in float64_to_floatx80() function
|