HomeSort by relevance Sort by last modified time
    Searched defs:opRegRegImm (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 278 static ArmLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest,
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(cUnit, kOpLsl, rNewIndex, rIndex, scale)
    [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 199 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,
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(cUnit, kOpLsl, tReg, rIndex, scale)
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 498 static ArmLIR *opRegRegImm(CompilationUnit *cUnit, OpKind op, int rDest,
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);
    [all...]

Completed in 146 milliseconds