Home
last modified time | relevance | path

Searched refs:FP_F_TOS_LO (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/useful/
Dshow_fp_state.c51 #define FP_F_TOS_LO 11 macro
72 return (m_fpu_state.env[FP_ENV_STAT] >> FP_F_TOS_LO) & 7; in fp_get_tos()
Dx87_to_vex_and_back.c183 #define FP_F_TOS_LO 11 macro
201 return (x87->env[FP_ENV_STAT] >> FP_F_TOS_LO) & 7; in fp_get_tos()
Dhd_fpu.c43 return (m_fpu_state.env[FP_ENV_STAT] >> FP_F_TOS_LO) & 7; in fp_get_tos()
263 fp_set_statusword_flag_to(FP_F_TOS_LO,0); in fp_set_tos()
264 fp_set_statusword_flag_to(FP_F_TOS_LO+1,0); in fp_set_tos()
266 m_fpu_state.env[FP_ENV_STAT] |= (tos << FP_F_TOS_LO); in fp_set_tos()