Searched refs:x87_state (Results 1 – 3 of 3) sorted by relevance
46 static void x87_to_vex ( /*IN*/UChar* x87_state, /*OUT*/UChar* vex_state ) in x87_to_vex() argument52 Fpu_State* x87 = (Fpu_State*)x87_state; in x87_to_vex()80 static void vex_to_x87 ( /*IN*/UChar* vex_state, /*OUT*/UChar* x87_state ) in vex_to_x87() argument86 Fpu_State* x87 = (Fpu_State*)x87_state; in vex_to_x87()
1623 /*IN*/UChar* x87_state, in do_put_x87() argument1630 Fpu_State* x87 = (Fpu_State*)x87_state; in do_put_x87()1684 /*OUT*/UChar* x87_state ) in do_get_x87() argument1690 Fpu_State* x87 = (Fpu_State*)x87_state; in do_get_x87()2044 /*IN*/HWord x87_state) in amd64g_dirtyhelper_FLDENV() argument2046 return do_put_x87( False, (UChar*)x87_state, vex_state ); in amd64g_dirtyhelper_FLDENV()2055 /*OUT*/HWord x87_state ) in amd64g_dirtyhelper_FSTENV() argument2060 Fpu_State* x87 = (Fpu_State*)x87_state; in amd64g_dirtyhelper_FSTENV()2096 /*OUT*/HWord x87_state) in amd64g_dirtyhelper_FNSAVE() argument2098 do_get_x87( vex_state, (UChar*)x87_state ); in amd64g_dirtyhelper_FNSAVE()[all …]
1565 /*IN*/UChar* x87_state, in do_put_x87() argument1572 Fpu_State* x87 = (Fpu_State*)x87_state; in do_put_x87()1626 /*OUT*/UChar* x87_state ) in do_get_x87() argument1632 Fpu_State* x87 = (Fpu_State*)x87_state; in do_get_x87()