Home
last modified time | relevance | path

Searched refs:RESTORE_TWO_REGS (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/arm64/
Dasm_support_arm64.S153 .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
Dquick_entrypoints_arm64.S174 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
181 RESTORE_TWO_REGS x16, x17, 400 // Do not restore the platform register.
182 RESTORE_TWO_REGS x19, x20, 416
183 RESTORE_TWO_REGS x21, x22, 432
[all …]
/art/runtime/interpreter/mterp/arm64/
Dmain.S325 .macro RESTORE_TWO_REGS reg1, reg2, offset macro
749 RESTORE_TWO_REGS fp, lr, 64
750 RESTORE_TWO_REGS xPC, xFP, 48
751 RESTORE_TWO_REGS xSELF, xINST, 32
752 RESTORE_TWO_REGS xIBASE, xREFS, 16
767 RESTORE_TWO_REGS fp, lr, 64
768 RESTORE_TWO_REGS xPC, xFP, 48
769 RESTORE_TWO_REGS xSELF, xINST, 32
770 RESTORE_TWO_REGS xIBASE, xREFS, 16
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S424 RESTORE_TWO_REGS x21, x22, 80
425 RESTORE_TWO_REGS x23, x24, 96
426 RESTORE_TWO_REGS x25, x26, 112
427 RESTORE_TWO_REGS x27, x28, 128
428 RESTORE_TWO_REGS x29, lr, 144
450 RESTORE_TWO_REGS x0, x1, 0
451 RESTORE_TWO_REGS x2, x3, 16
452 RESTORE_TWO_REGS x4, x5, 32
453 RESTORE_TWO_REGS x6, x7, 48