Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
d681d9b1060e660b39de1286c336b5e38870a799
/
.
/
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