Home | History | Annotate | Download | only in mips

Lines Matching refs:rSrc

4840 MipsLIR* dvmCompilerRegCopyNoInsert(CompilationUnit *cUnit, int rDest, int rSrc)
4842 return genRegCopyNoInsert(cUnit, rDest, rSrc);
4846 MipsLIR* dvmCompilerRegCopy(CompilationUnit *cUnit, int rDest, int rSrc)
4848 return genRegCopy(cUnit, rDest, rSrc);
4859 int displacement, int rSrc, OpSize size)
4861 storeBaseDisp(cUnit, rBase, displacement, rSrc, size);