HomeSort by relevance Sort by last modified time
    Searched refs:rbp (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/llvm/test/MC/ELF/
cfi-offset.s 6 .cfi_offset %rbp, -16
cfi-register.s 6 .cfi_register %rbp, %rax
cfi-restore.s 6 .cfi_restore %rbp
cfi-undefined.s 6 .cfi_undefined %rbp
fde.s 14 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/
seh-section.s 30 pushq %rbp
31 .seh_pushreg %rbp
33 popq %rbp
  /external/openssl/crypto/bn/asm/
x86_64-gf2m.S 17 andq %rbp,%rax
21 andq %rbp,%rsi
25 andq %rbp,%rdi
66 andq %rbp,%rsi
68 shrq $4,%rbp
71 andq %rbp,%rdi
72 shrq $4,%rbp
76 andq %rbp,%rsi
77 shrq $4,%rbp
82 andq %rbp,%rd
    [all...]
x86_64-mont.S 18 pushq %rbp
41 movq %r8,%rbp
46 imulq %r10,%rbp
49 mulq %rbp
77 mulq %rbp
102 movq %r8,%rbp
109 imulq %r10,%rbp
112 mulq %rbp
143 mulq %rbp
204 movq 32(%rsi),%rbp
    [all...]
modexp512-x86_64.S 7 mulq %rbp
14 mulq %rbp
22 mulq %rbp
30 mulq %rbp
38 mulq %rbp
46 mulq %rbp
54 mulq %rbp
62 mulq %rbp
68 movq 8(%rdi),%rbp
70 mulq %rbp
    [all...]
x86_64-mont5.S 18 pushq %rbp
71 movq %r8,%rbp
81 imulq %r10,%rbp
88 mulq %rbp
116 mulq %rbp
142 movq %r8,%rbp
161 imulq %r10,%rbp
168 mulq %rbp
199 mulq %rbp
262 movq 32(%rsi),%rbp
    [all...]
  /external/llvm/test/MC/X86/
x86_errors.s 26 lea (%rsp, %rbp, $4), %rax
  /external/qemu/slirp/
bootp.c 157 struct bootp_t *rbp; local
184 rbp = (struct bootp_t *)m->m_data;
186 memset(rbp, 0, sizeof(struct bootp_t));
226 rbp->bp_op = BOOTP_REPLY;
227 rbp->bp_xid = bp->bp_xid;
228 rbp->bp_htype = 1;
229 rbp->bp_hlen = 6;
230 memcpy(rbp->bp_hwaddr, bp->bp_hwaddr, 6);
232 rbp->bp_yiaddr = daddr.sin_addr; /* Client IP address */
233 rbp->bp_siaddr = saddr.sin_addr; /* Server IP address *
    [all...]
  /external/qemu/slirp-android/
bootp.c 162 struct bootp_t *rbp; local
189 rbp = (struct bootp_t *)m->m_data;
191 memset(rbp, 0, sizeof(struct bootp_t));
229 rbp->bp_op = BOOTP_REPLY;
230 rbp->bp_xid = bp->bp_xid;
231 rbp->bp_htype = 1;
232 rbp->bp_hlen = 6;
233 memcpy(rbp->bp_hwaddr, bp->bp_hwaddr, 6);
235 rbp->bp_yiaddr = htonl(sock_address_get_ip(&daddr)); /* Client IP address */
236 rbp->bp_siaddr = htonl(sock_address_get_ip(&saddr)); /* Server IP address *
    [all...]
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 18 push rbp
21 mov rbp, rsp
43 mov rcx, rbp
44 mov rdx, qword ptr [rbp+8]
54 mov rsp, rbp
63 ; Restore RBP.
64 pop rbp
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 133 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) # ctx->C =
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 58 using v8::internal::rbp;
136 __ push(rbp);
137 __ movq(rbp, rsp);
138 __ push(arg2); // Value at (rbp - 8)
139 __ push(arg2); // Value at (rbp - 16)
140 __ push(arg1); // Value at (rbp - 24)
144 __ pop(rbp);
216 __ push(rbp);
217 __ movq(rbp, rsp);
219 __ push(arg2); // Value at (rbp - 8
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-darwin.S 86 pushq %rbp
87 movq %rsp, %rbp
89 pushq %rdi // -8(%rbp) syscallno
90 pushq %rsi // -16(%rbp) guest_state
91 pushq %rdx // -24(%rbp) sysmask
92 pushq %rcx // -32(%rbp) postmask
93 pushq %r8 // -40(%rbp) sigsetSzB
105 movq -24(%rbp), %rsi // sysmask
106 movq -32(%rbp), %rdx // postmask
107 movq -40(%rbp), %r10 // sigsetSzB in r10 not rc
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
sad_mmx.asm 26 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/openssl/crypto/modes/asm/
ghash-x86_64.S 8 pushq %rbp
96 pushq %rbp
106 leaq 16+128(%rsp),%rbp
124 movq %r8,0(%rbp)
127 movq %rax,0-128(%rbp)
136 movq %r9,8(%rbp)
139 movq %rbx,8-128(%rbp)
148 movq %r8,16(%rbp)
151 movq %rax,16-128(%rbp)
160 movq %r9,24(%rbp)
    [all...]
  /external/openssl/crypto/aes/asm/
bsaes-x86_64.pl 1106 push %rbp
1129 mov %rsp,%rbp # backup %rsp
1270 cmp %rax, %rbp
1273 lea (%rbp),%rsp # restore %rsp
1276 movaps 0x40(%rbp), %xmm6
1277 movaps 0x50(%rbp), %xmm7
1278 movaps 0x60(%rbp), %xmm8
1279 movaps 0x70(%rbp), %xmm9
1280 movaps 0x80(%rbp), %xmm10
1281 movaps 0x90(%rbp), %xmm1
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 10 pushq %rbp
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 40 unsigned long rbp; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 40 unsigned long rbp; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 40 unsigned long rbp; member in struct:pt_regs
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace.h 49 unsigned long rbp; member in struct:pt_regs

Completed in 448 milliseconds

1 2 3 4 5 6