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

/dalvik/vm/compiler/codegen/arm/
H A DCodegenFactory.c29 static ArmLIR *loadWordDisp(CompilationUnit *cUnit, int rBase, int displacement, function
54 loadWordDisp(cUnit, rGLUE, offsetof(InterpState, retval), reg1);
57 loadWordDisp(cUnit, rFP, dvmCompilerS2VReg(cUnit, rlSrc.sRegLow) << 2,
122 loadWordDisp(cUnit, rGLUE, offsetof(InterpState, retval), rlSrc.lowReg);

Completed in 4 milliseconds