Searched refs:RESTORE_TWO_REGS (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/mterp/arm64/ |
D | footer.S | 283 RESTORE_TWO_REGS fp, lr, 64 284 RESTORE_TWO_REGS xPC, xFP, 48 285 RESTORE_TWO_REGS xSELF, xINST, 32 286 RESTORE_TWO_REGS xIBASE, xREFS, 16 301 RESTORE_TWO_REGS fp, lr, 64 302 RESTORE_TWO_REGS xPC, xFP, 48 303 RESTORE_TWO_REGS xSELF, xINST, 32 304 RESTORE_TWO_REGS xIBASE, xREFS, 16
|
D | header.S | 308 .macro RESTORE_TWO_REGS reg1, reg2, offset macro
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 48 .macro RESTORE_TWO_REGS reg1, reg2, offset macro 155 RESTORE_TWO_REGS x21, x22, 16 156 RESTORE_TWO_REGS x23, x24, 32 157 RESTORE_TWO_REGS x25, x26, 48 158 RESTORE_TWO_REGS x27, x28, 64 159 RESTORE_TWO_REGS x29, xLR, 80 248 RESTORE_TWO_REGS x1, x2, 80 249 RESTORE_TWO_REGS x3, x4, 96 250 RESTORE_TWO_REGS x5, x6, 112 253 RESTORE_TWO_REGS x7, x20, 128 [all …]
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_arm64.S | 315 .macro RESTORE_TWO_REGS reg1, reg2, offset macro 7254 RESTORE_TWO_REGS fp, lr, 64 7255 RESTORE_TWO_REGS xPC, xFP, 48 7256 RESTORE_TWO_REGS xSELF, xINST, 32 7257 RESTORE_TWO_REGS xIBASE, xREFS, 16 7272 RESTORE_TWO_REGS fp, lr, 64 7273 RESTORE_TWO_REGS xPC, xFP, 48 7274 RESTORE_TWO_REGS xSELF, xINST, 32 7275 RESTORE_TWO_REGS xIBASE, xREFS, 16
|