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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h 24 #undef EAX
  /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
118 /// e.g. getX86SubSuperRegister(X86::EAX, 16) returns X86::AX.
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_x86_64.cc 332 unsigned int EAX, EBX, ECX, EDX;
337 __asm__ __volatile__("cpuid" : "=a"(EAX), "=b"(EBX), "=c"(ECX), "=d"(EDX)
  /src/sys/arch/i386/include/
bioscall.h 66 #define EAX r_ax.biosreg_long
  /src/external/cddl/osnet/dev/dtrace/x86/
regset.h 133 #define EAX 11
154 #define EAX 10
171 #define REG_R0 EAX
  /src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI,
160 asm(" movl _registers+36, %eax");
161 asm(" pushl %eax"); /* saved eflags */
162 asm(" movl _registers+40, %eax");
163 asm(" pushl %eax"); /* saved cs */
164 asm(" movl _registers+32, %eax");
165 asm(" pushl %eax"); /* saved eip */
166 asm(" movl _registers, %eax");
182 asm ("movl %eax, _registers"); \
223 asm (" popl %eax");
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI,
160 asm(" movl _registers+36, %eax");
161 asm(" pushl %eax"); /* saved eflags */
162 asm(" movl _registers+40, %eax");
163 asm(" pushl %eax"); /* saved cs */
164 asm(" movl _registers+32, %eax");
165 asm(" pushl %eax"); /* saved eip */
166 asm(" movl _registers, %eax");
182 asm ("movl %eax, _registers"); \
223 asm (" popl %eax");
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 435 " popl %%eax\n"
436 " movl %%eax,%%ecx\n"
437 " xorl $0x00200000,%%eax\n"
438 " pushl %%eax\n"
441 " popl %%eax\n"
443 " cmpl %%eax,%%ecx\n"
449 : "eax", "ecx");
502 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0;
504 MaxLeaf = &EAX;
589 static void detectX86FamilyModel(unsigned EAX, unsigned *Family
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/i386/
macdefs.h 169 #define EAX 000 /* Scratch and return register */
227 { EAX, EAXEDX, EAXECX, EAXEBX, EAXESI, EAXEDI, -1 },\
228 { EAX, EAXEDX, EAXECX, EAXEBX, EAXESI, EAXEDI, -1 },\
237 { EAX, AL, AH, EDX, DL, DH, EAXECX, EAXEBX, EAXESI, /* eaxedx */\
239 { EAX, AL, AH, ECX, CL, CH, EAXEDX, EAXEBX, EAXESI, /* eaxecx */\
241 { EAX, AL, AH, EBX, BL, BH, EAXEDX, EAXECX, EAXESI, /* eaxebx */\
243 { EAX, AL, AH, ESI, EAXEDX, EAXECX, EAXEBX, EAXEDI, /* eaxesi */\
245 { EAX, AL, AH, EDI, EAXEDX, EAXECX, EAXEBX, EAXESI, /* eaxedi */\
296 x == FLOAT || x == DOUBLE || x == LDOUBLE ? 31 : EAX)

Completed in 26 milliseconds