Searched refs:floatx80_to_float64 (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cpdo.c | 93 floatx80_to_float64(fpa11->fpreg[Fd].fExtended, &fpa11->fp_status); in EmulateCPDO()
|
H A D | fpa11_cpdt.c | 144 val = floatx80_to_float64(fpa11->fpreg[Fn].fExtended, &fpa11->fp_status); in storeDouble()
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpa11_cpdo.c | 97 rFd->fDouble = floatx80_to_float64(&roundData, rFd->fExtended); in EmulateCPDO()
|
H A D | softfloat.h | 207 float64 floatx80_to_float64( struct roundingData *, floatx80 );
|
H A D | fpa11_cpdt.c | 132 val.f = floatx80_to_float64(roundData, fpa11->fpreg[Fn].fExtended); in storeDouble()
|
H A D | softfloat.c | 2641 float64 floatx80_to_float64( struct roundingData *roundData, floatx80 a ) in floatx80_to_float64() function
|
/openbmc/qemu/target/m68k/ |
H A D | fpu_helper.c | 85 return floatx80_to_float64(val->d, &env->fp_status); in HELPER() 548 val = floatx80_to_float64(fp->d, &env->fp_status); in cpu_st_float64_ra()
|
H A D | helper.c | 40 return gdb_get_reg64(mem_buf, floatx80_to_float64(env->fregs[n].d, &s)); in cf_fpu_gdb_get_reg()
|
H A D | translate.c | 6135 u.f64 = floatx80_to_float64(a, &env->fp_status); in floatx80_to_double()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 246 WRAP_80_TO_SF(qemu_extF80M_to_f64, floatx80_to_float64, float64)
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 115 u.f64 = floatx80_to_float64(a, &env->fp_status); in floatx80_to_double() 337 u.f = floatx80_to_float64(ST0, &env->fp_status); in helper_fstl_ST0()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 949 float64 floatx80_to_float64(floatx80, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2926 float64 floatx80_to_float64(floatx80 a, float_status *s) in floatx80_to_float64() function
|