HomeSort by relevance Sort by last modified time
    Searched defs:ecx (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Parser/
MicrosoftExtensionsInlineAsm.c 9 mov ecx, Base local
10 lock bts [ecx], eax
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.cc 78 uint32 ecx; local
82 cpuid(eax, ebx, ecx, edx, 0);
86 memcpy(vendor + 8, &ecx, 4);
89 // get feature flags in ecx/edx, and family/model in eax
90 cpuid(eax, ebx, ecx, edx, 1);
115 // ecx bit 13 indicates whether the cmpxchg16b instruction is supported
116 AtomicOps_Internalx86CPUFeatures.has_cmpxchg16b = ((ecx >> 13) & 1);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.cc 78 uint32 ecx; local
82 cpuid(eax, ebx, ecx, edx, 0);
86 memcpy(vendor + 8, &ecx, 4);
89 // get feature flags in ecx/edx, and family/model in eax
90 cpuid(eax, ebx, ecx, edx, 1);
115 // ecx bit 13 indicates whether the cmpxchg16b instruction is supported
116 AtomicOps_Internalx86CPUFeatures.has_cmpxchg16b = ((ecx >> 13) & 1);
  /external/clang/test/CodeGen/
ms-inline-asm.c 32 // CHECK: call void asm sideeffect inteldialect "mov ecx, ebx", "~{ecx},~{dirflag},~{fpsr},~{flags}"()
35 __asm mov ecx, ebx local
40 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax\0A\09mov ecx, ebx", "~{ebx},~{ecx},~{dirflag},~{fpsr},~{flags}"()
42 __asm mov ebx, eax __asm mov ecx, ebx local
283 // CHECK: call void asm sideeffect inteldialect "popad", "~{eax},~{ebp},~{ebx},~{ecx},~{edi},~{edx},~{esi},~{esp},~{dirflag},~{fpsr},~{flags}"()
333 // CHECK: call void asm sideeffect inteldialect "popad", "~{eax},~{ebp},~{ebx},~{ecx},~{edi},~{edx},~{esi},~{esp},~{dirflag},~{fpsr},~{flags}"()
453 // CHECK: call void asm sideeffect inteldialect "cpuid", "~{eax},~{ebx},~{ecx},~{edx},~{dirflag},~{fpsr},~{flags}"()
  /external/valgrind/main/none/tests/x86/
cmpxchg8b.c 11 UInt ecx; variable
20 "\tpushl %ecx\n"
27 "\tmovl " VG_SYM(ecx) ",%ecx\n"
32 "\tmovl %ecx," VG_SYM(ecx) "\n"
39 "\tpopl %ecx\n"
48 ecx = 0x33333333; ebx = 0x44444444;
53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 );
56 ecx = 0x33333333; ebx = 0x44444444
    [all...]
  /bionic/libc/kernel/uapi/linux/
toshiba.h 29 unsigned int ecx __attribute__ ((packed)); member in struct:__anon882
  /development/ndk/platforms/android-L/include/linux/
toshiba.h 29 unsigned int ecx __attribute__ ((packed)); member in struct:__anon2457
  /external/chromium_org/base/
atomicops_internals_x86_gcc.cc 51 uint32_t ecx; local
55 cpuid(eax, ebx, ecx, edx, 0);
59 memcpy(vendor + 8, &ecx, 4);
62 // get feature flags in ecx/edx, and family/model in eax
63 cpuid(eax, ebx, ecx, edx, 1);
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 42 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0
50 const uint32_t ecx = 0; local
55 : "=a"(eax), "=d"(edx) : "c" (ecx));
64 xor ecx, ecx // ecx = 0 local
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 81 uint32_t ecx; local
85 cpuid(eax, ebx, ecx, edx, 0);
89 memcpy(vendor + 8, &ecx, 4);
92 // get feature flags in ecx/edx, and family/model in eax
93 cpuid(eax, ebx, ecx, edx, 1);
  /external/chromium_org/v8/src/base/
atomicops_internals_x86_gcc.cc 60 uint32_t ecx = 0; local
64 cpuid(eax, ebx, ecx, edx, 0);
68 memcpy(vendor + 8, &ecx, 4);
71 // get feature flags in ecx/edx, and family/model in eax
72 cpuid(eax, ebx, ecx, edx, 1);
  /external/clang/test/Sema/
ms-inline-asm.c 42 and ecx, ~15 local
47 and ecx, x local
48 and ecx, ~15 local
  /external/fio/arch/
arch-x86-common.h 8 unsigned int *ecx, unsigned int *edx)
11 *ecx = 0;
12 do_cpuid(eax, ebx, ecx, edx);
21 unsigned int eax, ebx, ecx = 0, edx; local
27 do_cpuid(&eax, &ebx, &ecx, &edx);
35 do_cpuid(&eax, &ebx, &ecx, &edx);
41 unsigned int eax, ebx, ecx, edx; local
43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx);
47 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
  /external/fio/crc/
crc32c-intel.c 84 unsigned int eax, ebx, ecx = 0, edx; local
88 do_cpuid(&eax, &ebx, &ecx, &edx);
89 crc32c_intel_available = (ecx & (1 << 20)) != 0;
  /external/kernel-headers/original/uapi/linux/
toshiba.h 30 unsigned int ecx __attribute__ ((packed)); member in struct:__anon28068
  /external/oprofile/module/x86/
cpu_type.c 36 int eax, ebx, ecx, edx; local
38 cpuid (1, &eax, &ebx, &ecx, &edx);
55 int eax, ebx, ecx, edx; local
58 cpuid(1, &eax, &ebx, &ecx, &edx);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_stdlib.c 62 mov ecx,dword ptr [esp] local
63 xor ecx,80000000h local
64 add ecx,7FFFFFFFh local
71 mov ecx,dword ptr [esp] local
72 add ecx,7FFFFFFFh local
111 mov ecx,edx local
114 add ecx,edi local
117 lea ebx,[ebx+ecx]
159 mov ecx,dword ptr [esp+18h] local
162 div ecx
170 mov ecx,dword ptr [esp+18h] local
175 rcr ecx,1 local
183 mov ecx,eax local
219 mov ecx,dword ptr [esp+14h] local
229 mov ecx,eax local
234 shr ecx,1 local
238 or ecx,ecx local
243 mov ecx,eax local
293 mov ecx,dword ptr [esp+14h] local
306 mov ecx,dword ptr [esp+14h] local
311 rcr ecx,1 local
317 mov ecx,eax local
353 mov ecx,dword ptr [esp+10h] local
363 mov ecx,eax local
368 shr ecx,1 local
372 or ecx,ecx local
375 mov ecx,eax local
433 mov ecx,dword ptr [esp+18h] local
443 mov ecx,eax local
450 mov ecx,dword ptr [esp+18h] local
455 rcr ecx,1 local
463 mov ecx,eax local
488 mov ecx,edx local
491 mov ecx,eax local
512 mov ecx,dword ptr [esp+10h] local
522 mov ecx,eax local
528 mov ecx,eax local
533 shr ecx,1 local
537 or ecx,ecx local
542 mov ecx,eax local
564 mov ecx,edx local
567 mov ecx,eax local
    [all...]
  /external/webp/src/dsp/
cpu.c 42 #define GetCPUInfo(info, type) __cpuidex(info, type, 0) // set ecx=0
50 const uint32_t ecx = 0; local
55 : "=a"(eax), "=d"(edx) : "c" (ecx));
64 xor ecx, ecx // ecx = 0 local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
toshiba.h 30 unsigned int ecx __attribute__ ((packed)); member in struct:__anon47003
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
toshiba.h 30 unsigned int ecx __attribute__ ((packed)); member in struct:__anon48739
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
toshiba.h 29 unsigned int ecx __attribute__ ((packed)); member in struct:__anon76537
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
toshiba.h 29 unsigned int ecx __attribute__ ((packed)); member in struct:__anon77304
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
toshiba.h 29 unsigned int ecx __attribute__ ((packed)); member in struct:__anon78083
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
toshiba.h 29 unsigned int ecx __attribute__ ((packed)); member in struct:__anon78861
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
toshiba.h 29 unsigned int ecx __attribute__ ((packed)); member in struct:__anon79637

Completed in 1163 milliseconds

1 2 3 4 5 6 7 8 91011