Home
last modified time | relevance | path

Searched refs:SAVE_TWO_REGS (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/arm64/
Dasm_support_arm64.S151 .macro SAVE_TWO_REGS reg1, reg2, offset macro
219 SAVE_TWO_REGS x21, x22, 16
220 SAVE_TWO_REGS x23, x24, 32
221 SAVE_TWO_REGS x25, x26, 48
222 SAVE_TWO_REGS x27, x28, 64
223 SAVE_TWO_REGS x29, xLR, 80
326 SAVE_TWO_REGS x19, x20, (64 + \offset)
327 SAVE_TWO_REGS x21, x22, (80 + \offset)
328 SAVE_TWO_REGS x23, x24, (96 + \offset)
329 SAVE_TWO_REGS x25, x26, (112 + \offset)
[all …]
Dquick_entrypoints_arm64.S117 SAVE_TWO_REGS x0, x1, 272
118 SAVE_TWO_REGS x2, x3, 288
119 SAVE_TWO_REGS x4, x5, 304
120 SAVE_TWO_REGS x6, x7, 320
121 SAVE_TWO_REGS x8, x9, 336
122 SAVE_TWO_REGS x10, x11, 352
123 SAVE_TWO_REGS x12, x13, 368
124 SAVE_TWO_REGS x14, x15, 384
125 SAVE_TWO_REGS x16, x17, 400 // Do not save the platform register.
126 SAVE_TWO_REGS x19, x20, 416
[all …]
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S1842 SAVE_TWO_REGS x21, x22, 64
1843 SAVE_TWO_REGS x23, x24, 80
1844 SAVE_TWO_REGS x25, x26, 96
1845 SAVE_TWO_REGS x27, x28, 112
1846 SAVE_TWO_REGS x29, lr, 128