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