Home
last modified time | relevance | path

Searched refs:float16_to_int32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c687 return float16_to_int32(frs1, &env->fp_status); in helper_fcvt_w_h()
H A Dvector_helper.c4539 RVVCALL(OPFVV1, vfwcvt_x_f_v_h, WOP_UU_H, H4, H2, float16_to_int32)
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc184 WRAP_SF_TO_INT(qemu_f16_to_i32, float16_to_int32, float16, int_fast32_t)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h207 int32_t float16_to_int32(float16, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3276 int32_t float16_to_int32(float16 a, float_status *s) in float16_to_int32() function