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

/external/qemu/target-i386/
H A Dop_helper.c3508 int new_fpstt; local
3513 new_fpstt = (env->fpstt - 1) & 7;
3515 env->fpregs[new_fpstt].d = float32_to_floatx(u.f, &env->fp_status);
3516 env->fpstt = new_fpstt;
3517 env->fptags[new_fpstt] = 0; /* validate stack entry */
3522 int new_fpstt; local
3527 new_fpstt = (env->fpstt - 1) & 7;
3529 env->fpregs[new_fpstt].d = float64_to_floatx(u.f, &env->fp_status);
3530 env->fpstt = new_fpstt;
3531 env->fptags[new_fpstt]
3536 int new_fpstt; local
3545 int new_fpstt; local
3620 int new_fpstt; local
[all...]

Completed in 70 milliseconds