Searched refs:rbp (Results 1 - 25 of 209) sorted by relevance

123456789

/external/llvm/test/MC/X86/
H A Dcfi_def_cfa-crash.s13 push %rbp
15 .cfi_offset rbp, -16
17 mov %rsp, %rbp
18 .cfi_def_cfa_register rbp
22 movdqa %xmm0, -0x80(%rbp)
24 movdqa %xmm1, -0x70(%rbp)
26 movdqa %xmm2, -0x60(%rbp)
28 movdqa %xmm3, -0x50(%rbp)
30 movdqa %xmm4, -0x40(%rbp)
32 movdqa %xmm5, -0x30(%rbp)
[all...]
H A Dcompact-unwind.s17 pushq %rbp
29 .cfi_offset %rbp, -16
33 popq %rbp
47 pushq %rbp
59 .cfi_offset %rbp, -16
63 popq %rbp
/external/llvm/test/MC/ELF/
H A Dcfi-offset.s6 .cfi_offset %rbp, -16
H A Dcfi-register.s6 .cfi_register %rbp, %rax
H A Dcfi-restore.s6 .cfi_restore %rbp
H A Dcfi-undefined.s6 .cfi_undefined %rbp
H A Dfde.s14 pushq %rbp
18 .cfi_offset %rbp, -16
19 movq %rsp, %rbp
21 .cfi_def_cfa_register %rbp
25 popq %rbp
/external/llvm/test/MC/COFF/
H A Dseh-section.s70 pushq %rbp
71 .seh_pushreg %rbp
73 popq %rbp
85 pushq %rbp
86 .seh_pushreg %rbp
88 popq %rbp
100 pushq %rbp
101 .seh_pushreg %rbp
103 popq %rbp
H A Dseh-linkonce.s15 pushq %rbp
18 movq %rsp, %rbp
24 popq %rbp
/external/v8/src/x64/
H A Dframes-x64.cc17 Register JavaScriptFrame::fp_register() { return rbp; }
25 Register StubFailureTrampolineFrame::fp_register() { return rbp; }
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-amd64-solaris.S43 Int syscallno, // %rdi = %rbp-48
44 void *guest_state, // %rsi = %rbp-40
45 const vki_sigset_t *sysmask, // %rdx = %rbp-32
46 const vki_sigset_t *postmask, // %rcx = %rbp-24
47 UChar *cflag) // %r8 = %rbp-16
52 pushq %rbp
53 movq %rsp, %rbp
56 /* We'll use %rbx instead of %rbp to address the stack frame after the
57 door syscall is finished because %rbp is cleared by the syscall. */
58 movq %rsp, %rbx /* %rbx = %rbp
[all...]
H A Dsyscall-amd64-darwin.S87 pushq %rbp
88 movq %rsp, %rbp
90 pushq %rdi // -8(%rbp) syscallno
91 pushq %rsi // -16(%rbp) guest_state
92 pushq %rdx // -24(%rbp) sysmask
93 pushq %rcx // -32(%rbp) postmask
94 pushq %r8 // -40(%rbp) sigsetSzB
106 movq -24(%rbp), %rsi // sysmask
107 movq -32(%rbp), %rdx // postmask
108 movq -40(%rbp),
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DHasAVX.s16 pushq %rbp
17 movq %rsp, %rbp
41 movq %rbp, %rsp
42 popq %rbp
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_bilinear_sse2.asm136 push rbp
137 mov rbp, rsp
155 pop rbp
160 push rbp
161 mov rbp, rsp
181 pop rbp
186 push rbp
187 mov rbp, rsp
209 pop rbp
214 push rbp
[all...]
H A Dvpx_subpixel_bilinear_ssse3.asm114 push rbp
115 mov rbp, rsp
133 pop rbp
138 push rbp
139 mov rbp, rsp
159 pop rbp
164 push rbp
165 mov rbp, rsp
186 pop rbp
191 push rbp
[all...]
H A Dvpx_high_subpixel_bilinear_sse2.asm176 push rbp
177 mov rbp, rsp
195 pop rbp
201 push rbp
202 mov rbp, rsp
222 pop rbp
227 push rbp
228 mov rbp, rsp
250 pop rbp
256 push rbp
[all...]
H A Dsad_mmx.asm26 push rbp
27 mov rbp, rsp
105 mov rsp, rbp
108 pop rbp
118 push rbp
119 mov rbp, rsp
177 mov rsp, rbp
180 pop rbp
190 push rbp
191 mov rbp, rs
[all...]
/external/boringssl/src/crypto/md5/asm/
H A Dmd5-x86_64.pl133 push %rbp
143 mov %rdi, %rbp # rbp = ctx
146 mov 0*4(%rbp), %eax # eax = ctx->A
147 mov 1*4(%rbp), %ebx # ebx = ctx->B
148 mov 2*4(%rbp), %ecx # ecx = ctx->C
149 mov 3*4(%rbp), %edx # edx = ctx->D
248 mov %eax, 0*4(%rbp) # ctx->A = A
249 mov %ebx, 1*4(%rbp) # ctx->B = B
250 mov %ecx, 2*4(%rbp) # ct
[all...]
/external/boringssl/win-x86_64/crypto/bn/
H A Dx86_64-mont5.asm36 push rbp
91 mov rbp,r8
101 imul rbp,r10
108 mul rbp
136 mul rbp
162 mov rbp,r8
181 imul rbp,r10
188 mul rbp
219 mul rbp
283 mov rbp,QWOR
[all...]
H A Dx86_64-mont.asm39 push rbp
62 mov rbp,r8
67 imul rbp,r10
70 mul rbp
98 mul rbp
123 mov rbp,r8
130 imul rbp,r10
133 mul rbp
164 mul rbp
224 mov rbp,QWOR
[all...]
/external/boringssl/linux-x86_64/crypto/bn/
H A Dx86_64-mont5.S22 pushq %rbp
74 movq %r8,%rbp
84 imulq %r10,%rbp
91 mulq %rbp
119 mulq %rbp
145 movq %r8,%rbp
164 imulq %r10,%rbp
171 mulq %rbp
202 mulq %rbp
264 movq -16(%rsi),%rbp
[all...]
H A Dx86_64-mont.S25 pushq %rbp
48 movq %r8,%rbp
53 imulq %r10,%rbp
56 mulq %rbp
84 mulq %rbp
109 movq %r8,%rbp
116 imulq %r10,%rbp
119 mulq %rbp
150 mulq %rbp
210 movq 32(%rsi),%rbp
[all...]
/external/boringssl/mac-x86_64/crypto/bn/
H A Dx86_64-mont5.S21 pushq %rbp
73 movq %r8,%rbp
83 imulq %r10,%rbp
90 mulq %rbp
118 mulq %rbp
144 movq %r8,%rbp
163 imulq %r10,%rbp
170 mulq %rbp
201 mulq %rbp
263 movq -16(%rsi),%rbp
[all...]
H A Dx86_64-mont.S24 pushq %rbp
47 movq %r8,%rbp
52 imulq %r10,%rbp
55 mulq %rbp
83 mulq %rbp
108 movq %r8,%rbp
115 imulq %r10,%rbp
118 mulq %rbp
149 mulq %rbp
209 movq 32(%rsi),%rbp
[all...]
/external/google-breakpad/src/processor/
H A Dstackwalker_amd64.cc70 { "$rbp", NULL, true,
71 StackFrameAMD64::CONTEXT_VALID_RBP, &MDRawContextAMD64::rbp },
154 uint64_t last_rbp = last_frame->context.rbp;
158 // compilers to still preserve the frame pointer and not treat %rbp as a
164 // %rbp onto the stack, MOVes the current %rsp to %rbp, and then allocates
186 frame->context.rbp = caller_rbp;
221 // Other unwinders give up if they don't have an %rbp value, so see if we
224 // Functions typically push their caller's %rbp immediately upon entry,
225 // and then set %rbp t
[all...]

Completed in 472 milliseconds

123456789