Home | History | Annotate | Download | only in i386

Lines Matching refs:Restore

167 	popl	%eax			# Restore %eax and stack.
176 popl %eax # Restore %eax and stack.
219 popq %rax # Restore register.
226 popq %rax # Restore register.
264 # We use a cleanup to restore the stack guard if an exception
312 # to save it here so the unwinder can restore the value used
313 # by the caller. Note that we don't have to restore the
351 movl -12(%ebp),%edx # Restore registers.
363 movl -8(%ebp),%eax # Restore the last register.
393 # We need to restore the old stack pointer, which is in %rbp,
394 # before we unblock signals. We also need to restore %eax and
402 movl %ebp,%esp # Restore stack pointer.
413 popl %edx # Restore return value.
418 # We never changed %ebx, so we don't have to actually restore it.
456 # We use a cleanup to restore the stack guard if an exception
534 movq -24(%rbp),%rdi # Restore registers.
545 movq -16(%rbp),%rax # Restore caller's %rax.
572 # We need to restore the old stack pointer, which is in %rbp,
573 # before we unblock signals. We also need to restore %rax and
581 movq %rbp,%rsp # Restore stack pointer.
591 popq %rdx # Restore return value.
615 movq (%rsp),%rdi # Restore exception data for call.