android_mt6572_jiabo/art/runtime/interpreter/mterp/arm/op_goto.S
2025-09-05 16:56:03 +08:00

9 lines
314 B
ArmAsm

/*
* Unconditional branch, 8-bit offset.
*
* The branch distance is a signed code-unit offset, which we need to
* double to get a byte offset.
*/
/* goto +AA */
sbfx rINST, rINST, #8, #8 @ rINST<- ssssssAA (sign-extended)
b MterpCommonTakenBranchNoFlags