OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDLD_DISTANCE
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp
30
#define
LDLD_DISTANCE
4
390
/* If there is ld-ld dependency, wait
LDLD_DISTANCE
cycles */
393
firstSlot -=
LDLD_DISTANCE
;
/dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp
30
#define
LDLD_DISTANCE
4
390
/* If there is ld-ld dependency, wait
LDLD_DISTANCE
cycles */
393
firstSlot -=
LDLD_DISTANCE
;
/art/compiler/dex/quick/
local_optimizations.cc
29
#define
LDLD_DISTANCE
4
396
/* If there is ld-ld dependency, wait
LDLD_DISTANCE
cycles */
399
first_slot -=
LDLD_DISTANCE
;
Completed in 509 milliseconds