Searched refs:int64_to_float64 (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/target/openrisc/ |
H A D | fpu_helper.c | 88 return int64_to_float64(val, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 353 fr = int64_to_float64(a, &FP_STATUS); in helper_cvtqg()
|
H A D | fpu_helper.c | 498 float64 fr = int64_to_float64(a, &FP_STATUS); in helper_cvtqt()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 217 float64 ret = int64_to_float64(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/sparc/ |
H A D | fop_helper.c | 222 float64 ret = int64_to_float64(src, &env->fp_status); in helper_fxtod()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 591 FPU_FCFI(fcfid, int64_to_float64, 0) 1292 u.d = int64_to_float64(val, &env->vec_status); in helper_efdcfsid() 1399 tmp = int64_to_float64(1ULL << 32, &env->vec_status); in helper_efdcfsf() 1411 tmp = int64_to_float64(1ULL << 32, &env->vec_status); in helper_efdcfuf()
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | fpu_helper.c | 513 fd = int64_to_float64(fj, &env->fp_status); in helper_ffint_d_l()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 517 return int64_to_float64(rs1, &env->fp_status); in helper_fcvt_d_l()
|
H A D | vector_helper.c | 4520 RVVCALL(OPFVV1, vfcvt_f_x_v_d, OP_UU_D, H8, H8, int64_to_float64)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 307 WRAP_INT_TO_SF(qemu_i64_to_f64, int64_to_float64, int64_t, float64)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 474 float64 ret = int64_to_float64(v2, &env->fpu_status); in HELPER()
|
H A D | vec_fpu_helper.c | 204 return int64_to_float64(a, s); in vcdg64()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 176 float64 int64_to_float64(int64_t, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 676 RddV = int64_to_float64(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 270 fdt2 = int64_to_float64(dt0, &env->active_fpu.fp_status); in helper_float_cvtd_l()
|
H A D | msa_helper.c | 8145 #define float64_from_int64 int64_to_float64
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 689 d->ZMM_D(0) = int64_to_float64(val, &env->sse_status); in helper_cvtsq2sd()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3944 float64 int64_to_float64(int64_t a, float_status *status) in int64_to_float64() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4634 DO_ZPZ_FP(sve_scvt_dd, uint64_t, H1_8, int64_to_float64) in DO_ZPZ_FP()
|