Home
last modified time | relevance | path

Searched refs:float16_round_to_int (Results 1 – 9 of 9) sorted by relevance

/qemu/target/riscv/
H A Dfpu_helper.c666 frs1 = float16_round_to_int(frs1, fs); in helper_fround_h()
680 frs1 = float16_round_to_int(frs1, &env->fp_status); in helper_froundnx_h()
/qemu/target/arm/
H A Dvfp_helper.c1044 return float16_round_to_int(x, fp_status); in HELPER()
1062 ret = float16_round_to_int(x, fp_status); in HELPER()
/qemu/target/arm/tcg/
H A Dhelper-a64.c663 return float16_round_to_int(x, fp_status); in HELPER()
671 ret = float16_round_to_int(x, fp_status); in HELPER()
H A Dvec_helper.c1053 DO_2OP(gvec_vrintx_h, float16_round_to_int, float16) in DO_2OP()
H A Dmve_helper.c3443 DO_1OP_FP(vrintx_h, 2, float16, float16_round_to_int)
H A Dsve_helper.c4616 DO_ZPZ_FP(sve_frintx_h, uint16_t, H1_2, float16_round_to_int) in DO_ZPZ_FP()
/qemu/tests/fp/
H A Dwrap.c.inc422 WRAP_ROUND_TO_INT(qemu_f16_roundToInt, float16_round_to_int, float16)
/qemu/include/fpu/
H A Dsoftfloat.h236 float16 float16_round_to_int(float16, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c2984 float16 float16_round_to_int(float16 a, float_status *s) in float16_round_to_int() function