Lines Matching refs:VexGuestAMD64State
894 ULong LibVEX_GuestAMD64_get_rflags ( /*IN*/const VexGuestAMD64State* vex_state ) in LibVEX_GuestAMD64_get_rflags()
917 /*MOD*/VexGuestAMD64State* vex_state ) in LibVEX_GuestAMD64_put_rflags()
954 /*MOD*/VexGuestAMD64State* vex_state ) in LibVEX_GuestAMD64_put_rflag_c()
1847 /*OUT*/VexGuestAMD64State* vex_state ) in do_put_x87()
1906 void do_get_x87 ( /*IN*/VexGuestAMD64State* vex_state, in do_get_x87()
1954 ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_XSAVE_COMPONENT_0()
2033 ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_XSAVE_COMPONENT_1_EXCLUDING_XMMREGS()
2060 void LibVEX_GuestAMD64_fxsave ( /*IN*/VexGuestAMD64State* gst, in LibVEX_GuestAMD64_fxsave()
2107 ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_XRSTOR_COMPONENT_0()
2152 ( VexGuestAMD64State* gst, HWord addr ) in amd64g_dirtyhelper_XRSTOR_COMPONENT_1_EXCLUDING_XMMREGS()
2176 /*MOD*/VexGuestAMD64State* gst ) in LibVEX_GuestAMD64_fxrstor()
2227 void amd64g_dirtyhelper_FINIT ( VexGuestAMD64State* gst ) in amd64g_dirtyhelper_FINIT()
2344 VexEmNote amd64g_dirtyhelper_FLDENV ( /*OUT*/VexGuestAMD64State* vex_state, in amd64g_dirtyhelper_FLDENV()
2355 void amd64g_dirtyhelper_FSTENV ( /*IN*/VexGuestAMD64State* vex_state, in amd64g_dirtyhelper_FSTENV()
2396 void amd64g_dirtyhelper_FNSAVE ( /*IN*/VexGuestAMD64State* vex_state, in amd64g_dirtyhelper_FNSAVE()
2407 void amd64g_dirtyhelper_FNSAVES ( /*IN*/VexGuestAMD64State* vex_state, in amd64g_dirtyhelper_FNSAVES()
2450 VexEmNote amd64g_dirtyhelper_FRSTOR ( /*OUT*/VexGuestAMD64State* vex_state, in amd64g_dirtyhelper_FRSTOR()
2461 VexEmNote amd64g_dirtyhelper_FRSTORS ( /*OUT*/VexGuestAMD64State* vex_state, in amd64g_dirtyhelper_FRSTORS()
2549 void amd64g_dirtyhelper_CPUID_baseline ( VexGuestAMD64State* st ) in amd64g_dirtyhelper_CPUID_baseline()
2633 void amd64g_dirtyhelper_CPUID_sse3_and_cx16 ( VexGuestAMD64State* st ) in amd64g_dirtyhelper_CPUID_sse3_and_cx16()
2755 void amd64g_dirtyhelper_CPUID_sse42_and_cx16 ( VexGuestAMD64State* st ) in amd64g_dirtyhelper_CPUID_sse42_and_cx16()
2917 void amd64g_dirtyhelper_CPUID_avx_and_cx16 ( VexGuestAMD64State* st ) in amd64g_dirtyhelper_CPUID_avx_and_cx16()
3087 void amd64g_dirtyhelper_CPUID_avx2 ( VexGuestAMD64State* st ) in amd64g_dirtyhelper_CPUID_avx2()
3415 void amd64g_dirtyhelper_RDTSCP ( VexGuestAMD64State* st ) in amd64g_dirtyhelper_RDTSCP()
3801 VexGuestAMD64State* gst, in amd64g_dirtyhelper_PCMPxSTRx()
4143 VexGuestAMD64State* gst, in amd64g_dirtyhelper_AES()
4206 VexGuestAMD64State* gst, in amd64g_dirtyhelper_AESKEYGENASSIST()
4239 void LibVEX_GuestAMD64_initialise ( /*OUT*/VexGuestAMD64State* vex_state ) in LibVEX_GuestAMD64_initialise()
4337 Int rbp_min = offsetof(VexGuestAMD64State, guest_RBP); in guest_amd64_state_requires_precise_mem_exns()
4339 Int rsp_min = offsetof(VexGuestAMD64State, guest_RSP); in guest_amd64_state_requires_precise_mem_exns()
4341 Int rip_min = offsetof(VexGuestAMD64State, guest_RIP); in guest_amd64_state_requires_precise_mem_exns()
4369 { offsetof(VexGuestAMD64State, field), \
4370 (sizeof ((VexGuestAMD64State*)0)->field) }
4376 .total_sizeB = sizeof(VexGuestAMD64State),
4379 .offset_SP = offsetof(VexGuestAMD64State,guest_RSP),
4383 .offset_FP = offsetof(VexGuestAMD64State,guest_RBP),
4387 .offset_IP = offsetof(VexGuestAMD64State,guest_RIP),