Searched refs:RESTORE_TWO_REGS (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 176 RESTORE_TWO_REGS x2, x3, 288 177 RESTORE_TWO_REGS x4, x5, 304 178 RESTORE_TWO_REGS x6, x7, 320 179 RESTORE_TWO_REGS x8, x9, 336 180 RESTORE_TWO_REGS x10, x11, 352 181 RESTORE_TWO_REGS x12, x13, 368 182 RESTORE_TWO_REGS x14, x15, 384 183 RESTORE_TWO_REGS x16, x17, 400 // Do not restore the platform register. 184 RESTORE_TWO_REGS x19, x20, 416 185 RESTORE_TWO_REGS x21, x22, 432 [all …]
|
D | asm_support_arm64.S | 161 .macro RESTORE_TWO_REGS reg1, reg2, offset macro 244 RESTORE_TWO_REGS x21, x22, 16 245 RESTORE_TWO_REGS x23, x24, 32 246 RESTORE_TWO_REGS x25, x26, 48 247 RESTORE_TWO_REGS x27, x28, 64 248 RESTORE_TWO_REGS x29, xLR, 80
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 478 RESTORE_TWO_REGS x23, x24, 96 479 RESTORE_TWO_REGS x25, x26, 112 480 RESTORE_TWO_REGS x27, x28, 128 481 RESTORE_TWO_REGS x29, lr, 144
|