Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat.h224 uint16_t float16_to_uint16(float16 a, float_status *status);
/qemu/target/arm/tcg/
H A Dhelper-a64.c711 return float16_to_uint16(a, fpst); in HELPER()
/qemu/fpu/
H A Dsoftfloat.c3677 uint16_t float16_to_uint16(float16 a, float_status *s) in float16_to_uint16() function
/qemu/target/riscv/
H A Dvector_helper.c4293 RVVCALL(OPFVV1, vfcvt_xu_f_v_h, OP_UU_H, H2, H2, float16_to_uint16)