Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
75afcdd3503a8a8518e5b23d21b6e73306ce39ce
/
.
/
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