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.c1163 /* This can happen, as a result of x87 FP compares: "fcom ... ;
1363 /*--- Supporting functions for x87 FPU activities. ---*/
1403 /* Inspect a value and its tag, as per the x87 'FXAM' instruction. */
1496 /* Layout of the real x87 state. */
1502 /* fpucw[15:0] contains a x87 native format FPU control word.
1529 /* Given fpround as an IRRoundingMode value, create a suitable x87
1583 /* Initialise the x87 FPU state as per 'finit'. */
1609 Fpu_State* x87 = (Fpu_State*)x87_state; local
1610 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7;
1611 UInt tagw = x87
1669 Fpu_State* x87 = (Fpu_State*)x87_state; local
[all...]
H A Dguest_amd64_helpers.c1759 /*--- Supporting functions for x87 FPU activities. ---*/
1769 /* Inspect a value and its tag, as per the x87 'FXAM' instruction. */
1853 Fpu_State* x87 = (Fpu_State*)x87_state; local
1854 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7;
1855 UInt tagw = x87->env[FP_ENV_TAG];
1856 UInt fpucw = x87->env[FP_ENV_CTRL];
1857 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700;
1878 convert_f80le_to_f64le( &x87->reg[10*stno],
1903 /* Create an x87 FPU state from the guest state, as close as
1913 Fpu_State* x87 local
2361 Fpu_State* x87 = (Fpu_State*)x87_state; local
2414 Fpu_State_16* x87 = (Fpu_State_16*)x87_state; local
2468 Fpu_State_16* x87 = (Fpu_State_16*)x87_state; local
[all...]

Completed in 364 milliseconds