Lines Matching refs:ftop
1854 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7; in do_put_x87() local
1864 preg = (stno + ftop) & 7; in do_put_x87()
1885 vex_state->guest_FTOP = ftop; in do_put_x87()
1914 UInt ftop = vex_state->guest_FTOP; in do_get_x87() local
1922 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
1929 preg = (stno + ftop) & 7; in do_get_x87()
2362 UInt ftop = vex_state->guest_FTOP; in amd64g_dirtyhelper_FSTENV() local
2370 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) )); in amd64g_dirtyhelper_FSTENV()
2377 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FSTENV()
2415 UInt ftop = vex_state->guest_FTOP; in amd64g_dirtyhelper_FNSAVES() local
2422 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in amd64g_dirtyhelper_FNSAVES()
2429 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FNSAVES()
2469 UInt ftop = (x87->env[FPS_ENV_STAT] >> 11) & 7; in amd64g_dirtyhelper_FRSTORS() local
2479 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FRSTORS()
2498 vex_state->guest_FTOP = ftop; in amd64g_dirtyhelper_FRSTORS()