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

  /external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h 249 VexGuestPPC32State;
261 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state );
264 /* Write the given native %CR value to the supplied VexGuestPPC32State
268 /*OUT*/VexGuestPPC32State* vex_state );
270 /* Extract from the supplied VexGuestPPC32State structure the
273 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/const VexGuestPPC32State* vex_state );
276 /* Write the given native %XER value to the supplied VexGuestPPC32State
280 /*OUT*/VexGuestPPC32State* vex_state );
282 /* Extract from the supplied VexGuestPPC32State structure the
285 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/const VexGuestPPC32State* vex_state )
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_defs.h 43 #include "libvex_guest_ppc32.h" // VexGuestPPC32State
158 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 );
213 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/const VexGuestPPC32State* vex_state )
255 /*OUT*/VexGuestPPC32State* vex_state )
307 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/const VexGuestPPC32State* vex_state )
333 /*OUT*/VexGuestPPC32State* vex_state )
353 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state )
706 Int lr_min = offsetof(VexGuestPPC32State, guest_LR);
708 Int r1_min = offsetof(VexGuestPPC32State, guest_GPR1);
710 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA)
    [all...]
main_main.c 547 guest_sizeB = sizeof(VexGuestPPC32State);
550 offB_CMSTART = offsetof(VexGuestPPC32State,guest_CMSTART);
551 offB_CMLEN = offsetof(VexGuestPPC32State,guest_CMLEN);
552 offB_GUEST_IP = offsetof(VexGuestPPC32State,guest_CIA);
553 szB_GUEST_IP = sizeof( ((VexGuestPPC32State*)0)->guest_CIA );
554 offB_HOST_EvC_COUNTER = offsetof(VexGuestPPC32State,host_EvC_COUNTER);
555 offB_HOST_EvC_FAILADDR = offsetof(VexGuestPPC32State,host_EvC_FAILADDR);
557 vassert(0 == sizeof(VexGuestPPC32State) % 16);
558 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_CMSTART ) == 4);
559 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_CMLEN ) == 4)
    [all...]
guest_ppc_toIR.c 221 offsetof(VexGuestPPC32State, _x))
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 100 VexGuestPPC32State vex_shadow1;
101 VexGuestPPC32State vex_shadow2;
125 offsetof(VexGuestPPC32State,guest_LR), \
132 offsetof(VexGuestPPC32State,guest_GPR##zzn), \
210 //:: VexGuestPPC32State vex_shadow;
213 //:: VexGuestPPC32State vex;
    [all...]
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 86 typedef VexGuestPPC32State VexGuestArchState;
m_translate.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc32.c 187 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 433 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
681 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
815 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 61 # define MC_SIZEOF_GUEST_STATE sizeof(VexGuestPPC32State)
365 (offsetof(VexGuestPPC32State,guest_##_fieldname))
367 (sizeof(((VexGuestPPC32State*)0)->guest_##_fieldname))
    [all...]

Completed in 910 milliseconds