Searched defs:rSrc2 (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.c230 int rSrc1, int rSrc2)
242 return opRegReg(cUnit, op, rDest, rSrc2);
243 } else if (rDest == rSrc2) {
246 opRegReg(cUnit, op, rSrc1, rSrc2);
250 return opRegReg(cUnit, op, rDest, rSrc2);
254 return newLIR3(cUnit, opCode, rDest, rSrc1, rSrc2);
353 int rSrc2)
377 if (LOWREG(rDestSrc1) && LOWREG(rSrc2))
379 else if (!LOWREG(rDestSrc1) && !LOWREG(rSrc2))
417 return opRegRegReg(cUnit, op, rDestSrc1, rDestSrc1, rSrc2);
229 opRegRegReg(CompilationUnit *cUnit, OpKind op, int rDest, int rSrc1, int rSrc2) argument
352 opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1, int rSrc2) argument
[all...]
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.c263 int rSrc2, int shift)
265 bool thumbForm = ((shift == 0) && LOWREG(rDestSrc1) && LOWREG(rSrc2));
284 else if ((shift == 0) && !LOWREG(rDestSrc1) && !LOWREG(rSrc2))
298 if (LOWREG(rDestSrc1) && LOWREG(rSrc2))
300 else if (!LOWREG(rDestSrc1) && !LOWREG(rSrc2))
351 return newLIR4(cUnit, kThumb2Sbfx, rDestSrc1, rSrc2, 0, 8);
354 return newLIR4(cUnit, kThumb2Sbfx, rDestSrc1, rSrc2, 0, 16);
357 return newLIR4(cUnit, kThumb2Ubfx, rDestSrc1, rSrc2, 0, 16);
364 return newLIR2(cUnit, opCode, rDestSrc1, rSrc2);
367 return newLIR3(cUnit, opCode, rDestSrc1, rSrc2, shif
262 opRegRegShift(CompilationUnit *cUnit, OpKind op, int rDestSrc1, int rSrc2, int shift) argument
378 opRegReg(CompilationUnit *cUnit, OpKind op, int rDestSrc1, int rSrc2) argument
384 opRegRegRegShift(CompilationUnit *cUnit, OpKind op, int rDest, int rSrc1, int rSrc2, int shift) argument
448 opRegRegReg(CompilationUnit *cUnit, OpKind op, int rDest, int rSrc1, int rSrc2) argument
[all...]

Completed in 239 milliseconds