Home
last modified time | relevance | path

Searched refs:uint32_to_float16 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c715 return nanbox_h(env, uint32_to_float16((uint32_t)rs1, &env->fp_status)); in helper_fcvt_h_wu()
H A Dvector_helper.c4602 RVVCALL(OPFVV1, vfncvt_f_xu_w_h, NOP_UU_H, H2, H4, uint32_to_float16) in RVVCALL()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc293 WRAP_INT_TO_SF(qemu_ui32_to_f16, uint32_to_float16, uint32_t, float16)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h150 float16 uint32_to_float16(uint32_t a, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c4084 float16 uint32_to_float16(uint32_t a, float_status *status) in uint32_to_float16() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4637 DO_ZPZ_FP(sve_ucvt_sh, uint32_t, H1_4, uint32_to_float16) in DO_ZPZ_FP()