Home | History | Annotate | Download | only in X86

Lines Matching refs:EBP

351     //          pushl  %ebp
352 // movl %esp, %ebp
353 // pushl %ebp
357 // The immediate re-push of EBP is unnecessary. At the least, it's an
358 // optimization bug. EBP can be used as a scratch register in certain
373 X86::EBX, X86::ECX, X86::EDX, X86::EDI, X86::ESI, X86::EBP, 0
567 // Encode that we are using EBP/RBP as the frame pointer.
749 // Get the offset of the stack slot for the EBP register, which is
754 // Save EBP/RBP into the appropriate stack slot.
760 // Mark the place where EBP/RBP was saved.
776 // Update EBP with the new base value.
788 // Define the current CFA to use the EBP/RBP register.
1037 // Pop EBP.
1176 // Skip the saved EBP.
1184 // Skip the saved EBP.
1195 // Skip the saved EBP.
1337 // [EBP]
1347 // Create a frame entry for the EBP register that must be saved.
1354 "Slot for EBP register must be last in order to be found!");
1705 PReg = X86::EBP;