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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.cc 79 uint32 edx; local
82 cpuid(eax, ebx, ecx, edx, 0);
85 memcpy(vendor + 4, &edx, 4);
89 // get feature flags in ecx/edx, and family/model in eax
90 cpuid(eax, ebx, ecx, edx, 1);
112 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
113 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.cc 79 uint32 edx; local
82 cpuid(eax, ebx, ecx, edx, 0);
85 memcpy(vendor + 4, &edx, 4);
89 // get feature flags in ecx/edx, and family/model in eax
90 cpuid(eax, ebx, ecx, edx, 1);
112 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
113 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
  /external/kernel-headers/original/asm-x86/
tsc.h 39 unsigned eax, edx; local
46 ASM_OUTPUT2("=a" (eax), "=d" (edx)),
48 ret = (((unsigned long long)edx) << 32) | ((unsigned long long)eax);
57 "=a" (eax), "0" (1) : "ebx","ecx","edx","memory");
  /external/valgrind/main/none/tests/x86/
cmpxchg8b.c 12 UInt edx; variable
21 "\tpushl %edx\n"
28 "\tmovl " VG_SYM(edx) ",%edx\n"
33 "\tmovl %edx," VG_SYM(edx) "\n"
38 "\tpopl %edx\n"
47 edx = 0x11111111; eax = 0x22222222;
53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 );
55 edx = 0x11111111; eax = 0x22222222
    [all...]
  /external/aac/libFDK/include/x86/
fixmul_x86.h 115 shl edx, 1 local
116 mov a, edx
128 mov a, edx
  /external/chromium/base/
atomicops_internals_x86_gcc.cc 51 uint32 edx; local
54 cpuid(eax, ebx, ecx, edx, 0);
57 memcpy(vendor + 4, &edx, 4);
61 // get feature flags in ecx/edx, and family/model in eax
62 cpuid(eax, ebx, ecx, edx, 1);
84 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
85 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
  /external/chromium_org/base/
atomicops_internals_x86_gcc.cc 51 uint32 edx; local
54 cpuid(eax, ebx, ecx, edx, 0);
57 memcpy(vendor + 4, &edx, 4);
61 // get feature flags in ecx/edx, and family/model in eax
62 cpuid(eax, ebx, ecx, edx, 1);
84 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
85 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 82 uint32_t edx; local
85 cpuid(eax, ebx, ecx, edx, 0);
88 memcpy(vendor + 4, &edx, 4);
92 // get feature flags in ecx/edx, and family/model in eax
93 cpuid(eax, ebx, ecx, edx, 1);
115 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
  /external/chromium_org/v8/src/
atomicops_internals_x86_gcc.cc 83 uint32_t edx; local
86 cpuid(eax, ebx, ecx, edx, 0);
89 v8::internal::OS::MemCopy(vendor + 4, &edx, 4);
93 // get feature flags in ecx/edx, and family/model in eax
94 cpuid(eax, ebx, ecx, edx, 1);
116 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
117 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 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 53 mov edx,dword ptr [esp+18h] local
59 test edx,edx local
66 mov edx,dword ptr [esp+14h] local
67 adc edx,0 local
74 mov edx,dword ptr [esp+14h] local
75 sbb edx,0 local
78 mov edx,dword ptr [esp+14h] local
79 test edx,7FFFFFFFh local
111 mov ecx,edx
113 mov edx,dword ptr [ebp+0Ch] local
119 mov edx,dword ptr [ebp-14h] local
139 mov edx,dword ptr [esp+10h] local
150 mov edx,dword ptr [esp+18h] local
161 xor edx,edx local
166 mov edx,ebx local
171 mov edx,dword ptr [esp+14h] local
176 shr edx,1 local
186 add edx,ecx local
188 cmp edx,dword ptr [esp+14h] local
196 xor edx,edx local
203 sbb edx,0 local
221 xor edx,edx local
226 mov edx,ebx local
231 mov edx,dword ptr [esp+10h] local
236 shr edx,1 local
246 add edx,ecx local
248 cmp edx,dword ptr [esp+10h] local
256 xor edx,edx local
274 mov edx,dword ptr [esp+0Ch] local
284 mov edx,dword ptr [esp+14h] local
295 xor edx,edx local
300 xor edx,edx local
307 mov edx,dword ptr [esp+10h] local
312 shr edx,1 local
321 add edx,ecx local
323 cmp edx,dword ptr [esp+10h] local
330 sbb edx,dword ptr [esp+18h] local
333 sbb edx,dword ptr [esp+10h] local
339 sbb edx,0 local
355 xor edx,edx local
360 xor edx,edx local
365 mov edx,dword ptr [esp+0Ch] local
370 shr edx,1 local
379 add edx,ecx local
381 cmp edx,dword ptr [esp+0Ch] local
388 sbb edx,dword ptr [esp+14h] local
391 sbb edx,dword ptr [esp+0Ch] local
394 sbb edx,0 local
413 mov edx,dword ptr [esp+10h] local
424 mov edx,dword ptr [esp+18h] local
435 xor edx,edx local
446 add edx,ecx local
451 mov edx,dword ptr [esp+14h] local
456 shr edx,1 local
466 add edx,ecx local
468 cmp edx,dword ptr [esp+14h] local
476 sbb edx,dword ptr [esp+1Ch] local
481 sbb edx,dword ptr [esp+14h] local
486 sbb edx,0 local
489 mov edx,ebx local
497 sbb edx,0 local
514 xor edx,edx local
525 add edx,ecx local
530 mov edx,dword ptr [esp+0Ch] local
535 shr edx,1 local
545 add edx,ecx local
547 cmp edx,dword ptr [esp+0Ch] local
555 sbb edx,dword ptr [esp+14h] local
560 sbb edx,dword ptr [esp+0Ch] local
563 sbb edx,0 local
565 mov edx,ebx local
580 shld edx,eax,cl local
584 mov edx,eax local
587 shl edx,cl local
591 xor edx,edx local
602 shrd eax,edx,cl local
603 shr edx,cl local
607 xor edx,edx local
613 xor edx,edx local
    [all...]
  /external/v8/src/
atomicops_internals_x86_gcc.cc 82 uint32_t edx; local
85 cpuid(eax, ebx, ecx, edx, 0);
88 memcpy(vendor + 4, &edx, 4);
92 // get feature flags in ecx/edx, and family/model in eax
93 cpuid(eax, ebx, ecx, edx, 1);
115 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 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 31 unsigned int edx __attribute__ ((packed)); member in struct:__anon39618
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 31 unsigned int edx __attribute__ ((packed)); member in struct:__anon41209
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
toshiba.h 31 unsigned int edx __attribute__ ((packed)); member in struct:__anon42723
  /bionic/libc/kernel/arch-x86/asm/
ptrace.h 29 long edx; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 29 long edx; member in struct:pt_regs
  /external/chromium_org/sandbox/win/src/
sidestep_resolver.cc 148 // [xxx] [saved edx] [xxx]
156 push edx
158 mov edx, [esp + 0x14] // Get the return address. local
160 push edx
166 lea edx, [ebx]SmartThunk.sidestep // The original function. local
172 mov [esp + 0x10], edx
173 pop edx // Restore registers.
181 mov [esp + 0x18], edx // Replace first parameter.
183 pop edx // Restore registers.
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 29 long edx; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 29 long edx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 29 long edx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ptrace.h 29 long edx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 29 long edx; member in struct:pt_regs
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_atomic.h 247 mov edx, [_new] local
248 lock cmpxchg [ecx], edx

Completed in 1329 milliseconds

1 2 3 4 5 6 7 8