Searched refs:RESTORE_GPR (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/riscv64/ |
D | asm_support_riscv64.S | 140 .macro RESTORE_GPR reg, offset macro 232 RESTORE_GPR fp, (9*8) // x8, frame pointer 235 RESTORE_GPR a1, (10*8) // x11 236 RESTORE_GPR a2, (11*8) // x12 237 RESTORE_GPR a3, (12*8) // x13 238 RESTORE_GPR a4, (13*8) // x14 239 RESTORE_GPR a5, (14*8) // x15 240 RESTORE_GPR a6, (15*8) // x16 241 RESTORE_GPR a7, (16*8) // x17 244 RESTORE_GPR s2, (17*8) // x18 [all …]
|
D | quick_entrypoints_riscv64.S | 37 RESTORE_GPR s1, 0 38 RESTORE_GPR ra, 8 95 RESTORE_GPR xSELF, (8*1) 96 RESTORE_GPR a4, (8*2) 97 RESTORE_GPR a5, (8*3) 98 RESTORE_GPR fp, (8*4) 99 RESTORE_GPR ra, (8*5) 720 RESTORE_GPR ra, 3*8 936 RESTORE_GPR a3, 2*8 // Restore `result`. 949 RESTORE_GPR s2, 15*8 [all …]
|
D | jni_entrypoints_riscv64.S | 87 RESTORE_GPR ra, (ALL_ARGS_SIZE + /*padding*/ 8) 111 RESTORE_GPR ra, 24 146 RESTORE_GPR fp, (ALL_ARGS_SIZE + 0) 147 RESTORE_GPR ra, (ALL_ARGS_SIZE + 8) 179 RESTORE_GPR t0, (ALL_ARGS_SIZE + 0) 180 RESTORE_GPR ra, (ALL_ARGS_SIZE + 8) 515 RESTORE_GPR ra, (ALL_ARGS_SIZE + /*padding*/ 8)
|