Lines Matching refs:restore
44 Callee must save/restore r4+ (except r12) if it modifies them. If VFP
82 /* save/restore the PC and/or FP from the glue struct */
276 * got pushed onto the stack. From this it figures out how to restore
392 * Restore the stack pointer and PC from the save point established on entry.
397 * SP and LR. Here we restore SP, restore the registers, and then restore
408 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
7973 mov r0, r9 @ restore r0
8011 mov r1, r9 @ r1<- length (restore)
9648 * No translation, restore interpreter regs and start interpreting.
9752 * Restore PC, registers, and interpState to original values
9757 bl dvmSelfVerificationRestoreState @ restore pc and fp values
9758 ldr rPC,[r0,#offShadowSpace_startPC] @ restore PC
9759 ldr rFP,[r0,#offShadowSpace_fp] @ restore FP
9760 ldr rGLUE,[r0,#offShadowSpace_glue] @ restore InterpState
9870 ldmfd sp!, {r0, lr} @ restore r0 and lr
10249 mov r0, rFP @ restore result
10255 add sp, sp, #8 @ restore stack
10273 /* restore the exception if the handler wants it */
10277 streq r9, [r10, #offThread_exception] @ yes, restore the exception
10312 str r9, [r10, #offThread_exception] @ restore exception