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

  /external/valgrind/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=0x10, Dis_Continue,
88 /* For whatNext==Dis_StopHere, we need to end the block and create a
guest_x86_toIR.c     [all...]
guest_generic_bb_to_IR.c 379 vassert(dres.whatNext == Dis_StopHere
473 case Dis_StopHere:
    [all...]
guest_arm_toIR.c     [all...]
guest_arm64_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
guest_s390_toIR.c 258 dis_res->whatNext = Dis_StopHere;
272 dis_res->whatNext = Dis_StopHere;
283 dis_res->whatNext = Dis_StopHere;
308 dis_res->whatNext = Dis_StopHere;
323 dis_res->whatNext = Dis_StopHere;
334 dis_res->whatNext = Dis_StopHere;
350 dis_res->whatNext = Dis_StopHere;
371 dis_res->whatNext = Dis_StopHere;
481 dis_res->whatNext = Dis_StopHere;
498 dis_res->whatNext = Dis_StopHere;
    [all...]
guest_mips_toIR.c 550 dres.whatNext = Dis_StopHere;
1008 dres->whatNext = Dis_StopHere;
1019 dres->whatNext = Dis_StopHere;
    [all...]
guest_ppc_toIR.c     [all...]

Completed in 2392 milliseconds