Home
last modified time | relevance | path

Searched defs:ftop (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/useful/
Dx87_to_vex_and_back.c53 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7; in x87_to_vex() local
87 UInt ftop = *(UInt*)(vex_state + OFFB_FTOP); in vex_to_x87() local
281 UInt ftop = *(UInt*)(vex_state + OFFB_FTOP); in printVexState() local
/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c1854 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7; in do_put_x87() local
1914 UInt ftop = vex_state->guest_FTOP; in do_get_x87() local
2362 UInt ftop = vex_state->guest_FTOP; in amd64g_dirtyhelper_FSTENV() local
2415 UInt ftop = vex_state->guest_FTOP; in amd64g_dirtyhelper_FNSAVES() local
2469 UInt ftop = (x87->env[FPS_ENV_STAT] >> 11) & 7; in amd64g_dirtyhelper_FRSTORS() local
Dguest_x86_helpers.c1610 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7; in do_put_x87() local
1670 UInt ftop = vex_state->guest_FTOP; in do_get_x87() local