HomeSort by relevance Sort by last modified time
    Searched refs:iropt_register_updates (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/VEX/pub/
libvex.h 337 VexRegisterUpdates iropt_register_updates; member in struct:__anon16508
  /external/valgrind/main/coregrind/
m_main.c 528 VG_(clo_vex_control).iropt_register_updates
611 VG_(clo_vex_control).iropt_register_updates,
615 VG_(clo_vex_control).iropt_register_updates,
619 VG_(clo_vex_control).iropt_register_updates,
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 72 * If iropt_register_updates == VexRegUpdUnwindregsAtMemAccess :
79 If iropt_register_updates == VexRegUpdAllregsAtMemAccess:
83 If iropt_register_updates == VexRegUpdAllregsAtEachInsn :
785 switch (vex_control.iropt_register_updates) {
841 (vex_control.iropt_register_updates == VexRegUpdUnwindregsAtMemAccess
842 || vex_control.iropt_register_updates == VexRegUpdAllregsAtMemAccess);
    [all...]
main_main.c 85 vcon->iropt_register_updates = VexRegUpdUnwindregsAtMemAccess;
    [all...]

Completed in 60 milliseconds