Searched refs:uint64_to_float64 (Results 1 – 12 of 12) sorted by relevance
| /openbmc/qemu/target/hppa/ |
| H A D | fpu_helper.c | 343 float64 ret = uint64_to_float64(arg, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/ppc/ |
| H A D | fpu_helper.c | 591 FPU_FCFI(fcfidu, uint64_to_float64, 0) 1308 u.d = uint64_to_float64(val, &env->vec_status); in helper_efdcfuid() 1425 tmp = uint64_to_float64(1ULL << 32, &env->vec_status); in helper_efdctsf() 1441 tmp = uint64_to_float64(1ULL << 32, &env->vec_status); in helper_efdctuf()
|
| /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/riscv/ |
| H A D | fpu_helper.c | 521 return uint64_to_float64(rs1, &env->fp_status); in helper_fcvt_d_lu()
|
| H A D | vector_helper.c | 4562 RVVCALL(OPFVV1, vfcvt_f_xu_v_d, OP_UU_D, H8, H8, uint64_to_float64)
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 506 float64 ret = uint64_to_float64(v2, &env->fpu_status); in HELPER()
|
| H A D | vec_fpu_helper.c | 208 return uint64_to_float64(a, s); in vcdlg64()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 546 RddV = uint64_to_float64(RssV, &env->fp_status); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 181 float64 uint64_to_float64(uint64_t, float_status *status);
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 4242 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 | 5015 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 | 8147 #define float64_from_uint64 uint64_to_float64
|