Home
last modified time | relevance | path

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

/qemu/include/fpu/
H A Dsoftfloat.h206 int16_t float16_to_int16(float16, float_status *status);
/qemu/target/arm/tcg/
H A Dhelper-a64.c699 return float16_to_int16(a, fpst); in HELPER()
/qemu/fpu/
H A Dsoftfloat.c3271 int16_t float16_to_int16(float16 a, float_status *s) in float16_to_int16() function
/qemu/target/riscv/
H A Dvector_helper.c4301 RVVCALL(OPFVV1, vfcvt_x_f_v_h, OP_UU_H, H2, H2, float16_to_int16)