Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
18ea1c9e9281b5c143b8c376d76c3ff9cae885fb
/
.
/
runtime
/
interpreter
/
mterp
/
mips
/
op_const_16.S
blob: 2ffb30f6f11ace01b77d35daae99b04178d8e757 [
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