OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STORE64_off
(Results
1 - 2
of
2
) sorted by null
/art/runtime/interpreter/mterp/mips/
header.S
405
#define
STORE64_off
(rlo, rhi, rbase, off) sw rlo, off(rbase); \
410
#define STORE64(rlo, rhi, rbase)
STORE64_off
(rlo, rhi, rbase, 0)
/art/runtime/interpreter/mterp/out/
mterp_mips.S
412
#define
STORE64_off
(rlo, rhi, rbase, off) sw rlo, off(rbase); \
417
#define STORE64(rlo, rhi, rbase)
STORE64_off
(rlo, rhi, rbase, 0)
[
all
...]
Completed in 859 milliseconds