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