OSDN Git Service

Dalvik fast interpreter support and JIT implementation
[android-x86/dalvik.git] / vm / mterp / mips / ALT_OP_DISPATCH_FF.S
1 %verify "executed"
2 /*
3  * Unlike other alt stubs, we don't want to call dvmCheckBefore() here.
4  * Instead, just treat this as a trampoline to reach the real alt
5  * handler (which will do the dvmCheckBefore() call.
6  */
7     mov     ip, rINST, lsr #8           @ ip<- extended opcode
8     add     ip, ip, #256                @ add offset for extended opcodes
9     GOTO_OPCODE(ip)                     @ go to proper extended handler