/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-x86.cc | 47 // Inline cpuid instruction. In PIC compilations, %ebx contains the address 52 asm ("mov %%ebx, %%edi\n" \ 54 "xchg %%edi, %%ebx\n" \ 77 uint32 ebx; local 82 cpuid(eax, ebx, ecx, edx, 0); 84 memcpy(vendor, &ebx, 4); 90 cpuid(eax, ebx, ecx, edx, 1);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-x86.cc | 47 // Inline cpuid instruction. In PIC compilations, %ebx contains the address 52 asm ("mov %%ebx, %%edi\n" \ 54 "xchg %%edi, %%ebx\n" \ 77 uint32 ebx; local 82 cpuid(eax, ebx, ecx, edx, 0); 84 memcpy(vendor, &ebx, 4); 90 cpuid(eax, ebx, ecx, edx, 1);
|
/external/clang/test/CodeGen/ |
ms-inline-asm-64.c | 25 lea ebx, foo local 26 mov eax, [ebx].0 27 mov [ebx].4, ecx 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* %{{.*}}) 39 lea ebx, foo local 41 mov eax, [ebx].foo.a 43 mov [ebx].foo.b, ec [all...] |
ms-inline-asm.c | 31 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax", "~{ebx},~{dirflag},~{fpsr},~{flags}"() 32 // CHECK: call void asm sideeffect inteldialect "mov ecx, ebx", "~{ecx},~{dirflag},~{fpsr},~{flags}"() 34 __asm mov ebx, eax local 35 __asm mov ecx, ebx 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 [all...] |
/external/valgrind/main/none/tests/x86/ |
cmpxchg8b.c | 10 UInt ebx; variable 19 "\tpushl %ebx\n" 26 "\tmovl " VG_SYM(ebx) ",%ebx\n" 31 "\tmovl %ebx," VG_SYM(ebx) "\n" 40 "\tpopl %ebx\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 | 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon882
|
/development/ndk/platforms/android-L/include/linux/ |
toshiba.h | 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon2457
|
/external/chromium_org/base/ |
atomicops_internals_x86_gcc.cc | 19 // Inline cpuid instruction. In PIC compilations, %ebx contains the address 24 asm("mov %%ebx, %%edi\n" \ 26 "xchg %%edi, %%ebx\n" \ 50 uint32_t ebx; local 55 cpuid(eax, ebx, ecx, edx, 0); 57 memcpy(vendor, &ebx, 4); 63 cpuid(eax, ebx, ecx, edx, 1);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.cc | 44 // Inline cpuid instruction. In PIC compilations, %ebx contains the address 49 asm("mov %%ebx, %%edi\n" \ 51 "xchg %%edi, %%ebx\n" \ 80 uint32_t ebx; local 85 cpuid(eax, ebx, ecx, edx, 0); 87 memcpy(vendor, &ebx, 4); 93 cpuid(eax, ebx, ecx, edx, 1);
|
/external/chromium_org/v8/src/base/ |
atomicops_internals_x86_gcc.cc | 18 // Inline cpuid instruction. In PIC compilations, %ebx contains the address 23 asm("mov %%ebx, %%edi\n" \ 25 "xchg %%edi, %%ebx\n" \ 59 uint32_t ebx = 0; local 64 cpuid(eax, ebx, ecx, edx, 0); 66 memcpy(vendor, &ebx, 4); 72 cpuid(eax, ebx, ecx, edx, 1);
|
/external/fio/arch/ |
arch-x86-common.h | 7 unsigned int *eax, unsigned int *ebx, 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);
|
/external/kernel-headers/original/uapi/linux/ |
toshiba.h | 29 unsigned int ebx __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); 39 processor_threads = (ebx >> 16) & 0xff; 55 int eax, ebx, ecx, edx; local 58 cpuid(1, &eax, &ebx, &ecx, &edx); 60 /* bits EBX[31:24] define APIC ID */ 61 ptr[smp_processor_id()] = (unsigned char) ((ebx & 0xff000000) >> 24);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_mixer_MMX_VC.c | 48 push ebx 53 mov ebx, nSize // ebx = size local 54 shr ebx, 4 // process 16 bytes per iteration = 8 samples local 105 dec ebx //%%ebx\n" 111 pop ebx 129 push ebx 144 mov ebx, nSize //%2,%%ebx // ebx = siz local 145 shr ebx, 3 \/\/$3,%%ebx \/\/ process 8 bytes per iteration = 8 samples local 146 cmp ebx, 0 \/\/$0,%%ebx local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_stdlib.c | 101 push ebx 105 mov ebx,eax local 109 mul ebx 115 imul ebx,edx local 117 lea ebx,[ebx+ecx] local 118 mov dword ptr [ebp-14h],ebx 121 pop ebx 133 push ebx 163 mov ebx,ea local 169 mov ebx,eax local 174 shr ebx,1 local 178 or ebx,ebx local 223 mov ebx,eax local 230 mov ebx,dword ptr [esp+14h] local 235 rcr ebx,1 local 305 mov ebx,eax local 310 shr ebx,1 local 314 or ebx,ebx local 364 mov ebx,dword ptr [esp+10h] local 369 rcr ebx,1 local 437 mov ebx,eax local 449 mov ebx,eax local 454 shr ebx,1 local 458 or ebx,ebx local 478 xor ebx,ebx local 490 mov ebx,ecx local 516 mov ebx,eax local 529 mov ebx,dword ptr [esp+10h] local 534 rcr ebx,1 local 557 xor ebx,ebx local 566 mov ebx,ecx local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
toshiba.h | 29 unsigned int ebx __attribute__ ((packed)); member in struct:__anon47003
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
toshiba.h | 29 unsigned int ebx __attribute__ ((packed)); member in struct:__anon48739
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
toshiba.h | 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon76537
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
toshiba.h | 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon77304
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
toshiba.h | 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon78083
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
toshiba.h | 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon78861
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
toshiba.h | 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon79637
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
toshiba.h | 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon80414
|
/external/chromium_org/sandbox/win/src/ |
sidestep_resolver.cc | 146 // [xxx] [saved ebx] [xxx] 154 push ebx 157 mov ebx, [esp + 0x18] // First parameter = SmartThunk. local 159 mov eax, [ebx]SmartThunk.module_base 166 lea edx, [ebx]SmartThunk.sidestep // The original function. 175 pop ebx 180 mov ecx, [ebx]SmartThunk.interceptor 185 pop ebx
|