Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
2c4ffe1c2a348248af930f47e095e1e051ec1a3d
/
.
/
runtime
/
interpreter
/
mterp
/
arm
/
op_rsub_int.S
blob: 1508dd437325736a81db19fc00a4336af7a10883 [
file
] [
log
] [
blame
]
/*
this op is
"rsub-int"
,
but can be thought of as
"rsub-int/lit16"
*/
%include
"arm/binopLit16.S"
{
"instr"
:
"rsb r0, r0, r1"
}