Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
a67a49a9758c2055cb544bfecdbb50dba2c502d1
/
.
/
runtime
/
interpreter
/
mterp
/
mips
/
op_const_16.S
blob: 5e47633f3be33de22f8c5d269ec92b73150e31fd [
file
] [
log
] [
blame
]
# const/16 vAA, /* +BBBB */
FETCH_S
(
a0
,
1
)
# a0 <- ssssBBBB (sign-extended)
GET_OPA
(
a3
)
# a3 <- AA
FETCH_ADVANCE_INST
(
2
)
# advance rPC, load rINST
GET_INST_OPCODE
(
t0
)
# extract opcode from rINST
SET_VREG_GOTO
(
a0
,
a3
,
t0
)
# vAA <- a0