HomeSort by relevance Sort by last modified time
    Searched refs:Dis_StopHere (Results 1 - 8 of 8) 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,
79 /* For Dis_StopHere, we need to end the block and create a
guest_mips_toIR.c 691 dres->whatNext = Dis_StopHere;
    [all...]
guest_x86_toIR.c     [all...]
guest_arm_toIR.c     [all...]
guest_generic_bb_to_IR.c 367 vassert(dres.whatNext == Dis_StopHere
444 case Dis_StopHere:
    [all...]
guest_amd64_toIR.c     [all...]
guest_s390_toIR.c 263 dis_res->whatNext = Dis_StopHere;
277 dis_res->whatNext = Dis_StopHere;
288 dis_res->whatNext = Dis_StopHere;
313 dis_res->whatNext = Dis_StopHere;
328 dis_res->whatNext = Dis_StopHere;
339 dis_res->whatNext = Dis_StopHere;
355 dis_res->whatNext = Dis_StopHere;
376 dis_res->whatNext = Dis_StopHere;
    [all...]
guest_ppc_toIR.c     [all...]

Completed in 187 milliseconds