Searched refs:x87_state (Results 1 - 4 of 4) sorted by relevance
/external/valgrind/VEX/pub/ |
H A D | libvex_guest_x86.h | 300 /*OUT*/UChar* x87_state ); 305 VexEmNote LibVEX_GuestX86_put_x87 ( /*IN*/UChar* x87_state,
|
/external/valgrind/VEX/useful/ |
H A D | x87_to_vex_and_back.c | 46 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/VEX/priv/ |
H A D | guest_amd64_helpers.c | 1846 /*IN*/UChar* x87_state, 1853 Fpu_State* x87 = (Fpu_State*)x87_state; 1907 /*OUT*/UChar* x87_state ) 1913 Fpu_State* x87 = (Fpu_State*)x87_state; 2341 Reads 28 bytes at x87_state[0 .. 27]. */ 2345 /*IN*/HWord x87_state) 2347 return do_put_x87( False, (UChar*)x87_state, vex_state ); 2354 approximate it. Writes 28 bytes at x87_state[0..27]. */ 2356 /*OUT*/HWord x87_state ) 2361 Fpu_State* x87 = (Fpu_State*)x87_state; 1845 do_put_x87( Bool moveRegs, UChar* x87_state, VexGuestAMD64State* vex_state ) argument 2344 amd64g_dirtyhelper_FLDENV( VexGuestAMD64State* vex_state, HWord x87_state) argument 2396 amd64g_dirtyhelper_FNSAVE( VexGuestAMD64State* vex_state, HWord x87_state) argument 2407 amd64g_dirtyhelper_FNSAVES( VexGuestAMD64State* vex_state, HWord x87_state) argument 2450 amd64g_dirtyhelper_FRSTOR( VexGuestAMD64State* vex_state, HWord x87_state) argument 2461 amd64g_dirtyhelper_FRSTORS( VexGuestAMD64State* vex_state, HWord x87_state) argument [all...] |
H A D | guest_x86_helpers.c | 1602 /*IN*/UChar* x87_state, 1609 Fpu_State* x87 = (Fpu_State*)x87_state; 1663 /*OUT*/UChar* x87_state ) 1669 Fpu_State* x87 = (Fpu_State*)x87_state; 1926 /*OUT*/UChar* x87_state ) 1928 do_get_x87 ( vex_state, x87_state ); 1934 VexEmNote LibVEX_GuestX86_put_x87 ( /*IN*/UChar* x87_state, argument 1937 return do_put_x87 ( True/*moveRegs*/, x87_state, vex_state ); 1601 do_put_x87( Bool moveRegs, UChar* x87_state, VexGuestX86State* vex_state ) argument
|
Completed in 356 milliseconds