Searched refs:int64_to_float32 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c113 float32 int64_to_float32( int64_t v STATUS_PARAM) function
H A Dsoftfloat.h242 float32 int64_to_float32( int64_t STATUS_PARAM );
H A Dsoftfloat-native.h164 float32 int64_to_float32( int64_t STATUS_PARAM);
H A Dsoftfloat.c1149 float32 int64_to_float32( int64 a STATUS_PARAM ) function
5591 return int64_to_float32(a STATUS_VAR);
/vbox/src/recompiler/target-i386/
H A Dops_sse.h680 d->XMM_S(0) = int64_to_float32(val, &env->sse_status);

Completed in 73 milliseconds