Home
last modified time | relevance | path

Searched refs:float16_to_uint16_round_to_zero (Results 1 – 4 of 4) sorted by relevance

/qemu/include/fpu/
H A Dsoftfloat.h228 uint16_t float16_to_uint16_round_to_zero(float16 a, float_status *status);
/qemu/target/arm/tcg/
H A Dvec_helper.c1031 return float16_to_uint16_round_to_zero(x, fpst); in vfp_touszh()
H A Dsve_helper.c4558 return float16_to_uint16_round_to_zero(f, s); in vfp_float16_to_uint16_rtz()
/qemu/fpu/
H A Dsoftfloat.c3737 uint16_t float16_to_uint16_round_to_zero(float16 a, float_status *s) in float16_to_uint16_round_to_zero() function