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

/vbox/src/recompiler/target-i386/
H A Dexec.h141 #define floatx_round_to_int float64_round_to_int
H A Dops_sse.h1649 d->L(0) = float64_round_to_int(s->L(0), &env->sse_status);
1650 d->L(1) = float64_round_to_int(s->L(1), &env->sse_status);
1651 d->L(2) = float64_round_to_int(s->L(2), &env->sse_status);
1652 d->L(3) = float64_round_to_int(s->L(3), &env->sse_status);
1685 d->Q(0) = float64_round_to_int(s->Q(0), &env->sse_status);
1686 d->Q(1) = float64_round_to_int(s->Q(1), &env->sse_status);
1719 d->L(0) = float64_round_to_int(s->L(0), &env->sse_status);
1752 d->Q(0) = float64_round_to_int(s->Q(0), &env->sse_status);
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c371 float64 float64_round_to_int( float64 a STATUS_PARAM ) function
H A Dsoftfloat.h351 float64 float64_round_to_int( float64 STATUS_PARAM );
H A Dsoftfloat-native.h302 float64 float64_round_to_int( float64 STATUS_PARAM );
H A Dsoftfloat.c2751 float64 float64_round_to_int( float64 a STATUS_PARAM ) function
2811 res = float64_round_to_int(a STATUS_VAR);

Completed in 73 milliseconds