Home
last modified time | relevance | path

Searched refs:Fpu_State (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/useful/
Dx87_to_vex_and_back.c31 Fpu_State; typedef
52 Fpu_State* x87 = (Fpu_State*)x87_state; in x87_to_vex()
86 Fpu_State* x87 = (Fpu_State*)x87_state; in vex_to_x87()
152 UChar* x87_state0 = malloc(sizeof(Fpu_State)); in main()
153 UChar* x87_state1 = malloc(sizeof(Fpu_State)); in main()
199 UInt fp_get_tos ( Fpu_State* x87 ) in fp_get_tos()
204 UInt fp_get_tag ( Fpu_State* x87, UInt regno ) in fp_get_tag()
210 UInt fp_get_statusword_flag ( Fpu_State* x87, UInt flagno ) in fp_get_statusword_flag()
216 UInt fp_get_controlword_flag ( Fpu_State* x87, UInt flagno ) in fp_get_controlword_flag()
225 Fpu_State* x87 = (Fpu_State*)fpu_state; in printFpuState()
[all …]
Dshow_fp_state.c23 Fpu_State; typedef
66 Fpu_State m_fpu_state;
97 assert(sizeof(Fpu_State)==108); in printFpuState()
167 Fpu_State* st = &m_fpu_state; in main()
Dhd_fpu.c511 assert(sizeof(Fpu_State)==108); in printFpuState()
/external/valgrind/VEX/priv/
Dguest_generic_x87.h84 Fpu_State; typedef
Dguest_x86_helpers.c1609 Fpu_State* x87 = (Fpu_State*)x87_state; in do_put_x87()
1669 Fpu_State* x87 = (Fpu_State*)x87_state; in do_get_x87()
1707 Fpu_State tmp; in x86g_dirtyhelper_FXSAVE()
1797 Fpu_State tmp; in x86g_dirtyhelper_FXRSTOR()
1908 Fpu_State tmp; in x86g_dirtyhelper_FSTENV()
Dguest_amd64_helpers.c1853 Fpu_State* x87 = (Fpu_State*)x87_state; in do_put_x87()
1913 Fpu_State* x87 = (Fpu_State*)x87_state; in do_get_x87()
1966 Fpu_State tmp; in amd64g_dirtyhelper_XSAVE_COMPONENT_0()
2109 Fpu_State tmp; in amd64g_dirtyhelper_XRSTOR_COMPONENT_0()
2361 Fpu_State* x87 = (Fpu_State*)x87_state; in amd64g_dirtyhelper_FSTENV()