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

1 2 3

  /art/runtime/arch/x86/
registers_x86.h 33 EDX = 2,
  /external/swiftshader/third_party/LLVM/lib/Support/
Host.cpp 87 mov dword ptr [esi],edx
109 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0;
110 if (GetX86CpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX))
117 GetX86CpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);
118 bool Em64T = (EDX >> 29) & 0x1;
  /external/libunwind/src/x86/
unwind_i.h 38 #define EDX 2
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 50 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Solaris.h 28 #undef EDX
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 46 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EDX
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EDX
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EDX
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EDX
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EDX
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EDX
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EDX
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EDX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
reg.h 27 #define EDX 2
  /external/llvm/include/llvm/Support/
Solaris.h 37 #undef EDX
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 179 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0;
188 X86_MC::GetCpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX);
190 if ((EDX >> 15) & 1) { HasCMov = true; ToggleFeature(X86::FeatureCMOV); }
191 if ((EDX >> 23) & 1) { X86SSELevel = MMX; ToggleFeature(X86::FeatureMMX); }
192 if ((EDX >> 25) & 1) { X86SSELevel = SSE1; ToggleFeature(X86::FeatureSSE1); }
193 if ((EDX >> 26) & 1) { X86SSELevel = SSE2; ToggleFeature(X86::FeatureSSE2); }
253 X86_MC::GetCpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);
254 if ((EDX >> 29) & 0x1) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Solaris.h 37 #undef EDX
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Solaris.h 37 #undef EDX
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Solaris.h 37 #undef EDX
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Solaris.h 37 #undef EDX
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Solaris.h 37 #undef EDX
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Solaris.h 37 #undef EDX
  /bionic/libc/include/sys/
reg.h 38 #define EDX 2
  /external/lzma/C/
CpuArch.c 24 __asm mov EDX, EAX;
30 __asm xor EAX, EDX;
31 __asm push EDX;
38 "movl %%EAX,%%EDX\n\t"
44 "xorl %%EDX,%%EAX\n\t"
45 "push %%EDX\n\t"
49 "%eax", "%edx");
67 __asm xor EDX, EDX;
73 __asm mov d2, EDX;
    [all...]

Completed in 461 milliseconds

1 2 3