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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.h289 int float32_le( float32, float32 STATUS_PARAM );
H A Dsoftfloat-native.h218 INLINE int float32_le( float32 a, float32 b STATUS_PARAM) function
H A Dsoftfloat.c2213 int float32_le( float32 a, float32 b STATUS_PARAM ) function
/vbox/src/recompiler/target-i386/
H A Dops_sse.h1235 d->MMX_L(0) = float32_le(s->MMX_S(0), d->MMX_S(0), &env->mmx_status) ? -1 : 0;
1236 d->MMX_L(1) = float32_le(s->MMX_S(1), d->MMX_S(1), &env->mmx_status) ? -1 : 0;

Completed in 1304 milliseconds