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

/dalvik/vm/compiler/codegen/arm/
H A DCodegenFactory.c47 static void loadValueDirect(CompilationUnit *cUnit, RegLocation rlSrc, function
63 * Similar to loadValueDirect, but clobbers and allocates the target
72 loadValueDirect(cUnit, rlSrc, reg1);
98 * Similar to loadValueDirect, but clobbers and allocates the target
118 loadValueDirect(cUnit, rlSrc, rlSrc.lowReg);
154 loadValueDirect(cUnit, rlSrc, rlDest.lowReg);

Completed in 6 milliseconds