Searched defs:VexGuestPPC32State (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_ppc32.h249 VexGuestPPC32State; typedef in typeref:struct:__anon32268
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_stat
[all...]

Completed in 112 milliseconds