Searched refs:float16_to_int32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 687 return float16_to_int32(frs1, &env->fp_status); in helper_fcvt_w_h()
|
H A D | vector_helper.c | 4539 RVVCALL(OPFVV1, vfwcvt_x_f_v_h, WOP_UU_H, H4, H2, float16_to_int32)
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 184 WRAP_SF_TO_INT(qemu_f16_to_i32, float16_to_int32, float16, int_fast32_t)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 207 int32_t float16_to_int32(float16, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3276 int32_t float16_to_int32(float16 a, float_status *s) in float16_to_int32() function
|