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

/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp278 static ArmLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest, function
354 ALOGE("Jit: bad case in opRegRegImm");
440 res = opRegRegImm(cUnit, kOpLsl, rDestSrc1, rSrc2, 24);
441 opRegRegImm(cUnit, kOpAsr, rDestSrc1, rDestSrc1, 24);
444 res = opRegRegImm(cUnit, kOpLsl, rDestSrc1, rSrc2, 16);
445 opRegRegImm(cUnit, kOpAsr, rDestSrc1, rDestSrc1, 16);
448 res = opRegRegImm(cUnit, kOpLsl, rDestSrc1, rSrc2, 16);
449 opRegRegImm(cUnit, kOpLsr, rDestSrc1, rDestSrc1, 16);
479 first = opRegRegImm(cUnit, kOpLsl, rNewIndex, rIndex, scale);
521 first = opRegRegImm(cUni
[all...]
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DFactory.cpp199 static MipsLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest,
211 return opRegRegImm(cUnit, op, rDestSrc1, rDestSrc1, value);
214 return opRegRegImm(cUnit, op, rDestSrc1, rDestSrc1, value);
274 static MipsLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest, function
345 ALOGE("Jit: bad case in opRegRegImm");
389 res = opRegRegImm(cUnit, kOpLsl, rDestSrc1, rSrc2, 24);
390 opRegRegImm(cUnit, kOpAsr, rDestSrc1, rDestSrc1, 24);
397 res = opRegRegImm(cUnit, kOpLsl, rDestSrc1, rSrc2, 16);
398 opRegRegImm(cUnit, kOpAsr, rDestSrc1, rDestSrc1, 16);
443 first = opRegRegImm(cUni
[all...]
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp498 static ArmLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest, function
620 /* Handle Thumb-only variants here - otherwise punt to opRegRegImm */
656 /* Punt to opRegRegImm - if bad case catch it there */
663 return opRegRegImm(cUnit, op, rDestSrc1, rDestSrc1, value);

Completed in 94 milliseconds