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

/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp470 int rIndex, int rDest, int scale, OpSize size)
476 if (scale) {
479 first = opRegRegImm(cUnit, kOpLsl, rNewIndex, rIndex, scale);
506 if (scale)
513 int rIndex, int rSrc, int scale, OpSize size)
519 if (scale) {
521 first = opRegRegImm(cUnit, kOpLsl, rNewIndex, rIndex, scale);
544 if (scale)
469 loadBaseIndexed(CompilationUnit *cUnit, int rBase, int rIndex, int rDest, int scale, OpSize size) argument
512 storeBaseIndexed(CompilationUnit *cUnit, int rBase, int rIndex, int rSrc, int scale, OpSize size) argument
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp714 int rIndex, int rDest, int scale, OpSize size)
719 bool thumbForm = (allLowRegs && (scale == 0));
735 if (scale) {
737 encodeShift(kArmLsl, scale));
768 load = newLIR4(cUnit, opcode, rDest, rBase, rIndex, scale);
778 int rIndex, int rSrc, int scale, OpSize size)
783 bool thumbForm = (allLowRegs && (scale == 0));
799 if (scale) {
801 encodeShift(kArmLsl, scale));
828 store = newLIR4(cUnit, opcode, rSrc, rBase, rIndex, scale);
713 loadBaseIndexed(CompilationUnit *cUnit, int rBase, int rIndex, int rDest, int scale, OpSize size) argument
777 storeBaseIndexed(CompilationUnit *cUnit, int rBase, int rIndex, int rSrc, int scale, OpSize size) argument
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp407 RegLocation rlDest, int scale)
441 if (scale) {
443 opRegRegImm(cUnit, kOpLsl, rNewIndex, rlIndex.lowReg, scale);
462 scale, size);
476 RegLocation rlSrc, int scale)
519 if (scale) {
521 opRegRegImm(cUnit, kOpLsl, rNewIndex, rlIndex.lowReg, scale);
539 scale, size);
551 RegLocation rlSrc, int scale)
622 scale, kWor
405 genArrayGet(CompilationUnit *cUnit, MIR *mir, OpSize size, RegLocation rlArray, RegLocation rlIndex, RegLocation rlDest, int scale) argument
474 genArrayPut(CompilationUnit *cUnit, MIR *mir, OpSize size, RegLocation rlArray, RegLocation rlIndex, RegLocation rlSrc, int scale) argument
549 genArrayObjectPut(CompilationUnit *cUnit, MIR *mir, RegLocation rlArray, RegLocation rlIndex, RegLocation rlSrc, int scale) argument
[all...]

Completed in 400 milliseconds