Home
last modified time | relevance | path

Searched refs:float64_eq (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1824 FOP_COND_D(seq, float64_eq(fdt0, fdt1,
1828 || float64_eq(fdt0, fdt1,
2112 FOP_CONDN_D(seq, (float64_eq(fdt0, fdt1,
2116 || float64_eq(fdt0, fdt1,
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h882 static inline bool float64_eq(float64 a, float64 b, float_status *s) in float64_eq() function