HomeSort by relevance Sort by last modified time
    Searched full:vex_control (Results 1 - 8 of 8) sorted by null

  /external/valgrind/VEX/priv/
ir_opt.h 44 under the control of the global "vex_control" struct and of the
main_globals.c 62 VexControl vex_control = { 0,0,False,0,0,0 }; variable
main_globals.h 63 extern VexControl vex_control;
guest_generic_bb_to_IR.c 226 vassert(vex_control.guest_max_insns >= 1);
227 vassert(vex_control.guest_max_insns <= 100);
228 vassert(vex_control.guest_chase_thresh >= 0);
229 vassert(vex_control.guest_chase_thresh < vex_control.guest_max_insns);
240 /* Although we will try to disassemble up to vex_control.guest_max_insns
245 Int guest_max_insns_really = vex_control.guest_max_insns;
300 n_instrs < vex_control.guest_chase_thresh
446 /* If vex_control.guest_max_insns is required to be < 100 and
    [all...]
ir_opt.c 102 vex_control.iropt_level. Define first:
120 vex_control.iropt_level:
842 preciseMemExnsFn will use vex_control.iropt_register_updates
    [all...]
main_main.c 291 vex_control = *vcon;
554 *pxControl = vex_control.iropt_register_updates_default;
    [all...]
  /external/valgrind/docs/xml/
manual-core-adv.xml     [all...]
  /external/valgrind/docs/html/
manual-core-adv.html     [all...]

Completed in 135 milliseconds