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