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

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_ppc32.h236 VexGuestPPC32State; typedef in typeref:struct:__anon13401
248 void LibVEX_GuestPPC32_initialise ( /*OUT*/VexGuestPPC32State* vex_state );
251 /* Write the given native %CR value to the supplied VexGuestPPC32State
255 /*OUT*/VexGuestPPC32State* vex_state );
257 /* Extract from the supplied VexGuestPPC32State structure the
260 UInt LibVEX_GuestPPC32_get_CR ( /*IN*/VexGuestPPC32State* vex_state );
263 /* Write the given native %XER value to the supplied VexGuestPPC32State
267 /*OUT*/VexGuestPPC32State* vex_state );
269 /* Extract from the supplied VexGuestPPC32State structure the
272 UInt LibVEX_GuestPPC32_get_XER ( /*IN*/VexGuestPPC32State* vex_stat
[all...]

Completed in 70 milliseconds