Searched defs:STACK_STORE (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/mterp/mips/
H A Dheader.S263 #define STACK_STORE(rd, off) sw rd, off(sp) define
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(s
[all...]
/dalvik/vm/compiler/template/mips/
H A Dheader.S322 #define STACK_STORE(rd,off) sw rd, off(sp) define
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(s
[all...]
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-mips.S329 #define STACK_STORE(rd,off) sw rd, off(sp) define
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(s
[all...]
/dalvik/vm/mterp/out/
H A DInterpAsm-mips.S270 #define STACK_STORE(rd, off) sw rd, off(sp) define
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(s
[all...]

Completed in 9 milliseconds