Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c699 return float16_to_int64(frs1, &env->fp_status); in helper_fcvt_l_h()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc185 WRAP_SF_TO_INT(qemu_f16_to_i64, float16_to_int64, float16, int_fast64_t)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h208 int64_t float16_to_int64(float16, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3281 int64_t float16_to_int64(float16 a, float_status *s) in float16_to_int64() function