ALT_OP_DISPATCH_FF.S revision a8b91c52fd8a90b784835dfe1f8898035266c4dd
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
10
11