Home
last modified time | relevance | path

Searched refs:VEX_TRC_JMP_TINVAL (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_trc_values.h56 #define VEX_TRC_JMP_TINVAL 61 /* invalidate translations before macro
/external/valgrind/main/VEX/switchback/
Dswitchback.c792 return gp==VEX_TRC_JMP_TINVAL; in run_translation()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c200 case VEX_TRC_JMP_TINVAL: return "TINVAL"; in name_of_sched_event()
1279 case VEX_TRC_JMP_TINVAL: in VG_()
/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c2362 p = emit32(p, VEX_TRC_JMP_TINVAL); break; in emit_X86Instr()
Dhost_amd64_defs.c2877 p = emit32(p, VEX_TRC_JMP_TINVAL); break; in emit_AMD64Instr()
Dhost_ppc_defs.c3102 case Ijk_TInval: trc = VEX_TRC_JMP_TINVAL; break; in emit_PPCInstr()
Dhost_arm_defs.c2923 trc = VEX_TRC_JMP_TINVAL; break; in emit_ARMInstr()
Dhost_s390_defs.c6432 case Ijk_TInval: trc = VEX_TRC_JMP_TINVAL; break; in s390_insn_branch_emit()