HomeSort by relevance Sort by last modified time
    Searched refs:VexGuestPPC32State (Results 1 - 12 of 12) sorted by null

  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 251 VexGuestPPC32State;
263 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state );
266 /* Write the given native %CR value to the supplied VexGuestPPC32State
270 /*OUT*/VexGuestPPC32State* vex_state );
272 /* Extract from the supplied VexGuestPPC32State structure the
275 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/const VexGuestPPC32State* vex_state );
278 /* Write the given native %XER value to the supplied VexGuestPPC32State
282 /*OUT*/VexGuestPPC32State* vex_state );
284 /* Extract from the supplied VexGuestPPC32State structure the
287 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/const VexGuestPPC32State* vex_state )
    [all...]
  /external/valgrind/include/
pub_tool_guest.h 48 typedef VexGuestPPC32State VexGuestArchState;
  /external/valgrind/VEX/priv/
guest_ppc_defs.h 43 #include "libvex_guest_ppc32.h" // VexGuestPPC32State
160 extern void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
guest_ppc_helpers.c 126 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
137 vassert( vD_off <= sizeof(VexGuestPPC32State)-8 );
224 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/const VexGuestPPC32State* vex_state )
266 /*OUT*/VexGuestPPC32State* vex_state )
318 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/const VexGuestPPC32State* vex_state )
344 /*OUT*/VexGuestPPC32State* vex_state )
364 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state )
722 Int lr_min = offsetof(VexGuestPPC32State, guest_LR);
724 Int r1_min = offsetof(VexGuestPPC32State, guest_GPR1);
726 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA)
    [all...]
main_main.c 643 guest_sizeB = sizeof(VexGuestPPC32State);
646 offB_CMSTART = offsetof(VexGuestPPC32State,guest_CMSTART);
647 offB_CMLEN = offsetof(VexGuestPPC32State,guest_CMLEN);
648 offB_GUEST_IP = offsetof(VexGuestPPC32State,guest_CIA);
649 szB_GUEST_IP = sizeof( ((VexGuestPPC32State*)0)->guest_CIA );
650 offB_HOST_EvC_COUNTER = offsetof(VexGuestPPC32State,host_EvC_COUNTER);
651 offB_HOST_EvC_FAILADDR = offsetof(VexGuestPPC32State,host_EvC_FAILADDR);
653 vassert(0 == sizeof(VexGuestPPC32State) % LibVEX_GUEST_STATE_ALIGN);
654 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_CMSTART ) == 4);
655 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_CMLEN ) == 4)
    [all...]
guest_ppc_toIR.c 267 offsetof(VexGuestPPC32State, _x))
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc32-linux.c 99 VexGuestPPC32State vex_shadow1;
100 VexGuestPPC32State vex_shadow2;
124 offsetof(VexGuestPPC32State,guest_LR), \
131 offsetof(VexGuestPPC32State,guest_GPR##zzn), \
209 //:: VexGuestPPC32State vex_shadow;
212 //:: VexGuestPPC32State vex;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 186 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst);
336 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*)&tst->arch.vex;
  /external/valgrind/coregrind/
m_translate.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 488 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
812 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
    [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/memcheck/
mc_machine.c 338 (offsetof(VexGuestPPC32State,guest_##_fieldname))
340 (sizeof(((VexGuestPPC32State*)0)->guest_##_fieldname))
    [all...]

Completed in 291 milliseconds