Searched refs:float64_to_int64 (Results 1 - 6 of 6) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dexec.h130 #define floatx_to_int64 float64_to_int64
H A Dops_sse.h735 return float64_to_int64(s->XMM_D(0), &env->sse_status);
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c284 int64_t float64_to_int64( float64 a STATUS_PARAM) function
H A Dsoftfloat.h336 int64_t float64_to_int64( float64 STATUS_PARAM );
H A Dsoftfloat-native.h287 int64_t float64_to_int64( float64 STATUS_PARAM );
H A Dsoftfloat.c2423 int64 float64_to_int64( float64 a STATUS_PARAM ) function
5640 v = float64_to_int64(a STATUS_VAR);
5678 v = float64_to_int64(make_float64(v) STATUS_VAR);

Completed in 58 milliseconds