Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
a67a49a9758c2055cb544bfecdbb50dba2c502d1
/
.
/
runtime
/
interpreter
/
mterp
/
x86
/
op_const.S
blob: 544d63b22acc540e69f49add0e8984959125124c [
file
] [
log
] [
blame
]
/*
const vAA
,
#+BBBBbbbb */
movl
2
(
rPC
),
%eax
# grab all 32 bits at once
SET_VREG %eax
,
rINST
# vAA<- eax
ADVANCE_PC_FETCH_AND_GOTO_NEXT
3