Searched defs:x87 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/VEX/useful/
H A Dx87_to_vex_and_back.c2 /* 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
204 fp_get_tag( Fpu_State* x87, UInt regno ) argument
210 fp_get_statusword_flag( Fpu_State* x87, UInt flagno ) argument
216 fp_get_controlword_flag( Fpu_State* x87, UInt flagno ) argument
225 Fpu_State* x87 = (Fpu_State*)fpu_state; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_x86_helpers.c1126 /* This can happen, as a result of x87 FP compares: "fcom ... ;
1326 /*--- Supporting functions for x87 FPU activities. ---*/
1366 /* Inspect a value and its tag, as per the x87 'FXAM' instruction. */
1459 /* Layout of the real x87 state. */
1465 /* fpucw[15:0] contains a x87 native format FPU control word.
1492 /* Given fpround as an IRRoundingMode value, create a suitable x87
1546 /* Initialise the x87 FPU state as per 'finit'. */
1572 Fpu_State* x87 = (Fpu_State*)x87_state; local
1573 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7;
1574 UInt tagw = x87
1632 Fpu_State* x87 = (Fpu_State*)x87_state; local
[all...]
H A Dguest_amd64_helpers.c1720 /*--- Supporting functions for x87 FPU activities. ---*/
1730 /* Inspect a value and its tag, as per the x87 'FXAM' instruction. */
1814 Fpu_State* x87 = (Fpu_State*)x87_state; local
1815 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7;
1816 UInt tagw = x87->env[FP_ENV_TAG];
1817 UInt fpucw = x87->env[FP_ENV_CTRL];
1818 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700;
1839 convert_f80le_to_f64le( &x87->reg[10*stno],
1864 /* Create an x87 FPU state from the guest state, as close as
1874 Fpu_State* x87 local
2198 Fpu_State* x87 = (Fpu_State*)x87_state; local
2251 Fpu_State_16* x87 = (Fpu_State_16*)x87_state; local
2305 Fpu_State_16* x87 = (Fpu_State_16*)x87_state; local
[all...]

Completed in 136 milliseconds