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

  /external/valgrind/VEX/useful/
x87_to_vex_and_back.c 36 #define FP_ENV_TAG 4
54 UInt tagw = x87->env[FP_ENV_TAG];
108 x87->env[FP_ENV_TAG] = tagw;
207 return (x87->env[FP_ENV_TAG] >> (2*regno)) & 3;
258 printf(" ftag: 0x%04x ", (UInt)x87->env[FP_ENV_TAG] );
show_fp_state.c 28 #define FP_ENV_TAG 4
78 return (m_fpu_state.env[FP_ENV_TAG] >> (2*regno)) & 3;
127 printf(" ftag: 0x%04x ", (UInt)m_fpu_state.env[FP_ENV_TAG] );
hd_fpu.c 307 return (m_fpu_state.env[FP_ENV_TAG] >> (2*regno)) & 3;
324 m_fpu_state.env[FP_ENV_TAG] &= ~(3 << (2*regno));
325 m_fpu_state.env[FP_ENV_TAG] |= (val << (2*regno));
540 printf(" ftag: 0x%4x ", (UInt)m_fpu_state.env[FP_ENV_TAG] );
    [all...]
  /external/valgrind/VEX/priv/
guest_generic_x87.h 89 #define FP_ENV_TAG 4
guest_x86_helpers.c     [all...]
guest_amd64_helpers.c     [all...]

Completed in 133 milliseconds