Searched defs:EDX (Results 1 - 13 of 13) sorted by relevance

/external/libunwind/src/x86/
H A Dunwind_i.h38 #define EDX 2 macro
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h49 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7 enumerator in enum:llvm::N86::__anon26178
/external/llvm/include/llvm/Support/
H A DSolaris.h37 #undef EDX macro
/external/chromium_org/third_party/lzma_sdk/
H A DCpuArch.c18 __asm mov EDX, EAX; local
24 __asm xor EAX, EDX; local
25 __asm push EDX; local
32 "movl %%EAX,%%EDX\n\t"
38 "xorl %%EDX,%%EAX\n\t"
39 "push %%EDX\n\t"
61 __asm xor EDX, EDX; local
67 __asm mov d2, EDX; local
/external/lzma/C/
H A DCpuArch.c18 __asm mov EDX, EAX; local
24 __asm xor EAX, EDX; local
25 __asm push EDX; local
32 "movl %%EAX,%%EDX\n\t"
38 "xorl %%EDX,%%EAX\n\t"
39 "push %%EDX\n\t"
60 __asm xor EDX, EDX; local
66 __asm mov d2, EDX; local
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h58 EDX = 2, enumerator in enum:Register
380 emit(0xff); emit_operand(EDX, dst);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h8 #define EDX 2 macro
/external/llvm/lib/Support/
H A DHost.cpp199 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0; local
200 if (GetX86CpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX))
222 !GetX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX) &&
224 GetX86CpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);
225 bool Em64T = (EDX >> 29) & 0x1;
/external/qemu/
H A Dcpu-exec.c30 #undef EDX macro
/external/qemu-pc-bios/bochs/
H A Dbochs.h56 #undef EDX macro
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h108 #define EDX dx macro
170 #define EDX %edx macro
834 #define P_EDX EDX
835 #define L_EDX EDX
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h108 #define EDX dx macro
170 #define EDX %edx macro
834 #define P_EDX EDX
835 #define L_EDX EDX
/external/qemu/target-i386/
H A Dcpu.h390 FEAT_1_EDX, /* CPUID[1].EDX */
393 FEAT_8000_0001_EDX, /* CPUID[8000_0001].EDX */
395 FEAT_C000_0001_EDX, /* CPUID[C000_0001].EDX */
397 FEAT_SVM, /* CPUID[8000_000A].EDX */
495 /* CPUID[8000_0001].EDX bits that are aliase of CPUID[1].EDX bits on AMD CPUs */
1041 #undef EDX macro
1042 #define EDX (env->regs[R_EDX]) macro

Completed in 6081 milliseconds