HomeSort by relevance Sort by last modified time
    Searched defs:ecx (Results 101 - 125 of 153) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
vm86.h 56 long ecx; member in struct:vm86_regs
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
vm86.h 62 long ecx; member in struct:vm86_regs
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
vm86.h 62 long ecx; member in struct:vm86_regs
  /external/kernel-headers/original/asm-x86/
vm86.h 77 long ecx; member in struct:vm86_regs
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c 354 mov ecx, sizeA local
360 shr ecx, 4 local
389 dec ecx
427 "movl %3,%%ecx\n\t"
433 "shrl $4, %%ecx\n\t"
462 "decl %%ecx\n\t"
    [all...]
  /external/oprofile/daemon/
opd_ibs.c 496 unsigned ebx, ecx, edx; local
505 : "=a" (v.eax), "=r" (ebx), "=c" (ecx), "=d" (edx) : "0" (1)
508 asm ("cpuid" : "=a" (v.eax), "=b" (ebx), "=c" (ecx), "=d" (edx) : "0" (1));
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 46 push ecx
51 mov ecx, eax //Make another copy of Eflag in ecx local
58 push ecx // save original Eflag to stack
60 xor eax, ecx //Compare the new Eflag with the original Eflag
89 pop ecx
188 mov ecx,len //load length of line local
191 cmp ecx,0 local
222 sub ecx,8 //dec by 8 pixels processed local
227 mov ecx,dif local
228 cmp ecx,0 local
327 mov ecx,len \/\/load length of line local
331 cmp ecx,0 \/\/lcr local
369 sub ecx,8 \/\/dec by 8 pixels processed local
374 mov ecx,diff local
375 cmp ecx,0 local
459 mov ecx,len \/\/load length of line (pixels) local
462 cmp ecx,0 \/\/lcr local
475 sub ecx,8 \/\/dec by 8 pixels processed local
480 mov ecx,diff local
481 cmp ecx,0 local
733 mov ecx,len \/\/load length of line local
736 cmp ecx,0 \/\/lcr local
758 sub ecx,8 \/\/dec by 8 pixels processed local
763 mov ecx,diff local
764 cmp ecx,0 local
866 mov ecx,len \/\/load length of line local
870 cmp ecx,0 local
918 sub ecx,8 \/\/dec by 8 pixels processed local
923 mov ecx,diff local
924 cmp ecx,0 local
1246 mov ecx, width_mmx local
1266 sub ecx, 2 local
1294 mov ecx, width local
1322 mov ecx, width local
1365 mov ecx, width_mmx local
1379 sub ecx, 8 local
1408 mov ecx, width_mmx local
1421 sub ecx, 4 local
1450 mov ecx, width_mmx local
1472 sub ecx, 4 local
1521 mov ecx, width_mmx local
1530 sub ecx, 2 local
1561 mov ecx, width_mmx local
1575 sub ecx, 2 local
1606 mov ecx, width_mmx local
1621 sub ecx, 2 local
1656 mov ecx, width_mmx local
1668 sub ecx, 2 local
1699 mov ecx, width_mmx local
1713 sub ecx, 2 local
1744 mov ecx, width_mmx local
1762 sub ecx, 2 local
1980 xor ecx, ecx local
1995 mov ecx, eax local
1998 sub ecx, eax \/\/ drop over bytes from original length local
2251 xor ecx, ecx \/\/ zero ecx before using cl & cx in loop below local
2350 xor ecx, ecx \/\/ zero ecx before using cl & cx in loop below local
2410 xor ecx, ecx local
2427 mov ecx, eax local
2437 test ecx, 0x80000000 local
2453 cmp ecx, pctemp local
2480 mov ecx, FullLength local
2484 sub ecx, eax \/\/ drop over bytes from original length local
3119 xor ecx, ecx \/\/ zero ecx before using cl & cx in loop below local
3132 mov ecx, eax local
3142 test ecx, 0x80000000 local
3158 cmp ecx, pctemp local
3200 xor ecx, ecx \/\/ zero ecx before using cl & cx in loop below local
3213 mov ecx, eax local
3223 test ecx, 0x80000000 local
3239 cmp ecx, pctemp local
3308 mov ecx, FullLength local
3312 sub ecx, edx \/\/ drop over bytes from length local
3484 mov ecx, MMXLength local
3487 and ecx, 0x0000003f \/\/ calc bytes over mult of 64 local
3588 mov ecx, edi local
3590 add ecx, 0x7 local
3592 and ecx, 0xfffffff8 local
3594 sub ecx, edi local
3605 mov ecx, len local
3609 sub ecx, edx \/\/ drop over bytes from length local
3660 add ecx, edx local
3662 sub ecx, edx \/\/ drop over bytes from length local
3677 add ecx, edx \/\/ move over byte count into counter local
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 889 __ mov(Operand(esp, 3 * kPointerSize), ecx); \/\/ Code address or 0. local
    [all...]
builtins-ia32.cc 133 __ mov(ecx, FieldOperand(edi, JSFunction::kSharedFunctionInfoOffset));
134 __ dec_b(FieldOperand(ecx,
164 __ mov(ecx, factory->empty_fixed_array());
165 __ mov(Operand(ebx, JSObject::kPropertiesOffset), ecx); local
166 __ mov(Operand(ebx, JSObject::kElementsOffset), ecx); local
171 __ lea(ecx, Operand(ebx, JSObject::kHeaderSize));
184 __ InitializeFieldsWithFiller(ecx, esi, edx);
187 __ InitializeFieldsWithFiller(ecx, edi, edx);
205 __ movzx_b(ecx,
207 __ add(edx, ecx);
1477 __ mov(FieldOperand(eax, HeapObject::kMapOffset), ecx); local
1482 __ mov(FieldOperand(eax, JSObject::kPropertiesOffset), ecx); local
1483 __ mov(FieldOperand(eax, JSObject::kElementsOffset), ecx); local
    [all...]
disasm-ia32.cc 293 ecx = 1, enumerator in enum:disasm::DisassemblerIA32::__anon15885
1090 case ecx: mnem = "dec"; break
    [all...]
  /external/valgrind/main/VEX/test/
test-i386.c 168 : "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/valgrind/main/coregrind/
m_machine.c 206 (*f)(tid, "ECX", vex->guest_ECX);
689 UInt eax, ebx, ecx, edx, max_extended; local
697 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx);
706 VG_(memcpy)(&vstr[8], &ecx, 4);
709 VG_(cpuid)(0x80000000, 0, &eax, &ebx, &ecx, &edx);
713 VG_(cpuid)(1, 0, &eax, &ebx, &ecx, &edx);
729 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx);
730 have_lzcnt = (ecx & (1<<5)) != 0; /* True => have LZCNT */
759 UInt eax, ebx, ecx, edx, max_extended; local
767 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx)
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 336 move(TrustedImmPtr(m_interpreter->sampler()->sampleSlot()), X86Registers::ecx); member in class:JSC::X86Registers
337 storePtr(TrustedImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), X86Registers::ecx); member in class:JSC::X86Registers
351 move(TrustedImmPtr(m_interpreter->sampler()->codeBlockSlot()), X86Registers::ecx); member in class:JSC::X86Registers
352 storePtr(TrustedImmPtr(codeBlock), X86Registers::ecx); member in class:JSC::X86Registers
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 854 mov ecx,patch \/* load patch pointer *\/ local
    [all...]
db_feature_detection.cpp 96 mov ecx,r3 local
108 movq mm1,[ecx] /*3 Get lower*/
188 add ecx,8 /*77*/ local
274 mov ecx,d2 local
285 movq mm2,[ecx] /*5 Get dxx2*/
301 movq mm6,[ecx+512] /*19 Get dxy2*/
316 movq mm2,[ecx+1024] /*33 Get dyy2*/
332 add ecx,8 /*45*/ local
512 mov ecx,gyy local
524 cvtpi2ps xmm2,[ecx+8] /*7 Convert two integers into floating point of low double-word*
579 add ecx,32 \/*39*\/ local
1083 mov ecx,m local
1209 mov ecx,m local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_matching.cpp 854 mov ecx,patch \/* load patch pointer *\/ local
    [all...]
db_feature_detection.cpp 96 mov ecx,r3 local
108 movq mm1,[ecx] /*3 Get lower*/
188 add ecx,8 /*77*/ local
274 mov ecx,d2 local
285 movq mm2,[ecx] /*5 Get dxx2*/
301 movq mm6,[ecx+512] /*19 Get dxy2*/
316 movq mm2,[ecx+1024] /*33 Get dyy2*/
332 add ecx,8 /*45*/ local
512 mov ecx,gyy local
524 cvtpi2ps xmm2,[ecx+8] /*7 Convert two integers into floating point of low double-word*
579 add ecx,32 \/*39*\/ local
1083 mov ecx,m local
1209 mov ecx,m local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 854 mov ecx,patch \/* load patch pointer *\/ local
    [all...]
db_feature_detection.cpp 96 mov ecx,r3 local
108 movq mm1,[ecx] /*3 Get lower*/
188 add ecx,8 /*77*/ local
274 mov ecx,d2 local
285 movq mm2,[ecx] /*5 Get dxx2*/
301 movq mm6,[ecx+512] /*19 Get dxy2*/
316 movq mm2,[ecx+1024] /*33 Get dyy2*/
332 add ecx,8 /*45*/ local
512 mov ecx,gyy local
524 cvtpi2ps xmm2,[ecx+8] /*7 Convert two integers into floating point of low double-word*
579 add ecx,32 \/*39*\/ local
1083 mov ecx,m local
1209 mov ecx,m local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
user.h 130 long int ecx; member in struct:user_regs_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 130 long int ecx; member in struct:user_regs_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 130 long int ecx; member in struct:user_regs_struct
  /external/qemu/
kqemu.c 97 #define cpuid(index, eax, ebx, ecx, edx) \
99 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) \
129 uint32_t eax, ebx, ecx, edx; local
144 cpuid(1, eax, ebx, ecx, edx);
146 ext_features = ecx;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 157 __u32 ecx; member in struct:kvm_cpuid_entry
175 __u32 ecx; member in struct:kvm_cpuid_entry2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 157 __u32 ecx; member in struct:kvm_cpuid_entry
175 __u32 ecx; member in struct:kvm_cpuid_entry2

Completed in 563 milliseconds

1 2 3 45 6 7