/external/clang/test/Parser/ |
MicrosoftExtensionsInlineAsm.c | 8 mov eax, Bit local 10 lock bts [ecx], eax
|
ms-inline-asm.c | 12 void t4(void) { __asm mov eax, fs:[0x10] } local 41 mov eax, 0 43 mov eax, 1 45 mov eax, 2 51 do { __asm mov eax, 0 __asm { __asm mov edx, 1 } } while(0);
|
/external/clang/test/SemaCXX/ |
warn-unused-local-typedef-x86asm.cpp | 9 __asm mov eax, [eax].A.b local 15 __asm mov eax, [eax].Alias.b variable
|
/external/clang/test/CodeGen/ |
mozilla-ms-inline-asm.c | 25 // CHECK: mov eax,edx 26 // CHECK: shl eax,$$3 27 // CHECK: sub esp,eax 35 // CHECK: mov eax,dword ptr $4 36 // CHECK: call dword ptr[edx+eax*$$4] 40 // CHECK: "=*m,*m,*m,*m,*m,~{eax},~{ebp},~{ecx},~{edx},~{flags},~{esp},~{dirflag},~{fpsr},~{flags}" 47 mov eax,edx local 48 shl eax,3 local 49 sub esp,eax 57 mov eax,methodInde local [all...] |
ms-inline-asm-64.c | 13 __asm mov [eax], offset var 15 // CHECK: call void asm sideeffect inteldialect "mov [eax], $0", "r,~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}) 26 mov eax, [ebx].0 local 31 // CHECK: call void asm sideeffect inteldialect "lea ebx, qword ptr $0\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "*m,~{eax},~{ebx},~{dirflag},~{fpsr},~{flags}"(%struct.t3_type* %{{.*}}) 41 mov eax, [ebx].foo.a local 47 // CHECK: call void asm sideeffect inteldialect "lea ebx, qword ptr $0\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "*m,~{eax},~{ebx},~{dirflag},~{fpsr},~{flags}"(%struct.t3_type* %{{.*}})
|
ms-inline-asm-functions.c | 41 __asm mov eax, k; local 42 // CHECK: movl _k, %eax 43 __asm mov eax, kptr; local 44 // CHECK: movl _kptr, %eax
|
/external/valgrind/none/tests/x86/ |
cmpxchg8b.c | 9 UInt eax; variable 18 "\tpushl %eax\n" 23 "\txorl %eax, %eax\n" // get eflags in a known state 25 "\tmovl " VG_SYM(eax) ",%eax\n" 30 "\tmovl %eax," VG_SYM(eax) "\n" 35 "\tpopl %eax\n" 36 "\tmovl %eax," VG_SYM(zout) "\n [all...] |
/bionic/libc/kernel/uapi/linux/ |
toshiba.h | 26 unsigned int eax; member in struct:__anon920
|
/development/ndk/platforms/android-21/include/linux/ |
toshiba.h | 26 unsigned int eax; member in struct:__anon1979
|
/external/aac/libFDK/include/x86/ |
fixmul_x86.h | 113 mov eax, a local 126 mov eax, a local
|
/external/fio/arch/ |
arch-x86-common.h | 7 unsigned int *eax, unsigned int *ebx, 10 *eax = op; 12 do_cpuid(eax, ebx, ecx, edx); 21 unsigned int eax, ebx, ecx = 0, edx; local 26 eax = 1; 27 do_cpuid(&eax, &ebx, &ecx, &edx); 34 eax = 0x80000007; 35 do_cpuid(&eax, &ebx, &ecx, &edx); 41 unsigned int eax, ebx, ecx, edx; local 43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx) [all...] |
/external/fio/crc/ |
crc32c-intel.c | 84 unsigned int eax, ebx, ecx = 0, edx; local 86 eax = 1; 88 do_cpuid(&eax, &ebx, &ecx, &edx);
|
/external/kernel-headers/original/uapi/linux/ |
toshiba.h | 28 unsigned int eax; member in struct:__anon11587
|
/external/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.cc | 79 uint32_t eax; local 84 // Get vendor string (issue CPUID with eax = 0) 85 cpuid(eax, ebx, ecx, edx, 0); 92 // get feature flags in ecx/edx, and family/model in eax 93 cpuid(eax, ebx, ecx, edx, 1); 95 int family = (eax >> 8) & 0xf; // family and model fields 96 int model = (eax >> 4) & 0xf; 98 family += (eax >> 20) & 0xff; 99 model += ((eax >> 16) & 0xf) << 4;
|
/external/webp/src/dsp/ |
cpu.c | 53 uint32_t eax, edx; local 57 : "=a"(eax), "=d"(edx) : "c" (ecx)); 58 return ((uint64_t)edx << 32) | eax; 71 mov eax_, eax
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
toshiba.h | 28 unsigned int eax; member in struct:__anon31170
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
toshiba.h | 28 unsigned int eax; member in struct:__anon33139
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
toshiba.h | 26 unsigned int eax; member in struct:__anon60896
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
toshiba.h | 26 unsigned int eax; member in struct:__anon61663
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
toshiba.h | 26 unsigned int eax; member in struct:__anon62442
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
toshiba.h | 26 unsigned int eax; member in struct:__anon63220
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
toshiba.h | 26 unsigned int eax; member in struct:__anon63996
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
toshiba.h | 26 unsigned int eax; member in struct:__anon64773
|
/external/clang/test/CodeGenCXX/ |
ms-inline-asm-return.cpp | 4 // Check that we take EAX or EAX:EDX and return it from these functions for MSVC 11 mov eax, 1 local 16 // CHECK: %[[r:[^ ]*]] = call i64 asm sideeffect inteldialect "mov eax, $$1\0A\09mov edx, $$1", "=A,~{eax},{{.*}}" 21 mov eax, 1 local 26 // CHECK: %[[r:[^ ]*]] = call i32 asm sideeffect inteldialect "mov eax, $$1\0A\09mov edx, $$1", "={eax},~{eax},{{.*}}" 31 mov eax, local 42 mov eax, 1 local 53 mov eax, 1 local 69 mov eax, 0x01010101 local 83 mov eax, 0x01010101 local 96 __asm xor eax, eax local [all...] |
/external/valgrind/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); 26 maxidx = eax; 38 cpuid(&eax,&ebx,&ecx,&edx, i,0); 41 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); 50 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0); 51 maxextidx = eax; 53 cpuid(&eax,&ebx,&ecx,&edx, i,0) [all...] |