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

/external/valgrind/main/VEX/useful/
H A Dx87_to_vex_and_back.c46 static void x87_to_vex ( /*IN*/UChar* x87_state, /*OUT*/UChar* vex_state ) argument
52 Fpu_State* x87 = (Fpu_State*)x87_state;
80 static void vex_to_x87 ( /*IN*/UChar* vex_state, /*OUT*/UChar* x87_state )
86 Fpu_State* x87 = (Fpu_State*)x87_state;
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c1565 /*IN*/UChar* x87_state,
1572 Fpu_State* x87 = (Fpu_State*)x87_state;
1626 /*OUT*/UChar* x87_state )
1632 Fpu_State* x87 = (Fpu_State*)x87_state;
1564 do_put_x87( Bool moveRegs, UChar* x87_state, VexGuestX86State* vex_state ) argument
H A Dguest_amd64_helpers.c1623 /*IN*/UChar* x87_state,
1630 Fpu_State* x87 = (Fpu_State*)x87_state;
1684 /*OUT*/UChar* x87_state )
1690 Fpu_State* x87 = (Fpu_State*)x87_state;
2040 Reads 28 bytes at x87_state[0 .. 27]. */
2044 /*IN*/HWord x87_state)
2046 return do_put_x87( False, (UChar*)x87_state, vex_state );
2053 approximate it. Writes 28 bytes at x87_state[0..27]. */
2055 /*OUT*/HWord x87_state )
2060 Fpu_State* x87 = (Fpu_State*)x87_state;
1622 do_put_x87( Bool moveRegs, UChar* x87_state, VexGuestAMD64State* vex_state ) argument
2043 amd64g_dirtyhelper_FLDENV( VexGuestAMD64State* vex_state, HWord x87_state) argument
2095 amd64g_dirtyhelper_FNSAVE( VexGuestAMD64State* vex_state, HWord x87_state) argument
2106 amd64g_dirtyhelper_FNSAVES( VexGuestAMD64State* vex_state, HWord x87_state) argument
2149 amd64g_dirtyhelper_FRSTOR( VexGuestAMD64State* vex_state, HWord x87_state) argument
2160 amd64g_dirtyhelper_FRSTORS( VexGuestAMD64State* vex_state, HWord x87_state) argument
[all...]

Completed in 1017 milliseconds