| /src/external/cddl/osnet/dev/dtrace/mips/ |
| regset.h | 54 #define REG_R0 EAX
|
| /src/external/bsd/pcc/dist/pcc/arch/i386/ |
| order.c | 158 static struct rspecial s[] = { { NEVER, EAX }, { 0 } }; 189 { NLEFT, EAX }, { NRES, EAXEDX }, 190 { NEVER, EAX }, { NEVER, EDX }, { 0 } }; 196 { NEVER, EAX }, { NEVER, EDX }, { 0 } }; 202 { NEVER, EAX }, { NEVER, EDX }, { 0 } }; 215 { NEVER, EAX }, { NEVER, EDX }, 216 { NLEFT, EAX }, { NRES, EAX }, 217 { NORIGHT, EDX }, { NORIGHT, EAX }, { 0 } }; 221 { NEVER, EAX }, { NEVER, EDX } [all...] |
| 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)
|
| local2.c | 137 printf(" movl 8(%%ebp),%%eax\n"); 441 d[0] = "l", d[1] = "%eax", d[2] = "%edx"; 443 d[0] = "r", d[1] = "%edx", d[2] = "%eax"; 494 printf("\tmovl %%eax,-%d(%%ebp)\n", stkpos); 496 printf("\tleal -%d(%%ebp),%%eax\n", stkpos); 535 if ((pr == AL && lr == EAX) || (pr == BL && lr == EBX) || 555 printf("\timull %%eax, %%esi\n"); 1141 { EAX, EAX, EAX, EAX, EAX, EDX, EDX, EDX, EDX, ECX, ECX, ECX, EBX, EBX, ESI } [all...] |
| code.c | 151 /* Pointer to struct in eax */ 176 /* put hidden arg in eax on return */ 179 regno(p) = EAX; 184 static TWORD reparegs[] = { EAX, EDX, ECX }; 475 r = regcvt == 0 ? EAX : regcvt == 1 ? EDX : ECX;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/ |
| switchcontext.S | 91 push %EAX; 94 mov 8(%EBP), %EAX; 95 mov %ESP, (%EAX); 100 pop %EAX;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/ |
| cpuid.d | 388 // Feature flags for cpuid.{EAX = 7, ECX = 0}.EBX. 518 mov EAX, 2; 520 mov a+0, EAX; 527 // Cyrix MediaGX MMXEnhanced returns: EAX= 00007001, EDX=00000080. 562 mov EAX, 4; 565 mov a, EAX; 602 mov EAX, 0x8000_0005; // L1 cache 604 // EAX has L1_TLB_4M. 621 mov EAX, 0x8000_0008; 632 mov EAX, 0x8000_0006; // L2/L3 cach [all...] |
| bitop.d | 860 asm pure nothrow @nogc { mov EAX, ECX; } 862 asm pure nothrow @nogc { mov EAX, EDI; } 868 mov EDX, EAX; 869 shr EAX, 1; 871 and EAX, 0x5555_5555; 873 or EAX, EDX; 874 mov EDX, EAX; 875 shr EAX, 2; 877 and EAX, 0x3333_3333; 879 or EAX, EDX [all...] |
| /src/external/cddl/osnet/dev/dtrace/x86/ |
| regset.h | 133 #define EAX 11 154 #define EAX 10 171 #define REG_R0 EAX
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/ |
| regset.h | 24 #undef EAX
|
| /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/cddl/osnet/dist/lib/libdtrace/i386/ |
| regs.sed.in | 55 SED_REPLACE(EAX)
|
| regs.d.in | 52 inline int R_EAX = @EAX@;
|
| /src/sys/arch/i386/include/ |
| bioscall.h | 66 #define EAX r_ax.biosreg_long
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86WinAllocaExpander.cpp | 220 unsigned RegA = Is64Bit ? X86::RAX : X86::EAX; 234 unsigned RegA = Is64Bit ? X86::RAX : X86::EAX; 247 // The probe lowering expects the amount in RAX/EAX. 248 unsigned RegA = Is64BitAlloca ? X86::RAX : X86::EAX;
|
| X86CallingConv.cpp | 33 static const MCPhysReg RegList[] = {X86::EAX, X86::ECX, X86::EDX, X86::EDI, 240 // This is similar to CCAssignToReg<[EAX, EDX, ECX]>, but makes sure 242 static const MCPhysReg RegList[] = {X86::EAX, X86::EDX, X86::ECX};
|
| /src/sys/arch/i386/pci/ |
| piixpcib.c | 206 regs.EAX = 0x0000e980; /* IST support */ 210 if (regs.EAX == PIIXPCIB_GSIC) { 211 *sig = regs.EAX; 250 int eax; local 264 : "=a" (eax), 278 if (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.
|
| X86MCTargetDesc.cpp | 103 {codeview::RegisterId::EAX, X86::EAX}, 627 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX: 639 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX: 676 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX: 712 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX: 713 return X86::EAX; 748 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
|
| /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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/ |
| bits.d | 116 mov EAX, this; 117 mov ECX, data[EAX]; 121 sbb EAX,EAX;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| dll.d | 138 static __gshared ubyte[] mov_NtdllBaseTag_srv03 = [ 0x50, 0xA1 ]; // push eax; mov eax, _NtdllBaseTag 352 mov EAX,FS:[0x30]; 353 mov peb, EAX; 439 mov EAX,FS:[0x30]; 440 mov peb, EAX;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/ |
| fiber.d | 262 push EAX; 265 mov EAX, dword ptr 8[EBP]; 266 mov [EAX], ESP; 271 pop EAX; 369 push EAX; 372 mov EAX, dword ptr 8[EBP]; 373 mov [EAX], ESP; 378 pop EAX; 1238 mov EAX, FS:[0]; 1269 push( 0x00000000 ); // EAX [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/ |
| atomic.d | 25 [ "AL", "AX", "EAX", "RAX" ], 67 mov EAX, 0; 186 mov EAX, [EDI]; 377 mov EAX, [EDI]; 382 mov [EDI], EAX; 515 mov EAX, [EDI]; 628 mov EAX, 0;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| lifetime.d | 773 mov EAX, newcapacity; 774 mul EAX, size; 775 mov reqsize, EAX; 938 mov EAX,size ; 939 mul EAX,length ; 940 mov size,EAX ; 1500 mov EAX, newlength; 1501 mul EAX, sizeelem; 1502 mov newsize, EAX; 1701 mov EAX, newlength [all...] |