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

  /external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h 245 VexGuestPPC32State;
257 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state );
260 /* Write the given native %CR value to the supplied VexGuestPPC32State
264 /*OUT*/VexGuestPPC32State* vex_state );
266 /* Extract from the supplied VexGuestPPC32State structure the
269 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/VexGuestPPC32State* vex_state );
272 /* Write the given native %XER value to the supplied VexGuestPPC32State
276 /*OUT*/VexGuestPPC32State* vex_state );
278 /* Extract from the supplied VexGuestPPC32State structure the
281 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/VexGuestPPC32State* vex_state )
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_defs.h 152 extern void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
guest_ppc_helpers.c 125 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
136 vassert( vD_off <= sizeof(VexGuestPPC32State)-8 );
212 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/VexGuestPPC32State* vex_state )
254 /*OUT*/VexGuestPPC32State* vex_state )
306 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/VexGuestPPC32State* vex_state )
332 /*OUT*/VexGuestPPC32State* vex_state )
352 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state )
703 Int lr_min = offsetof(VexGuestPPC32State, guest_LR);
705 Int r1_min = offsetof(VexGuestPPC32State, guest_GPR1);
707 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA)
    [all...]
main_main.c 476 guest_sizeB = sizeof(VexGuestPPC32State);
479 offB_TISTART = offsetof(VexGuestPPC32State,guest_TISTART);
480 offB_TILEN = offsetof(VexGuestPPC32State,guest_TILEN);
481 offB_GUEST_IP = offsetof(VexGuestPPC32State,guest_CIA);
482 szB_GUEST_IP = sizeof( ((VexGuestPPC32State*)0)->guest_CIA );
483 offB_HOST_EvC_COUNTER = offsetof(VexGuestPPC32State,host_EvC_COUNTER);
484 offB_HOST_EvC_FAILADDR = offsetof(VexGuestPPC32State,host_EvC_FAILADDR);
486 vassert(0 == sizeof(VexGuestPPC32State) % 16);
487 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_TISTART ) == 4);
488 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_TILEN ) == 4)
    [all...]
guest_ppc_toIR.c 213 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 83 typedef VexGuestPPC32State VexGuestArchState;
m_translate.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 431 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
649 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
763 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc32.c 187 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst);
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c     [all...]
  /external/valgrind/main/VEX/switchback/
switchback.c 59 # define VexGuestState VexGuestPPC32State
  /external/valgrind/main/memcheck/
mc_machine.c 61 # define MC_SIZEOF_GUEST_STATE sizeof(VexGuestPPC32State)
355 (offsetof(VexGuestPPC32State,guest_##_fieldname))
357 (sizeof(((VexGuestPPC32State*)0)->guest_##_fieldname))
    [all...]

Completed in 631 milliseconds