Searched refs:float16_round_to_int (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 666 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()
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 1046 return float16_round_to_int(x, fp_status); in HELPER() 1064 ret = float16_round_to_int(x, fp_status); in HELPER()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 663 return float16_round_to_int(x, fp_status); in HELPER() 671 ret = float16_round_to_int(x, fp_status); in HELPER()
|
H A D | vec_helper.c | 1229 DO_2OP(gvec_vrintx_h, float16_round_to_int, float16) in DO_2OP()
|
H A D | mve_helper.c | 3443 DO_1OP_FP(vrintx_h, 2, float16, float16_round_to_int)
|
H A D | sve_helper.c | 4616 DO_ZPZ_FP(sve_frintx_h, uint16_t, H1_2, float16_round_to_int) in DO_ZPZ_FP()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 422 WRAP_ROUND_TO_INT(qemu_f16_roundToInt, float16_round_to_int, float16)
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 236 float16 float16_round_to_int(float16, float_status *status);
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 2984 float16 float16_round_to_int(float16 a, float_status *s) in float16_round_to_int() function
|