Home | History | Annotate | Download | only in arm

Lines Matching full:rsrc

4799 ArmLIR* dvmCompilerRegCopyNoInsert(CompilationUnit *cUnit, int rDest, int rSrc)
4801 return genRegCopyNoInsert(cUnit, rDest, rSrc);
4805 ArmLIR* dvmCompilerRegCopy(CompilationUnit *cUnit, int rDest, int rSrc)
4807 return genRegCopy(cUnit, rDest, rSrc);
4818 int displacement, int rSrc, OpSize size)
4820 storeBaseDisp(cUnit, rBase, displacement, rSrc, size);