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