HomeSort by relevance Sort by last modified time
    Searched defs:eax (Results 51 - 75 of 303) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libyuv/files/source/
compare_win.cc 27 mov eax, [esp + 4] // src_a local
34 movdqu xmm1, [eax]
35 lea eax, [eax + 16] local
56 movd eax, xmm0 local
68 mov eax, [esp + 4] // src_a local
73 sub edx, eax
76 vmovdqu ymm1, [eax]
77 vmovdqu ymm2, [eax + edx]
78 lea eax, [eax + 32 local
97 vmovd eax, xmm0 local
133 mov eax, [esp + 4] \/\/ src local
142 lea eax, [eax + 16] local
174 movd eax, xmm0 \/\/ return hash local
184 mov eax, [esp + 4] \/\/ src local
197 lea eax, [eax + 16] local
210 vmovd eax, xmm0 \/\/ return hash local
    [all...]
rotate_win.cc 29 mov eax, [esp + 12 + 4] // src local
39 movq xmm0, qword ptr [eax]
40 lea ebp, [eax + 8]
41 movq xmm1, qword ptr [eax + edi]
42 lea eax, [eax + 2 * edi] local
44 movq xmm2, qword ptr [eax]
47 movq xmm3, qword ptr [eax + edi]
48 lea eax, [eax + 2 * edi local
55 lea eax, [eax + 2 * edi] local
61 mov eax, ebp local
123 mov eax, [esp + 16 + 4] \/\/ src local
141 lea eax, [eax + 2 * edi] local
148 lea eax, [eax + 2 * edi] local
155 lea eax, [eax + 2 * edi] local
162 lea eax, [eax + 2 * edi] local
169 lea eax, [eax + 8 * edi + 16] local
    [all...]
  /external/libyuv/files/util/
psnr.cc 118 mov eax, [esp + 4] // src_a local
123 sub edx, eax
126 movdqu xmm1, [eax]
127 movdqu xmm2, [eax + edx]
128 lea eax, [eax + 16] local
147 movd eax, xmm0 local
  /external/mesa3d/src/gallium/auxiliary/util/
u_atomic.h 213 mov eax, [v] local
214 lock dec dword ptr [eax]
225 mov eax, [v] local
226 lock inc dword ptr [eax]
234 mov eax, [v] local
235 lock dec dword ptr [eax]
246 mov eax, [old] local
249 mov [orig], eax
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftcalc.h 127 "addl %%ecx, %%eax\n"
129 "shrl $16, %%eax\n"
131 "addl %%edx, %%eax\n"
159 mov eax, a local
165 add eax, ecx local
167 shr eax, 16 local
169 add eax, edx local
170 mov result, eax
  /external/valgrind/none/tests/x86/
bug152818-x86.c 49 "movl %3, %%eax \t\n" \
51 "movl %4, %%eax \t\n" \
59 "movl %%eax, %0 \t\n" \
61 "movl %%eax, %1 \t\n" \
73 : "%eax", "%esi", "%ecx", "cc" /* we mess up EFLAGS */);
94 unsigned int eax = 0x12348765; local
125 printf ("REP %s (EAX = %08X, EFLAGS = %s) => ", i_name, eax, sz_eflags);
140 eax, esi, eflags, resulting_eax, resulting_esi, resulting_eflags,
147 eax, esi, eflags, resulting_eax, resulting_esi, resulting_eflags
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 66 int __tmp1; // These dummy variables are used to tell GCC that the eax, ecx,
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
93 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_next
98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top)
118 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
123 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top
215 mov eax, [esi] \/\/ _M._M_data._M_top local
238 mov eax, [esi] \/\/ _M._M_data._M_top local
240 L1: test eax, eax \/\/ _M_top == NULL? local
265 mov eax, [esi] \/\/ _M._M_data._M_top local
267 L1: test eax, eax \/\/ _M_top == NULL? local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().eax } func
signal_freebsd_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().mc_eax } func
signal_linux_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().eax } func
signal_nacl_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().eax } func
signal_netbsd_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().__gregs[_REG_EAX] } func
signal_openbsd_386.go 18 func (c *sigctxt) eax() uint32 { return c.regs().sc_eax } func
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().eax } func
signal_freebsd_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().mc_eax } func
signal_linux_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().eax } func
signal_nacl_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().eax } func
signal_netbsd_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().__gregs[_REG_EAX] } func
signal_openbsd_386.go 18 func (c *sigctxt) eax() uint32 { return c.regs().sc_eax } func
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 36 long eax; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ptrace.h 36 long eax; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ptrace.h 36 long eax; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 36 long eax; member in struct:pt_regs
  /external/boringssl/src/crypto/modes/
internal.h 132 _asm mov eax, val local
133 _asm bswap eax
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 219 int eax, ebx, ecx, edx; local
220 __cpuid(1, eax, ebx, ecx, edx);

Completed in 397 milliseconds

1 23 4 5 6 7 8 91011>>