Searched refs:uint64_to_float64 (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 301 float64 ret = uint64_to_float64(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 593 FPU_FCFI(fcfidu, uint64_to_float64, 0) 1310 u.d = uint64_to_float64(val, &env->vec_status); in helper_efdcfuid() 1427 tmp = uint64_to_float64(1ULL << 32, &env->vec_status); in helper_efdctsf() 1443 tmp = uint64_to_float64(1ULL << 32, &env->vec_status); in helper_efdctuf()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 522 return uint64_to_float64(rs1, &env->fp_status); in helper_fcvt_d_lu()
|
H A D | vector_helper.c | 4512 RVVCALL(OPFVV1, vfcvt_f_xu_v_d, OP_UU_D, H8, H8, uint64_to_float64)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 299 WRAP_INT_TO_SF(qemu_ui64_to_f64, uint64_to_float64, uint64_t, float64)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 507 float64 ret = uint64_to_float64(v2, &env->fpu_status); in HELPER()
|
H A D | vec_fpu_helper.c | 209 return uint64_to_float64(a, s); in vcdlg64()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 179 float64 uint64_to_float64(uint64_t, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 658 RddV = uint64_to_float64(RssV, &env->fp_status); in HELPER()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4164 float64 uint64_to_float64(uint64_t a, float_status *status) in uint64_to_float64() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4642 DO_ZPZ_FP(sve_ucvt_dd, uint64_t, H1_8, uint64_to_float64) in DO_ZPZ_FP()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 8146 #define float64_from_uint64 uint64_to_float64
|