Home
last modified time | relevance | path

Searched refs:float16_to_uint32 (Results 1 – 5 of 5) sorted by path

/qemu/fpu/
H A Dsoftfloat.c3682 uint32_t float16_to_uint32(float16 a, float_status *s) in float16_to_uint32() function
/qemu/include/fpu/
H A Dsoftfloat.h225 uint32_t float16_to_uint32(float16 a, float_status *status);
/qemu/target/riscv/
H A Dfpu_helper.c693 return (int32_t)float16_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_h()
H A Dvector_helper.c4332 RVVCALL(OPFVV1, vfwcvt_xu_f_v_h, WOP_UU_H, H4, H2, float16_to_uint32)
/qemu/tests/fp/
H A Dwrap.c.inc175 WRAP_SF_TO_INT(qemu_f16_to_ui32, float16_to_uint32, float16, uint_fast32_t)