Searched refs:uint64_to_float16 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 725 return nanbox_h(env, uint64_to_float16(rs1, &env->fp_status)); in helper_fcvt_h_lu()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 297 WRAP_INT_TO_SF(qemu_ui64_to_f16, uint64_to_float16, uint64_t, float16)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 151 float16 uint64_to_float16(uint64_t a, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 4079 float16 uint64_to_float16(uint64_t a, float_status *status) in uint64_to_float16() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4640 DO_ZPZ_FP(sve_ucvt_dh, uint64_t, H1_8, uint64_to_float16) in DO_ZPZ_FP()
|