Home | History | Annotate | Download | only in x86

Lines Matching full:restore

65     POP ecx  // Restore args except eax
68 POP ebp // Restore callee saves
180 * On success this wrapper will restore arguments and *jump* to the target, leaving the lr
209 POP ecx // Restore args
212 POP ebp // Restore callee saves.
268 mov %ebp, %esp // restore stack pointer
298 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
316 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
334 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
355 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
600 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
619 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
639 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
658 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
677 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
696 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
715 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
735 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
753 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
769 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
785 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
801 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
834 POP ecx // restore args
837 POP ebp // restore callee saves except EDI
839 xchgl 0(%esp),%edi // restore EDI and place code pointer as only value on stack
881 movl 28(%esp), %edi // Restore edi.
885 movl (%esp), %eax // Restore eax.
886 movl 8(%esp), %ecx // Restore ecx.
887 movl 12(%esp), %edx // Restore edx.
888 movl 16(%esp), %ebx // Restore ebx.
889 movl 20(%esp), %ebp // Restore ebp.
890 movl 24(%esp), %esi // Restore esi.
920 POP eax // Restore gpr return value.
922 movd (%esp), %xmm0 // Restore fpr return value.