HomeSort by relevance Sort by last modified time
    Searched defs:ecx (Results 26 - 50 of 239) sorted by null

12 3 4 5 6 7 8 910

  /external/clang/test/Sema/
ms-inline-asm.c 42 and ecx, ~15 local
47 and ecx, x local
48 and ecx, ~15 local
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 180 mov ecx, a local
182 lock cmpxchg [ecx], dl
  /external/freetype/include/internal/
ftcalc.h 124 "movl %%edx, %%ecx\n"
125 "sarl $31, %%ecx\n"
126 "addl $0x8000, %%ecx\n"
127 "addl %%ecx, %%eax\n"
134 : "%ecx", "cc" );
162 mov ecx, edx local
163 sar ecx, 31 local
164 add ecx, 8000h local
165 add eax, ecx
  /external/libvpx/libvpx/third_party/libyuv/source/
compare_win.cc 26 mov ecx, [esp + 12] // count local
36 sub ecx, 16 local
68 mov ecx, [esp + 12] // count local
78 sub ecx, 32 local
142 mov ecx, [esp + 8] // count local
173 sub ecx, 16 local
194 mov ecx, [esp + 8] // count local
212 sub ecx, 16 local
cpu_id.cc 57 mov ecx, info_ecx
62 mov [edi + 8], ecx
102 xor ecx, ecx // xcr 0 local
114 void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_atomic.h 245 mov ecx, [v] local
248 lock cmpxchg [ecx], edx
  /external/pdfium/third_party/freetype/include/internal/
ftcalc.h 124 "movl %%edx, %%ecx\n"
125 "sarl $31, %%ecx\n"
126 "addl $0x8000, %%ecx\n"
127 "addl %%ecx, %%eax\n"
134 : "%ecx", "cc" );
162 mov ecx, edx local
163 sar ecx, 31 local
164 add ecx, 8000h local
165 add eax, ecx
  /external/strace/linux/x86_64/
arch_regs.c 9 uint32_t ecx; member in struct:i386_user_regs_struct
  /external/v8/test/cctest/
test-disasm-ia32.cc 69 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
85 __ add(esi, Operand(ecx, times_4, 0));
86 __ add(esi, Operand(ecx, times_4, 24));
87 __ add(esi, Operand(ecx, times_4, -4));
88 __ add(esi, Operand(ecx, times_4, -1999));
90 __ add(edi, Operand(ebp, ecx, times_4, 0));
91 __ add(edi, Operand(ebp, ecx, times_4, 12));
92 __ add(edi, Operand(ebp, ecx, times_4, -8));
93 __ add(edi, Operand(ebp, ecx, times_4, -3999))
125 __ bts(Operand(ebx, ecx, times_4, 0), ecx); local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 61 // requires ebx, I work around this here by using ecx for the '__item'
66 int __tmp1; // These dummy variables are used to tell GCC that the eax, ecx,
71 " movl %%ecx, %%ebx\n\t"
73 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1
96 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1
102 :"edi", "ecx", "memory", "cc");
121 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1
127 :"edi", "ecx", "memory", "cc");
218 lea ecx, [edx+1] // new sequence = _M._M_data._M_sequence + 1 local
243 lea ecx, [edx+1] // new sequence = _M._M_data._M_sequence + local
270 lea ecx, [edx+1] \/\/ new sequence = _M._M_data._M_sequence + 1 local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 30 long ecx; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ptrace.h 30 long ecx; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ptrace.h 30 long ecx; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 30 long ecx; member in struct:pt_regs
  /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);
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 19 long ecx; member in struct:pt_regs
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 92 mov ecx, source_width; local
99 lea edx, [esi+ecx];
146 mov ecx, src_pitch // Get the pitch size local
157 movd mm1, DWORD ptr [esi+ecx] // src[1];
159 movd mm2, DWORD ptr [esi+ecx*2]
160 lea eax, [esi+ecx*2] //
169 movd mm4, [eax+ecx]
178 movd mm6, [eax+ecx*2]
240 mov ecx, source_width; local
247 lea edx, [esi+ecx-5]
329 mov ecx, src_pitch \/\/ Get the pitch size local
428 mov ecx, dest_width local
476 lea ecx, [esi+edx]; local
    [all...]
  /external/libyuv/files/source/
format_conversion.cc 36 mov ecx, [esp + 16] // pix local
44 sub ecx, 4 local
  /external/zlib/src/contrib/inflate86/
inffas86.c 287 " movl %%r14d, %%ecx\n" /* ecx = len */
291 " sarl %%ecx\n"
314 " movl %%r14d, %%ecx\n" /* ecx = len */
318 " sarl %%ecx\n"
357 " movl %%eax, %%ecx\n" /* ecx = nbytes */
359 " negl %%ecx\n" /* nbytes = -nbytes */
364 " addl %%r15d, %%ecx\n" /* nbytes = dist - nbytes *
849 mov ecx, eax \/* len = this *\/ local
850 shr ecx, 16 \/* len = this.val *\/ local
893 mov ecx, [esp+36] \/* ecx = dcode *\/ local
939 mov ecx, [esp+64] \/* ecx = len *\/ local
943 sar ecx, 1 local
968 mov ecx, [esp+64] \/* ecx = len *\/ local
972 sar ecx, 1 local
1007 mov ecx, [esp+36] \/* ecx = dcode *\/ local
1013 mov ecx, eax local
1021 add ecx, ebp \/* nbytes = dist - nbytes *\/ local
1041 cmp ecx, eax local
1047 sub ecx, eax \/* nbytes -= write *\/ local
1056 mov ecx, [esp+52] \/* nbytes = write *\/ local
1083 mov ecx, eax local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
scaleopt.c 92 mov ecx, source_width; local
99 lea edx, [esi+ecx];
146 mov ecx, src_pitch // Get the pitch size local
157 movd mm1, DWORD ptr [esi+ecx] // src[1];
159 movd mm2, DWORD ptr [esi+ecx*2]
160 lea eax, [esi+ecx*2] //
169 movd mm4, [eax+ecx]
178 movd mm6, [eax+ecx*2]
240 mov ecx, source_width; local
247 lea edx, [esi+ecx-5]
329 mov ecx, src_pitch \/\/ Get the pitch size local
428 mov ecx, dest_width local
476 lea ecx, [esi+edx]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace.h 18 long ecx; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ptrace.h 18 long ecx; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ptrace.h 18 long ecx; member in struct:pt_regs
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace.h 24 long ecx; member in struct:pt_regs
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace.h 24 long ecx; member in struct:pt_regs

Completed in 1834 milliseconds

12 3 4 5 6 7 8 910