Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
22d8e48cada1e5811ad50db16cdf985ec9f568e3
/
.
/
runtime
/
interpreter
/
mterp
/
x86
/
op_const_high16.S
blob: 576967af99f54bd9579fca91c6cf33800eb6367d [
file
] [
log
] [
blame
]
/*
const
/
high16 vAA
,
#+BBBB0000 */
movzwl
2
(
rPC
),
%eax
# eax <- 0000BBBB
sall
$$
16
,
%eax
# eax <- BBBB0000
SET_VREG %eax
,
rINST
# vAA <- eax
ADVANCE_PC_FETCH_AND_GOTO_NEXT
2