Searched defs:new_fpstt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c4319 int new_fpstt; local
4324 new_fpstt = (env->fpstt - 1) & 7;
4326 env->fpregs[new_fpstt].d = float32_to_floatx(u.f, &env->fp_status);
4327 env->fpstt = new_fpstt;
4328 env->fptags[new_fpstt] = 0; /* validate stack entry */
4333 int new_fpstt; local
4338 new_fpstt = (env->fpstt - 1) & 7;
4340 env->fpregs[new_fpstt].d = float64_to_floatx(u.f, &env->fp_status);
4341 env->fpstt = new_fpstt;
4342 env->fptags[new_fpstt]
4347 int new_fpstt; local
4356 int new_fpstt; local
4451 int new_fpstt; local
[all...]

Completed in 67 milliseconds