Home
last modified time | relevance | path

Searched refs:uint32_to_float32 (Results 1 – 14 of 14) 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.c280 float32 ret = uint32_to_float32(arg, &env->fp_status); in HELPER()
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c352 return nanbox_s(env, uint32_to_float32((uint32_t)rs1, &env->fp_status)); in helper_fcvt_s_wu()
H A Dvector_helper.c4511 RVVCALL(OPFVV1, vfcvt_f_xu_v_w, OP_UU_W, H4, H4, uint32_to_float32)
/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/s390x/tcg/
H A Dvec_fpu_helper.c185 return uint32_to_float32(a, s); in vcdlg32()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h164 float32 uint32_to_float32(uint32_t, float_status *status);
/openbmc/qemu/target/hexagon/
H A Dop_helper.c613 RdV = uint32_to_float32(RsV, &env->fp_status); in HELPER()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c954 u.f = uint32_to_float32(val, &env->vec_status); in efscfui()
1028 u.f = uint32_to_float32(val, &env->vec_status); in efscfuf()
H A Dint_helper.c626 VCF(ux, uint32_to_float32, u32)
/openbmc/qemu/fpu/
H A Dsoftfloat.c4129 float32 uint32_to_float32(uint32_t a, float_status *status) in uint32_to_float32() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4638 DO_ZPZ_FP(sve_ucvt_ss, uint32_t, H1_4, uint32_to_float32) in DO_ZPZ_FP()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c8143 #define float32_from_uint32 uint32_to_float32