Searched refs:int32_to_float16 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 710 return nanbox_h(env, int32_to_float16((int32_t)rs1, &env->fp_status)); in helper_fcvt_h_w()
|
H A D | vector_helper.c | 4608 RVVCALL(OPFVV1, vfncvt_f_x_w_h, NOP_UU_H, H2, H4, int32_to_float16) in RVVCALL()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 301 WRAP_INT_TO_SF(qemu_i32_to_f16, int32_to_float16, int32_t, float16)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 146 float16 int32_to_float16(int32_t a, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3864 float16 int32_to_float16(int32_t a, float_status *status) in int32_to_float16() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 4629 DO_ZPZ_FP(sve_scvt_sh, uint32_t, H1_4, int32_to_float16) in DO_ZPZ_FP()
|