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

1 2 3 4 5 6 7 8

  /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
  /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...]
  /external/chromium/base/
atomicops_internals_x86_gcc.cc 50 uint32 ecx; local
54 cpuid(eax, ebx, ecx, edx, 0);
58 memcpy(vendor + 8, &ecx, 4);
61 // get feature flags in ecx/edx, and family/model in eax
62 cpuid(eax, ebx, ecx, edx, 1);
  /external/chromium_org/base/
atomicops_internals_x86_gcc.cc 50 uint32 ecx; local
54 cpuid(eax, ebx, ecx, edx, 0);
58 memcpy(vendor + 8, &ecx, 4);
61 // get feature flags in ecx/edx, and family/model in eax
62 cpuid(eax, ebx, ecx, edx, 1);
  /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/
atomicops_internals_x86_gcc.cc 82 uint32_t ecx; local
86 cpuid(eax, ebx, ecx, edx, 0);
90 v8::internal::OS::MemCopy(vendor + 8, &ecx, 4);
93 // get feature flags in ecx/edx, and family/model in eax
94 cpuid(eax, ebx, ecx, edx, 1);
  /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/v8/src/
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/valgrind/main/VEX/useful/
cpuid.c 7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
14 *eax = a; *ebx = b; *ecx = c; *edx = d;
21 UInt eax, ebx, ecx, edx; local
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
29 cpuid(&eax,&ebx,&ecx,&edx, i,0);
34 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
42 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
60 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
63 cpuid(&eax,&ebx,&ecx,&edx, i,0)
93 UInt eax, ebx, ecx, edx; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
toshiba.h 30 unsigned int ecx __attribute__ ((packed)); member in struct:__anon39637
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 30 unsigned int ecx __attribute__ ((packed)); member in struct:__anon41228
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 30 unsigned int ecx __attribute__ ((packed)); member in struct:__anon42742
  /bionic/libc/kernel/arch-x86/asm/
ptrace.h 27 long ecx; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 27 long ecx; member in struct:pt_regs
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.cc 147 // [xxx] [saved ecx] [xxx]
155 push ecx
170 mov ecx, [esp + 0x14] // Return address.
171 mov [esp + 0x18], ecx // Remove first parameter.
174 pop ecx
180 mov ecx, [ebx]SmartThunk.interceptor local
182 mov [esp + 0x10], ecx
184 pop ecx
  /external/libyuv/files/source/
cpu_id.cc 79 mov ecx, [esp + 4] // xcr local
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 27 long ecx; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 27 long ecx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 27 long ecx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ptrace.h 27 long ecx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 27 long ecx; member in struct:pt_regs
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_atomic.h 245 mov ecx, [v] local
248 lock cmpxchg [ecx], edx

Completed in 1118 milliseconds

1 2 3 4 5 6 7 8