Searched refs:float16_to_uint32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 693 return (int32_t)float16_to_uint32(frs1, &env->fp_status); in helper_fcvt_wu_h()
|
H A D | vector_helper.c | 4533 RVVCALL(OPFVV1, vfwcvt_xu_f_v_h, WOP_UU_H, H4, H2, float16_to_uint32)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 175 WRAP_SF_TO_INT(qemu_f16_to_ui32, float16_to_uint32, float16, uint_fast32_t)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 225 uint32_t float16_to_uint32(float16 a, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3682 uint32_t float16_to_uint32(float16 a, float_status *s) in float16_to_uint32() function
|