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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
X86.h 1 //===--- X86.h - X86-specific Tool Helpers ----------------------*- C++ -*-===//
22 namespace x86 { namespace in namespace:clang::driver::tools
31 } // end namespace x86
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Host.h 69 /// Helper functions to extract CPU details from CPUID on x86.
70 namespace x86 { namespace in namespace:llvm::sys::detail
81 } // namespace x86
  /src/common/include/x86emu/
x86emu.h 5 * Realmode X86 Emulator Library
140 struct X86EMU_regs x86; member in struct:X86EMU
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 483 // The MSVC intrinsic is portable across x86 and x64.
499 namespace x86 { namespace in namespace:llvm::sys::detail
525 } // namespace x86
530 using namespace llvm::sys::detail::x86;
620 if (testFeature(X86::FEATURE_MMX)) {
636 *Type = X86::INTEL_CORE2;
645 *Type = X86::INTEL_CORE2;
654 *Type = X86::INTEL_COREI7;
655 *Subtype = X86::INTEL_COREI7_NEHALEM;
662 *Type = X86::INTEL_COREI7
1296 namespace x86 { namespace in namespace:llvm::sys::detail
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
vm_event.h 95 * At the moment x86-only, applies to EAX-EDX, ESP, EBP, ESI, EDI, R8-R15,
161 * Using custom vCPU structs (i.e. not hvm_hw_cpu) for both x86 and ARM
349 struct vm_event_interrupt_x86 x86; member in union:vm_event_st::__anon6687::__anon6688
355 struct vm_event_regs_x86 x86; member in union:vm_event_st::__anon6689::__anon6690
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 134 x86 = 0x14C, member in class:llvm::pdb::PDB_Checksum::PDB_Machine
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 83 x86, // X86: i[3-9]86 enumerator in enum:llvm::Triple::ArchType
84 x86_64, // X86-64: amd64, x86_64
782 /// Tests whether the target is x86 (32- or 64-bit).
784 return getArch() == Triple::x86 || getArch() == Triple::x86_64;
961 /// architecture name (e.g., "x86").
  /src/sys/lib/libkern/arch/hppa/
milli.S 1255 x86: sh2add %r26,%r26,%r1 ! sh2add %r1,%r26,%r1 ! b e_2t0 ! sh1add %r1,%r26,%r1 label

Completed in 30 milliseconds