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

  /external/valgrind/main/VEX/pub/
libvex.h 435 VexRegisterUpdates iropt_register_updates; member in struct:__anon36854
    [all...]
  /external/valgrind/main/VEX/priv/
guest_mips_helpers.c 299 if (vex_control.iropt_register_updates == VexRegUpdSpAtMemAccess)
334 if (vex_control.iropt_register_updates == VexRegUpdSpAtMemAccess)
    [all...]
guest_ppc_helpers.c 715 if (vex_control.iropt_register_updates == VexRegUpdSpAtMemAccess)
754 if (vex_control.iropt_register_updates == VexRegUpdSpAtMemAccess)
guest_arm64_helpers.c     [all...]
guest_arm_helpers.c     [all...]
ir_opt.c 72 * If iropt_register_updates == VexRegUpdSpAtMemAccess :
79 * If iropt_register_updates == VexRegUpdUnwindregsAtMemAccess :
86 * If iropt_register_updates == VexRegUpdAllregsAtMemAccess:
90 * If iropt_register_updates == VexRegUpdAllregsAtEachInsn :
827 switch (vex_control.iropt_register_updates) {
837 preciseMemExnsFn will use vex_control.iropt_register_updates
888 vassert(vex_control.iropt_register_updates < VexRegUpdAllregsAtEachInsn);
    [all...]
main_main.c 98 vcon->iropt_register_updates = VexRegUpdUnwindregsAtMemAccess;
    [all...]
guest_s390_helpers.c 168 if (vex_control.iropt_register_updates == VexRegUpdSpAtMemAccess)
    [all...]
guest_x86_helpers.c     [all...]
guest_amd64_helpers.c     [all...]
  /external/valgrind/main/coregrind/
m_main.c 539 VG_(clo_vex_control).iropt_register_updates
635 VG_(clo_vex_control).iropt_register_updates,
639 VG_(clo_vex_control).iropt_register_updates,
643 VG_(clo_vex_control).iropt_register_updates,
647 VG_(clo_vex_control).iropt_register_updates,
    [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]

Completed in 134 milliseconds