HomeSort by relevance Sort by last modified time
    Searched refs:kOpLsl (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 99 kOpLsl,
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 328 case kOpLsl:
425 case kOpLsl:
440 res = opRegRegImm(cUnit, kOpLsl, rDestSrc1, rSrc2, 24);
444 res = opRegRegImm(cUnit, kOpLsl, rDestSrc1, rSrc2, 16);
448 res = opRegRegImm(cUnit, kOpLsl, rDestSrc1, rSrc2, 16);
479 first = opRegRegImm(cUnit, kOpLsl, rNewIndex, rIndex, scale);
521 first = opRegRegImm(cUnit, kOpLsl, rNewIndex, rIndex, scale);
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 253 opRegImm(cUnit, kOpLsl, r3, LW_LOCK_OWNER_SHIFT); // Align owner
310 opRegImm(cUnit, kOpLsl, r3, LW_LOCK_OWNER_SHIFT); // Align owner
453 opRegRegImm(cUnit, kOpLsl, rlResult.lowReg, rlResult.lowReg, firstBit);
Factory.cpp 364 case kOpLsl:
456 case kOpLsl:
504 case kOpLsl:
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 175 kOpLsl,
    [all...]
CodegenDriver.cpp 443 opRegRegImm(cUnit, kOpLsl, rNewIndex, rlIndex.lowReg, scale);
521 opRegRegImm(cUnit, kOpLsl, rNewIndex, rlIndex.lowReg, scale);
830 op = kOpLsl;
    [all...]

Completed in 51 milliseconds