Searched defs:esp (Results 1 - 25 of 43) sorted by relevance

12

/external/strace/linux/powerpc/
H A Darch_sigreturn.c4 long esp = ppc_regs.gpr[1]; local
10 esp += 128;
13 esp += 64;
15 if (umove(tcp, esp, &sc) < 0) {
16 tprintf("{mask=%#lx}", esp);
/external/clang/test/CodeGen/
H A Dmozilla-ms-inline-asm.c27 // CHECK: sub esp,eax
28 // CHECK: mov ecx,esp
37 // CHECK: mov esp,ebp
40 // CHECK: "=*m,*m,*m,*m,*m,~{eax},~{ebp},~{ecx},~{edx},~{flags},~{esp},~{dirflag},~{fpsr},~{flags}"
49 sub esp,eax local
50 mov ecx,esp
59 mov esp,ebp local
/external/iptables/extensions/
H A Dlibxt_esp.c12 "esp match options:\n"
52 const struct xt_esp *esp = (struct xt_esp *)match->data; local
54 printf(" esp");
55 print_spis("spi", esp->spis[0], esp->spis[1],
56 esp->invflags & XT_ESP_INV_SPI);
57 if (esp->invflags & ~XT_ESP_INV_MASK)
59 esp->invflags & ~XT_ESP_INV_MASK);
84 .name = "esp",
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
H A DInstallerActivity.java1 package com.svox.pico.voice.spa.esp;
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-solaris.c64 Addr esp; local
69 esp = sp_top_of_frame - sizeof(vki_sigframe_t);
70 esp = VG_ROUNDDN(esp, 16) - sizeof(UWord);
72 if (!ML_(sf_maybe_extend_stack)(tst, esp, sp_top_of_frame - esp, flags))
76 frame = (vki_sigframe_t*)esp;
194 vg_assert(esp == (Addr)&frame->return_addr);
195 VG_(set_SP)(tid, esp);
H A Dsigframe-x86-darwin.c146 Addr esp; local
153 esp = sp_top_of_frame - sizeof(struct hacky_sigframe);
154 esp -= 4; /* ELF ABI says that esp+4 must be 16 aligned on
158 if (! ML_(sf_maybe_extend_stack)(tst, esp, sp_top_of_frame - esp, flags))
161 vg_assert(VG_IS_16_ALIGNED(esp+4));
163 frame = (struct hacky_sigframe *) esp;
186 vg_assert(esp == (Addr)&frame->returnAddr);
187 VG_(set_SP)(tid, esp);
223 Addr esp; local
[all...]
H A Dsigframe-x86-linux.c376 SC2(esp,ESP);
424 Addr esp = esp_top_of_frame; local
432 esp -= sizeof(*frame);
433 esp = VG_ROUNDDN(esp, 16);
434 frame = (struct sigframe *)esp;
436 if (! ML_(sf_maybe_extend_stack)(tst, esp, sizeof(*frame), flags))
441 esp, offsetof(struct sigframe, vg) );
465 esp, offsetof(struct sigframe, vg) );
469 return esp;
482 Addr esp = esp_top_of_frame; local
547 Addr esp; local
655 Addr esp; local
[all...]
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c84 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h33 long esp; member in struct:pt_regs
H A Dvm86.h81 long esp; member in struct:vm86_regs
H A Dsigcontext.h307 __u32 esp; member in struct:sigcontext
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drotate_win.cc30 mov eax, [esp + 12 + 4] // src
31 mov edi, [esp + 12 + 8] // src_stride
32 mov edx, [esp + 12 + 12] // dst
33 mov esi, [esp + 12 + 16] // dst_stride
34 mov ecx, [esp + 12 + 20] // width
124 mov eax, [esp + 16 + 4] // src
125 mov edi, [esp + 16 + 8] // src_stride
126 mov edx, [esp + 16 + 12] // dst_a
127 mov esi, [esp + 16 + 16] // dst_stride_a
128 mov ebx, [esp
131 sub esp, 4 + 16 local
132 and esp, ~15 local
234 mov esp, [esp + 16] local
[all...]
/external/libyuv/files/source/
H A Drotate_win.cc29 mov eax, [esp + 12 + 4] // src
30 mov edi, [esp + 12 + 8] // src_stride
31 mov edx, [esp + 12 + 12] // dst
32 mov esi, [esp + 12 + 16] // dst_stride
33 mov ecx, [esp + 12 + 20] // width
123 mov eax, [esp + 16 + 4] // src
124 mov edi, [esp + 16 + 8] // src_stride
125 mov edx, [esp + 16 + 12] // dst_a
126 mov esi, [esp + 16 + 16] // dst_stride_a
127 mov ebx, [esp
130 sub esp, 4 + 16 local
131 and esp, ~15 local
233 mov esp, [esp + 16] local
[all...]
/external/strace/linux/x86_64/
H A Darch_regs.c23 uint32_t esp; member in struct:i386_user_regs_struct
33 uint32_t *const i386_esp_ptr = &i386_regs.esp;
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c79 /* 0 0 */ void *esp; /* esp save */ member in struct:inffast_ar
457 /* put in, out, bits, and hold back into ar and pop esp */
473 " movl %%esp, (%%eax)\n" /* save esp, ebp */
475 " movl %%eax, %%esp\n"
476 " movl 8(%%esp), %%esi\n" /* esi = in */
477 " movl 16(%%esp), %%edi\n" /* edi = out */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
479 " movl 44(%%esp),
802 mov esp, eax local
1119 mov esp, [esp] local
[all...]
/external/clang/test/Sema/
H A Dasm.c126 void *esp; local
127 __asm__ volatile ("mov %%esp, %o" : "=r"(esp) : : ); // expected-error {{invalid % escape in inline assembly string}}
157 register struct foo bar asm("esp"); // expected-error {{bad type for named register variable}}
158 register float baz asm("esp"); // expected-error {{bad type for named register variable}}
161 register long long r1 asm ("esp"); // expected-error {{size of register 'esp' does not match variable size}}
162 register int r2 asm ("esp");
217 register int test16_baz asm("esp");
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_x86.h131 uint32_t esp; member in struct:__anon6322
/external/kernel-headers/original/uapi/video/
H A Duvesafb.h16 __u32 esp; member in struct:v86_regs
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h105 uint32_t esp; member in struct:RegisterContext_i386::GPR
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dseccomp_macros.h74 long int esp; member in struct:regs_struct
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h72 uint32_t esp; member in struct:RegisterContextDarwin_i386::GPR
/external/tcpdump/
H A Dprint-esp.c564 register const struct newesp *esp; local
581 esp = (struct newesp *)bp;
596 if ((u_char *)(esp + 1) >= ep) {
600 ND_PRINT((ndo, "ESP(spi=0x%08x", EXTRACT_32BITS(&esp->esp_spi)));
601 ND_PRINT((ndo, ",seq=0x%x)", EXTRACT_32BITS(&esp->esp_seq)));
631 if (sa->spi == EXTRACT_32BITS(&esp->esp_spi) &&
648 if (sa->spi == EXTRACT_32BITS(&esp->esp_spi) &&
678 ivoff = (u_char *)(esp + 1) + 0;
692 advance = ivoff - (u_char *)esp + ivlen;
/external/v8/tools/oom_dump/
H A Doom_dump.cc136 const u_int32_t esp = contextX86->esp; local
144 for (u_int64_t addr = esp; addr < last; addr += 4) {
147 if (value >= esp && value < last) {
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c77 // 4(%esp) == stack
78 // 8(%esp) == retaddr
79 // 12(%esp) == f
80 // 16(%esp) == arg1
85 " movl %esp, %esi\n" // remember old stack pointer
86 " movl 4(%esi), %esp\n" // set stack
110 int (fn)(void*) in 0+FSZ(%esp)
111 void* child_stack in 4+FSZ(%esp)
112 int flags in 8+FSZ(%esp)
113 void* arg in 12+FSZ(%esp)
206 do_clone( ThreadId ptid, UInt flags, Addr esp, Int* parent_tidptr, Int* child_tidptr, vki_modify_ldt_t *tlsinfo) argument
[all...]
/external/valgrind/VEX/switchback/
H A Dswitchback.c272 " movl 16(%eax), %esp\n" // switch stacks
687 HWord esp = gst.guest_ESP; local
688 gst.guest_EIP = *(UInt*)(esp+0);
689 gst.guest_EAX = serviceFn( *(UInt*)(esp+4), *(UInt*)(esp+8) );
690 gst.guest_ESP = esp+4;

Completed in 2371 milliseconds

12