Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
c6ea7d00ad069a2736f603daa3d8eaa9a1f8ea11
/
.
/
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"
}