Searched refs:xLR (Results 1 – 2 of 2) sorted by relevance
/art/runtime/arch/arm64/ |
D | asm_support_arm64.S | 29 #define xLR x30 macro
|
D | quick_entrypoints_arm64.S | 116 SAVE_TWO_REGS x29, xLR, 160 153 SAVE_TWO_REGS x29, xLR, 80 178 RESTORE_TWO_REGS x29, xLR, 80 219 SAVE_TWO_REGS x29, xLR, 208 280 RESTORE_TWO_REGS x29, xLR, 208 356 SAVE_TWO_REGS x29, xLR, 496 396 RESTORE_TWO_REGS x29, xLR, 496 661 stp xFP, xLR, [x10] // Store LR & FP. 758 ldp xFP, xLR, [xFP] // Restore old frame pointer and link register. 1073 SAVE_TWO_REGS xFP, xLR, 96 [all …]
|