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