/external/clang/test/CodeGen/ |
ms-inline-asm.c | 32 // CHECK: call void asm sideeffect inteldialect "mov ecx, ebx", "~{ecx},~{dirflag},~{fpsr},~{flags}"() [[NUW]] 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}"() [[NUW]] 42 __asm mov ebx, eax __asm mov ecx, ebx local 181 mov [ebx].4, ecx 185 // CHECK: call void asm sideeffect inteldialect "lea ebx, foo\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "~{eax},~{dirflag},~{fpsr},~{flags}"() [[NUW]] 195 mov [ebx].foo.b, ecx 199 // CHECK: call void asm sideeffect inteldialect "lea ebx, foo\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "~{eax},~{dirflag},~{fpsr},~{flags}"() [[NUW] [all...] |
/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/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:__anon26667
|
/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:__anon28258
|
/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:__anon29772
|
/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/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
|
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
SDL_cpuinfo.c | 63 " 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", "%edx [all...] |
/external/stlport/src/ |
lock_free_slist.h | 61 // requires ebx, I work around this here by using ecx for the '__item' 66 int __tmp1; // These dummy variables are used to tell GCC that the eax, ecx, 71 " movl %%ecx, %%ebx\n\t" 73 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 96 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 102 :"edi", "ecx", "memory", "cc"); 121 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 127 :"edi", "ecx", "memory", "cc"); 218 lea ecx, [edx+1] // new sequence = _M._M_data._M_sequence + 1 local 243 lea ecx, [edx+1] // new sequence = _M._M_data._M_sequence + local 270 lea ecx, [edx+1] \/\/ new sequence = _M._M_data._M_sequence + 1 local [all...] |
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 75 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4] 87 __ add(edi, Operand(ebp, ecx, times_4, 0)); 88 __ add(edi, Operand(ebp, ecx, times_4, 12)); 89 __ add(Operand(ebp, ecx, times_4, 12), Immediate(12)); 94 __ adc(ecx, 12); 95 __ adc(ecx, 1000); 101 __ cmp(Operand(ebp, ecx, times_4, 0), Immediate(1000)); 104 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0)); 105 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx) 129 __ bts(Operand(ebx, ecx, times_4, 0), ecx); local [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
lock_free_slist.h | 61 // requires ebx, I work around this here by using ecx for the '__item' 66 int __tmp1; // These dummy variables are used to tell GCC that the eax, ecx, 71 " movl %%ecx, %%ebx\n\t" 73 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 96 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 102 :"edi", "ecx", "memory", "cc"); 121 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 127 :"edi", "ecx", "memory", "cc"); 218 lea ecx, [edx+1] // new sequence = _M._M_data._M_sequence + 1 local 243 lea ecx, [edx+1] // new sequence = _M._M_data._M_sequence + local 270 lea ecx, [edx+1] \/\/ new sequence = _M._M_data._M_sequence + 1 local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
msr.h | 75 unsigned int *ecx, unsigned int *edx) 80 "=c" (*ecx), 85 /* Some CPUID calls want 'count' to be placed in ecx */ 86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 92 "=c" (*ecx), 122 unsigned int eax, ecx; local 125 : "=a" (eax), "=c" (ecx) 128 return ecx;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
msr.h | 75 unsigned int *ecx, unsigned int *edx) 80 "=c" (*ecx), 85 /* Some CPUID calls want 'count' to be placed in ecx */ 86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 92 "=c" (*ecx), 122 unsigned int eax, ecx; local 125 : "=a" (eax), "=c" (ecx) 128 return ecx;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
msr.h | 75 unsigned int *ecx, unsigned int *edx) 80 "=c" (*ecx), 85 /* Some CPUID calls want 'count' to be placed in ecx */ 86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 92 "=c" (*ecx), 122 unsigned int eax, ecx; local 125 : "=a" (eax), "=c" (ecx) 128 return ecx;
|
/external/freetype/include/freetype/config/ |
ftconfig.h | 378 "movl %%edx, %%ecx\n" 379 "sarl $31, %%ecx\n" 380 "addl $0x8000, %%ecx\n" 381 "addl %%ecx, %%eax\n" 388 : "%ecx", "cc" ); 416 mov ecx, edx local 417 sar ecx, 31 local 418 add ecx, 8000h local 419 add eax, ecx
|
/external/kernel-headers/original/asm-x86/ |
msr.h | 230 unsigned int *ecx, unsigned int *edx) 235 "=c" (*ecx), 240 /* Some CPUID calls want 'count' to be placed in ecx */ 241 static inline void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 247 "=c" (*ecx), 277 unsigned int eax, ecx; local 280 : "=a" (eax), "=c" (ecx) 283 return ecx;
|
string_32.h | 37 "movl %4,%%ecx\n\t" 38 "andl $3,%%ecx\n\t" 77 int ecx; local 80 : "=&c" (ecx), "=&D" (edi), "=&S" (esi) 85 /* small block: don't clobber ecx + smaller code */
|