HomeSort by relevance Sort by last modified time
    Searched refs:FP_F_TOS_LO (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/useful/
show_fp_state.c 51 #define FP_F_TOS_LO 11
72 return (m_fpu_state.env[FP_ENV_STAT] >> FP_F_TOS_LO) & 7;
x87_to_vex_and_back.c 183 #define FP_F_TOS_LO 11
201 return (x87->env[FP_ENV_STAT] >> FP_F_TOS_LO) & 7;
hd_fpu.c 43 return (m_fpu_state.env[FP_ENV_STAT] >> FP_F_TOS_LO) & 7;
263 fp_set_statusword_flag_to(FP_F_TOS_LO,0);
264 fp_set_statusword_flag_to(FP_F_TOS_LO+1,0);
266 m_fpu_state.env[FP_ENV_STAT] |= (tos << FP_F_TOS_LO);
    [all...]

Completed in 211 milliseconds