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

/vbox/src/recompiler/target-i386/
H A Dexec.h134 #define int64_to_floatx int64_to_float64
H A Dops_sse.h685 d->XMM_D(0) = int64_to_float64(val, &env->sse_status);
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c121 float64 int64_to_float64( int64_t v STATUS_PARAM) function
H A Dsoftfloat.h244 float64 int64_to_float64( int64_t STATUS_PARAM );
H A Dsoftfloat-native.h166 float64 int64_to_float64( int64_t STATUS_PARAM);
H A Dsoftfloat.c1202 float64 int64_to_float64( int64 a STATUS_PARAM ) function
5596 return int64_to_float64(a STATUS_VAR);
5676 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR));
5687 v = float64_val(int64_to_float64(INT64_MIN STATUS_VAR));

Completed in 84 milliseconds