Searched refs:float32_eq (Results 1 - 4 of 4) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.h288 int float32_eq( float32, float32 STATUS_PARAM );
H A Dsoftfloat-native.h214 INLINE int float32_eq( float32 a, float32 b STATUS_PARAM) function
H A Dsoftfloat.c2190 int float32_eq( float32 a, float32 b STATUS_PARAM ) function
/vbox/src/recompiler/target-i386/
H A Dops_sse.h1229 d->MMX_L(0) = float32_eq(d->MMX_S(0), s->MMX_S(0), &env->mmx_status) ? -1 : 0;
1230 d->MMX_L(1) = float32_eq(d->MMX_S(1), s->MMX_S(1), &env->mmx_status) ? -1 : 0;

Completed in 76 milliseconds