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

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 57 continue at the specified address. For Dis_StopHere, the
72 Dis_StopHere: this insn terminates the BB; we must stop.
79 enum { Dis_StopHere, Dis_Continue,
82 /* For Dis_StopHere, we need to end the block and create a
guest_x86_toIR.c     [all...]
guest_arm64_toIR.c     [all...]
guest_generic_bb_to_IR.c 369 vassert(dres.whatNext == Dis_StopHere
446 case Dis_StopHere:
    [all...]
guest_arm_toIR.c     [all...]
guest_s390_toIR.c 267 dis_res->whatNext = Dis_StopHere;
281 dis_res->whatNext = Dis_StopHere;
292 dis_res->whatNext = Dis_StopHere;
317 dis_res->whatNext = Dis_StopHere;
332 dis_res->whatNext = Dis_StopHere;
343 dis_res->whatNext = Dis_StopHere;
359 dis_res->whatNext = Dis_StopHere;
380 dis_res->whatNext = Dis_StopHere;
488 dis_res->whatNext = Dis_StopHere;
497 dis_res->whatNext = Dis_StopHere;
    [all...]
guest_amd64_toIR.c     [all...]
guest_mips_toIR.c 550 dres.whatNext = Dis_StopHere;
999 dres->whatNext = Dis_StopHere;
1010 dres->whatNext = Dis_StopHere;
    [all...]
guest_ppc_toIR.c     [all...]

Completed in 219 milliseconds