Home
last modified time | relevance | path

Searched refs:VexGuestPPC32State (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_guest_ppc32.h260 VexGuestPPC32State; typedef
272 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state );
279 /*OUT*/VexGuestPPC32State* vex_state );
284 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/const VexGuestPPC32State* vex_state );
291 /*OUT*/VexGuestPPC32State* vex_state );
296 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/const VexGuestPPC32State* vex_state );
/external/valgrind/VEX/priv/
Dguest_ppc_helpers.c126 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst, in ppc32g_dirtyhelper_LVS()
137 vassert( vD_off <= sizeof(VexGuestPPC32State)-8 ); in ppc32g_dirtyhelper_LVS()
439 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/const VexGuestPPC32State* vex_state ) in LibVEX_GuestPPC32_get_CR()
481 /*OUT*/VexGuestPPC32State* vex_state ) in LibVEX_GuestPPC32_put_CR()
533 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/const VexGuestPPC32State* vex_state ) in LibVEX_GuestPPC32_get_XER()
563 /*OUT*/VexGuestPPC32State* vex_state ) in LibVEX_GuestPPC32_put_XER()
587 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state ) in LibVEX_GuestPPC32_initialise()
948 Int lr_min = offsetof(VexGuestPPC32State, guest_LR); in guest_ppc32_state_requires_precise_mem_exns()
950 Int r1_min = offsetof(VexGuestPPC32State, guest_GPR1); in guest_ppc32_state_requires_precise_mem_exns()
952 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA); in guest_ppc32_state_requires_precise_mem_exns()
[all …]
Dmain_main.c404 offB_CMSTART = offsetof(VexGuestPPC32State,guest_CMSTART); in LibVEX_FrontEnd()
405 offB_CMLEN = offsetof(VexGuestPPC32State,guest_CMLEN); in LibVEX_FrontEnd()
406 offB_GUEST_IP = offsetof(VexGuestPPC32State,guest_CIA); in LibVEX_FrontEnd()
407 szB_GUEST_IP = sizeof( ((VexGuestPPC32State*)0)->guest_CIA ); in LibVEX_FrontEnd()
409 vassert(0 == sizeof(VexGuestPPC32State) % LibVEX_GUEST_STATE_ALIGN); in LibVEX_FrontEnd()
410 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_CMSTART ) == 4); in LibVEX_FrontEnd()
411 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_CMLEN ) == 4); in LibVEX_FrontEnd()
412 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_NRADDR ) == 4); in LibVEX_FrontEnd()
793 guest_sizeB = sizeof(VexGuestPPC32State); in libvex_BackEnd()
794 offB_HOST_EvC_COUNTER = offsetof(VexGuestPPC32State,host_EvC_COUNTER); in libvex_BackEnd()
[all …]
Dguest_ppc_defs.h169 extern void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
Dguest_ppc_toIR.c270 offsetof(VexGuestPPC32State, _x))
/external/valgrind/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c99 VexGuestPPC32State vex_shadow1;
100 VexGuestPPC32State vex_shadow2;
124 offsetof(VexGuestPPC32State,guest_LR), \
131 offsetof(VexGuestPPC32State,guest_GPR##zzn), \
/external/valgrind/include/
Dpub_tool_guest.h48 typedef VexGuestPPC32State VexGuestArchState;
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-ppc32.c186 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst); in transfer_register()
336 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*)&tst->arch.vex; in target_get_dtv()
/external/valgrind/coregrind/
Dm_translate.c1037 Int offB_REDIR_SP = offsetof(VexGuestPPC32State,guest_REDIR_SP); in gen_PUSH()
1038 Int offB_REDIR_STACK = offsetof(VexGuestPPC32State,guest_REDIR_STACK); in gen_PUSH()
1039 Int offB_EMNOTE = offsetof(VexGuestPPC32State,guest_EMNOTE); in gen_PUSH()
1040 Int offB_CIA = offsetof(VexGuestPPC32State,guest_CIA); in gen_PUSH()
1129 Int offB_REDIR_SP = offsetof(VexGuestPPC32State,guest_REDIR_SP); in gen_POP()
1130 Int offB_REDIR_STACK = offsetof(VexGuestPPC32State,guest_REDIR_STACK); in gen_POP()
1131 Int offB_EMNOTE = offsetof(VexGuestPPC32State,guest_EMNOTE); in gen_POP()
1132 Int offB_CIA = offsetof(VexGuestPPC32State,guest_CIA); in gen_POP()
Dm_main.c2334 offsetof(VexGuestPPC32State, guest_GPR3), in final_tidyup()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c1078 vg_assert(0 == sizeof(VexGuestPPC32State) % LibVEX_GUEST_STATE_ALIGN); in VG_()
1085 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC32State)); in VG_()
1086 VG_(memset)(&arch->vex_shadow2, 0, sizeof(VexGuestPPC32State)); in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c489 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla; in getSyscallArgsFromGuestState()
802 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla; in putSyscallArgsIntoGuestState()
973 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla; in getSyscallStatusFromGuestState()
1138 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla; in putSyscallStatusIntoGuestState()
/external/valgrind/memcheck/
Dmc_machine.c343 (offsetof(VexGuestPPC32State,guest_##_fieldname)) in get_otrack_shadow_offset_wrk()
345 (sizeof(((VexGuestPPC32State*)0)->guest_##_fieldname)) in get_otrack_shadow_offset_wrk()
1287 if (arr->base == offsetof(VexGuestPPC32State,guest_REDIR_STACK[0]) in MC_()