/freebsd/contrib/tcpdump/doc/ |
H A D | README.solaris.md | 5 ## OmniOS r151042/AMD64 11 ## OpenIndiana 2021.04/AMD64 28 ## Oracle Solaris 11.4.42/AMD64
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.solaris.md | 8 ## OmniOS r151042/AMD64 14 ## OpenIndiana 2021.04/AMD64 33 ## Solaris 11/AMD64
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterUtilities.h | 54 namespace AMD64 { 114 {llvm::Triple::NetBSD, llvm::Triple::x86_64, NETBSD::AMD64::NT_FPREGS},
|
H A D | ProcessElfCore.cpp | 767 if (note.info.n_type == NETBSD::AMD64::NT_REGS) { in parseNetBSDNotes() 782 } else if (note.info.n_type == NETBSD::AMD64::NT_FPREGS) { in parseNetBSDNotes()
|
/freebsd/sys/ |
H A D | README.md | 27 | amd64 | AMD64 (64-bit x86) architecture support | 60 | x86 | code shared by AMD64 and i386 architectures |
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DLL.cpp | 321 MachineTypes getMachine() const override { return AMD64; } in getMachine() 338 MachineTypes getMachine() const override { return AMD64; } in getMachine() 801 case AMD64: in newTailMergeChunk() 816 case AMD64: in newTailMergeUnwindInfoChunk() 825 case AMD64: in newTailMergePDataChunk() 836 case AMD64: in newThunkChunk()
|
H A D | Symbols.cpp | 112 if (machine == AMD64) in makeImportThunk()
|
H A D | Config.h | 37 static const auto AMD64 = llvm::COFF::IMAGE_FILE_MACHINE_AMD64; variable
|
H A D | Chunks.h | 471 case AMD64: in getArm64ECRangeType() 566 MachineTypes getMachine() const override { return AMD64; } in getMachine()
|
H A D | Writer.cpp | 1429 return (a->getMachine() == AMD64) < (b->getMachine() == AMD64); in mergeSections() 1433 if (chunk->getMachine() == AMD64) { in mergeSections() 1594 coff->Machine = AMD64; in writeHeader() 2171 (ctx.config.machine == AMD64 || ctx.config.machine == I386)) { in writeSections() 2274 case AMD64: in sortExceptionTables()
|
H A D | SymbolTable.cpp | 44 return COFF::isArm64EC(mt) || mt == AMD64; in compatibleMachineType() 46 return COFF::isAnyArm64(mt) || mt == AMD64; in compatibleMachineType()
|
H A D | Chunks.cpp | 601 case AMD64: in getRuntimePseudoRelocSize() 1009 case AMD64: in getDefaultType()
|
/freebsd/crypto/openssl/util/ |
H A D | shlib_wrap.sh.in | 43 *ELF\ 64*SPARC*|*ELF\ 64*AMD64*)
|
/freebsd/contrib/libfido2/regress/ |
H A D | CMakeLists.txt | 32 if(CMAKE_CROSSCOMPILING OR (CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "AMD64" AND
|
/freebsd/sys/conf/ |
H A D | options.amd64 | 1 # Options specific to AMD64 platform kernels
|
/freebsd/sys/contrib/zlib/contrib/ |
H A D | README.contrib | 21 GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
|
/freebsd/sys/dev/qlxgb/ |
H A D | README.txt | 33 * FreeBSD 7.x/8.x/9.x (64-bit) [Intel EM64T, AMD64]
|
/freebsd/sys/dev/qlxge/ |
H A D | README.txt | 33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64]
|
/freebsd/sys/dev/qlxgbe/ |
H A D | README.txt | 33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64]
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | rules.vc | 67 && ![echo ARCH=AMD64 >> vercl.x] \ 82 NATIVE_ARCH=AMD64 485 !if "$(MACHINE)" == "IA64" || "$(MACHINE)" == "AMD64"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 97 HANDLE_MDMP_ARCH(0x0009, AMD64) // PROCESSOR_ARCHITECTURE_AMD64
|
/freebsd/contrib/unbound/ |
H A D | README-Travis.md | 3 …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…
|
/freebsd/contrib/ldns/ |
H A D | README-Travis.md | 3 …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…
|
/freebsd/contrib/libpcap/cmake/Modules/ |
H A D | Finddpdk.cmake | 93 if(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64|x86_64|AMD64")
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aesopt.h | 219 #error Assembler code is only available for x86 and AMD64 systems
|