Searched refs:ecx (Results 226 - 250 of 457) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libyuv/util/
H A Dpsnr.cc83 mov ecx, [esp + 12] // count local
103 sub ecx, 16 local
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmx_main.asm51 mov ecx,[ebp+4]
H A Dx86_main.asm53 mov ecx,[ebp+4]
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/
H A DSDL_systimer.c73 mov ecx,edx local
77 mov eax,ecx
/external/valgrind/main/coregrind/
H A Dm_trampoline.S96 movzbl 12(%ebp), %ecx
818 movl 12(%esp), %ecx
827 movzbl (%ecx), %eax
828 incl %ecx
841 movl 8(%esp), %ecx
845 incl %ecx
850 cmpb (%ecx), %al
853 movzbl (%ecx),%edx
865 movl 12(%ebp), %ecx
869 incl %ecx
[all...]
H A Dm_machine.c717 UInt eax, ebx, ecx, edx, max_extended; local
725 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx);
734 VG_(memcpy)(&vstr[8], &ecx, 4);
737 VG_(cpuid)(0x80000000, 0, &eax, &ebx, &ecx, &edx);
741 VG_(cpuid)(1, 0, &eax, &ebx, &ecx, &edx);
757 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx);
767 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx);
768 have_lzcnt = (ecx & (1<<5)) != 0; /* True => have LZCNT */
805 UInt eax, ebx, ecx, edx, max_basic, max_extended; local
813 VG_(cpuid)(0, 0, &eax, &ebx, &ecx,
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x87.cc258 __ push(ecx);
264 __ mov(ecx, 3);
279 __ cmp(ecx, 3);
291 __ pop(ecx);
299 __ pop(ecx);
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm209 ;;; Retrieve the function arguments. ecx will hold cur_match
215 mov ecx, [curmatch]
318 ;;; ecx = curmatch
325 and ecx, edx
326 movzx ecx, word ptr [edi + ecx*2]
327 cmp ecx, ebp
331 LoopEntry: movzx eax, word ptr [esi + ecx - 1]
335 movzx eax, word ptr [eax + ecx]
350 add esi, ecx
[all...]
/external/chromium_org/chrome/common/net/
H A Dx509_certificate_model_nss.cc260 NSSCMSEncoderContext *ecx = NSS_CMSEncoder_Start(message.get(), NULL, NULL, local
264 if (!ecx) {
269 if (NSS_CMSEncoder_Finish(ecx) != SECSuccess) {
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djf3dnflt.asm69 ; push ecx ; need not be preserved
79 mov ecx, DCTSIZE/2
188 dec ecx
194 mov ecx, DCTSIZE/2
303 dec ecx
311 ; pop ecx ; need not be preserved
/external/zlib/src/contrib/amd64/
H A Damd64-match.S209 xorl %ecx, %ecx
211 cmovng %ecx, %limitd
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/
H A Dghash-x86_64.S329 movzbl %dl,%ecx
332 shrl $4,%ecx
367 movzbl %dl,%ecx
370 shrl $4,%ecx
408 movzbl %dl,%ecx
411 shrl $4,%ecx
448 movzbl %dl,%ecx
451 shrl $4,%ecx
489 movzbl %dl,%ecx
492 shrl $4,%ecx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/modes/
H A Dghash-x86_64.S329 movzbl %dl,%ecx
332 shrl $4,%ecx
367 movzbl %dl,%ecx
370 shrl $4,%ecx
408 movzbl %dl,%ecx
411 shrl $4,%ecx
448 movzbl %dl,%ecx
451 shrl $4,%ecx
489 movzbl %dl,%ecx
492 shrl $4,%ecx
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext.h116 unsigned long ecx; member in struct:sigcontext
/external/libunwind/src/coredump/
H A D_UCD_access_reg_linux.c93 [UNW_X86_ECX] = offsetof(struct user_regs_struct, ecx) / sizeof(long),
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.cpp127 UPDATE_I386_GPR_INFO(ecx, rcx);
H A DRegisterContext_i386.h91 uint32_t ecx; member in struct:RegisterContext_i386::GPR
/external/openssl/crypto/modes/asm/
H A Dghash-x86_64.S325 movzbl %dl,%ecx
328 shrl $4,%ecx
363 movzbl %dl,%ecx
366 shrl $4,%ecx
404 movzbl %dl,%ecx
407 shrl $4,%ecx
444 movzbl %dl,%ecx
447 shrl $4,%ecx
485 movzbl %dl,%ecx
488 shrl $4,%ecx
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen-x86.h33 vki_uint32_t ecx; member in struct:vki_xen_cpu_user_regs
/external/qemu-pc-bios/vgabios/
H A Dvbe.c136 push ecx
141 and ecx, #0xffff variable
142 or ecx, edx variable
143 shl ecx, #2 variable
144 mov eax, ecx
152 movzx ecx, ax variable
166 imul ecx, esi variable
168 div ecx
176 shr ecx, #1 variable
178 div ecx
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h98 __asm mov ecx, func2\
102 __asm mov c, ecx\
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_atomic.h245 mov ecx, [v] local
248 lock cmpxchg [ecx], edx
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dcofftest.asm42 mov ecx,[ebp+12]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
H A Dgas-macho32.asm41 movl 12(%ebp), %ecx
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32test.asm42 mov ecx,[ebp+12]

Completed in 1615 milliseconds

1234567891011>>