Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
a67a49a9758c2055cb544bfecdbb50dba2c502d1
/
.
/
runtime
/
interpreter
/
mterp
/
mips
/
op_div_int.S
blob: 5d28c84d6b09b6c5be52d8707e2139e7c4908515 [
file
] [
log
] [
blame
]
#ifdef MIPS32REVGE6
%include
"mips/binop.S"
{
"instr"
:
"div a0, a0, a1"
,
"chkzero"
:
"1"
}
#else
%include
"mips/binop.S"
{
"preinstr"
:
"div zero, a0, a1"
,
"instr"
:
"mflo a0"
,
"chkzero"
:
"1"
}
#endif