Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
99229c71efda9363faa571017c52a215c6e28f83
/
.
/
runtime
/
interpreter
/
mterp
/
x86
/
op_const.S
blob: dc695307b3d616bc89feb4109d4725e225e12dc0 [
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