Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
a67a49a9758c2055cb544bfecdbb50dba2c502d1
/
.
/
runtime
/
interpreter
/
mterp
/
mips
/
op_rem_int_lit16.S
blob: 2894ad37a29c14fcfe63651a37dcc68b74d1d998 [
file
] [
log
] [
blame
]
#ifdef MIPS32REVGE6
%include
"mips/binopLit16.S"
{
"instr"
:
"mod a0, a0, a1"
,
"chkzero"
:
"1"
}
#else
%include
"mips/binopLit16.S"
{
"preinstr"
:
"div zero, a0, a1"
,
"instr"
:
"mfhi a0"
,
"chkzero"
:
"1"
}
#endif