Lines Matching full:restore
98 // Restore got_reg.
111 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
182 // Restore FPRs. EAX is still on the stack.
191 POP ecx // Restore args except eax
194 POP ebp // Restore callee saves
199 // Restore register and jump to routine
203 POP eax // Restore Method*
205 // Restore FPRs.
214 POP ecx // Restore args except eax
217 POP ebp // Restore callee saves
219 xchgl 0(%esp),%edi // restore EDI and place code pointer as only value on stack
324 * On success this wrapper will restore arguments and *jump* to the target, leaving the lr
342 // Restore FPRs.
352 POP ecx // Restore args except eax
355 POP ebp // Restore callee saves
512 mov %ebp, %esp // restore stack pointer
629 mov %ebp, %esp // restore stack pointer
663 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
680 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
697 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
714 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
735 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
753 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
771 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
793 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
969 movl %ecx, %eax // restore eax
982 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
997 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
1040 movl %edx, %eax // restore eax
1053 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
1068 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
1110 // Restore reg's value if reg is not the same as exclude_reg, otherwise just adjust stack.
1145 POP_REG_NE ecx, RAW_VAR(dest_reg) // Restore args except dest_reg
1186 POP eax // restore eax from the push in the beginning of READ_BARRIER macro
1193 POP eax // restore eax
1414 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
1437 RESTORE_REFS_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
1536 // edx: pointer to the bottom of the used area of the alloca, can restore stack till there.
1581 POP ebp // Restore callee saves
1617 POP ebp // Restore callee saves
1641 movl 60(%esp), %edi // Restore edi.
1646 movl 0(%esp), %eax // Restore eax.
1647 // Restore FPRs (extra 4 bytes of offset due to EAX push at top).
1653 // Restore GPRs.
1654 movl 40(%esp), %ecx // Restore ecx.
1655 movl 44(%esp), %edx // Restore edx.
1656 movl 48(%esp), %ebx // Restore ebx.
1657 movl 52(%esp), %ebp // Restore ebp.
1658 movl 56(%esp), %esi // Restore esi.
1688 POP eax // Restore gpr return value.
1690 movq (%esp), %xmm0 // Restore fpr return value.
1837 // Restore stack pointer.
1842 // Restore callee saves.