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

  /external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c 2 /* Testing framework, for developing code to copy vex's x87 simulation
3 state to and from a real x87 state image (the 108-byte thing).
24 /* Layout of the real x87 state. */
52 Fpu_State* x87 = (Fpu_State*)x87_state; local
53 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7;
54 UInt tagw = x87->env[FP_ENV_TAG];
65 convert_f80le_to_f64le( &x87->reg[FP_REG(r)], (UChar*)&vexRegs[r] );
86 Fpu_State* x87 = (Fpu_State*)x87_state; local
90 x87->env[i] = 0;
92 x87->env[1] = x87->env[3] = x87->env[5] = x87->env[13] = 0xFFFF
225 Fpu_State* x87 = (Fpu_State*)fpu_state; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c 1541 Fpu_State* x87 = (Fpu_State*)x87_state; local
1601 Fpu_State* x87 = (Fpu_State*)x87_state; local
1971 Fpu_State* x87 = (Fpu_State*)x87_state; local
2024 Fpu_State_16* x87 = (Fpu_State_16*)x87_state; local
2078 Fpu_State_16* x87 = (Fpu_State_16*)x87_state; local
    [all...]
guest_x86_helpers.c 1571 Fpu_State* x87 = (Fpu_State*)x87_state; local
1631 Fpu_State* x87 = (Fpu_State*)x87_state; local
    [all...]

Completed in 204 milliseconds