Home
last modified time | relevance | path

Searched refs:AMD64 (Results 1 – 25 of 33) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h54 namespace AMD64 {
115 {llvm::Triple::NetBSD, llvm::Triple::x86_64, NETBSD::AMD64::NT_FPREGS},
H A DProcessElfCore.cpp757 if (note.info.n_type == NETBSD::AMD64::NT_REGS) { in parseNetBSDNotes()
772 } else if (note.info.n_type == NETBSD::AMD64::NT_FPREGS) { in parseNetBSDNotes()
/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h38 static const auto AMD64 = llvm::COFF::IMAGE_FILE_MACHINE_AMD64; variable
99 bool is64() const { return machine == AMD64 || machine == ARM64; } in is64()
H A DDLL.cpp785 case AMD64: in newTailMergeChunk()
800 case AMD64: in newTailMergeUnwindInfoChunk()
809 case AMD64: in newTailMergePDataChunk()
820 case AMD64: in newThunkChunk()
H A DSymbols.cpp112 if (machine == AMD64) in makeImportThunk()
H A DChunks.cpp440 case AMD64: in applyRelocation()
518 case AMD64: in getBaserelType()
594 case AMD64: in getRuntimePseudoRelocSize()
975 case AMD64: in getDefaultType()
H A DDriverUtils.cpp258 } else if (ctx.config.machine == AMD64) { in parseFunctionPadMin()
H A DInputFiles.cpp1079 return AMD64; in getMachineType()
H A DDriver.cpp154 case AMD64: in getArch()
2019 config->machine = AMD64; in linkerMain()
H A DPDB.cpp1697 case AMD64: in getSecrelReloc()
H A DWriter.cpp2030 if (ctx.config.machine == AMD64) { in sortExceptionTable()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def97 HANDLE_MDMP_ARCH(0x0009, AMD64) // PROCESSOR_ARCHITECTURE_AMD64
/openbsd-src/usr.sbin/unbound/
H A DREADME-Travis.md3 …e Clang and GCC; while platforms include Android, iOS, Linux, and OS X on AMD64, Aarch64, PowerPC …
13 A typical recipe tests Clang and GCC on various hardware. The hardware includes AMD64, Aarch64, Pow…
32 …nd the second is Address sanitizer (Asan). The sanitizers are only run on AMD64 hardware. Note the…
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.opt1 ; Options for the IA-32 and AMD64 ports of the compiler.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-x86_64.c448 #define AMD64 1 macro
H A Dcoffcode.h3870 #elif defined AMD64 in coff_write_object_contents()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoff-x86_64.c448 #define AMD64 1 macro
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DREADME-X86-64.txt3 AMD64 Optimization Manual 8.2 has some nice information about optimizing integer
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp159 case ProcessorArchitecture::AMD64: in GetArchitecture()
/openbsd-src/gnu/llvm/llvm/cmake/platforms/
H A DWinMsvc.cmake170 set(CMAKE_SYSTEM_PROCESSOR AMD64)
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp335 case ProcessorArchitecture::AMD64: in streamMapping()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp57 arch = ProcessorArchitecture::AMD64; in AddSystemInfo()
/openbsd-src/gnu/usr.bin/perl/win32/
H A DGNUmakefile416 # When we are running from a 32bit cmd.exe on AMD64 then
418 # is set to AMD64
422 else ifeq ($(PROCESSOR_ARCHITECTURE),AMD64)
444 ifeq ($(ARCHITECTURE),AMD64)
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/
H A DChangeLog169 * sinh(1e4) was not enough to go to infinity in AMD64
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DNEWS254 * Changes in AMD64 configurations
256 The AMD64 target now includes the %cs and %ss registers. As a result
257 the AMD64 remote protocol has changed; this affects the floating-point

12