Lines Matching full:instruction
67 r7 rINST first 16-bit code unit of current instruction
68 r8 rIBASE interpreted instruction base pointer, used for computed goto
71 one instruction to make instruction-counting easier. They MUST NOT alter
111 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
116 * Fetch the next instruction from the specified offset. Advances rPC
117 * to point to the next instruction. "_count" is in 16-bit code units.
137 * Fetch the next instruction from an offset specified by _reg. Updates
138 * rPC to point to the next instruction. "_reg" must specify the distance
165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
306 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
307 beq 1f @ intrepret the next instruction
314 /* start executing the instruction at rPC */
317 GOTO_OPCODE(ip) @ jump to next instruction
338 * last instruction causes us to return to whoever called dvmMterpStdRun.
390 GOTO_OPCODE(ip) @ execute next instruction
404 GOTO_OPCODE(ip) @ jump to next instruction
418 GOTO_OPCODE(ip) @ jump to next instruction
435 GOTO_OPCODE(ip) @ jump to next instruction
451 GOTO_OPCODE(ip) @ jump to next instruction
467 GOTO_OPCODE(ip) @ jump to next instruction
483 GOTO_OPCODE(ip) @ execute next instruction
499 GOTO_OPCODE(ip) @ jump to next instruction
515 GOTO_OPCODE(ip) @ jump to next instruction
529 GOTO_OPCODE(ip) @ jump to next instruction
543 GOTO_OPCODE(ip) @ jump to next instruction
557 GOTO_OPCODE(ip) @ jump to next instruction
572 GOTO_OPCODE(ip) @ jump to next instruction
642 GOTO_OPCODE(ip) @ execute next instruction
654 GOTO_OPCODE(ip) @ jump to next instruction
668 GOTO_OPCODE(ip) @ jump to next instruction
681 GOTO_OPCODE(ip) @ jump to next instruction
695 GOTO_OPCODE(ip) @ jump to next instruction
711 GOTO_OPCODE(ip) @ jump to next instruction
729 GOTO_OPCODE(ip) @ jump to next instruction
744 GOTO_OPCODE(ip) @ jump to next instruction
761 GOTO_OPCODE(ip) @ jump to next instruction
780 GOTO_OPCODE(ip) @ jump to next instruction
797 GOTO_OPCODE(ip) @ jump to next instruction
816 GOTO_OPCODE(ip) @ jump to next instruction
826 * if they happened at the following instruction. See the Dalvik
827 * instruction spec.
841 GOTO_OPCODE(ip) @ jump to next instruction
871 GOTO_OPCODE(ip) @ jump to next instruction
919 GOTO_OPCODE(ip) @ jump to next instruction
1046 GOTO_OPCODE(ip) @ jump to next instruction
1088 GOTO_OPCODE(ip) @ jump to next instruction
1110 GOTO_OPCODE(ip) @ jump to next instruction
1142 GOTO_OPCODE(ip) @ jump to next instruction
1149 * Handle a packed-switch or sparse-switch instruction. In both cases
1180 GOTO_OPCODE(ip) @ jump to next instruction
1188 * Handle a packed-switch or sparse-switch instruction. In both cases
1219 GOTO_OPCODE(ip) @ jump to next instruction
1398 * instruction epilogue code. The multi-compare approach below needs
1451 GOTO_OPCODE(ip) @ jump to next instruction
1486 GOTO_OPCODE(ip) @ jump to next instruction
1521 GOTO_OPCODE(ip) @ jump to next instruction
1556 GOTO_OPCODE(ip) @ jump to next instruction
1591 GOTO_OPCODE(ip) @ jump to next instruction
1626 GOTO_OPCODE(ip) @ jump to next instruction
1658 GOTO_OPCODE(ip) @ jump to next instruction
1690 GOTO_OPCODE(ip) @ jump to next instruction
1722 GOTO_OPCODE(ip) @ jump to next instruction
1754 GOTO_OPCODE(ip) @ jump to next instruction
1786 GOTO_OPCODE(ip) @ jump to next instruction
1818 GOTO_OPCODE(ip) @ jump to next instruction
1897 GOTO_OPCODE(ip) @ jump to next instruction
1955 GOTO_OPCODE(ip) @ jump to next instruction
1987 GOTO_OPCODE(ip) @ jump to next instruction
2019 GOTO_OPCODE(ip) @ jump to next instruction
2051 GOTO_OPCODE(ip) @ jump to next instruction
2083 GOTO_OPCODE(ip) @ jump to next instruction
2114 GOTO_OPCODE(ip) @ jump to next instruction
2197 GOTO_OPCODE(ip) @ jump to next instruction
2229 GOTO_OPCODE(ip) @ jump to next instruction
2261 GOTO_OPCODE(ip) @ jump to next instruction
2293 GOTO_OPCODE(ip) @ jump to next instruction
2702 GOTO_OPCODE(ip) @ jump to next instruction
2730 GOTO_OPCODE(ip) @ jump to next instruction
2756 GOTO_OPCODE(ip) @ jump to next instruction
2783 GOTO_OPCODE(ip) @ jump to next instruction
2810 GOTO_OPCODE(ip) @ jump to next instruction
2837 GOTO_OPCODE(ip) @ jump to next instruction
2864 GOTO_OPCODE(ip) @ jump to next instruction
2891 GOTO_OPCODE(ip) @ jump to next instruction
2919 GOTO_OPCODE(r10) @ jump to next instruction
2972 GOTO_OPCODE(ip) @ jump to next instruction
3000 GOTO_OPCODE(ip) @ jump to next instruction
3028 GOTO_OPCODE(ip) @ jump to next instruction
3056 GOTO_OPCODE(ip) @ jump to next instruction
3388 * specifies an instruction that performs "result = op r0".
3389 * This could be an ARM instruction or a function call.
3404 GOTO_OPCODE(ip) @ jump to next instruction
3415 * specifies an instruction that performs "result = op r0".
3416 * This could be an ARM instruction or a function call.
3431 GOTO_OPCODE(ip) @ jump to next instruction
3442 * specifies an instruction that performs "result = op r0/r1".
3443 * This could be an ARM instruction or a function call.
3459 GOTO_OPCODE(ip) @ jump to next instruction
3470 * specifies an instruction that performs "result = op r0/r1".
3471 * This could be an ARM instruction or a function call.
3487 GOTO_OPCODE(ip) @ jump to next instruction
3498 * specifies an instruction that performs "result = op r0".
3499 * This could be an ARM instruction or a function call.
3514 GOTO_OPCODE(ip) @ jump to next instruction
3525 * specifies an instruction that performs "result = op r0/r1".
3526 * This could be an ARM instruction or a function call.
3542 GOTO_OPCODE(ip) @ jump to next instruction
3553 * that specifies an instruction that performs "result = op r0", where
3569 GOTO_OPCODE(ip) @ jump to next instruction
3580 * line that specifies an instruction that performs "s1 = op s0".
3595 GOTO_OPCODE(ip) @ jump to next instruction
3605 * "instr" line that specifies an instruction that performs "d0 = op s0".
3620 GOTO_OPCODE(ip) @ jump to next instruction
3638 GOTO_OPCODE(ip) @ execute next instruction
3648 * that specifies an instruction that performs "result = op r0/r1", where
3653 * (This would work for long-to-int, but that instruction is actually
3667 GOTO_OPCODE(ip) @ jump to next instruction
3678 * specifies an instruction that performs "result = op r0/r1".
3679 * This could be an ARM instruction or a function call.
3695 GOTO_OPCODE(ip) @ jump to next instruction
3706 * line that specifies an instruction that performs "s1 = op s0".
3721 GOTO_OPCODE(ip) @ jump to next instruction
3732 * that specifies an instruction that performs "result = op r0", where
3748 GOTO_OPCODE(ip) @ jump to next instruction
3760 * "instr" line that specifies an instruction that performs "d0 = op s0".
3775 GOTO_OPCODE(ip) @ jump to next instruction
3785 * "instr" line that specifies an instruction that performs "s0 = op d0".
3800 GOTO_OPCODE(ip) @ jump to next instruction
3811 * specifies an instruction that performs "result = op r0/r1".
3812 * This could be an ARM instruction or a function call.
3828 GOTO_OPCODE(ip) @ jump to next instruction
3840 * "instr" line that specifies an instruction that performs "s0 = op d0".
3855 GOTO_OPCODE(ip) @ jump to next instruction
3865 * specifies an instruction that performs "result = op r0".
3866 * This could be an ARM instruction or a function call.
3881 GOTO_OPCODE(ip) @ jump to next instruction
3892 * specifies an instruction that performs "result = op r0".
3893 * This could be an ARM instruction or a function call.
3908 GOTO_OPCODE(ip) @ jump to next instruction
3919 * specifies an instruction that performs "result = op r0".
3920 * This could be an ARM instruction or a function call.
3935 GOTO_OPCODE(ip) @ jump to next instruction
3946 * specifies an instruction that performs "result = r0 op r1".
3947 * This could be an ARM instruction or a function call. (If the result
3976 GOTO_OPCODE(ip) @ jump to next instruction
3987 * specifies an instruction that performs "result = r0 op r1".
3988 * This could be an ARM instruction or a function call. (If the result
4017 GOTO_OPCODE(ip) @ jump to next instruction
4029 * specifies an instruction that performs "result = r0 op r1".
4030 * This could be an ARM instruction or a function call. (If the result
4059 GOTO_OPCODE(ip) @ jump to next instruction
4070 * specifies an instruction that performs "result = r0 op r1".
4071 * This could be an ARM instruction or a function call. (If the result
4100 GOTO_OPCODE(ip) @ jump to next instruction
4112 * specifies an instruction that performs "result = r0 op r1".
4113 * This could be an ARM instruction or a function call. (If the result
4142 GOTO_OPCODE(ip) @ jump to next instruction
4153 * specifies an instruction that performs "result = r0 op r1".
4154 * This could be an ARM instruction or a function call. (If the result
4183 GOTO_OPCODE(ip) @ jump to next instruction
4194 * specifies an instruction that performs "result = r0 op r1".
4195 * This could be an ARM instruction or a function call. (If the result
4224 GOTO_OPCODE(ip) @ jump to next instruction
4235 * specifies an instruction that performs "result = r0 op r1".
4236 * This could be an ARM instruction or a function call. (If the result
4265 GOTO_OPCODE(ip) @ jump to next instruction
4276 * specifies an instruction that performs "result = r0 op r1".
4277 * This could be an ARM instruction or a function call. (If the result
4306 GOTO_OPCODE(ip) @ jump to next instruction
4317 * specifies an instruction that performs "result = r0 op r1".
4318 * This could be an ARM instruction or a function call. (If the result
4347 GOTO_OPCODE(ip) @ jump to next instruction
4358 * specifies an instruction that performs "result = r0 op r1".
4359 * This could be an ARM instruction or a function call. (If the result
4388 GOTO_OPCODE(ip) @ jump to next instruction
4399 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4400 * This could be an ARM instruction or a function call. (If the result
4432 GOTO_OPCODE(ip) @ jump to next instruction
4443 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4444 * This could be an ARM instruction or a function call. (If the result
4476 GOTO_OPCODE(ip) @ jump to next instruction
4526 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4527 * This could be an ARM instruction or a function call. (If the result
4559 GOTO_OPCODE(ip) @ jump to next instruction
4571 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4572 * This could be an ARM instruction or a function call. (If the result
4604 GOTO_OPCODE(ip) @ jump to next instruction
4615 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4616 * This could be an ARM instruction or a function call. (If the result
4648 GOTO_OPCODE(ip) @ jump to next instruction
4659 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4660 * This could be an ARM instruction or a function call. (If the result
4692 GOTO_OPCODE(ip) @ jump to next instruction
4703 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4704 * This could be an ARM instruction or a function call. (If the result
4736 GOTO_OPCODE(ip) @ jump to next instruction
4834 * specifies an instruction that performs "s2 = s0 op s1". Because we
4835 * use the "softfp" ABI, this must be an instruction, not a function call.
4854 GOTO_OPCODE(ip) @ jump to next instruction
4864 * specifies an instruction that performs "s2 = s0 op s1". Because we
4865 * use the "softfp" ABI, this must be an instruction, not a function call.
4884 GOTO_OPCODE(ip) @ jump to next instruction
4894 * specifies an instruction that performs "s2 = s0 op s1". Because we
4895 * use the "softfp" ABI, this must be an instruction, not a function call.
4914 GOTO_OPCODE(ip) @ jump to next instruction
4924 * specifies an instruction that performs "s2 = s0 op s1". Because we
4925 * use the "softfp" ABI, this must be an instruction, not a function call.
4944 GOTO_OPCODE(ip) @ jump to next instruction
4955 * specifies an instruction that performs "result = r0 op r1".
4956 * This could be an ARM instruction or a function call. (If the result
4985 GOTO_OPCODE(ip) @ jump to next instruction
4996 * Provide an "instr" line that specifies an instruction that performs
5016 GOTO_OPCODE(ip) @ jump to next instruction
5026 * Provide an "instr" line that specifies an instruction that performs
5046 GOTO_OPCODE(ip) @ jump to next instruction
5056 * Provide an "instr" line that specifies an instruction that performs
5076 GOTO_OPCODE(ip) @ jump to next instruction
5086 * Provide an "instr" line that specifies an instruction that performs
5106 GOTO_OPCODE(ip) @ jump to next instruction
5117 * specifies an instruction that performs "result = r0-r1 op r2-r3".
5118 * This could be an ARM instruction or a function call. (If the result
5150 GOTO_OPCODE(ip) @ jump to next instruction
5161 * that specifies an instruction that performs "result = r0 op r1".
5162 * This could be an ARM instruction or a function call. (If the result
5189 GOTO_OPCODE(ip) @ jump to next instruction
5200 * that specifies an instruction that performs "result = r0 op r1".
5201 * This could be an ARM instruction or a function call. (If the result
5228 GOTO_OPCODE(ip) @ jump to next instruction
5240 * that specifies an instruction that performs "result = r0 op r1".
5241 * This could be an ARM instruction or a function call. (If the result
5268 GOTO_OPCODE(ip) @ jump to next instruction
5279 * that specifies an instruction that performs "result = r0 op r1".
5280 * This could be an ARM instruction or a function call. (If the result
5307 GOTO_OPCODE(ip) @ jump to next instruction
5319 * that specifies an instruction that performs "result = r0 op r1".
5320 * This could be an ARM instruction or a function call. (If the result
5347 GOTO_OPCODE(ip) @ jump to next instruction
5358 * that specifies an instruction that performs "result = r0 op r1".
5359 * This could be an ARM instruction or a function call. (If the result
5386 GOTO_OPCODE(ip) @ jump to next instruction
5397 * that specifies an instruction that performs "result = r0 op r1".
5398 * This could be an ARM instruction or a function call. (If the result
5425 GOTO_OPCODE(ip) @ jump to next instruction
5436 * that specifies an instruction that performs "result = r0 op r1".
5437 * This could be an ARM instruction or a function call. (If the result
5464 GOTO_OPCODE(ip) @ jump to next instruction
5475 * that specifies an instruction that performs "result = r0 op r1".
5476 * This could be an ARM instruction or a function call. (If the result
5503 GOTO_OPCODE(ip) @ jump to next instruction
5514 * that specifies an instruction that performs "result = r0 op r1".
5515 * This could be an ARM instruction or a function call. (If the result
5542 GOTO_OPCODE(ip) @ jump to next instruction
5553 * that specifies an instruction that performs "result = r0 op r1".
5554 * This could be an ARM instruction or a function call. (If the result
5581 GOTO_OPCODE(ip) @ jump to next instruction
5592 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5593 * This could be an ARM instruction or a function call. (If the result
5622 GOTO_OPCODE(ip) @ jump to next instruction
5633 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5634 * This could be an ARM instruction or a function call. (If the result
5663 GOTO_OPCODE(ip) @ jump to next instruction
5695 GOTO_OPCODE(ip) @ jump to next instruction
5704 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5705 * This could be an ARM instruction or a function call. (If the result
5734 GOTO_OPCODE(ip) @ jump to next instruction
5746 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5747 * This could be an ARM instruction or a function call. (If the result
5776 GOTO_OPCODE(ip) @ jump to next instruction
5787 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5788 * This could be an ARM instruction or a function call. (If the result
5817 GOTO_OPCODE(ip) @ jump to next instruction
5828 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5829 * This could be an ARM instruction or a function call. (If the result
5858 GOTO_OPCODE(ip) @ jump to next instruction
5869 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5870 * This could be an ARM instruction or a function call. (If the result
5899 GOTO_OPCODE(ip) @ jump to next instruction
5988 * an "instr" line that specifies an instruction that performs
6006 GOTO_OPCODE(ip) @ jump to next instruction
6016 * an "instr" line that specifies an instruction that performs
6034 GOTO_OPCODE(ip) @ jump to next instruction
6044 * an "instr" line that specifies an instruction that performs
6062 GOTO_OPCODE(ip) @ jump to next instruction
6072 * an "instr" line that specifies an instruction that performs
6090 GOTO_OPCODE(ip) @ jump to next instruction
6101 * that specifies an instruction that performs "result = r0 op r1".
6102 * This could be an ARM instruction or a function call. (If the result
6129 GOTO_OPCODE(ip) @ jump to next instruction
6140 * an "instr" line that specifies an instruction that performs
6159 GOTO_OPCODE(ip) @ jump to next instruction
6169 * an "instr" line that specifies an instruction that performs
6188 GOTO_OPCODE(ip) @ jump to next instruction
6198 * an "instr" line that specifies an instruction that performs
6217 GOTO_OPCODE(ip) @ jump to next instruction
6227 * an "instr" line that specifies an instruction that performs
6246 GOTO_OPCODE(ip) @ jump to next instruction
6257 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
6258 * This could be an ARM instruction or a function call. (If the result
6287 GOTO_OPCODE(ip) @ jump to next instruction
6298 * that specifies an instruction that performs "result = r0 op r1".
6299 * This could be an ARM instruction or a function call. (If the result
6323 GOTO_OPCODE(ip) @ jump to next instruction
6335 * that specifies an instruction that performs "result = r0 op r1".
6336 * This could be an ARM instruction or a function call. (If the result
6360 GOTO_OPCODE(ip) @ jump to next instruction
6372 * that specifies an instruction that performs "result = r0 op r1".
6373 * This could be an ARM instruction or a function call. (If the result
6397 GOTO_OPCODE(ip) @ jump to next instruction
6408 * that specifies an instruction that performs "result = r0 op r1".
6409 * This could be an ARM instruction or a function call. (If the result
6433 GOTO_OPCODE(ip) @ jump to next instruction
6445 * that specifies an instruction that performs "result = r0 op r1".
6446 * This could be an ARM instruction or a function call. (If the result
6470 GOTO_OPCODE(ip) @ jump to next instruction
6481 * that specifies an instruction that performs "result = r0 op r1".
6482 * This could be an ARM instruction or a function call. (If the result
6506 GOTO_OPCODE(ip) @ jump to next instruction
6517 * that specifies an instruction that performs "result = r0 op r1".
6518 * This could be an ARM instruction or a function call. (If the result
6542 GOTO_OPCODE(ip) @ jump to next instruction
6553 * that specifies an instruction that performs "result = r0 op r1".
6554 * This could be an ARM instruction or a function call. (If the result
6578 GOTO_OPCODE(ip) @ jump to next instruction
6589 * that specifies an instruction that performs "result = r0 op r1".
6590 * This could be an ARM instruction or a function call. (If the result
6616 GOTO_OPCODE(ip) @ jump to next instruction
6627 * that specifies an instruction that performs "result = r0 op r1".
6628 * This could be an ARM instruction or a function call. (If the result
6654 GOTO_OPCODE(ip) @ jump to next instruction
6666 * that specifies an instruction that performs "result = r0 op r1".
6667 * This could be an ARM instruction or a function call. (If the result
6693 GOTO_OPCODE(ip) @ jump to next instruction
6704 * that specifies an instruction that performs "result = r0 op r1".
6705 * This could be an ARM instruction or a function call. (If the result
6731 GOTO_OPCODE(ip) @ jump to next instruction
6743 * that specifies an instruction that performs "result = r0 op r1".
6744 * This could be an ARM instruction or a function call. (If the result
6770 GOTO_OPCODE(ip) @ jump to next instruction
6781 * that specifies an instruction that performs "result = r0 op r1".
6782 * This could be an ARM instruction or a function call. (If the result
6808 GOTO_OPCODE(ip) @ jump to next instruction
6819 * that specifies an instruction that performs "result = r0 op r1".
6820 * This could be an ARM instruction or a function call. (If the result
6846 GOTO_OPCODE(ip) @ jump to next instruction
6857 * that specifies an instruction that performs "result = r0 op r1".
6858 * This could be an ARM instruction or a function call. (If the result
6884 GOTO_OPCODE(ip) @ jump to next instruction
6895 * that specifies an instruction that performs "result = r0 op r1".
6896 * This could be an ARM instruction or a function call. (If the result
6922 GOTO_OPCODE(ip) @ jump to next instruction
6933 * that specifies an instruction that performs "result = r0 op r1".
6934 * This could be an ARM instruction or a function call. (If the result
6960 GOTO_OPCODE(ip) @ jump to next instruction
6971 * that specifies an instruction that performs "result = r0 op r1".
6972 * This could be an ARM instruction or a function call. (If the result
6998 GOTO_OPCODE(ip) @ jump to next instruction
7082 GOTO_OPCODE(ip) @ jump to next instruction
7110 GOTO_OPCODE(ip) @ jump to next instruction
7217 GOTO_OPCODE(ip) @ jump to next instruction
7247 GOTO_OPCODE(r10) @ jump to next instruction
7257 * Restart this instruction with the original opcode. By
7274 * Handle a throw-verification-error instruction. This throws an
7291 * Execute a "native inline" instruction.
7320 GOTO_OPCODE(ip) @ jump to next instruction
7327 * Execute a "native inline" instruction, using "/range" semantics.
7354 GOTO_OPCODE(ip) @ jump to next instruction
7405 GOTO_OPCODE(ip) @ jump to next instruction
7424 GOTO_OPCODE(ip) @ jump to next instruction
7444 GOTO_OPCODE(ip) @ jump to next instruction
7464 GOTO_OPCODE(ip) @ jump to next instruction
7483 GOTO_OPCODE(ip) @ jump to next instruction
7505 GOTO_OPCODE(ip) @ jump to next instruction
7667 GOTO_OPCODE(ip) @ jump to next instruction
7739 GOTO_OPCODE(ip) @ jump to next instruction
7758 GOTO_OPCODE(ip) @ jump to next instruction
7778 GOTO_OPCODE(ip) @ jump to next instruction
7840 GOTO_OPCODE(ip) @ jump to next instruction
7852 GOTO_OPCODE(ip) @ jump to next instruction
7884 * include this instruction in a trace.
7897 GOTO_OPCODE(ip) @ jump to next instruction
7917 GOTO_OPCODE(ip) @ jump to next instruction
7984 GOTO_OPCODE(ip) @ jump to next instruction
8159 GOTO_OPCODE(ip) @ jump to next instruction
8164 GOTO_OPCODE(ip) @ jump to next instruction
8169 GOTO_OPCODE(ip) @ jump to next instruction
8174 GOTO_OPCODE(ip) @ jump to next instruction
8185 GOTO_OPCODE(ip) @ jump to next instruction
8195 GOTO_OPCODE(ip) @ jump to next instruction
8205 GOTO_OPCODE(ip) @ jump to next instruction
8214 GOTO_OPCODE(ip) @ jump to next instruction
8238 GOTO_OPCODE(ip) @ jump to next instruction
8243 GOTO_OPCODE(ip) @ jump to next instruction
8271 GOTO_OPCODE(ip) @ jump to next instruction
8296 GOTO_OPCODE(ip) @ jump to next instruction
8317 GOTO_OPCODE(ip) @ jump to next instruction
8338 GOTO_OPCODE(ip) @ jump to next instruction
8359 GOTO_OPCODE(ip) @ jump to next instruction
8380 GOTO_OPCODE(ip) @ jump to next instruction
8401 GOTO_OPCODE(ip) @ jump to next instruction
8423 GOTO_OPCODE(ip) @ jump to next instruction
8448 GOTO_OPCODE(r10) @ jump to next instruction
8473 GOTO_OPCODE(ip) @ jump to next instruction
8495 GOTO_OPCODE(ip) @ jump to next instruction
8517 GOTO_OPCODE(ip) @ jump to next instruction
8539 GOTO_OPCODE(ip) @ jump to next instruction
8561 GOTO_OPCODE(ip) @ jump to next instruction
8583 * that the field is fully resolved before including this instruction.
8611 * that the field is fully resolved before including this instruction.
8637 * that the field is fully resolved before including this instruction.
8663 * that the field is fully resolved before including this instruction.
8689 * that the field is fully resolved before including this instruction.
8715 * that the field is fully resolved before including this instruction.
8741 * that the field is fully resolved before including this instruction.
8767 * that the field is fully resolved before including this instruction.
8797 * that the field is fully resolved before including this instruction.
8811 GOTO_OPCODE(ip) @ jump to next instruction
8830 * that the field is fully resolved before including this instruction.
8857 * that the field is fully resolved before including this instruction.
8883 * that the field is fully resolved before including this instruction.
8909 * that the field is fully resolved before including this instruction.
8935 * that the field is fully resolved before including this instruction.
9020 * we need to keep this instruction out of it.
9120 * we need to keep this instruction out of it.
9233 GOTO_OPCODE(ip) @ jump to next instruction
9241 GOTO_OPCODE(ip) @ jump to next instruction
9249 GOTO_OPCODE(ip) @ jump to next instruction
9257 GOTO_OPCODE(ip) @ jump to next instruction
9264 GOTO_OPCODE(ip) @ jump to next instruction
9271 GOTO_OPCODE(ip) @ jump to next instruction
9278 GOTO_OPCODE(ip) @ jump to next instruction
9299 GOTO_OPCODE(ip) @ jump to next instruction
9321 GOTO_OPCODE(ip) @ jump to next instruction
9343 * that the field is fully resolved before including this instruction.
9369 * that the field is fully resolved before including this instruction.
9394 GOTO_OPCODE(ip) @ jump to next instruction
9419 GOTO_OPCODE(ip) @ jump to next instruction
9444 GOTO_OPCODE(r10) @ jump to next instruction
9468 * that the field is fully resolved before including this instruction.
9498 * that the field is fully resolved before including this instruction.
9563 GOTO_OPCODE(ip) @ jump to next instruction
9626 GOTO_OPCODE(ip) @ jump to next instruction
9680 GOTO_OPCODE(ip) @ jump to next instruction
9702 * that the field is fully resolved before including this instruction.
9716 GOTO_OPCODE(ip) @ jump to next instruction
9735 * that the field is fully resolved before including this instruction.
9757 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9758 * any interesting requests and then jump to the real instruction
9780 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9781 * any interesting requests and then jump to the real instruction
9803 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9804 * any interesting requests and then jump to the real instruction
9826 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9827 * any interesting requests and then jump to the real instruction
9849 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9850 * any interesting requests and then jump to the real instruction
9872 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9873 * any interesting requests and then jump to the real instruction
9895 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9896 * any interesting requests and then jump to the real instruction
9918 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9919 * any interesting requests and then jump to the real instruction
9941 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9942 * any interesting requests and then jump to the real instruction
9964 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9965 * any interesting requests and then jump to the real instruction
9987 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9988 * any interesting requests and then jump to the real instruction
10010 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10011 * any interesting requests and then jump to the real instruction
10033 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10034 * any interesting requests and then jump to the real instruction
10056 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10057 * any interesting requests and then jump to the real instruction
10079 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10080 * any interesting requests and then jump to the real instruction
10102 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10103 * any interesting requests and then jump to the real instruction
10125 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10126 * any interesting requests and then jump to the real instruction
10148 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10149 * any interesting requests and then jump to the real instruction
10171 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10172 * any interesting requests and then jump to the real instruction
10194 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10195 * any interesting requests and then jump to the real instruction
10217 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10218 * any interesting requests and then jump to the real instruction
10240 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10241 * any interesting requests and then jump to the real instruction
10263 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10264 * any interesting requests and then jump to the real instruction
10286 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10287 * any interesting requests and then jump to the real instruction
10309 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10310 * any interesting requests and then jump to the real instruction
10332 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10333 * any interesting requests and then jump to the real instruction
10355 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10356 * any interesting requests and then jump to the real instruction
10378 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10379 * any interesting requests and then jump to the real instruction
10401 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10402 * any interesting requests and then jump to the real instruction
10424 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10425 * any interesting requests and then jump to the real instruction
10447 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10448 * any interesting requests and then jump to the real instruction
10470 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10471 * any interesting requests and then jump to the real instruction
10493 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10494 * any interesting requests and then jump to the real instruction
10516 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10517 * any interesting requests and then jump to the real instruction
10539 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10540 * any interesting requests and then jump to the real instruction
10562 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10563 * any interesting requests and then jump to the real instruction
10585 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10586 * any interesting requests and then jump to the real instruction
10608 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10609 * any interesting requests and then jump to the real instruction
10631 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10632 * any interesting requests and then jump to the real instruction
10654 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10655 * any interesting requests and then jump to the real instruction
10677 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10678 * any interesting requests and then jump to the real instruction
10700 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10701 * any interesting requests and then jump to the real instruction
10723 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10724 * any interesting requests and then jump to the real instruction
10746 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10747 * any interesting requests and then jump to the real instruction
10769 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10770 * any interesting requests and then jump to the real instruction
10792 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10793 * any interesting requests and then jump to the real instruction
10815 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10816 * any interesting requests and then jump to the real instruction
10838 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10839 * any interesting requests and then jump to the real instruction
10861 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10862 * any interesting requests and then jump to the real instruction
10884 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10885 * any interesting requests and then jump to the real instruction
10907 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10908 * any interesting requests and then jump to the real instruction
10930 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10931 * any interesting requests and then jump to the real instruction
10953 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10954 * any interesting requests and then jump to the real instruction
10976 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10977 * any interesting requests and then jump to the real instruction
10999 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11000 * any interesting requests and then jump to the real instruction
11022 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11023 * any interesting requests and then jump to the real instruction
11045 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11046 * any interesting requests and then jump to the real instruction
11068 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11069 * any interesting requests and then jump to the real instruction
11091 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11092 * any interesting requests and then jump to the real instruction
11114 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11115 * any interesting requests and then jump to the real instruction
11137 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11138 * any interesting requests and then jump to the real instruction
11160 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11161 * any interesting requests and then jump to the real instruction
11183 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11184 * any interesting requests and then jump to the real instruction
11206 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11207 * any interesting requests and then jump to the real instruction
11229 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11230 * any interesting requests and then jump to the real instruction
11252 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11253 * any interesting requests and then jump to the real instruction
11275 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11276 * any interesting requests and then jump to the real instruction
11298 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11299 * any interesting requests and then jump to the real instruction
11321 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11322 * any interesting requests and then jump to the real instruction
11344 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11345 * any interesting requests and then jump to the real instruction
11367 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11368 * any interesting requests and then jump to the real instruction
11390 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11391 * any interesting requests and then jump to the real instruction
11413 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11414 * any interesting requests and then jump to the real instruction
11436 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11437 * any interesting requests and then jump to the real instruction
11459 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11460 * any interesting requests and then jump to the real instruction
11482 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11483 * any interesting requests and then jump to the real instruction
11505 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11506 * any interesting requests and then jump to the real instruction
11528 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11529 * any interesting requests and then jump to the real instruction
11551 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11552 * any interesting requests and then jump to the real instruction
11574 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11575 * any interesting requests and then jump to the real instruction
11597 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11598 * any interesting requests and then jump to the real instruction
11620 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11621 * any interesting requests and then jump to the real instruction
11643 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11644 * any interesting requests and then jump to the real instruction
11666 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11667 * any interesting requests and then jump to the real instruction
11689 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11690 * any interesting requests and then jump to the real instruction
11712 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11713 * any interesting requests and then jump to the real instruction
11735 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11736 * any interesting requests and then jump to the real instruction
11758 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11759 * any interesting requests and then jump to the real instruction
11781 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11782 * any interesting requests and then jump to the real instruction
11804 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11805 * any interesting requests and then jump to the real instruction
11827 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11828 * any interesting requests and then jump to the real instruction
11850 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11851 * any interesting requests and then jump to the real instruction
11873 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11874 * any interesting requests and then jump to the real instruction
11896 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11897 * any interesting requests and then jump to the real instruction
11919 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11920 * any interesting requests and then jump to the real instruction
11942 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11943 * any interesting requests and then jump to the real instruction
11965 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11966 * any interesting requests and then jump to the real instruction
11988 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11989 * any interesting requests and then jump to the real instruction
12011 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12012 * any interesting requests and then jump to the real instruction
12034 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12035 * any interesting requests and then jump to the real instruction
12057 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12058 * any interesting requests and then jump to the real instruction
12080 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12081 * any interesting requests and then jump to the real instruction
12103 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12104 * any interesting requests and then jump to the real instruction
12126 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12127 * any interesting requests and then jump to the real instruction
12149 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12150 * any interesting requests and then jump to the real instruction
12172 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12173 * any interesting requests and then jump to the real instruction
12195 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12196 * any interesting requests and then jump to the real instruction
12218 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12219 * any interesting requests and then jump to the real instruction
12241 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12242 * any interesting requests and then jump to the real instruction
12264 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12265 * any interesting requests and then jump to the real instruction
12287 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12288 * any interesting requests and then jump to the real instruction
12310 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12311 * any interesting requests and then jump to the real instruction
12333 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12334 * any interesting requests and then jump to the real instruction
12356 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12357 * any interesting requests and then jump to the real instruction
12379 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12380 * any interesting requests and then jump to the real instruction
12402 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12403 * any interesting requests and then jump to the real instruction
12425 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12426 * any interesting requests and then jump to the real instruction
12448 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12449 * any interesting requests and then jump to the real instruction
12471 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12472 * any interesting requests and then jump to the real instruction
12494 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12495 * any interesting requests and then jump to the real instruction
12517 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12518 * any interesting requests and then jump to the real instruction
12540 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12541 * any interesting requests and then jump to the real instruction
12563 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12564 * any interesting requests and then jump to the real instruction
12586 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12587 * any interesting requests and then jump to the real instruction
12609 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12610 * any interesting requests and then jump to the real instruction
12632 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12633 * any interesting requests and then jump to the real instruction
12655 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12656 * any interesting requests and then jump to the real instruction
12678 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12679 * any interesting requests and then jump to the real instruction
12701 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12702 * any interesting requests and then jump to the real instruction
12724 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12725 * any interesting requests and then jump to the real instruction
12747 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12748 * any interesting requests and then jump to the real instruction
12770 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12771 * any interesting requests and then jump to the real instruction
12793 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12794 * any interesting requests and then jump to the real instruction
12816 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12817 * any interesting requests and then jump to the real instruction
12839 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12840 * any interesting requests and then jump to the real instruction
12862 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12863 * any interesting requests and then jump to the real instruction
12885 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12886 * any interesting requests and then jump to the real instruction
12908 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12909 * any interesting requests and then jump to the real instruction
12931 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12932 * any interesting requests and then jump to the real instruction
12954 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12955 * any interesting requests and then jump to the real instruction
12977 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12978 * any interesting requests and then jump to the real instruction
13000 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13001 * any interesting requests and then jump to the real instruction
13023 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13024 * any interesting requests and then jump to the real instruction
13046 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13047 * any interesting requests and then jump to the real instruction
13069 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13070 * any interesting requests and then jump to the real instruction
13092 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13093 * any interesting requests and then jump to the real instruction
13115 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13116 * any interesting requests and then jump to the real instruction
13138 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13139 * any interesting requests and then jump to the real instruction
13161 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13162 * any interesting requests and then jump to the real instruction
13184 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13185 * any interesting requests and then jump to the real instruction
13207 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13208 * any interesting requests and then jump to the real instruction
13230 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13231 * any interesting requests and then jump to the real instruction
13253 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13254 * any interesting requests and then jump to the real instruction
13276 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13277 * any interesting requests and then jump to the real instruction
13299 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13300 * any interesting requests and then jump to the real instruction
13322 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13323 * any interesting requests and then jump to the real instruction
13345 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13346 * any interesting requests and then jump to the real instruction
13368 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13369 * any interesting requests and then jump to the real instruction
13391 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13392 * any interesting requests and then jump to the real instruction
13414 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13415 * any interesting requests and then jump to the real instruction
13437 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13438 * any interesting requests and then jump to the real instruction
13460 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13461 * any interesting requests and then jump to the real instruction
13483 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13484 * any interesting requests and then jump to the real instruction
13506 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13507 * any interesting requests and then jump to the real instruction
13529 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13530 * any interesting requests and then jump to the real instruction
13552 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13553 * any interesting requests and then jump to the real instruction
13575 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13576 * any interesting requests and then jump to the real instruction
13598 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13599 * any interesting requests and then jump to the real instruction
13621 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13622 * any interesting requests and then jump to the real instruction
13644 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13645 * any interesting requests and then jump to the real instruction
13667 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13668 * any interesting requests and then jump to the real instruction
13690 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13691 * any interesting requests and then jump to the real instruction
13713 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13714 * any interesting requests and then jump to the real instruction
13736 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13737 * any interesting requests and then jump to the real instruction
13759 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13760 * any interesting requests and then jump to the real instruction
13782 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13783 * any interesting requests and then jump to the real instruction
13805 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13806 * any interesting requests and then jump to the real instruction
13828 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13829 * any interesting requests and then jump to the real instruction
13851 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13852 * any interesting requests and then jump to the real instruction
13874 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13875 * any interesting requests and then jump to the real instruction
13897 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13898 * any interesting requests and then jump to the real instruction
13920 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13921 * any interesting requests and then jump to the real instruction
13943 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13944 * any interesting requests and then jump to the real instruction
13966 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13967 * any interesting requests and then jump to the real instruction
13989 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13990 * any interesting requests and then jump to the real instruction
14012 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14013 instruction
14035 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14036 * any interesting requests and then jump to the real instruction
14058 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14059 * any interesting requests and then jump to the real instruction
14081 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14082 * any interesting requests and then jump to the real instruction
14104 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14105 * any interesting requests and then jump to the real instruction
14127 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14128 * any interesting requests and then jump to the real instruction
14150 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14151 * any interesting requests and then jump to the real instruction
14173 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14174 * any interesting requests and then jump to the real instruction
14196 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14197 * any interesting requests and then jump to the real instruction
14219 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14220 * any interesting requests and then jump to the real instruction
14242 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14243 * any interesting requests and then jump to the real instruction
14265 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14266 * any interesting requests and then jump to the real instruction
14288 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14289 * any interesting requests and then jump to the real instruction
14311 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14312 * any interesting requests and then jump to the real instruction
14334 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14335 * any interesting requests and then jump to the real instruction
14357 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14358 * any interesting requests and then jump to the real instruction
14380 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14381 * any interesting requests and then jump to the real instruction
14403 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14404 * any interesting requests and then jump to the real instruction
14426 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14427 * any interesting requests and then jump to the real instruction
14449 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14450 * any interesting requests and then jump to the real instruction
14472 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14473 * any interesting requests and then jump to the real instruction
14495 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14496 * any interesting requests and then jump to the real instruction
14518 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14519 * any interesting requests and then jump to the real instruction
14541 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14542 * any interesting requests and then jump to the real instruction
14564 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14565 * any interesting requests and then jump to the real instruction
14587 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14588 * any interesting requests and then jump to the real instruction
14610 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14611 * any interesting requests and then jump to the real instruction
14633 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14634 * any interesting requests and then jump to the real instruction
14656 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14657 * any interesting requests and then jump to the real instruction
14679 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14680 * any interesting requests and then jump to the real instruction
14702 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14703 * any interesting requests and then jump to the real instruction
14725 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14726 * any interesting requests and then jump to the real instruction
14748 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14749 * any interesting requests and then jump to the real instruction
14771 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14772 * any interesting requests and then jump to the real instruction
14794 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14795 * any interesting requests and then jump to the real instruction
14817 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14818 * any interesting requests and then jump to the real instruction
14840 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14841 * any interesting requests and then jump to the real instruction
14863 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14864 * any interesting requests and then jump to the real instruction
14886 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14887 * any interesting requests and then jump to the real instruction
14909 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14910 * any interesting requests and then jump to the real instruction
14932 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14933 * any interesting requests and then jump to the real instruction
14955 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14956 * any interesting requests and then jump to the real instruction
14978 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14979 * any interesting requests and then jump to the real instruction
15001 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15002 * any interesting requests and then jump to the real instruction
15024 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15025 * any interesting requests and then jump to the real instruction
15047 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15048 * any interesting requests and then jump to the real instruction
15070 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15071 * any interesting requests and then jump to the real instruction
15093 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15094 * any interesting requests and then jump to the real instruction
15116 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15117 * any interesting requests and then jump to the real instruction
15139 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15140 * any interesting requests and then jump to the real instruction
15162 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15163 * any interesting requests and then jump to the real instruction
15185 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15186 * any interesting requests and then jump to the real instruction
15208 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15209 * any interesting requests and then jump to the real instruction
15231 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15232 * any interesting requests and then jump to the real instruction
15254 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15255 * any interesting requests and then jump to the real instruction
15277 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15278 * any interesting requests and then jump to the real instruction
15300 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15301 * any interesting requests and then jump to the real instruction
15323 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15324 * any interesting requests and then jump to the real instruction
15346 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15347 * any interesting requests and then jump to the real instruction
15369 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15370 * any interesting requests and then jump to the real instruction
15392 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15393 * any interesting requests and then jump to the real instruction
15415 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15416 * any interesting requests and then jump to the real instruction
15438 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15439 * any interesting requests and then jump to the real instruction
15461 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15462 * any interesting requests and then jump to the real instruction
15484 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15485 * any interesting requests and then jump to the real instruction
15507 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15508 * any interesting requests and then jump to the real instruction
15530 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15531 * any interesting requests and then jump to the real instruction
15553 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15554 * any interesting requests and then jump to the real instruction
15576 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15577 * any interesting requests and then jump to the real instruction
15599 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15600 * any interesting requests and then jump to the real instruction
15622 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15623 * any interesting requests and then jump to the real instruction
15756 * having issues translating/executing a Dalvik instruction. We have to skip
15758 * between the interpreter and the code cache if the instruction that fails
15777 * Return to the interpreter to handle a single instruction.
15785 * r1 <= Dalvik PC of next instruction
15915 GOTO_OPCODE(ip) @ jump to next instruction
15965 * rINST <= next instruction
16258 GOTO_OPCODE(ip) @ jump to next instruction
16264 GOTO_OPCODE(ip) @ jump to next instruction
16317 GOTO_OPCODE(ip) @ jump to next instruction
16376 instruction
16382 * Common code for handling a return instruction.
16421 GOTO_OPCODE(ip) @ jump to next instruction
16426 GOTO_OPCODE(ip) @ jump to next instruction
16456 * out of the interpreter), continue with whatever the next instruction
16537 GOTO_OPCODE(ip) @ jump to next instruction
16608 * instruction.
16631 * values and start executing at the next instruction.
16638 GOTO_OPCODE(ip) @ jump to next instruction
16699 * be in lr (use a bl instruction to jump here).