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

  /dalvik/vm/compiler/codegen/arm/
Codegen.h 32 static ArmLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
CodegenDriver.c 34 opRegImm(cUnit, kOpCmp, valReg, 0); /* storing null? */
461 opRegImm(cUnit, kOpAdd, regPtr, dataOffset);
467 opRegImm(cUnit, kOpAdd, regPtr, dataOffset);
544 opRegImm(cUnit, kOpCmp, r0, 0);
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.c 209 opRegImm(cUnit, kOpLsl, r3, LW_LOCK_OWNER_SHIFT); // Align owner
271 opRegImm(cUnit, kOpLsl, r3, LW_LOCK_OWNER_SHIFT); // Align owner
293 opRegImm(cUnit, kOpCmp, r0, 0); /* Did we throw? */
Factory.c 197 opRegImm(cUnit, kOpAdd, rDest, value - dataTarget->operands[0]);
577 static ArmLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 172 static ArmLIR *opRegImm(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
212 LOGE("Jit: bad case in opRegImm");
268 return opRegImm(cUnit, op, rDest, value);
294 return opRegImm(cUnit, op, rDest, value);

Completed in 90 milliseconds