OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regSrc
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp
234
RegLocation
regSrc
= loadValueWide(cUnit, rlSrc, kCoreReg);
235
int reglo =
regSrc
.lowReg;
236
int reghi =
regSrc
.highReg;
/dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp
267
RegLocation
regSrc
= loadValueWide(cUnit, rlSrc, kCoreReg);
268
int reglo =
regSrc
.lowReg;
269
int reghi =
regSrc
.highReg;
Completed in 289 milliseconds