Home
last modified time | relevance | path

Searched refs:uint32_to_float32 (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/target/tricore/
H A Dfpu_helper.c470 f_result = uint32_to_float32(arg, &env->fp_status); in helper_utof()
/openbmc/qemu/target/xtensa/
H A Dfpu_helper.c357 return float32_scalbn(uint32_to_float32(v, &env->fp_status), in HELPER()
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c322 float32 ret = uint32_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc294 WRAP_INT_TO_SF(qemu_ui32_to_f32, uint32_to_float32, uint32_t, float32)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c351 return nanbox_s(env, uint32_to_float32((uint32_t)rs1, &env->fp_status)); in helper_fcvt_s_wu()
H A Dvector_helper.c4561 RVVCALL(OPFVV1, vfcvt_f_xu_v_w, OP_UU_W, H4, H4, uint32_to_float32)
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c184 return uint32_to_float32(a, s); in vcdlg32()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c501 RdV = uint32_to_float32(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h166 float32 uint32_to_float32(uint32_t, float_status *status);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c952 u.f = uint32_to_float32(val, &env->vec_status); in efscfui()
1026 u.f = uint32_to_float32(val, &env->vec_status); in efscfuf()
H A Dint_helper.c626 VCF(ux, uint32_to_float32, u32)
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c2151 d[i] = uint32_to_float32(s[i], fpst); in HELPER()
H A Dsve_helper.c5011 DO_ZPZ_FP(sve_ucvt_ss, uint32_t, H1_4, uint32_to_float32) in DO_ZPZ_FP()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4207 float32 uint32_to_float32(uint32_t a, float_status *status) in uint32_to_float32() function
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c8144 #define float32_from_uint32 uint32_to_float32