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

/external/valgrind/VEX/pub/
H A Dlibvex_guest_ppc64.h302 VexGuestPPC64State; typedef in typeref:struct:__anon24340
313 void LibVEX_GuestPPC64_initialise ( /*OUT*/VexGuestPPC64State* vex_state );
316 /* Write the given native %CR value to the supplied VexGuestPPC64State
320 /*OUT*/VexGuestPPC64State* vex_state );
322 /* Extract from the supplied VexGuestPPC64State structure the
326 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/const VexGuestPPC64State* vex_state );
330 VexGuestPPC64State structure. Note, %XER is 32-bits even for
334 /*OUT*/VexGuestPPC64State* vex_state );
336 /* Extract from the supplied VexGuestPPC64State structure the
340 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/const VexGuestPPC64State* vex_stat
[all...]

Completed in 117 milliseconds