Home | History | Annotate | Download | only in x86

Lines Matching refs:rbp

52 	movq	%rbp, 16(%rax)		/* Save old frame pointer.  */
54 movq %rax, %rbp /* Finalize local stack frame. */
78 leaq 24(%rbp), %rsp
80 movq 0(%rbp), %rcx /* Reload flags. */
81 movq 8(%rbp), %rdi /* Reload raddr. */
82 movq 16(%rbp), %rbp /* Reload old frame pointer. */
361 /* New stack frame based off rbp. This is a itty bit of unwind
368 .byte 0xc /* DW_CFA_def_cfa, %rbp offset 32 */
371 .byte 0x80+6 /* DW_CFA_offset, %rbp offset 2*-8 */
380 .byte 0xc0+6 /* DW_CFA_restore, %rbp */