Searched defs:opRegRegReg (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp250 static ArmLIR *opRegRegReg(CompilationUnit *cUnit, OpKind op, int rDest, function
438 return opRegRegReg(cUnit, op, rDestSrc1, rDestSrc1, rSrc2);
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DFactory.cpp234 static MipsLIR *opRegRegReg(CompilationUnit *cUnit, OpKind op, int rDest, function
267 ALOGE("Jit: bad case in opRegRegReg");
384 return opRegRegReg(cUnit, op, rDestSrc1, rDestSrc1, rSrc2);
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp485 static ArmLIR *opRegRegReg(CompilationUnit *cUnit, OpKind op, int rDest, function
739 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
803 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);

Completed in 236 milliseconds