Home
last modified time | relevance | path

Searched refs:eq128 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h628 static inline bool eq128(uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1) in eq128() function
/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros706 INLINE flag eq128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
H A Dsoftfloat.c3148 || ( eq128( alternateASig0, alternateASig1, aSig0, aSig1 ) in floatx80_rem()
/openbmc/qemu/fpu/
H A Dsoftfloat.c1278 (eq128(t0, t1, a0, a1) && (q & 1))) { in frac64_modrem()