Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dfpu_helper.c1825 FOP_COND_D(seq, float64_eq(fdt0, fdt1,
1829 || float64_eq(fdt0, fdt1,
2113 FOP_CONDN_D(seq, (float64_eq(fdt0, fdt1,
2117 || float64_eq(fdt0, fdt1,
/qemu/include/fpu/
H A Dsoftfloat.h874 static inline bool float64_eq(float64 a, float64 b, float_status *s) in float64_eq() function