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

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 54 continue at the specified address. For Dis_StopHere, the
69 Dis_StopHere: this insn terminates the BB; we must stop.
76 enum { Dis_StopHere, Dis_Continue,
guest_generic_bb_to_IR.c 319 vassert(dres.whatNext == Dis_StopHere
352 if (dres.whatNext == Dis_StopHere) {
395 case Dis_StopHere:
    [all...]
guest_x86_toIR.c     [all...]
guest_arm_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
guest_s390_toIR.c 249 dis_res->whatNext = Dis_StopHere;
262 dis_res->whatNext = Dis_StopHere;
273 dis_res->whatNext = Dis_StopHere;
298 dis_res->whatNext = Dis_StopHere;
319 dis_res->whatNext = Dis_StopHere;
332 dis_res->whatNext = Dis_StopHere;
353 dis_res->whatNext = Dis_StopHere;
    [all...]
guest_ppc_toIR.c     [all...]

Completed in 460 milliseconds