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

  /external/valgrind/main/VEX/priv/
guest_generic_x87.h 90 #define FP_ENV_IP 6 /* and 7 */
  /external/valgrind/main/VEX/useful/
show_fp_state.c 29 #define FP_ENV_IP 6 /* and 7 */
133 (((UInt)m_fpu_state.env[FP_ENV_IP+1]) << 16) |
134 ((UInt)m_fpu_state.env[FP_ENV_IP]) );
x87_to_vex_and_back.c 37 #define FP_ENV_IP 6 /* and 7 */
264 (((UInt)x87->env[FP_ENV_IP+1]) << 16) |
265 ((UInt)x87->env[FP_ENV_IP]) );

Completed in 128 milliseconds