Home
last modified time | relevance | path

Searched refs:float16_to_uint32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dwrap.c.inc175 WRAP_SF_TO_INT(qemu_f16_to_ui32, float16_to_uint32, float16, uint_fast32_t)
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c692 return (int32_t)float16_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_h()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h227 uint32_t float16_to_uint32(float16 a, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3760 uint32_t float16_to_uint32(float16 a, float_status *s) in float16_to_uint32() function