Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
a6a448adb226ed2bc33ba83e1a9ed1ac5c8e990d
/
.
/
runtime
/
interpreter
/
mterp
/
x86
/
op_goto.S
blob: 1827d68eed11f5a0436955a7d021460446bf2efb [
file
] [
log
] [
blame
]
/*
*
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
*/
movsbl rINSTbl
,
rINST
# rINST <- ssssssAA
testl rINST
,
rINST
jmp MterpCommonTakenBranch