Searched refs:RESTORE_TWO_REGS (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/runtime/arch/arm64/ |
H A D | asm_support_arm64.S | 153 .macro RESTORE_TWO_REGS reg1, reg2, offset macro 223 RESTORE_TWO_REGS x21, x22, 16 224 RESTORE_TWO_REGS x23, x24, 32 225 RESTORE_TWO_REGS x25, x26, 48 226 RESTORE_TWO_REGS x27, x28, 64 227 RESTORE_TWO_REGS x29, xLR, 80
|
H A D | quick_entrypoints_arm64.S | 174 RESTORE_TWO_REGS x2, x3, 288 175 RESTORE_TWO_REGS x4, x5, 304 176 RESTORE_TWO_REGS x6, x7, 320 177 RESTORE_TWO_REGS x8, x9, 336 178 RESTORE_TWO_REGS x10, x11, 352 179 RESTORE_TWO_REGS x12, x13, 368 180 RESTORE_TWO_REGS x14, x15, 384 182 RESTORE_TWO_REGS x19, x20, 416 183 RESTORE_TWO_REGS x21, x22, 432 184 RESTORE_TWO_REGS x23, x24, 448 [all …]
|
/aosp12/art/runtime/interpreter/mterp/arm64/ |
H A D | main.S | 325 .macro RESTORE_TWO_REGS reg1, reg2, offset macro 748 RESTORE_TWO_REGS fp, lr, 64 749 RESTORE_TWO_REGS xPC, xFP, 48 750 RESTORE_TWO_REGS xSELF, xINST, 32 751 RESTORE_TWO_REGS xIBASE, xREFS, 16 766 RESTORE_TWO_REGS fp, lr, 64 767 RESTORE_TWO_REGS xPC, xFP, 48 768 RESTORE_TWO_REGS xSELF, xINST, 32 769 RESTORE_TWO_REGS xIBASE, xREFS, 16
|
/aosp12/art/runtime/interpreter/mterp/arm64ng/ |
H A D | main.S | 465 RESTORE_TWO_REGS x21, x22, 80 466 RESTORE_TWO_REGS x23, x24, 96 467 RESTORE_TWO_REGS x25, x26, 112 468 RESTORE_TWO_REGS x27, x28, 128 469 RESTORE_TWO_REGS x29, lr, 144
|