Lines Matching defs:jump
1250 combined with a lookup table of jump addresses. However, since the
1251 indirect jump instruction is shared by all opcodes, the CPU will have a
1252 hard time making the right prediction for where to jump next (actually,
1256 "Threaded code" in contrast, uses an explicit jump table and an explicit
1257 indirect jump instruction at the end of each opcode. Since the jump
1641 /* Import the static jump table */
3758 int jump = (9 << (sign + 1)) & when_to_jump_mask;
3759 if (!jump) {
3762 else if (jump >= 8) {
3801 int jump = (9 << (sign + 1)) & when_to_jump_mask;
3802 if (!jump) {
3805 else if (jump >= 8) {
3845 int jump = (9 << (sign + 1)) & when_to_jump_mask;
3846 if (!jump) {
3849 else if (jump >= 8) {
6911 represents a jump backwards, update the frame's line number and