Home
last modified time | relevance | path

Searched refs:float16_le (Results 1 – 5 of 5) sorted by relevance

/qemu/target/riscv/
H A Dfpu_helper.c623 return float16_le(frs1, frs2, &env->fp_status); in helper_fle_h()
H A Dvector_helper.c4142 GEN_VEXT_CMP_VV_ENV(vmfle_vv_h, uint16_t, H2, float16_le) in GEN_VEXT_CMP_VV_ENV()
4145 GEN_VEXT_CMP_VF(vmfle_vf_h, uint16_t, H2, float16_le) in GEN_VEXT_CMP_VV_ENV()
/qemu/include/fpu/
H A Dsoftfloat.h315 static inline bool float16_le(float16 a, float16 b, float_status *s) in float16_le() function
/qemu/target/arm/tcg/
H A Dvec_helper.c976 return -float16_le(op2, op1, stat); in float16_cge()
996 return -float16_le(float16_abs(op2), float16_abs(op1), stat); in float16_acge()
H A Dmve_helper.c3233 #define DO_GE16(X, Y, S) float16_le(Y, X, S)