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

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_ppc64.h287 VexGuestPPC64State; typedef in typeref:struct:__anon32269
298 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state );
301 /* Write the given native %CR value to the supplied VexGuestPPC64State
305 /*OUT*/VexGuestPPC64State* vex_state );
307 /* Extract from the supplied VexGuestPPC64State structure the
311 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/const VexGuestPPC64State* vex_state );
315 VexGuestPPC64State structure. Note, %XER is 32-bits even for
319 /*OUT*/VexGuestPPC64State* vex_state );
321 /* Extract from the supplied VexGuestPPC64State structure the
325 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/const VexGuestPPC64State* vex_stat
[all...]

Completed in 274 milliseconds