Searched refs:x86_64 (Results 26 - 50 of 210) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_x86_64.cpp90 // with x86_64 offsets.
104 case llvm::Triple::x86_64:
120 case llvm::Triple::x86_64:
H A DRegisterContextLinux_i386.cpp44 } x86_64; member in union:FPR_i386::__anon2889
113 case llvm::Triple::x86_64:
H A DStopInfoMachException.cpp62 case llvm::Triple::x86_64:
91 case llvm::Triple::x86_64:
111 case llvm::Triple::x86_64:
162 case llvm::Triple::x86_64:
381 case llvm::Triple::x86_64:
/freebsd-13-stable/tools/boot/
H A Dci-qemu-test.sh81 : ${OVMF:=/usr/local/share/uefi-edk2-qemu/QEMU_UEFI_CODE-x86_64.fd}
83 echo "NOTE: UEFI firmware available in the uefi-edk2-qemu-x86_64 package" >&2
97 qemu-system-x86_64 -m 256M -nodefaults \
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DReference.h54 enum class KindArch { all, AArch64, ARM, x86, x86_64};
/freebsd-13-stable/sys/contrib/openzfs/
H A DMakefile.am38 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
39 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman.descrip
40 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
41 EXTRA_DIST += module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl.descrip
42 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
43 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams.descrip
44 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
45 EXTRA_DIST += module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl.descrip
/freebsd-13-stable/usr.sbin/ntp/libntpevent/
H A DMakefile23 NTP_ATOMIC=x86_64
/freebsd-13-stable/tools/tools/nanobsd/pcengines/
H A Dtest.sh28 qemu-system-x86_64 -kernel-kqemu $ARG
/freebsd-13-stable/sys/xen/interface/hvm/
H A Dhvm_vcpu.h128 struct vcpu_hvm_x86_64 x86_64; member in union:vcpu_hvm_context::__anon16083
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp53 case llvm::Triple::ArchType::x86_64:
108 case llvm::Triple::ArchType::x86_64:
/freebsd-13-stable/lib/libclang_rt/
H A Dcompiler-rt-vars.mk11 CRTARCH?= ${MACHINE_ARCH:S/amd64/x86_64/:C/hf$//:S/mipsn32/mips64/}
/freebsd-13-stable/share/mk/
H A Dhost-target.mk19 # for NetBSD prefer $MACHINE (amd64 rather than x86_64)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.h106 {llvm::Triple::NetBSD, llvm::Triple::x86_64, NETBSD::AMD64::NT_FPREGS},
H A DThreadElfCore.cpp105 case llvm::Triple::x86_64:
118 case llvm::Triple::x86_64:
153 case llvm::Triple::x86_64:
172 case llvm::Triple::x86_64:
227 case llvm::Triple::x86_64:
/freebsd-13-stable/lib/clang/
H A Dllvm.build.mk45 LLVM_TARGET_TRIPLE?= ${TARGET_ARCH:C/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mips64/}-${VENDOR}-${OS_VERSION}${TARGET_ABI}
46 LLVM_BUILD_TRIPLE?= ${BUILD_ARCH:C/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mips64/}-${VENDOR}-${OS_VERSION}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp40 case llvm::Triple::x86_64:
55 if (Triple.getArch() != llvm::Triple::x86_64) {
61 case llvm::Triple::x86_64:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp96 if (TT.getArch() == Triple::x86_64)
157 bool is64Bit = TT.getArch() == Triple::x86_64;
219 getEffectiveX86CodeModel(CM, JIT, TT.getArch() == Triple::x86_64),
413 if (TT.getArch() == Triple::x86_64) {
541 if (TT.isOSWindows() && TT.getArch() == Triple::x86_64)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp40 } else if (getToolChain().getArch() == llvm::Triple::x86_64) {
124 case llvm::Triple::x86_64:
470 return getArch() == llvm::Triple::x86_64 ||
475 return getArch() == llvm::Triple::x86_64;
481 return getArch() == llvm::Triple::x86_64;
486 if (getArch() == llvm::Triple::x86_64 || getArch() == llvm::Triple::aarch64)
537 // /usr/lib64/gcc/x86_64-w64-mingw32/5.1.0/include/c++
538 // /usr/lib64/gcc/x86_64-w64-mingw32/5.1.0/include/c++/x86_64-w64-mingw32
539 // /usr/lib64/gcc/x86_64
[all...]
H A DNaCl.cpp93 else if (Arch == llvm::Triple::x86_64)
225 file_paths.push_back(FilePath + "x86_64-nacl/lib32");
227 prog_paths.push_back(ProgPath + "x86_64-nacl/bin");
230 case llvm::Triple::x86_64:
231 file_paths.push_back(FilePath + "x86_64-nacl/lib");
232 file_paths.push_back(FilePath + "x86_64-nacl/usr/lib");
233 prog_paths.push_back(ProgPath + "x86_64-nacl/bin");
234 file_paths.push_back(ToolPath + "x86_64-nacl");
273 // x86 is special because multilib style uses x86_64-nacl/include for libc
281 llvm::sys::path::append(P, "x86_64
[all...]
/freebsd-13-stable/crypto/openssl/
H A Dconfig316 # MINGW64* on x86_64 => mingw64
317 # MINGW32* on x86_64 => mingw
321 MINGW64*:*:*:x86_64)
477 ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
487 OUT="darwin64-x86_64-cc"
491 x86_64-apple-darwin*)
495 OUT="darwin64-x86_64-cc"
632 x86_64-*-linux?)
636 OUT="linux-x86_64"
691 OUT="solaris64-x86_64
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp81 case llvm::Triple::x86_64: {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp58 case Triple::x86_64:
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess412 SUN_ARCH=x86_64
868 UNAME_PROCESSOR=x86_64 ;;
895 echo x86_64-unknown-interix"$UNAME_RELEASE"
904 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
905 echo x86_64-pc-cygwin
1097 x86_64:Linux:*:*)
1305 x86_64:Haiku:*:*)
1306 echo x86_64-unknown-haiku
1355 i386) UNAME_PROCESSOR=x86_64 ;;
1367 # uname -m returns i386 or x86_64
[all...]
/freebsd-13-stable/contrib/libevent/
H A Dconfig.guess371 SUN_ARCH="x86_64"
816 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
846 echo x86_64-unknown-interix${UNAME_RELEASE}
856 echo x86_64-pc-mks
867 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
868 echo x86_64-unknown-cygwin
1023 x86_64:Linux:*:*)
1231 x86_64:Haiku:*:*)
1232 echo x86_64-unknown-haiku
1271 i386) UNAME_PROCESSOR=x86_64 ;;
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess371 SUN_ARCH="x86_64"
816 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
846 echo x86_64-unknown-interix${UNAME_RELEASE}
856 echo x86_64-pc-mks
867 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
868 echo x86_64-unknown-cygwin
1023 x86_64:Linux:*:*)
1231 x86_64:Haiku:*:*)
1232 echo x86_64-unknown-haiku
1271 i386) UNAME_PROCESSOR=x86_64 ;;
[all...]

Completed in 208 milliseconds

123456789