Searched refs:uint32_to_float64 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | fpu_helper.c | 351 return float64_scalbn(uint32_to_float64(v, &env->fp_status), in HELPER()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 294 float64 ret = uint32_to_float64(arg, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 512 return uint32_to_float64((uint32_t)rs1, &env->fp_status); in helper_fcvt_d_wu()
|
H A D | vector_helper.c | 4549 RVVCALL(OPFVV1, vfwcvt_f_xu_v_w, WOP_UU_W, H8, H4, uint32_to_float64)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 295 WRAP_INT_TO_SF(qemu_ui32_to_f64, uint32_to_float64, uint32_t, float64)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 178 float64 uint32_to_float64(uint32_t, float_status *status);
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 622 RddV = uint32_to_float64(RsV, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1301 u.d = uint32_to_float64(val, &env->vec_status); in helper_efdcfui() 1410 u.d = uint32_to_float64(val, &env->vec_status); in helper_efdcfuf()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4169 float64 uint32_to_float64(uint32_t a, float_status *status) in uint32_to_float64() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4639 DO_ZPZ_FP(sve_ucvt_sd, uint64_t, H1_8, uint32_to_float64) in DO_ZPZ_FP()
|