Searched refs:loadMultiple (Results 1 - 5 of 5) sorted by relevance
/dalvik/vm/compiler/codegen/arm/Thumb/ |
H A D | Factory.cpp | 549 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 D | Factory.cpp | 184 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 D | Factory.cpp | 1117 static ArmLIR *loadMultiple(CompilationUnit *cUnit, int rBase, int rMask) function
|
/dalvik/vm/compiler/codegen/arm/ |
H A D | CodegenDriver.cpp | 1043 * 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 D | CodegenDriver.cpp | 1088 * 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