Searched refs:SAVE_TWO_REGS (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/mterp/arm64/ |
D | entry.S | 35 SAVE_TWO_REGS xIBASE, xREFS, 16 36 SAVE_TWO_REGS xSELF, xINST, 32 37 SAVE_TWO_REGS xPC, xFP, 48 38 SAVE_TWO_REGS fp, lr, 64
|
D | header.S | 299 .macro SAVE_TWO_REGS reg1, reg2, offset macro
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 42 .macro SAVE_TWO_REGS reg1, reg2, offset macro 98 SAVE_TWO_REGS x19, x20, 80 99 SAVE_TWO_REGS x21, x22, 96 100 SAVE_TWO_REGS x23, x24, 112 101 SAVE_TWO_REGS x25, x26, 128 102 SAVE_TWO_REGS x27, x28, 144 103 SAVE_TWO_REGS x29, xLR, 160 136 SAVE_TWO_REGS x21, x22, 16 137 SAVE_TWO_REGS x23, x24, 32 138 SAVE_TWO_REGS x25, x26, 48 [all …]
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 306 .macro SAVE_TWO_REGS reg1, reg2, offset macro 376 SAVE_TWO_REGS xIBASE, xREFS, 16 377 SAVE_TWO_REGS xSELF, xINST, 32 378 SAVE_TWO_REGS xPC, xFP, 48 379 SAVE_TWO_REGS fp, lr, 64
|