Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c650 return float16_eq_quiet(frs1, frs2, &env->fp_status); in helper_feq_h()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h334 static inline bool float16_eq_quiet(float16 a, float16 b, float_status *s) in float16_eq_quiet() function
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c1186 return -float16_eq_quiet(op1, op2, stat); in float16_ceq()