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

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_ppc64.h289 VexGuestPPC64State; typedef in typeref:struct:__anon27025
300 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state );
303 /* Write the given native %CR value to the supplied VexGuestPPC64State
307 /*OUT*/VexGuestPPC64State* vex_state );
309 /* Extract from the supplied VexGuestPPC64State structure the
313 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/VexGuestPPC64State* vex_state );
317 VexGuestPPC64State structure. Note, %XER is 32-bits even for
321 /*OUT*/VexGuestPPC64State* vex_state );
323 /* Extract from the supplied VexGuestPPC64State structure the
327 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/VexGuestPPC64State* vex_stat
[all...]

Completed in 80 milliseconds