Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
388f055aeaff51493d8e570c872afabde16f66f8
/
.
/
vm
/
mterp
/
mips
/
OP_RSUB_INT.S
blob: 03918ea2d540664cbe088f1e54a2b3e4faa2b61c [
file
] [
log
] [
blame
]
%verify
"executed"
/*
this op is
"rsub-int"
,
but can be thought of as
"rsub-int/lit16"
*/
%include
"mips/binopLit16.S"
{
"instr"
:
"subu a0, a1, a0"
}