Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
fcfb4dd31e9dc62bb54735dcd92ce847dd7bf273
/
.
/
runtime
/
interpreter
/
mterp
/
x86
/
op_const_wide_high16.S
blob: 11b9310be54224c4392ce2550d3732925cd8d307 [
file
] [
log
] [
blame
]
/*
const
-
wide
/
high16 vAA
,
#+BBBB000000000000 */
movzwl
2
(
rPC
),
%eax
# eax <- 0000BBBB
sall
$$
16
,
%eax
# eax <- BBBB0000
SET_VREG_HIGH %eax
,
rINST
# v[AA+1] <- eax
xorl
%eax, %
eax
SET_VREG %eax
,
rINST
# v[AA+0] <- eax
ADVANCE_PC_FETCH_AND_GOTO_NEXT
2