/freebsd/crypto/openssl/providers/ |
H A D | fips-sources.checksums | 6 6979c133f76f4623e62e6e970deae70fa025e713a72b71aead5a048d49e47f6f crypto/aes/asm/aes-586.pl 7 2eef5f20f1410b48bdaaafa24ded24f56f34c4ca79db1d38fa6bf1b3b19535bf crypto/aes/asm/aes-armv4.pl 8 38c2cf8ed3910efd89d8721e1b0763a8fde073b91f6529d251165a0496ef9555 crypto/aes/asm/aes-c64xplus.pl 9 00196f01f5218ad731e6a058d406078f7228a9756d9d73f51c0d0c2a68f885af crypto/aes/asm/aes-ia64.S 10 b4ef595194fe1692e1ab2b561f385da01b277cf004902e8fc99e8ac5389bbd35 crypto/aes/asm/aes-mips.pl 11 123c4498c94040b70708fdd911cb08c6411b020b4cf3eb761d6fa22c583c3e6f crypto/aes/asm/aes-parisc.pl 12 7a7f2f90791415ef4ffc1ba2a6f6b6fe994bfe0e03d3bf9dab6e428e6874695c crypto/aes/asm/aes-ppc.pl 13 d139e5ad69560fd0ffd8aa2e72304e463650cea4c657be7a90e0d1eb782d580a crypto/aes/asm/aes-s390x.pl 14 133ba35d77002abcd430414749c4e98c4a319630da898e45ff8dbc5800176df1 crypto/aes/asm/aes-sparcv9.pl 15 c98690249d490d23e6fee84f672f1463ffc029427110a4329244a59e4e4aaed8 crypto/aes/asm/aes-x86_64.pl [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextNetBSD_x86_64.cpp | 1 //===-- RegisterContextNetBSD_x86_64.cpp ----------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 28 uint64_t r10; /* 6 */ 52 /* Index 0-3: debug address registers */ 53 /* Index 4-5: reserved */ 54 /* Index 6: debug status */ 56 /* Index 8-15: reserved */ 102 const RegisterInfo *base_info = reg_interface->GetRegisterInfo(); in GetRegisterInfo_i386() 107 // with x86_64 offsets. in GetRegisterInfo_i386() [all …]
|
H A D | RegisterContextFreeBSD_x86_64.cpp | 1 //===-- RegisterContextFreeBSD_x86_64.cpp ---------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===---------------------------------------------------------------------===// 49 /* Index 0-3: debug address registers */ 50 /* Index 4-5: reserved */ 51 /* Index 6: debug status */ 53 /* Index 8-15: reserved */ 87 const RegisterInfo *base_info = reg_interface->GetRegisterInfo(); in GetRegisterInfo_i386() 92 // with x86_64 offsets. in GetRegisterInfo_i386() 106 case llvm::Triple::x86_64: in PrivateGetRegisterInfoPtr() [all …]
|
H A D | RegisterContextOpenBSD_x86_64.cpp | 1 //===-- RegisterContextOpenBSD_x86_64.cpp ---------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===---------------------------------------------------------------------===// 46 /* Index 0-3: debug address registers */ 47 /* Index 4-5: reserved */ 48 /* Index 6: debug status */ 50 /* Index 8-15: reserved */ 70 case llvm::Triple::x86_64: in PrivateGetRegisterInfoPtr() 81 case llvm::Triple::x86_64: in PrivateGetRegisterCount()
|
H A D | StopInfoMachException.cpp | 1 //===-- StopInfoMachException.cpp -----------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 #include "lldb/lldb-forward.h" 37 /// Information about a pointer-authentication related instruction. 44 /// Get any pointer-authentication related information about the instruction 58 InstructionList &insn_list = disassembler_sp->GetInstructionList(); in GetPtrauthInstructionInfo() 63 return PtrauthInstructionInfo{insn->IsAuthenticated(), insn->IsLoad(), in GetPtrauthInstructionInfo() 64 insn->DoesBranch()}; in GetPtrauthInstructionInfo() 78 bool IsBreakpoint = m_value == 6; // EXC_BREAKPOINT in DeterminePtrauthFailure() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | x86_64.cpp | 1 //===----- x86_64.cpp - Generic JITLink x86-64 edge kinds, utilities ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Generic utilities for graphs representing x86-64 objects. 11 //===----------------------------------------------------------------------===// 13 #include "llvm/ExecutionEngine/JITLink/x86_64.h" 19 namespace x86_64 { namespace 79 const char PointerJumpStubContent[6] = { 86 for (auto &E : B->edges()) { in optimizeGOTAndStubAccesses() 87 if (E.getKind() == x86_64::PCRel32GOTLoadRelaxable || in optimizeGOTAndStubAccesses() [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | host-cpu-c-abi.m4 | 1 # host-cpu-c-abi.m4 serial 11 2 dnl Copyright (C) 2002-2019 Free Software Foundation, Inc. 24 dnl contains 32-bit instructions, whereas 'sparc64' code contains 64-bit 25 dnl instructions. A process on a SPARC CPU can be in 32-bit mode or in 64-bit 36 dnl - 'arm': test __ARMEL__. 37 dnl - 'mips', 'mipsn32', 'mips64': test _MIPSEB vs. _MIPSEL. 38 dnl - 'powerpc64': test _BIG_ENDIAN vs. _LITTLE_ENDIAN. 41 dnl - Instructions that do not exist on all of these CPUs (cmpxchg, 45 dnl - Speed of execution of the common instruction set is reasonable across 63 x86_64 ) [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 1 //===- X86_64.cpp ---------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 27 class X86_64 : public TargetInfo { class 29 X86_64(); 70 X86_64::X86_64() { in X86_64() function in X86_64 90 // FreeBSD automatically promotes large, superpage-aligned allocations. in X86_64() 94 int X86_64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() 100 // Opcodes for the different X86_64 jmp instructions. 158 for (unsigned i = size - 1; i + 1 > 0; --i) { in getRelocationWithOffset() [all …]
|
/freebsd/contrib/unbound/contrib/ios/ |
H A D | setenv_ios.sh | 6 # Based upon OpenSSL's setenv-ios.sh by TH, JW, and SM. 16 # mostly vice-versa). Nowadays we need it set for us because Apple 17 # platforms can be either 32-bit or 64-bit. 19 if [ -z "$IOS_SDK" ]; then 24 if [ -z "$IOS_CPU" ]; then 29 # cryptest-ios.sh may run this script without sourcing. 31 echo "setenv-ios.sh is usually sourced, but not this time." 64 # xxx-version-min=n lower. For example, Xcode 6 can use 65 # -miphoneos-version-min=5. 67 # iPhones can be either 32-bit or 64-bit [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | x86_64.h | 1 //===-- x86_64.h - Generic JITLink x86-64 edge kinds, utilities -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Generic utilities for graphs representing x86-64 objects. 11 //===----------------------------------------------------------------------===// 21 namespace x86_64 { 23 /// Represents x86-64 fixups and other x86-64-specific edge kinds. 26 /// A plain 64-bit pointer value relocation. 29 /// Fixup <- Target + Addend : uint64 33 /// A plain 32-bit pointer value relocation. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.cpp | 1 //===-- X86MCAsmInfo.cpp - X86 asm properties -----------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 27 "x86-asm-syntax", cl::init(ATT), cl::Hidden, 29 cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"), 30 clEnumValN(Intel, "intel", "Emit Intel-style assembly"))); 33 MarkedJTDataRegions("mark-data-regions", cl::init(true), 40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() 49 Data64bitsDirective = nullptr; // we can't emit a 64-bit unit in X86MCAsmInfoDarwin() [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-qemu.yml | 1 name: zfs-qemu 8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} 9 cancel-in-progress: true 12 test-config: 14 runs-on: ubuntu-24.04 19 - uses: actions/checkout@v4 21 fetch-depth: 0 22 - name: Generate OS config and CI type 25 …8", "almalinux9", "centos-stream9", "debian11", "debian12", "fedora40", "fedora41", "freebsd13-4r"… 26 …_OS='["almalinux8", "almalinux9", "debian12", "fedora41", "freebsd13-3r", "freebsd14-1r", "ubuntu2… [all …]
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 9 # delete-old-libs target, whereas OLD_FILES and OLD_DIRS are removed by the 10 # delete-old target. This separation allows users to avoid deleting old 18 # For files listed in OLD_FILES, OLD_LIBS, and MOVED_LIBS, the check-old* 19 # and delete-old* targets will also delete associated debug symbols from 34 # ( grep '+=' /usr/src/ObsoleteFiles.inc | sort -u ; \ 35 # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \ 36 # sort | uniq -d 40 # for t in `make -V TARGETS universe`; do 41 # __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \ 42 # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | rpm | 2 #------------------------------------------------------------------------------ 8 !:mime application/x-rpm 11 >6 beshort 1 src 12 >6 beshort 0 bin 13 >>8 beshort 1 i386/x86_64 18 >>8 beshort 6 68000 35 !:mime application/x-rpm
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_raidz_impl.h | 9 * or https://opensource.org/licenses/CDDL-1.0. 114 abd_t *rc_orig_data; /* pre-reconstruction */ 147 int rm_original_width; /* pre-expansion width of raidz vdev */ 151 raidz_col_t *rm_phys_col; /* if non-NULL, read i/o aggregation */ 172 #if defined(__x86_64) && defined(HAVE_SSE2) /* only x86_64 for now */ 175 #if defined(__x86_64) && defined(HAVE_SSSE3) /* only x86_64 for now */ 178 #if defined(__x86_64) && defined(HAVE_AVX2) /* only x86_64 for now */ 181 #if defined(__x86_64) && defined(HAVE_AVX512F) /* only x86_64 for now */ 184 #if defined(__x86_64) && defined(HAVE_AVX512BW) /* only x86_64 for now */ 207 #define raidz_parity(rm) ((rm)->rm_row[0]->rr_firstdatacol) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 1 //===--- Triple.cpp - Target triple helper class --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 86 case x86_64: return "x86_64"; in getArchTypeName() 134 return "dxilv1.6"; in getArchName() 194 case x86_64: return "x86"; in getArchTypePrefix() 436 .Case("x86-64", x86_64) in getArchTypeForLLVMName() 522 if (Profile == ARM::ProfileKind::M && Version == 6) { in parseARMArch() 538 .Cases("amd64", "x86_64", "x86_64h", Triple::x86_64) in parseArch() 590 .Cases("spirv", "spirv1.5", "spirv1.6", Triple::spirv) in parseArch() [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTargetDocstrings.i | 11 (x86_64) /Volumes/data/lldb/svn/trunk/test/python_api/lldbutil/iter/a.out 12 (x86_64) /usr/lib/dyld 13 (x86_64) /usr/lib/libstdc++.6.dylib 14 (x86_64) /usr/lib/libSystem.B.dylib 15 (x86_64) /usr/lib/system/libmathCommon.A.dylib 16 (x86_64) /usr/lib/libSystem.B.dylib(__commpage) 72 optionally re-directed to stdin_path, stdout_path, and 91 The path to use when re-directing the STDIN of the new 96 The path to use when re-directin [all...] |
/freebsd/contrib/llvm-project/libunwind/include/mach-o/ |
H A D | compact_unwind_encoding.h | 1 //===---------- [all...] |
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305_ieee754.c | 2 * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. 11 * This module is meant to be used as template for non-x87 floating- 12 * point assembly modules. The template itself is x86_64-specific 13 * though, as it was debugged on x86_64. So that implementor would 14 * have to recognize platform-specific parts, UxTOy and inline asm, 17 * Huh? x86_64-specific code as template for non-x87? Note seven, which 18 * is not a typo, but reference to 80-bit precision. This module on the 19 * other hand relies on 64-bit precision operations, which are default 20 * for x86_64 code. And since we are at it, just for sense of it, 21 * large-block performance in cycles per processed byte for *this* code [all …]
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | config.guess | 3 # Copyright 1992-2014 Free Software Foundation, Inc. 5 timestamp='2014-11-04' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2014 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/freebsd/contrib/dialog/ |
H A D | config.guess | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-08-17' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2020 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/freebsd/contrib/libevent/build-aux/ |
H A D | config.guess | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-01-01' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2020 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/freebsd/stand/kboot/ |
H A D | README | 4 (2) mkdir -p .../initrd/boot/defaults 8 (6) cp boot/loader.kboot init 9 (7) find . | sort | cpio -o -H newc | gzip > /tmp/initrd.cpio 11 (9) qemu-system-x86_64 -kernel ~/vmlinuz-5.19.0-051900-generic \ 12 -initrd /tmp/initrd.cpio \ 13 -m 256m -nographic \ 14 -monitor telnet::4444,server,nowait -serial stdio \ 15 -append "console=ttyS0" 21 For #6 you might need to strip loader.kboot if you copy it directly and don't 28 For #8, see https://kernel.ubuntu.com/~kernel-ppa/mainline/ to download [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ModuleCache.h | 1 //===-- ModuleCache.h -------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "lldb/lldb-forward.h" 13 #include "lldb/lldb-types.h" 33 /// - UUID view: 35 /// - Sysroot view: 39 /// link to UUID-view file. 43 /// /tmp/lldb/remote- 44 /// linux/.cache/30C94DC6-6A1F-E951-80C3-D68D2B89E576-D5AE213C/libc.so.6 [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MinGW.cpp | 1 //===--- MinGW.cpp - MinGWToolChain Implementation ------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 39 CmdArgs.push_back("--32"); in ConstructJob() 40 } else if (getToolChain().getArch() == llvm::Triple::x86_64) { in ConstructJob() 41 CmdArgs.push_back("--64"); in ConstructJob() 46 CmdArgs.push_back("-o"); in ConstructJob() 64 CmdArgs.push_back("-lmingwthrd"); in AddLibGCC() 65 CmdArgs.push_back("-lmingw32"); in AddLibGCC() 67 // Make use of compiler-rt if --rtlib option is used in AddLibGCC() [all …]
|