OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_STORE
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/compiler/template/mips/
header.S
322
#define
STACK_STORE
(rd,off) sw rd, off(sp)
327
#define SAVE_RA(offset)
STACK_STORE
(ra, offset)
354
STACK_STORE
(gp, STACK_OFFSET_GP); \
355
STACK_STORE
(ra, 124)
358
STACK_STORE
(s0, 116)
361
STACK_STORE
(s1, STACK_OFFSET_rFP)
374
STACK_STORE
(ra, 124); \
375
STACK_STORE
(fp, 120); \
376
STACK_STORE
(s0, 116); \
377
STACK_STORE
(s1, STACK_OFFSET_rFP);
[
all
...]
/dalvik/vm/mterp/mips/
header.S
263
#define
STACK_STORE
(rd, off) sw rd, off(sp)
268
#define SAVE_RA(offset)
STACK_STORE
(ra, offset)
290
STACK_STORE
(gp, STACK_OFFSET_GP); \
291
STACK_STORE
(ra, 124)
294
STACK_STORE
(s0, 116)
297
STACK_STORE
(s1, STACK_OFFSET_rFP)
310
STACK_STORE
(ra, 124); \
311
STACK_STORE
(fp, 120); \
312
STACK_STORE
(s0, 116); \
313
STACK_STORE
(s1, STACK_OFFSET_rFP);
[
all
...]
footer.S
651
STACK_STORE
(a0, 0)
652
STACK_STORE
(a1, 4)
653
STACK_STORE
(a2, 8)
654
STACK_STORE
(a3, 12)
[
all
...]
/dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S
329
#define
STACK_STORE
(rd,off) sw rd, off(sp)
334
#define SAVE_RA(offset)
STACK_STORE
(ra, offset)
361
STACK_STORE
(gp, STACK_OFFSET_GP); \
362
STACK_STORE
(ra, 124)
365
STACK_STORE
(s0, 116)
368
STACK_STORE
(s1, STACK_OFFSET_rFP)
381
STACK_STORE
(ra, 124); \
382
STACK_STORE
(fp, 120); \
383
STACK_STORE
(s0, 116); \
384
STACK_STORE
(s1, STACK_OFFSET_rFP);
[
all
...]
/dalvik/vm/mterp/out/
InterpAsm-mips.S
270
#define
STACK_STORE
(rd, off) sw rd, off(sp)
275
#define SAVE_RA(offset)
STACK_STORE
(ra, offset)
297
STACK_STORE
(gp, STACK_OFFSET_GP); \
298
STACK_STORE
(ra, 124)
301
STACK_STORE
(s0, 116)
304
STACK_STORE
(s1, STACK_OFFSET_rFP)
317
STACK_STORE
(ra, 124); \
318
STACK_STORE
(fp, 120); \
319
STACK_STORE
(s0, 116); \
320
STACK_STORE
(s1, STACK_OFFSET_rFP);
[
all
...]
Completed in 71 milliseconds