Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dfpu_helper.c651 return float16_eq_quiet(frs1, frs2, &env->fp_status); in helper_feq_h()
H A Dvector_helper.c4065 GEN_VEXT_CMP_VV_ENV(vmfeq_vv_h, uint16_t, H2, float16_eq_quiet)
4106 GEN_VEXT_CMP_VF(vmfeq_vf_h, uint16_t, H2, float16_eq_quiet)
/qemu/include/fpu/
H A Dsoftfloat.h330 static inline bool float16_eq_quiet(float16 a, float16 b, float_status *s) in float16_eq_quiet() function
/qemu/target/arm/tcg/
H A Dvec_helper.c966 return -float16_eq_quiet(op1, op2, stat); in float16_ceq()