Searched refs:float32_eq_quiet (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/target/microblaze/ |
| H A D | op_helper.c | 262 r = float32_eq_quiet(fa.f, fb.f, &env->fp_status); in helper_fcmp_eq() 308 r = !float32_eq_quiet(fa.f, fb.f, &env->fp_status); in helper_fcmp_ne()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | fpu_helper.c | 1877 FOP_COND_S(eq, float32_eq_quiet(fst0, fst1, 1881 || float32_eq_quiet(fst0, fst1, 1978 FOP_COND_PS(eq, float32_eq_quiet(fst0, fst1, 1980 float32_eq_quiet(fsth0, fsth1, 1984 || float32_eq_quiet(fst0, fst1, 1988 || float32_eq_quiet(fsth0, fsth1, 2181 FOP_CONDN_S(eq, (float32_eq_quiet(fst0, fst1, 2185 || float32_eq_quiet(fst0, fst1,
|
| /openbmc/qemu/target/xtensa/ |
| H A D | fpu_helper.c | 388 return float32_eq_quiet(a, b, &env->fp_status); in HELPER()
|
| /openbmc/qemu/target/riscv/ |
| H A D | fpu_helper.c | 317 return float32_eq_quiet(frs1, frs2, &env->fp_status); in helper_feq_s()
|
| H A D | vector_helper.c | 4317 GEN_VEXT_CMP_VV_ENV(vmfeq_vv_w, uint32_t, H4, float32_eq_quiet) 4358 GEN_VEXT_CMP_VF(vmfeq_vf_w, uint32_t, H4, float32_eq_quiet)
|
| /openbmc/qemu/target/hexagon/ |
| H A D | op_helper.c | 831 PdV = f8BITSOF(float32_eq_quiet(RsV, RtV, &env->fp_status)); in HELPER()
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat.h | 705 static inline bool float32_eq_quiet(float32 a, float32 b, float_status *s) in float32_eq_quiet() function
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | neon_helper.c | 1215 return -float32_eq_quiet(make_float32(a), make_float32(b), fpst); in HELPER()
|
| H A D | vec_helper.c | 1191 return -float32_eq_quiet(op1, op2, stat); in float32_ceq()
|
| /openbmc/qemu/target/i386/ |
| H A D | ops_sse.h | 1345 d->MMX_L(0) = float32_eq_quiet(d->MMX_S(0), s->MMX_S(0), in helper_pfcmpeq() 1347 d->MMX_L(1) = float32_eq_quiet(d->MMX_S(1), s->MMX_S(1), in helper_pfcmpeq()
|