Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c720 return nanbox_h(env, int64_to_float16(rs1, &env->fp_status)); in helper_fcvt_h_l()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc305 WRAP_INT_TO_SF(qemu_i64_to_f16, int64_to_float16, int64_t, float16)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h147 float16 int64_to_float16(int64_t a, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3859 float16 int64_to_float16(int64_t a, float_status *status) in int64_to_float16() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4632 DO_ZPZ_FP(sve_scvt_dh, uint64_t, H1_8, int64_to_float16) in DO_ZPZ_FP()