Searched refs:ecx (Results 251 - 275 of 457) sorted by relevance

<<111213141516171819

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-ia32.cc140 __ Move(ecx, Immediate(-1));
141 __ cmp(ecx, Immediate(-1));
H A Dtest-macro-assembler-x87.cc127 __ Move(ecx, Immediate(-1));
128 __ cmp(ecx, Immediate(-1));
H A Dtest-assembler-ia32.cc389 __ push(ecx);
395 __ mov(ecx, 3);
410 __ cmp(ecx, 3);
422 __ pop(ecx);
430 __ pop(ecx);
461 __ pop(ecx);
477 __ push(ecx);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h180 mov ecx, a local
182 lock cmpxchg [ecx], dl
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h191 __u32 ecx; member in struct:kvm_cpuid_entry
209 __u32 ecx; member in struct:kvm_cpuid_entry2
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h98 __asm mov ecx, func2\
102 __asm mov c, ecx\
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
H A Dkvm.h191 __u32 ecx; member in struct:kvm_cpuid_entry
209 __u32 ecx; member in struct:kvm_cpuid_entry2
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_atomic.h245 mov ecx, [v] local
248 lock cmpxchg [ecx], edx
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h168 __u32 ecx; member in struct:kvm_cpuid_entry
186 __u32 ecx; member in struct:kvm_cpuid_entry2
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h168 __u32 ecx; member in struct:kvm_cpuid_entry
186 __u32 ecx; member in struct:kvm_cpuid_entry2
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
H A DSDL_cpuinfo.c63 " movl %%eax,%%ecx \n"
69 " xorl %%ecx,%%eax # Can not toggle ID bit, \n"
75 : "%eax", "%ecx"
89 " xorl %%ecx,%%eax # Can not toggle ID bit, \n"
101 mov ecx, eax local
107 xor eax, ecx ; Can not toggle ID bit, local
116 " movl %eax,%ecx \n"
122 " xorl %ecx,%eax \n"
137 " xorl %ecx,%eax \n"
166 : "%eax", "%ecx", "
[all...]
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djimmxred.asm129 ; push ecx ; need not be preserved
142 mov ecx, DCTSIZE/4 ; ctr
329 dec ecx ; ctr
482 ; pop ecx ; need not be preserved
512 ; push ecx ; need not be preserved
685 movd ecx,mm1
687 shr ecx,2*BYTE_BIT ; ecx=(C1 D1 -- --)
699 ; pop ecx ; need not be preserved
H A Djfmmxfst.asm94 ; push ecx ; need not be preserved
104 mov ecx, DCTSIZE/4
239 dec ecx
245 mov ecx, DCTSIZE/4
380 dec ecx
388 ; pop ecx ; need not be preserved
H A Djfsseflt.asm79 ; push ecx ; need not be preserved
89 mov ecx, DCTSIZE/4
219 dec ecx
225 mov ecx, DCTSIZE/4
355 dec ecx
361 ; pop ecx ; need not be preserved
H A Dji3dnflt.asm77 ; push ecx ; need not be preserved
90 mov ecx, DCTSIZE/2 ; ctr
280 dec ecx ; ctr
296 mov ecx, DCTSIZE/2 ; ctr
435 dec ecx ; ctr
443 ; pop ecx ; need not be preserved
H A Djimmxfst.asm108 ; push ecx ; need not be preserved
121 mov ecx, DCTSIZE/4 ; ctr
320 dec ecx ; ctr
329 mov ecx, DCTSIZE/4 ; ctr
483 dec ecx ; ctr
491 ; pop ecx ; need not be preserved
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drotate.cc90 mov ecx, [esp + 12 + 20] // width local
158 sub ecx, 8 local
187 mov ecx, esp local
190 mov [esp + 16], ecx
191 mov ecx, [ecx + 16 + 28] // w local
284 sub ecx, 8 local
407 "mov %esp,%ecx \n"
410 "mov %ecx,0x10(%esp) \n"
411 "mov 0x2c(%ecx),
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drotate.cc90 mov ecx, [esp + 12 + 20] // width local
158 sub ecx, 8 local
187 mov ecx, esp local
190 mov [esp + 16], ecx
191 mov ecx, [ecx + 16 + 28] // w local
284 sub ecx, 8 local
407 "mov %esp,%ecx \n"
410 "mov %ecx,0x10(%esp) \n"
411 "mov 0x2c(%ecx),
[all...]
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1002 mov(ecx, Operand(ebp, 1 * kPointerSize));
1009 push(ecx);
1830 DCHECK(length.is(ecx));
1847 mov(scratch, ecx);
1848 shr(ecx, 2);
2183 Register map = ecx;
3137 DCHECK(!AreAliased(object, bitmap_scratch, mask_scratch, ecx));
3161 DCHECK(!AreAliased(addr_reg, mask_reg, bitmap_reg, ecx));
3164 mov(ecx, addr_reg);
3167 shr(ecx, shif
[all...]
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc965 mov(ecx, Operand(ebp, 1 * kPointerSize));
972 push(ecx);
1793 DCHECK(length.is(ecx));
1810 mov(scratch, ecx);
1811 shr(ecx, 2);
2145 Register map = ecx;
3097 DCHECK(!AreAliased(object, bitmap_scratch, mask_scratch, ecx));
3121 DCHECK(!AreAliased(addr_reg, mask_reg, bitmap_reg, ecx));
3124 mov(ecx, addr_reg);
3127 shr(ecx, shif
[all...]
/external/libyuv/files/source/
H A Drotate.cc74 mov ecx, [esp + 12 + 20] // width local
142 sub ecx, 8 local
171 mov ecx, esp local
174 mov [esp + 16], ecx
175 mov ecx, [ecx + 16 + 28] // w local
268 sub ecx, 8 local
390 "mov %esp,%ecx \n"
393 "mov %ecx,0x10(%esp) \n"
394 "mov 0x2c(%ecx),
[all...]
/external/qemu/target-i386/
H A Dkvm.c96 ret = cpuid->entries[i].ecx;
157 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
164 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
175 cpu_x86_cpuid(env, i, j, &c->eax, &c->ebx, &c->ecx, &c->edx);
179 if (i == 0xb && !(c->ecx & 0xff00))
190 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
201 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
H A Dmisc_helper.c118 uint32_t eax, ebx, ecx, edx; local
122 cpu_x86_cpuid(env, (uint32_t)EAX, (uint32_t)ECX, &eax, &ebx, &ecx, &edx); local
125 ECX = ecx;
/external/valgrind/main/VEX/test/
H A Dtest-i386.c168 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
176 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
183 int eax, ebx, ecx, edx, esi, edi, res; local
186 ecx = 0x0004;
195 TEST_LEA("(%%ecx)");
202 TEST_LEA("0x40(%%ecx)");
209 TEST_LEA("0x4000(%%ecx)");
214 TEST_LEA("(%%eax, %%ecx)");
216 TEST_LEA("(%%ecx, %%ecx)");
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp105 mov dword ptr [esi],ecx
167 mov ecx,subleaf
174 mov dword ptr [esi],ecx

Completed in 7146 milliseconds

<<111213141516171819