Searched refs:STACK_STORE (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 669 #define STACK_STORE(rd, off) sw rd, off(sp) macro 694 STACK_STORE(ra, 124); \ 695 STACK_STORE(s8, 120); \ 696 STACK_STORE(s0, 116); \ 697 STACK_STORE(s1, 112); \ 698 STACK_STORE(s2, 108); \ 699 STACK_STORE(s3, 104); \ 700 STACK_STORE(s4, 100); \ 701 STACK_STORE(s5, 96); \ 702 STACK_STORE(s6, 92); \ [all …]
|