Home
last modified time | relevance | path

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

12

/freebsd/contrib/jemalloc/scripts/
H A Dgen_travis.py13 AMD64 = 'amd64' variable
243 max_unusual_opts = MAX_UNUSUAL_OPTIONS if arch == AMD64 else 1
311 generate_windows(AMD64),
313 generate_freebsd(AMD64),
315 generate_linux(AMD64),
318 generate_macos(AMD64),
/freebsd/contrib/tcpdump/doc/
H A DREADME.solaris.md5 ## OmniOS r151042/AMD64
11 ## OpenIndiana 2021.04/AMD64
28 ## Oracle Solaris 11.4.42/AMD64
/freebsd/contrib/libpcap/doc/
H A DREADME.solaris.md8 ## OmniOS r151042/AMD64
14 ## OpenIndiana 2021.04/AMD64
33 ## Solaris 11/AMD64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h54 namespace AMD64 {
114 {llvm::Triple::NetBSD, llvm::Triple::x86_64, NETBSD::AMD64::NT_FPREGS},
/freebsd/sys/
H A DREADME.md27 | amd64 | AMD64 (64-bit x86) architecture support |
60 | x86 | code shared by AMD64 and i386 architectures |
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp321 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 DSymbols.cpp112 if (machine == AMD64) in makeImportThunk()
H A DConfig.h37 static const auto AMD64 = llvm::COFF::IMAGE_FILE_MACHINE_AMD64; variable
H A DChunks.h471 case AMD64: in getArm64ECRangeType()
566 MachineTypes getMachine() const override { return AMD64; } in getMachine()
H A DWriter.cpp1429 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()
/freebsd/crypto/krb5/src/config/
H A Dwin-pre.in34 … && ( "$(CPU)" != "ALPHA64" ) && ( "$(CPU)" != "IA64" ) && ( "$(CPU)" != "AMD64" ) && ( "$(CPU)" !…
35 !error Must specify CPU environment variable ( CPU=i386, CPU=ALPHA, CPU=ALPHA64,CPU=IA64, CPU=AMD64)
38 !if ("$(CPU)" == "IA64" ) || ("$(CPU)" == "AMD64" ) || ("$(CPU)" == "ALPHA64" ) || ("$(CPU)" == "A…
H A Dwin-post.in66 !if ("$(CPU)" == "IA64") || ("$(CPU)" == "AMD64") || ("$(CPU)" == "ALPHA64") || ("$(CPU)" == "ARM64…
/freebsd/crypto/openssl/util/
H A Dshlib_wrap.sh38 *ELF\ 64*SPARC*|*ELF\ 64*AMD64*)
H A Dshlib_wrap.sh.in43 *ELF\ 64*SPARC*|*ELF\ 64*AMD64*)
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daes.txt87 to YASM (well done Peter and Michael!) has allowed the AMD64
96 assembler support for x86 and AMD64/EM64T (but optimised for AMD64).
113 aes_amd64.asm AMD64 assembler (YASM) alternative to aescrypt.c using
282 ASM_AMD64_C is defined when using the AMD64 assembly code because the C key
359 test_lib: Win32 (x64 for the C and AMD64 versions)
364 time_lib: Win32 (x64 for the C and AMD64 versions)
372 test_dll: Win32 (x64 for the C and AMD64 versions)
377 time_dll: Win32 (x64 for the C and AMD64 versions)
/freebsd/contrib/libfido2/regress/
H A DCMakeLists.txt32 if(CMAKE_CROSSCOMPILING OR (CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "AMD64" AND
/freebsd/sys/conf/
H A Doptions.amd641 # Options specific to AMD64 platform kernels
/freebsd/sys/contrib/zlib/contrib/
H A DREADME.contrib21 GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
/freebsd/sys/dev/qlxgb/
H A DREADME.txt33 * FreeBSD 7.x/8.x/9.x (64-bit) [Intel EM64T, AMD64]
/freebsd/sys/dev/qlxge/
H A DREADME.txt33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64]
/freebsd/sys/dev/qlxgbe/
H A DREADME.txt33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def97 HANDLE_MDMP_ARCH(0x0009, AMD64) // PROCESSOR_ARCHITECTURE_AMD64
/freebsd/contrib/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…
/freebsd/contrib/ldns/
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…
/freebsd/contrib/libpcap/cmake/Modules/
H A DFinddpdk.cmake93 if(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64|x86_64|AMD64")

12