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

  /external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h 228 VexGuestPPC32State;
240 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state );
243 /* Write the given native %CR value to the supplied VexGuestPPC32State
247 /*OUT*/VexGuestPPC32State* vex_state );
249 /* Extract from the supplied VexGuestPPC32State structure the
252 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/VexGuestPPC32State* vex_state );
255 /* Write the given native %XER value to the supplied VexGuestPPC32State
259 /*OUT*/VexGuestPPC32State* vex_state );
261 /* Extract from the supplied VexGuestPPC32State structure the
264 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/VexGuestPPC32State* vex_state )
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-aix5.c 67 VexGuestPPC32State gst;
68 VexGuestPPC32State gshadow1;
69 VexGuestPPC32State gshadow2;
98 offsetof(VexGuestPPC32State,guest_LR), \
105 offsetof(VexGuestPPC32State,guest_GPR##zzn), \
141 VG_(memset)(&frame->gst, 0, sizeof(VexGuestPPC32State));
142 VG_(memset)(&frame->gshadow1, 0, sizeof(VexGuestPPC32State));
143 VG_(memset)(&frame->gshadow2, 0, sizeof(VexGuestPPC32State));
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;
    [all...]
  /external/valgrind/main/VEX/priv/
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 )
687 Int lr_min = offsetof(VexGuestPPC32State, guest_LR);
689 Int r1_min = offsetof(VexGuestPPC32State, guest_GPR1);
691 Int cia_min = offsetof(VexGuestPPC32State, guest_CIA)
    [all...]
guest_ppc_defs.h 149 extern void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
main_main.c 381 guest_sizeB = sizeof(VexGuestPPC32State);
384 offB_TISTART = offsetof(VexGuestPPC32State,guest_TISTART);
385 offB_TILEN = offsetof(VexGuestPPC32State,guest_TILEN);
387 vassert(0 == sizeof(VexGuestPPC32State) % 16);
388 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_TISTART ) == 4);
389 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_TILEN ) == 4);
390 vassert(sizeof( ((VexGuestPPC32State*)0)->guest_NRADDR ) == 4);
    [all...]
guest_ppc_toIR.c 207 offsetof(VexGuestPPC32State, _x))
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 436 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
472 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
644 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
674 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla;
751 VexGuestPPC32State* gst = (VexGuestPPC32State*)gst_vanilla
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c     [all...]
pub_core_threadstate.h 83 typedef VexGuestPPC32State VexGuestArchState;
  /external/valgrind/main/coregrind/m_initimg/
initimg-aix5.c 301 vg_assert(0 == sizeof(VexGuestPPC32State) % 16);
308 VG_(memset)(&arch->vex_shadow1, 0, sizeof(VexGuestPPC32State));
309 VG_(memset)(&arch->vex_shadow2, 0, sizeof(VexGuestPPC32State));
initimg-linux.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 60 # define MC_SIZEOF_GUEST_STATE sizeof(VexGuestPPC32State)
302 (offsetof(VexGuestPPC32State,guest_##_fieldname))
304 (sizeof(((VexGuestPPC32State*)0)->guest_##_fieldname))
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c     [all...]

Completed in 303 milliseconds