Home
last modified time | relevance | path

Searched refs:int32_to_float16 (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/fp/
H A Dwrap.c.inc301 WRAP_INT_TO_SF(qemu_i32_to_f16, int32_to_float16, int32_t, float16)
/qemu/target/riscv/
H A Dfpu_helper.c710 return nanbox_h(env, int32_to_float16((int32_t)rs1, &env->fp_status)); in helper_fcvt_h_w()
H A Dvector_helper.c4407 RVVCALL(OPFVV1, vfncvt_f_x_w_h, NOP_UU_H, H2, H4, int32_to_float16) in RVVCALL()
/qemu/include/fpu/
H A Dsoftfloat.h146 float16 int32_to_float16(int32_t a, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3864 float16 int32_to_float16(int32_t a, float_status *status) in int32_to_float16() function
/qemu/target/arm/tcg/
H A Dsve_helper.c4629 DO_ZPZ_FP(sve_scvt_sh, uint32_t, H1_4, int32_to_float16) in DO_ZPZ_FP()