Home
last modified time | relevance | path

Searched refs:ftop (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c1949 UInt ftop = (x87_state->env[FP_ENV_STAT] >> 11) & 7; in do_put_x87() local
1959 preg = (stno + ftop) & 7; in do_put_x87()
1980 vex_state->guest_FTOP = ftop; in do_put_x87()
2008 UInt ftop = vex_state->guest_FTOP; in do_get_x87() local
2017 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
2024 preg = (stno + ftop) & 7; in do_get_x87()
2457 UInt ftop = vex_state->guest_FTOP; in amd64g_dirtyhelper_FSTENV() local
2465 = toUShort(toUInt( ((ftop & 7) << 11) | (c3210 & 0x4700) )); in amd64g_dirtyhelper_FSTENV()
2472 preg = (stno + ftop) & 7; in amd64g_dirtyhelper_FSTENV()
2510 UInt ftop = vex_state->guest_FTOP; in amd64g_dirtyhelper_FNSAVES() local
[all …]
Dguest_x86_helpers.c1609 UInt ftop = (x87_state->env[FP_ENV_STAT] >> 11) & 7; in do_put_x87() local
1619 preg = (stno + ftop) & 7; in do_put_x87()
1640 vex_state->guest_FTOP = ftop; in do_put_x87()
1668 UInt ftop = vex_state->guest_FTOP; in do_get_x87() local
1677 = toUShort(((ftop & 7) << 11) | (c3210 & 0x4700)); in do_get_x87()
1684 preg = (stno + ftop) & 7; in do_get_x87()