Searched refs:float16_eq_quiet (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 650 return float16_eq_quiet(frs1, frs2, &env->fp_status); in helper_feq_h()
|
| H A D | vector_helper.c | 4316 GEN_VEXT_CMP_VV_ENV(vmfeq_vv_h, uint16_t, H2, float16_eq_quiet) 4357 GEN_VEXT_CMP_VF(vmfeq_vf_h, uint16_t, H2, float16_eq_quiet)
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 334 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 D | vec_helper.c | 1186 return -float16_eq_quiet(op1, op2, stat); in float16_ceq()
|