HomeSort by: relevance | last modified time | path
    Searched defs:EDX (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h 26 #undef EDX
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 51 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_x86_64.cc 332 unsigned int EAX, EBX, ECX, EDX;
336 // EDX. That's 0x8000000 (or 1u << 27).
337 __asm__ __volatile__("cpuid" : "=a"(EAX), "=b"(EBX), "=c"(ECX), "=d"(EDX)
339 if (!(EDX & (1u << 27))) {
  /src/sys/arch/i386/include/
bioscall.h 84 #define EDX r_dx.biosreg_long
  /src/external/cddl/osnet/dev/dtrace/x86/
regset.h 135 #define EDX 9
156 #define EDX 8
172 #define REG_R1 EDX
  /src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI,
151 asm(" movl _registers+8, %edx");
184 asm ("movl %edx, _registers+8"); \
231 asm (" popl %edx"); /* eflags */
239 asm (" pushl %edx"); /* eflags */
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI,
151 asm(" movl _registers+8, %edx");
184 asm ("movl %edx, _registers+8"); \
231 asm (" popl %edx"); /* eflags */
239 asm (" pushl %edx"); /* eflags */
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 502 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0;
511 if (getX86CpuIDAndInfo(0, MaxLeaf, &EBX, &ECX, &EDX) || *MaxLeaf < 1)
515 if (EBX == 0x756e6547 && EDX == 0x49656e69 && ECX == 0x6c65746e)
519 if (EBX == 0x68747541 && EDX == 0x69746e65 && ECX == 0x444d4163)
1004 static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf,
1012 if ((EDX >> 15) & 1)
1014 if ((EDX >> 23) & 1)
1016 if ((EDX >> 25) & 1)
1018 if ((EDX >> 26) & 1)
1045 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/i386/
macdefs.h 170 #define EDX 001 /* Scratch and secondary return register */
229 { EDX, EAXEDX, EDXECX, EDXEBX, EDXESI, EDXEDI, -1 },\
230 { EDX, EAXEDX, EDXECX, EDXEBX, EDXESI, EDXEDI, -1 },\
237 { EAX, AL, AH, EDX, DL, DH, EAXECX, EAXEBX, EAXESI, /* eaxedx */\
247 { EDX, DL, DH, ECX, CL, CH, EAXEDX, EAXECX, EDXEBX, /* edxecx */\
249 { EDX, DL, DH, EBX, BL, BH, EAXEDX, EDXECX, EDXESI, /* edxebx */\
251 { EDX, DL, DH, ESI, EAXEDX, EDXECX, EDXEBX, EDXEDI, /* edxesi */\
253 { EDX, DL, DH, EDI, EAXEDX, EDXECX, EDXEBX, EDXESI, /* edxedi */\

Completed in 79 milliseconds