Searched refs:jump_detection (Results 1 – 2 of 2) sorted by relevance
9661 int jump_detection = 0; in print_insn() local9668 jump_detection |= 1; in print_insn()9671 jump_detection |= 2; in print_insn()9674 jump_detection |= 4; in print_insn()9678 if ((jump_detection & 0x3) == 0x3) in print_insn()9681 if (jump_detection & 0x4) in print_insn()
9677 int jump_detection = 0; in print_insn() local9684 jump_detection |= 1; in print_insn()9687 jump_detection |= 2; in print_insn()9690 jump_detection |= 4; in print_insn()9694 if ((jump_detection & 0x3) == 0x3) in print_insn()9697 if (jump_detection & 0x4) in print_insn()