Searched refs:float16_round_to_int (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 665 frs1 = float16_round_to_int(frs1, fs); in helper_fround_h() 679 frs1 = float16_round_to_int(frs1, &env->fp_status); in helper_froundnx_h()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 1137 return float16_round_to_int(x, fp_status); in HELPER() 1155 ret = float16_round_to_int(x, fp_status); in HELPER()
|
| H A D | helper-a64.c | 560 return float16_round_to_int(x, fp_status); in HELPER() 568 ret = float16_round_to_int(x, fp_status); in HELPER()
|
| H A D | vec_helper.c | 1298 DO_2OP(gvec_vrintx_h, float16_round_to_int, float16) in DO_2OP()
|
| H A D | mve_helper.c | 3449 DO_1OP_FP(vrintx_h, 2, float16, float16_round_to_int)
|
| H A D | sve_helper.c | 4989 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 | 238 float16 float16_round_to_int(float16, float_status *status);
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 3060 float16 float16_round_to_int(float16 a, float_status *s) in float16_round_to_int() function
|