OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOAD64_off
(Results
1 - 2
of
2
) sorted by null
/art/runtime/interpreter/mterp/mips/
header.S
407
#define
LOAD64_off
(rlo, rhi, rbase, off) lw rlo, off(rbase); \
411
#define LOAD64(rlo, rhi, rbase)
LOAD64_off
(rlo, rhi, rbase, 0)
/art/runtime/interpreter/mterp/out/
mterp_mips.S
414
#define
LOAD64_off
(rlo, rhi, rbase, off) lw rlo, off(rbase); \
418
#define LOAD64(rlo, rhi, rbase)
LOAD64_off
(rlo, rhi, rbase, 0)
[
all
...]
Completed in 381 milliseconds