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