Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
a67a49a9758c2055cb544bfecdbb50dba2c502d1
/
.
/
runtime
/
interpreter
/
mterp
/
arm64
/
op_mul_int.S
blob: d14cae12e42198483e0f2a405f3046e113c56916 [
file
] [
log
] [
blame
]
/*
must be
"mul w0, w1, w0"
--
"w0, w0, w1"
is illegal
*/
%include
"arm64/binop.S"
{
"instr"
:
"mul w0, w1, w0"
}