Home | History | Annotate | Download | only in out

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.
320 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
321 beq 1f @ intrepret the next instruction
328 /* start executing the instruction at rPC */
331 GOTO_OPCODE(ip) @ jump to next instruction
352 * last instruction causes us to return to whoever called dvmMterpStdRun.
403 GOTO_OPCODE(ip) @ execute next instruction
417 GOTO_OPCODE(ip) @ jump to next instruction
431 GOTO_OPCODE(ip) @ jump to next instruction
447 GOTO_OPCODE(ip) @ jump to next instruction
463 GOTO_OPCODE(ip) @ jump to next instruction
479 GOTO_OPCODE(ip) @ jump to next instruction
495 GOTO_OPCODE(ip) @ execute next instruction
511 GOTO_OPCODE(ip) @ jump to next instruction
527 GOTO_OPCODE(ip) @ jump to next instruction
541 GOTO_OPCODE(ip) @ jump to next instruction
555 GOTO_OPCODE(ip) @ jump to next instruction
569 GOTO_OPCODE(ip) @ jump to next instruction
584 GOTO_OPCODE(ip) @ jump to next instruction
653 GOTO_OPCODE(ip) @ execute next instruction
665 GOTO_OPCODE(ip) @ jump to next instruction
679 GOTO_OPCODE(ip) @ jump to next instruction
692 GOTO_OPCODE(ip) @ jump to next instruction
706 GOTO_OPCODE(ip) @ jump to next instruction
722 GOTO_OPCODE(ip) @ jump to next instruction
740 GOTO_OPCODE(ip) @ jump to next instruction
755 GOTO_OPCODE(ip) @ jump to next instruction
772 GOTO_OPCODE(ip) @ jump to next instruction
791 GOTO_OPCODE(ip) @ jump to next instruction
808 GOTO_OPCODE(ip) @ jump to next instruction
827 GOTO_OPCODE(ip) @ jump to next instruction
837 * if they happened at the following instruction. See the Dalvik
838 * instruction spec.
852 GOTO_OPCODE(ip) @ jump to next instruction
882 GOTO_OPCODE(ip) @ jump to next instruction
929 GOTO_OPCODE(ip) @ jump to next instruction
1056 GOTO_OPCODE(ip) @ jump to next instruction
1098 GOTO_OPCODE(ip) @ jump to next instruction
1120 GOTO_OPCODE(ip) @ jump to next instruction
1152 GOTO_OPCODE(ip) @ jump to next instruction
1159 * Handle a packed-switch or sparse-switch instruction. In both cases
1190 GOTO_OPCODE(ip) @ jump to next instruction
1198 * Handle a packed-switch or sparse-switch instruction. In both cases
1229 GOTO_OPCODE(ip) @ jump to next instruction
1408 * instruction epilogue code. The multi-compare approach below needs
1460 GOTO_OPCODE(ip) @ jump to next instruction
1494 GOTO_OPCODE(ip) @ jump to next instruction
1528 GOTO_OPCODE(ip) @ jump to next instruction
1562 GOTO_OPCODE(ip) @ jump to next instruction
1596 GOTO_OPCODE(ip) @ jump to next instruction
1630 GOTO_OPCODE(ip) @ jump to next instruction
1662 GOTO_OPCODE(ip) @ jump to next instruction
1694 GOTO_OPCODE(ip) @ jump to next instruction
1726 GOTO_OPCODE(ip) @ jump to next instruction
1758 GOTO_OPCODE(ip) @ jump to next instruction
1790 GOTO_OPCODE(ip) @ jump to next instruction
1822 GOTO_OPCODE(ip) @ jump to next instruction
1901 GOTO_OPCODE(ip) @ jump to next instruction
1959 GOTO_OPCODE(ip) @ jump to next instruction
1991 GOTO_OPCODE(ip) @ jump to next instruction
2023 GOTO_OPCODE(ip) @ jump to next instruction
2055 GOTO_OPCODE(ip) @ jump to next instruction
2087 GOTO_OPCODE(ip) @ jump to next instruction
2118 GOTO_OPCODE(ip) @ jump to next instruction
2201 GOTO_OPCODE(ip) @ jump to next instruction
2233 GOTO_OPCODE(ip) @ jump to next instruction
2265 GOTO_OPCODE(ip) @ jump to next instruction
2297 GOTO_OPCODE(ip) @ jump to next instruction
2706 GOTO_OPCODE(ip) @ jump to next instruction
2734 GOTO_OPCODE(ip) @ jump to next instruction
2760 GOTO_OPCODE(ip) @ jump to next instruction
2787 GOTO_OPCODE(ip) @ jump to next instruction
2814 GOTO_OPCODE(ip) @ jump to next instruction
2841 GOTO_OPCODE(ip) @ jump to next instruction
2868 GOTO_OPCODE(ip) @ jump to next instruction
2895 GOTO_OPCODE(ip) @ jump to next instruction
2923 GOTO_OPCODE(r10) @ jump to next instruction
2976 GOTO_OPCODE(ip) @ jump to next instruction
3004 GOTO_OPCODE(ip) @ jump to next instruction
3032 GOTO_OPCODE(ip) @ jump to next instruction
3060 GOTO_OPCODE(ip) @ jump to next instruction
3392 * specifies an instruction that performs "result = op r0".
3393 * This could be an ARM instruction or a function call.
3407 GOTO_OPCODE(ip) @ jump to next instruction
3418 * specifies an instruction that performs "result = op r0".
3419 * This could be an ARM instruction or a function call.
3433 GOTO_OPCODE(ip) @ jump to next instruction
3444 * specifies an instruction that performs "result = op r0/r1".
3445 * This could be an ARM instruction or a function call.
3460 GOTO_OPCODE(ip) @ jump to next instruction
3471 * specifies an instruction that performs "result = op r0/r1".
3472 * 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.
3513 GOTO_OPCODE(ip) @ jump to next instruction
3524 * specifies an instruction that performs "result = op r0/r1".
3525 * This could be an ARM instruction or a function call.
3540 GOTO_OPCODE(ip) @ jump to next instruction
3551 * that specifies an instruction that performs "result = op r0", where
3566 GOTO_OPCODE(ip) @ jump to next instruction
3577 * line that specifies an instruction that performs "s1 = op s0".
3592 GOTO_OPCODE(ip) @ jump to next instruction
3602 * "instr" line that specifies an instruction that performs "d0 = op s0".
3617 GOTO_OPCODE(ip) @ jump to next instruction
3635 GOTO_OPCODE(ip) @ execute next instruction
3645 * that specifies an instruction that performs "result = op r0/r1", where
3650 * (This would work for long-to-int, but that instruction is actually
3663 GOTO_OPCODE(ip) @ jump to next instruction
3674 * specifies an instruction that performs "result = op r0/r1".
3675 * This could be an ARM instruction or a function call.
3690 GOTO_OPCODE(ip) @ jump to next instruction
3701 * line that specifies an instruction that performs "s1 = op s0".
3716 GOTO_OPCODE(ip) @ jump to next instruction
3727 * that specifies an instruction that performs "result = op r0", where
3742 GOTO_OPCODE(ip) @ jump to next instruction
3754 * "instr" line that specifies an instruction that performs "d0 = op s0".
3769 GOTO_OPCODE(ip) @ jump to next instruction
3779 * "instr" line that specifies an instruction that performs "s0 = op d0".
3794 GOTO_OPCODE(ip) @ jump to next instruction
3805 * specifies an instruction that performs "result = op r0/r1".
3806 * This could be an ARM instruction or a function call.
3821 GOTO_OPCODE(ip) @ jump to next instruction
3833 * "instr" line that specifies an instruction that performs "s0 = op d0".
3848 GOTO_OPCODE(ip) @ jump to next instruction
3858 * specifies an instruction that performs "result = op r0".
3859 * This could be an ARM instruction or a function call.
3873 GOTO_OPCODE(ip) @ jump to next instruction
3884 * specifies an instruction that performs "result = op r0".
3885 * This could be an ARM instruction or a function call.
3899 GOTO_OPCODE(ip) @ jump to next instruction
3910 * specifies an instruction that performs "result = op r0".
3911 * This could be an ARM instruction or a function call.
3925 GOTO_OPCODE(ip) @ jump to next instruction
3936 * specifies an instruction that performs "result = r0 op r1".
3937 * This could be an ARM instruction or a function call. (If the result
3966 GOTO_OPCODE(ip) @ jump to next instruction
3977 * specifies an instruction that performs "result = r0 op r1".
3978 * This could be an ARM instruction or a function call. (If the result
4007 GOTO_OPCODE(ip) @ jump to next instruction
4019 * specifies an instruction that performs "result = r0 op r1".
4020 * This could be an ARM instruction or a function call. (If the result
4049 GOTO_OPCODE(ip) @ jump to next instruction
4060 * specifies an instruction that performs "result = r0 op r1".
4061 * This could be an ARM instruction or a function call. (If the result
4090 GOTO_OPCODE(ip) @ jump to next instruction
4102 * specifies an instruction that performs "result = r0 op r1".
4103 * This could be an ARM instruction or a function call. (If the result
4132 GOTO_OPCODE(ip) @ jump to next instruction
4143 * specifies an instruction that performs "result = r0 op r1".
4144 * This could be an ARM instruction or a function call. (If the result
4173 GOTO_OPCODE(ip) @ jump to next instruction
4184 * specifies an instruction that performs "result = r0 op r1".
4185 * This could be an ARM instruction or a function call. (If the result
4214 GOTO_OPCODE(ip) @ jump to next instruction
4225 * specifies an instruction that performs "result = r0 op r1".
4226 * This could be an ARM instruction or a function call. (If the result
4255 GOTO_OPCODE(ip) @ jump to next instruction
4266 * specifies an instruction that performs "result = r0 op r1".
4267 * This could be an ARM instruction or a function call. (If the result
4296 GOTO_OPCODE(ip) @ jump to next instruction
4307 * specifies an instruction that performs "result = r0 op r1".
4308 * This could be an ARM instruction or a function call. (If the result
4337 GOTO_OPCODE(ip) @ jump to next instruction
4348 * specifies an instruction that performs "result = r0 op r1".
4349 * This could be an ARM instruction or a function call. (If the result
4378 GOTO_OPCODE(ip) @ jump to next instruction
4389 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4390 * This could be an ARM instruction or a function call. (If the result
4422 GOTO_OPCODE(ip) @ jump to next instruction
4433 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4434 * This could be an ARM instruction or a function call. (If the result
4466 GOTO_OPCODE(ip) @ jump to next instruction
4516 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4517 * This could be an ARM instruction or a function call. (If the result
4549 GOTO_OPCODE(ip) @ jump to next instruction
4561 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4562 * This could be an ARM instruction or a function call. (If the result
4594 GOTO_OPCODE(ip) @ jump to next instruction
4605 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4606 * This could be an ARM instruction or a function call. (If the result
4638 GOTO_OPCODE(ip) @ jump to next instruction
4649 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4650 * This could be an ARM instruction or a function call. (If the result
4682 GOTO_OPCODE(ip) @ jump to next instruction
4693 * specifies an instruction that performs "result = r0-r1 op r2-r3".
4694 * This could be an ARM instruction or a function call. (If the result
4726 GOTO_OPCODE(ip) @ jump to next instruction
4824 * specifies an instruction that performs "s2 = s0 op s1". Because we
4825 * use the "softfp" ABI, this must be an instruction, not a function call.
4844 GOTO_OPCODE(ip) @ jump to next instruction
4854 * specifies an instruction that performs "s2 = s0 op s1". Because we
4855 * use the "softfp" ABI, this must be an instruction, not a function call.
4874 GOTO_OPCODE(ip) @ jump to next instruction
4884 * specifies an instruction that performs "s2 = s0 op s1". Because we
4885 * use the "softfp" ABI, this must be an instruction, not a function call.
4904 GOTO_OPCODE(ip) @ jump to next instruction
4914 * specifies an instruction that performs "s2 = s0 op s1". Because we
4915 * use the "softfp" ABI, this must be an instruction, not a function call.
4934 GOTO_OPCODE(ip) @ jump to next instruction
4945 * specifies an instruction that performs "result = r0 op r1".
4946 * This could be an ARM instruction or a function call. (If the result
4975 GOTO_OPCODE(ip) @ jump to next instruction
4986 * Provide an "instr" line that specifies an instruction that performs
5006 GOTO_OPCODE(ip) @ jump to next instruction
5016 * Provide an "instr" line that specifies an instruction that performs
5036 GOTO_OPCODE(ip) @ jump to next instruction
5046 instruction that performs
5066 GOTO_OPCODE(ip) @ jump to next instruction
5076 * Provide an "instr" line that specifies an instruction that performs
5096 GOTO_OPCODE(ip) @ jump to next instruction
5107 * specifies an instruction that performs "result = r0-r1 op r2-r3".
5108 * This could be an ARM instruction or a function call. (If the result
5140 GOTO_OPCODE(ip) @ jump to next instruction
5151 * that specifies an instruction that performs "result = r0 op r1".
5152 * This could be an ARM instruction or a function call. (If the result
5178 GOTO_OPCODE(ip) @ jump to next instruction
5189 * that specifies an instruction that performs "result = r0 op r1".
5190 * This could be an ARM instruction or a function call. (If the result
5216 GOTO_OPCODE(ip) @ jump to next instruction
5228 * that specifies an instruction that performs "result = r0 op r1".
5229 * This could be an ARM instruction or a function call. (If the result
5255 GOTO_OPCODE(ip) @ jump to next instruction
5266 * that specifies an instruction that performs "result = r0 op r1".
5267 * This could be an ARM instruction or a function call. (If the result
5293 GOTO_OPCODE(ip) @ jump to next instruction
5305 * that specifies an instruction that performs "result = r0 op r1".
5306 * This could be an ARM instruction or a function call. (If the result
5332 GOTO_OPCODE(ip) @ jump to next instruction
5343 * that specifies an instruction that performs "result = r0 op r1".
5344 * This could be an ARM instruction or a function call. (If the result
5370 GOTO_OPCODE(ip) @ jump to next instruction
5381 * that specifies an instruction that performs "result = r0 op r1".
5382 * This could be an ARM instruction or a function call. (If the result
5408 GOTO_OPCODE(ip) @ jump to next instruction
5419 * that specifies an instruction that performs "result = r0 op r1".
5420 instruction or a function call. (If the result
5446 GOTO_OPCODE(ip) @ jump to next instruction
5457 * that specifies an instruction that performs "result = r0 op r1".
5458 * This could be an ARM instruction or a function call. (If the result
5484 GOTO_OPCODE(ip) @ jump to next instruction
5495 * that specifies an instruction that performs "result = r0 op r1".
5496 * This could be an ARM instruction or a function call. (If the result
5522 GOTO_OPCODE(ip) @ jump to next instruction
5533 * that specifies an instruction that performs "result = r0 op r1".
5534 * This could be an ARM instruction or a function call. (If the result
5560 GOTO_OPCODE(ip) @ jump to next instruction
5571 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5572 * This could be an ARM instruction or a function call. (If the result
5600 GOTO_OPCODE(ip) @ jump to next instruction
5611 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5612 * This could be an ARM instruction or a function call. (If the result
5640 GOTO_OPCODE(ip) @ jump to next instruction
5671 GOTO_OPCODE(ip) @ jump to next instruction
5680 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5681 * This could be an ARM instruction or a function call. (If the result
5709 GOTO_OPCODE(ip) @ jump to next instruction
5721 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5722 * This could be an ARM instruction or a function call. (If the result
5750 GOTO_OPCODE(ip) @ jump to next instruction
5761 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5762 * This could be an ARM instruction or a function call. (If the result
5790 GOTO_OPCODE(ip) @ jump to next instruction
5801 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5802 * This could be an ARM instruction or a function call. (If the result
5830 GOTO_OPCODE(ip) @ jump to next instruction
5841 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
5842 * This could be an ARM instruction or a function call. (If the result
5870 GOTO_OPCODE(ip) @ jump to next instruction
5956 * an "instr" line that specifies an instruction that performs
5974 GOTO_OPCODE(ip) @ jump to next instruction
5984 * an "instr" line that specifies an instruction that performs
6002 GOTO_OPCODE(ip) @ jump to next instruction
6012 * an "instr" line that specifies an instruction that performs
6030 GOTO_OPCODE(ip) @ jump to next instruction
6040 * an "instr" line that specifies an instruction that performs
6058 GOTO_OPCODE(ip) @ jump to next instruction
6069 * that specifies an instruction that performs "result = r0 op r1".
6070 * This could be an ARM instruction or a function call. (If the result
6096 GOTO_OPCODE(ip) @ jump to next instruction
6107 * an "instr" line that specifies an instruction that performs
6126 GOTO_OPCODE(ip) @ jump to next instruction
6136 * an "instr" line that specifies an instruction that performs
6155 GOTO_OPCODE(ip) @ jump to next instruction
6165 * an "instr" line that specifies an instruction that performs
6184 GOTO_OPCODE(ip) @ jump to next instruction
6194 * an "instr" line that specifies an instruction that performs
6213 GOTO_OPCODE(ip) @ jump to next instruction
6224 * that specifies an instruction that performs "result = r0-r1 op r2-r3".
6225 * This could be an ARM instruction or a function call. (If the result
6253 GOTO_OPCODE(ip) @ jump to next instruction
6264 * that specifies an instruction that performs "result = r0 op r1".
6265 * This could be an ARM instruction or a function call. (If the result
6288 GOTO_OPCODE(ip) @ jump to next instruction
6300 * that specifies an instruction that performs "result = r0 op r1".
6301 * This could be an ARM instruction or a function call. (If the result
6324 GOTO_OPCODE(ip) @ jump to next instruction
6336 * that specifies an instruction that performs "result = r0 op r1".
6337 * This could be an ARM instruction or a function call. (If the result
6360 GOTO_OPCODE(ip) @ jump to next instruction
6371 * that specifies an instruction that performs "result = r0 op r1".
6372 * This could be an ARM instruction or a function call. (If the result
6395 GOTO_OPCODE(ip) @ jump to next instruction
6407 * that specifies an instruction that performs "result = r0 op r1".
6408 * This could be an ARM instruction or a function call. (If the result
6431 GOTO_OPCODE(ip) @ jump to next instruction
6442 * that specifies an instruction that performs "result = r0 op r1".
6443 * This could be an ARM instruction or a function call. (If the result
6466 GOTO_OPCODE(ip) @ jump to next instruction
6477 * that specifies an instruction that performs "result = r0 op r1".
6478 * This could be an ARM instruction or a function call. (If the result
6501 GOTO_OPCODE(ip) @ jump to next instruction
6512 * that specifies an instruction that performs "result = r0 op r1".
6513 * This could be an ARM instruction or a function call. (If the result
6536 GOTO_OPCODE(ip) @ jump to next instruction
6547 * that specifies an instruction that performs "result = r0 op r1".
6548 * This could be an ARM instruction or a function call. (If the result
6574 GOTO_OPCODE(ip) @ jump to next instruction
6585 * that specifies an instruction that performs "result = r0 op r1".
6586 * This could be an ARM instruction or a function call. (If the result
6612 GOTO_OPCODE(ip) @ jump to next instruction
6624 * that specifies an instruction that performs "result = r0 op r1".
6625 * This could be an ARM instruction or a function call. (If the result
6651 GOTO_OPCODE(ip) @ jump to next instruction
6662 * that specifies an instruction that performs "result = r0 op r1".
6663 * This could be an ARM instruction or a function call. (If the result
6689 GOTO_OPCODE(ip) @ jump to next instruction
6701 * that specifies an instruction that performs "result = r0 op r1".
6702 * This could be an ARM instruction or a function call. (If the result
6728 GOTO_OPCODE(ip) @ jump to next instruction
6739 * that specifies an instruction that performs "result = r0 op r1".
6740 * This could be an ARM instruction or a function call. (If the result
6766 GOTO_OPCODE(ip) @ jump to next instruction
6777 * that specifies an instruction that performs "result = r0 op r1".
6778 * This could be an ARM instruction or a function call. (If the result
6804 GOTO_OPCODE(ip) @ jump to next instruction
6815 * that specifies an instruction that performs "result = r0 op r1".
6816 * This could be an ARM instruction or a function call. (If the result
6842 GOTO_OPCODE(ip) @ jump to next instruction
6853 * that specifies an instruction that performs "result = r0 op r1".
6854 * This could be an ARM instruction or a function call. (If the result
6880 GOTO_OPCODE(ip) @ jump to next instruction
6891 * that specifies an instruction that performs "result = r0 op r1".
6892 * This could be an ARM instruction or a function call. (If the result
6918 GOTO_OPCODE(ip) @ jump to next instruction
6929 * that specifies an instruction that performs "result = r0 op r1".
6930 * This could be an ARM instruction or a function call. (If the result
6956 GOTO_OPCODE(ip) @ jump to next instruction
7040 GOTO_OPCODE(ip) @ jump to next instruction
7068 GOTO_OPCODE(ip) @ jump to next instruction
7175 GOTO_OPCODE(ip) @ jump to next instruction
7205 GOTO_OPCODE(r10) @ jump to next instruction
7215 * Restart this instruction with the original opcode. By
7232 * Handle a throw-verification-error instruction. This throws an
7249 * Execute a "native inline" instruction.
7278 GOTO_OPCODE(ip) @ jump to next instruction
7285 * Execute a "native inline" instruction, using "/range" semantics.
7312 GOTO_OPCODE(ip) @ jump to next instruction
7362 GOTO_OPCODE(ip) @ jump to next instruction
7380 GOTO_OPCODE(ip) @ jump to next instruction
7400 GOTO_OPCODE(ip) @ jump to next instruction
7419 GOTO_OPCODE(ip) @ jump to next instruction
7437 GOTO_OPCODE(ip) @ jump to next instruction
7459 GOTO_OPCODE(ip) @ jump to next instruction
7621 GOTO_OPCODE(ip) @ jump to next instruction
7693 GOTO_OPCODE(ip) @ jump to next instruction
7712 GOTO_OPCODE(ip) @ jump to next instruction
7732 GOTO_OPCODE(ip) @ jump to next instruction
7794 GOTO_OPCODE(ip) @ jump to next instruction
7806 GOTO_OPCODE(ip) @ jump to next instruction
7838 * include this instruction in a trace.
7851 GOTO_OPCODE(ip) @ jump to next instruction
7871 GOTO_OPCODE(ip) @ jump to next instruction
7938 GOTO_OPCODE(ip) @ jump to next instruction
8113 GOTO_OPCODE(ip) @ jump to next instruction
8118 GOTO_OPCODE(ip) @ jump to next instruction
8123 GOTO_OPCODE(ip) @ jump to next instruction
8128 GOTO_OPCODE(ip) @ jump to next instruction
8139 GOTO_OPCODE(ip) @ jump to next instruction
8149 GOTO_OPCODE(ip) @ jump to next instruction
8159 GOTO_OPCODE(ip) @ jump to next instruction
8168 GOTO_OPCODE(ip) @ jump to next instruction
8192 GOTO_OPCODE(ip) @ jump to next instruction
8197 GOTO_OPCODE(ip) @ jump to next instruction
8223 GOTO_OPCODE(ip) @ jump to next instruction
8242 GOTO_OPCODE(ip) @ jump to next instruction
8263 GOTO_OPCODE(ip) @ jump to next instruction
8284 GOTO_OPCODE(ip) @ jump to next instruction
8305 GOTO_OPCODE(ip) @ jump to next instruction
8326 GOTO_OPCODE(ip) @ jump to next instruction
8347 GOTO_OPCODE(ip) @ jump to next instruction
8366 GOTO_OPCODE(ip) @ jump to next instruction
8385 GOTO_OPCODE(ip) @ jump to next instruction
8410 GOTO_OPCODE(ip) @ jump to next instruction
8432 GOTO_OPCODE(ip) @ jump to next instruction
8454 GOTO_OPCODE(ip) @ jump to next instruction
8476 GOTO_OPCODE(ip) @ jump to next instruction
8498 GOTO_OPCODE(ip) @ jump to next instruction
8520 * that the field is fully resolved before including this instruction.
8548 * that the field is fully resolved before including this instruction.
8574 * that the field is fully resolved before including this instruction.
8600 * that the field is fully resolved before including this instruction.
8626 * that the field is fully resolved before including this instruction.
8652 * that the field is fully resolved before including this instruction.
8678 * that the field is fully resolved before including this instruction.
8704 * that the field is fully resolved before including this instruction.
8734 * that the field is fully resolved before including this instruction.
8748 GOTO_OPCODE(ip) @ jump to next instruction
8767 * that the field is fully resolved before including this instruction.
8794 * that the field is fully resolved before including this instruction.
8820 * that the field is fully resolved before including this instruction.
8846 * that the field is fully resolved before including this instruction.
8872 * that the field is fully resolved before including this instruction.
8957 * we need to keep this instruction out of it.
9057 * we need to keep this instruction out of it.
9170 GOTO_OPCODE(ip) @ jump to next instruction
9178 GOTO_OPCODE(ip) @ jump to next instruction
9186 GOTO_OPCODE(ip) @ jump to next instruction
9194 GOTO_OPCODE(ip) @ jump to next instruction
9201 GOTO_OPCODE(ip) @ jump to next instruction
9208 GOTO_OPCODE(ip) @ jump to next instruction
9215 GOTO_OPCODE(ip) @ jump to next instruction
9236 GOTO_OPCODE(ip) @ jump to next instruction
9258 GOTO_OPCODE(ip) @ jump to next instruction
9280 * that the field is fully resolved before including this instruction.
9306 * that the field is fully resolved before including this instruction.
9331 GOTO_OPCODE(ip) @ jump to next instruction
9356 GOTO_OPCODE(ip) @ jump to next instruction
9381 GOTO_OPCODE(r10) @ jump to next instruction
9405 * that the field is fully resolved before including this instruction.
9435 * that the field is fully resolved before including this instruction.
9500 GOTO_OPCODE(ip) @ jump to next instruction
9563 GOTO_OPCODE(ip) @ jump to next instruction
9617 GOTO_OPCODE(ip) @ jump to next instruction
9639 * that the field is fully resolved before including this instruction.
9653 GOTO_OPCODE(ip) @ jump to next instruction
9672 * that the field is fully resolved before including this instruction.
9694 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9695 * any interesting requests and then jump to the real instruction
9717 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9718 * any interesting requests and then jump to the real instruction
9740 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9741 * any interesting requests and then jump to the real instruction
9763 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9764 * any interesting requests and then jump to the real instruction
9786 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9787 * any interesting requests and then jump to the real instruction
9809 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9810 * any interesting requests and then jump to the real instruction
9832 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9833 * any interesting requests and then jump to the real instruction
9855 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9856 * any interesting requests and then jump to the real instruction
9878 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9879 * any interesting requests and then jump to the real instruction
9901 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9902 * any interesting requests and then jump to the real instruction
9924 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9925 * any interesting requests and then jump to the real instruction
9947 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9948 * any interesting requests and then jump to the real instruction
9970 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9971 * any interesting requests and then jump to the real instruction
9993 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
9994 * any interesting requests and then jump to the real instruction
10016 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10017 * any interesting requests and then jump to the real instruction
10039 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10040 * any interesting requests and then jump to the real instruction
10062 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10063 * any interesting requests and then jump to the real instruction
10085 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10086 * any interesting requests and then jump to the real instruction
10108 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10109 * any interesting requests and then jump to the real instruction
10131 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10132 * any interesting requests and then jump to the real instruction
10154 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10155 * any interesting requests and then jump to the real instruction
10177 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10178 * any interesting requests and then jump to the real instruction
10200 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10201 * any interesting requests and then jump to the real instruction
10223 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10224 * any interesting requests and then jump to the real instruction
10246 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10247 * any interesting requests and then jump to the real instruction
10269 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10270 * any interesting requests and then jump to the real instruction
10292 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10293 * any interesting requests and then jump to the real instruction
10315 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10316 * any interesting requests and then jump to the real instruction
10338 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10339 * any interesting requests and then jump to the real instruction
10361 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10362 * any interesting requests and then jump to the real instruction
10384 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10385 * any interesting requests and then jump to the real instruction
10407 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10408 * any interesting requests and then jump to the real instruction
10430 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10431 * any interesting requests and then jump to the real instruction
10453 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10454 * any interesting requests and then jump to the real instruction
10476 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10477 * any interesting requests and then jump to the real instruction
10499 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10500 * any interesting requests and then jump to the real instruction
10522 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10523 * any interesting requests and then jump to the real instruction
10545 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10546 * any interesting requests and then jump to the real instruction
10568 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10569 * any interesting requests and then jump to the real instruction
10591 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10592 * any interesting requests and then jump to the real instruction
10614 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10615 * any interesting requests and then jump to the real instruction
10637 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10638 * any interesting requests and then jump to the real instruction
10660 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10661 * any interesting requests and then jump to the real instruction
10683 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10684 * any interesting requests and then jump to the real instruction
10706 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10707 * any interesting requests and then jump to the real instruction
10729 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10730 * any interesting requests and then jump to the real instruction
10752 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10753 * any interesting requests and then jump to the real instruction
10775 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10776 * any interesting requests and then jump to the real instruction
10798 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10799 * any interesting requests and then jump to the real instruction
10821 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10822 * any interesting requests and then jump to the real instruction
10844 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10845 * any interesting requests and then jump to the real instruction
10867 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10868 * any interesting requests and then jump to the real instruction
10890 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10891 * any interesting requests and then jump to the real instruction
10913 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10914 * any interesting requests and then jump to the real instruction
10936 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10937 * any interesting requests and then jump to the real instruction
10959 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10960 * any interesting requests and then jump to the real instruction
10982 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
10983 * any interesting requests and then jump to the real instruction
11005 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11006 * any interesting requests and then jump to the real instruction
11028 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11029 * any interesting requests and then jump to the real instruction
11051 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11052 * any interesting requests and then jump to the real instruction
11074 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11075 * any interesting requests and then jump to the real instruction
11097 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11098 * any interesting requests and then jump to the real instruction
11120 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11121 * any interesting requests and then jump to the real instruction
11143 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11144 * any interesting requests and then jump to the real instruction
11166 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11167 * any interesting requests and then jump to the real instruction
11189 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11190 * any interesting requests and then jump to the real instruction
11212 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11213 * any interesting requests and then jump to the real instruction
11235 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11236 * any interesting requests and then jump to the real instruction
11258 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11259 * any interesting requests and then jump to the real instruction
11281 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11282 * any interesting requests and then jump to the real instruction
11304 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11305 * any interesting requests and then jump to the real instruction
11327 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11328 * any interesting requests and then jump to the real instruction
11350 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11351 * any interesting requests and then jump to the real instruction
11373 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11374 * any interesting requests and then jump to the real instruction
11396 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11397 * any interesting requests and then jump to the real instruction
11419 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11420 * any interesting requests and then jump to the real instruction
11442 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11443 * any interesting requests and then jump to the real instruction
11465 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11466 * any interesting requests and then jump to the real instruction
11488 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11489 * any interesting requests and then jump to the real instruction
11511 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11512 * any interesting requests and then jump to the real instruction
11534 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11535 * any interesting requests and then jump to the real instruction
11557 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11558 * any interesting requests and then jump to the real instruction
11580 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11581 * any interesting requests and then jump to the real instruction
11603 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11604 * any interesting requests and then jump to the real instruction
11626 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11627 * any interesting requests and then jump to the real instruction
11649 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11650 * any interesting requests and then jump to the real instruction
11672 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11673 * any interesting requests and then jump to the real instruction
11695 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11696 * any interesting requests and then jump to the real instruction
11718 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11719 * any interesting requests and then jump to the real instruction
11741 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11742 * any interesting requests and then jump to the real instruction
11764 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11765 * any interesting requests and then jump to the real instruction
11787 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11788 * any interesting requests and then jump to the real instruction
11810 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11811 * any interesting requests and then jump to the real instruction
11833 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11834 * any interesting requests and then jump to the real instruction
11856 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11857 * any interesting requests and then jump to the real instruction
11879 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11880 * any interesting requests and then jump to the real instruction
11902 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11903 * any interesting requests and then jump to the real instruction
11925 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11926 * any interesting requests and then jump to the real instruction
11948 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11949 * any interesting requests and then jump to the real instruction
11971 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11972 * any interesting requests and then jump to the real instruction
11994 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
11995 * any interesting requests and then jump to the real instruction
12017 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12018 * any interesting requests and then jump to the real instruction
12040 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12041 * any interesting requests and then jump to the real instruction
12063 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12064 * any interesting requests and then jump to the real instruction
12086 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12087 * any interesting requests and then jump to the real instruction
12109 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12110 * any interesting requests and then jump to the real instruction
12132 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12133 * any interesting requests and then jump to the real instruction
12155 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12156 * any interesting requests and then jump to the real instruction
12178 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12179 * any interesting requests and then jump to the real instruction
12201 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12202 * any interesting requests and then jump to the real instruction
12224 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12225 * any interesting requests and then jump to the real instruction
12247 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12248 * any interesting requests and then jump to the real instruction
12270 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12271 * any interesting requests and then jump to the real instruction
12293 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12294 * any interesting requests and then jump to the real instruction
12316 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12317 * any interesting requests and then jump to the real instruction
12339 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12340 * any interesting requests and then jump to the real instruction
12362 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12363 * any interesting requests and then jump to the real instruction
12385 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12386 * any interesting requests and then jump to the real instruction
12408 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12409 * any interesting requests and then jump to the real instruction
12431 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12432 * any interesting requests and then jump to the real instruction
12454 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12455 * any interesting requests and then jump to the real instruction
12477 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12478 * any interesting requests and then jump to the real instruction
12500 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12501 * any interesting requests and then jump to the real instruction
12523 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12524 * any interesting requests and then jump to the real instruction
12546 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12547 * any interesting requests and then jump to the real instruction
12569 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12570 * any interesting requests and then jump to the real instruction
12592 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12593 * any interesting requests and then jump to the real instruction
12615 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12616 * any interesting requests and then jump to the real instruction
12638 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12639 * any interesting requests and then jump to the real instruction
12661 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12662 * any interesting requests and then jump to the real instruction
12684 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12685 * any interesting requests and then jump to the real instruction
12707 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12708 * any interesting requests and then jump to the real instruction
12730 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12731 * any interesting requests and then jump to the real instruction
12753 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12754 * any interesting requests and then jump to the real instruction
12776 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12777 * any interesting requests and then jump to the real instruction
12799 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12800 * any interesting requests and then jump to the real instruction
12822 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12823 * any interesting requests and then jump to the real instruction
12845 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12846 * any interesting requests and then jump to the real instruction
12868 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12869 * any interesting requests and then jump to the real instruction
12891 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12892 * any interesting requests and then jump to the real instruction
12914 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12915 * any interesting requests and then jump to the real instruction
12937 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12938 * any interesting requests and then jump to the real instruction
12960 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12961 * any interesting requests and then jump to the real instruction
12983 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
12984 * any interesting requests and then jump to the real instruction
13006 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13007 * any interesting requests and then jump to the real instruction
13029 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13030 * any interesting requests and then jump to the real instruction
13052 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13053 * any interesting requests and then jump to the real instruction
13075 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13076 * any interesting requests and then jump to the real instruction
13098 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13099 * any interesting requests and then jump to the real instruction
13121 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13122 * any interesting requests and then jump to the real instruction
13144 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13145 * any interesting requests and then jump to the real instruction
13167 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13168 * any interesting requests and then jump to the real instruction
13190 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13191 * any interesting requests and then jump to the real instruction
13213 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13214 * any interesting requests and then jump to the real instruction
13236 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13237 * any interesting requests and then jump to the real instruction
13259 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13260 * any interesting requests and then jump to the real instruction
13282 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13283 * any interesting requests and then jump to the real instruction
13305 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13306 * any interesting requests and then jump to the real instruction
13328 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13329 * any interesting requests and then jump to the real instruction
13351 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13352 * any interesting requests and then jump to the real instruction
13374 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13375 * any interesting requests and then jump to the real instruction
13397 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13398 * any interesting requests and then jump to the real instruction
13420 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13421 * any interesting requests and then jump to the real instruction
13443 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13444 * any interesting requests and then jump to the real instruction
13466 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13467 * any interesting requests and then jump to the real instruction
13489 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13490 * any interesting requests and then jump to the real instruction
13512 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13513 * any interesting requests and then jump to the real instruction
13535 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13536 * any interesting requests and then jump to the real instruction
13558 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13559 * any interesting requests and then jump to the real instruction
13581 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13582 * any interesting requests and then jump to the real instruction
13604 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13605 * any interesting requests and then jump to the real instruction
13627 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13628 * any interesting requests and then jump to the real instruction
13650 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13651 * any interesting requests and then jump to the real instruction
13673 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13674 * any interesting requests and then jump to the real instruction
13696 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13697 * any interesting requests and then jump to the real instruction
13719 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13720 * any interesting requests and then jump to the real instruction
13742 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13743 * any interesting requests and then jump to the real instruction
13765 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13766 * any interesting requests and then jump to the real instruction
13788 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13789 * any interesting requests and then jump to the real instruction
13811 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13812 * any interesting requests and then jump to the real instruction
13834 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13835 * any interesting requests and then jump to the real instruction
13857 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13858 * any interesting requests and then jump to the real instruction
13880 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13881 * any interesting requests and then jump to the real instruction
13903 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13904 * any interesting requests and then jump to the real instruction
13926 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13927 * any interesting requests and then jump to the real instruction
13949 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13950 * any interesting requests and then jump to the real instruction
13972 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13973 * any interesting requests and then jump to the real instruction
13995 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
13996 * any interesting requests and then jump to the real instruction
14018 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14019 * any interesting requests and then jump to the real instruction
14041 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14042 * any interesting requests and then jump to the real instruction
14064 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14065 * any interesting requests and then jump to the real instruction
14087 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14088 * any interesting requests and then jump to the real instruction
14110 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14111 * any interesting requests and then jump to the real instruction
14133 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14134 * any interesting requests and then jump to the real instruction
14156 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14157 * any interesting requests and then jump to the real instruction
14179 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14180 * any interesting requests and then jump to the real instruction
14202 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14203 * any interesting requests and then jump to the real instruction
14225 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14226 * any interesting requests and then jump to the real instruction
14248 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14249 * any interesting requests and then jump to the real instruction
14271 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14272 * any interesting requests and then jump to the real instruction
14294 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14295 * any interesting requests and then jump to the real instruction
14317 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14318 * any interesting requests and then jump to the real instruction
14340 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14341 * any interesting requests and then jump to the real instruction
14363 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14364 * any interesting requests and then jump to the real instruction
14386 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14387 instruction
14409 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14410 * any interesting requests and then jump to the real instruction
14432 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14433 * any interesting requests and then jump to the real instruction
14455 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14456 * any interesting requests and then jump to the real instruction
14478 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14479 * any interesting requests and then jump to the real instruction
14501 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14502 * any interesting requests and then jump to the real instruction
14524 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14525 * any interesting requests and then jump to the real instruction
14547 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14548 * any interesting requests and then jump to the real instruction
14570 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14571 * any interesting requests and then jump to the real instruction
14593 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14594 * any interesting requests and then jump to the real instruction
14616 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14617 * any interesting requests and then jump to the real instruction
14639 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14640 * any interesting requests and then jump to the real instruction
14662 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14663 * any interesting requests and then jump to the real instruction
14685 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14686 * any interesting requests and then jump to the real instruction
14708 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14709 * any interesting requests and then jump to the real instruction
14731 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14732 * any interesting requests and then jump to the real instruction
14754 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14755 * any interesting requests and then jump to the real instruction
14777 * Inter-instruction
14778 * any interesting requests and then jump to the real instruction
14800 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14801 * any interesting requests and then jump to the real instruction
14823 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14824 * any interesting requests and then jump to the real instruction
14846 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14847 * any interesting requests and then jump to the real instruction
14869 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14870 * any interesting requests and then jump to the real instruction
14892 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14893 * any interesting requests and then jump to the real instruction
14915 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14916 * any interesting requests and then jump to the real instruction
14938 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14939 * any interesting requests and then jump to the real instruction
14961 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14962 * any interesting requests and then jump to the real instruction
14984 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
14985 * any interesting requests and then jump to the real instruction
15007 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15008 * any interesting requests and then jump to the real instruction
15030 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15031 * any interesting requests and then jump to the real instruction
15053 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15054 * any interesting requests and then jump to the real instruction
15076 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15077 * any interesting requests and then jump to the real instruction
15099 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15100 * any interesting requests and then jump to the real instruction
15122 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15123 * any interesting requests and then jump to the real instruction
15145 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15146 * any interesting requests and then jump to the real instruction
15168 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15169 * any interesting requests and then jump to the real instruction
15191 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15192 * any interesting requests and then jump to the real instruction
15214 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15215 * any interesting requests and then jump to the real instruction
15237 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15238 * any interesting requests and then jump to the real instruction
15260 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15261 * any interesting requests and then jump to the real instruction
15283 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15284 * any interesting requests and then jump to the real instruction
15306 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15307 * any interesting requests and then jump to the real instruction
15329 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15330 * any interesting requests and then jump to the real instruction
15352 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15353 * any interesting requests and then jump to the real instruction
15375 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15376 * any interesting requests and then jump to the real instruction
15398 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15399 * any interesting requests and then jump to the real instruction
15421 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15422 * any interesting requests and then jump to the real instruction
15444 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15445 * any interesting requests and then jump to the real instruction
15467 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15468 * any interesting requests and then jump to the real instruction
15490 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15491 * any interesting requests and then jump to the real instruction
15513 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15514 * any interesting requests and then jump to the real instruction
15536 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15537 * any interesting requests and then jump to the real instruction
15559 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle
15560 * any interesting requests and then jump to the real instruction
15693 * having issues translating/executing a Dalvik instruction. We have to skip
15695 * between the interpreter and the code cache if the instruction that fails
15714 * Return to the interpreter to handle a single instruction.
15722 * r1 <= Dalvik PC of next instruction
15852 GOTO_OPCODE(ip) @ jump to next instruction
15902 * rINST <= next instruction
16195 GOTO_OPCODE(ip) @ jump to next instruction
16201 GOTO_OPCODE(ip) @ jump to next instruction
16254 GOTO_OPCODE(ip) @ jump to next instruction
16313 b common_resumeAfterGlueCall @ continue to next instruction
16319 * Common code for handling a return instruction.
16358 GOTO_OPCODE(ip) @ jump to next instruction
16363 GOTO_OPCODE(ip) @ jump to next instruction
16393 * out of the interpreter), continue with whatever the next instruction
16474 GOTO_OPCODE(ip) @ jump to next instruction
16545 * instruction.
16568 * values and start executing at the next instruction.
16575 GOTO_OPCODE(ip) @ jump to next instruction
16636 * be in lr (use a bl instruction to jump here).