Lines Matching defs:STACK_STORE
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); \
314 STACK_STORE(s2, 108); \
315 STACK_STORE(s3, 104); \
316 STACK_STORE(s4, 100); \
317 STACK_STORE(s5, 96); \
318 STACK_STORE(s6, 92); \
319 STACK_STORE(s7, 88);
339 STACK_STORE(r, STACK_OFFSET_SCR+off);