Searched refs:loadMultiple (Results 1 - 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp549 static ArmLIR *loadMultiple(CompilationUnit *cUnit, int rBase, int rMask) function
832 loadMultiple(cUnit, base, (1 << lowReg) | (1 << highReg));
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DFactory.cpp184 static MipsLIR *loadMultiple(CompilationUnit *cUnit, int rBase, int rMask);
540 static MipsLIR *loadMultiple(CompilationUnit *cUnit, int rBase, int rMask) function
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp1117 static ArmLIR *loadMultiple(CompilationUnit *cUnit, int rBase, int rMask) function
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp1043 * Protect the loadMultiple instruction from being reordered with other
1046 if (numArgs != 0) loadMultiple(cUnit, r4PC, regMask);
1075 * Protect the loadMultiple instruction from being reordered with other
1078 loadMultiple(cUnit, r4PC, regMask);
1093 * Protect the loadMultiple instruction from being reordered with other
1096 loadMultiple(cUnit, r4PC, regMask);
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp1088 * Protect the loadMultiple instruction from being reordered with other
1091 if (numArgs != 0) loadMultiple(cUnit, r4PC, regMask);
1123 * Protect the loadMultiple instruction from being reordered with other
1126 loadMultiple(cUnit, r4PC, regMask);
1141 * Protect the loadMultiple instruction from being reordered with other
1144 loadMultiple(cUnit, r4PC, regMask);

Completed in 51 milliseconds