HomeSort by: relevance | last modified time | path
    Searched refs:EBX (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 464 // gcc doesn't know cpuid would clobber ebx/rbx. Preserve it manually.
473 __asm__("movl\t%%ebx, %%esi\n\t"
475 "xchgl\t%%ebx, %%esi\n\t"
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)
540 // gcc doesn't know cpuid would clobber ebx/rbx. Preserve it manually.
549 __asm__("movl\t%%ebx, %%esi\n\t"
551 "xchgl\t%%ebx, %%esi\n\t
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h 27 #undef EBX
  /src/external/cddl/osnet/dev/dtrace/x86/
regset.h 136 #define EBX 8
157 #define EBX 7
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/
switchcontext.S 87 push %EBX;
104 pop %EBX;
  /src/external/bsd/pcc/dist/pcc/arch/i386/
macdefs.h 172 #define EBX 003 /* GDT pointer or callee-saved temporary register */
233 { EBX, EAXEBX, EDXEBX, ECXEBX, EBXESI, EBXEDI, -1 },\
234 { EBX, EAXEBX, EDXEBX, ECXEBX, EBXESI, EBXEDI, -1 },\
241 { EAX, AL, AH, EBX, BL, BH, EAXEDX, EAXECX, EAXESI, /* eaxebx */\
249 { EDX, DL, DH, EBX, BL, BH, EAXEDX, EDXECX, EDXESI, /* edxebx */\
255 { ECX, CL, CH, EBX, BL, BH, EAXECX, EDXECX, ECXESI, /* ecxebx */\
261 { EBX, BL, BH, ESI, EAXEBX, EDXEBX, ECXEBX, EBXEDI, /* ebxesi */\
263 { EBX, BL, BH, EDI, EAXEBX, EDXEBX, ECXEBX, EBXESI, /* ebxedi */\
local2.c 535 if ((pr == AL && lr == EAX) || (pr == BL && lr == EBX) ||
1141 { EAX, EAX, EAX, EAX, EAX, EDX, EDX, EDX, EDX, ECX, ECX, ECX, EBX, EBX, ESI };
1143 { EDX, ECX, EBX, ESI, EDI, ECX, EBX, ESI, EDI, EBX, ESI, EDI, ESI, EDI, EDI };
1236 "%eax", "%edx", "%ecx", "%ebx", "%esi", "%edi", "%ebp", "%esp",
1376 case 'b': reg = EBX; break;
1521 { "ebx", EBX },
    [all...]
order.c 295 static int r[] = { EAX, EBX, -1 };
  /src/external/cddl/osnet/dist/lib/libdtrace/i386/
regs.sed.in 52 SED_REPLACE(EBX)
regs.d.in 46 inline int R_EBX = @EBX@;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
cpuid.d 388 // Feature flags for cpuid.{EAX = 7, ECX = 0}.EBX.
521 mov a+4, EBX;
566 mov b, EBX;
600 "cpuid" : "=a" (dummy), "=c" (c5) : "a" (0x8000_0005) : "ebx", "edx";
605 // EBX has L1_TLB_4K
619 "cpuid" : "=a" (dummy), "=c" (numcores) : "a" (0x8000_0008) : "ebx", "edx";
630 "cpuid" : "=a" (dummy), "=c" (c6), "=d" (d6) : "a" (0x8000_0006) : "ebx";
667 mov b, EBX;
697 "cpuid" : "=a" (max_extended_cpuid) : "a" (0x8000_0000) : "ebx", "ecx", "edx";
710 mov [EAX], EBX;
    [all...]
  /src/sys/arch/i386/include/
bioscall.h 72 #define EBX r_bx.biosreg_long
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
atomic.d 26 [ "BL", "BX", "EBX", "RBX" ],
64 push EBX;
65 mov EBX, 0;
71 pop EBX;
181 push EBX;
183 mov EBX, [EDI];
190 pop EBX;
372 push EBX;
374 mov EBX, [EDI];
385 pop EBX;
    [all...]
  /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
X86MCTargetDesc.cpp 106 {codeview::RegisterId::EBX, X86::EBX},
633 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
645 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
682 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
718 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
719 return X86::EBX;
754 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
X86WinCOFFTargetStreamer.cpp 296 case X86::EBX: OS << "$ebx"; break;
  /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/lgpl3/gmp/dist/tests/
x86call.asm 84 define(`EBX', eval(4*12)($1))
101 mov %ebx, SAVE_EBX(%ecx)
107 mov WANT_EBX(%ecx), %ebx
127 mov %ebx, EBX(%ecx)
133 pop %ebx
134 mov %ebx, EFLAGS(%ecx)
136 mov SAVE_EBX(%ecx), %ebx
  /src/sys/arch/i386/pci/
piixpcib.c 212 *smicmd = regs.EBX & 0xff;
213 *cmd = (regs.EBX >> 16) & 0xff;
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
sol2-unwind.h 186 fs->regs.reg[3].loc.offset = (long)&mctx->gregs[EBX] - new_cfa;
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
sol2-unwind.h 186 fs->regs.reg[3].loc.offset = (long)&mctx->gregs[EBX] - new_cfa;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 137 ENTRY(EBX) \
155 ENTRY(EBX) \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
fiber.d 258 push EBX;
275 pop EBX;
368 push EBX;
379 pop EBX;
1265 push( 0x00000000 ); // EBX
1339 push( 0x00000000 ); // EBX
1510 push( 0x00000000 ); // EBX
  /src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI,
152 asm(" movl _registers+12, %ebx");
185 asm ("movl %ebx, _registers+12"); \
199 asm ("popl %ebx"); \
200 asm ("movl %ebx, _gdb_i386errcode");
202 asm ("popl %ebx"); /* old eip */ \
203 asm ("movl %ebx, _registers+32"); \
204 asm ("popl %ebx"); /* old cs */ \
205 asm ("movl %ebx, _registers+40"); \
207 asm ("popl %ebx"); /* old eflags */
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c 122 enum regnames {EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI,
152 asm(" movl _registers+12, %ebx");
185 asm ("movl %ebx, _registers+12"); \
199 asm ("popl %ebx"); \
200 asm ("movl %ebx, _gdb_i386errcode");
202 asm ("popl %ebx"); /* old eip */ \
203 asm ("movl %ebx, _registers+32"); \
204 asm ("popl %ebx"); /* old cs */ \
205 asm ("movl %ebx, _registers+40"); \
207 asm ("popl %ebx"); /* old eflags */
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolRecordMapping.cpp 505 case EncodedFramePtrReg::BasePtr: return RegisterId::EBX;
538 case RegisterId::EBX:

Completed in 37 milliseconds

1 2