Home
last modified time | relevance | path

Searched full:architectures (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp210 std::vector<Architecture> Architectures; member
222 std::vector<Architecture> Architectures; member
282 IO.mapRequired("archs", Section.Architectures); in mapping()
304 IO.mapRequired("archs", Section.Architectures); in mapping()
404 Architectures = File->getArchitectures(); in NormalizedTBD()
431 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local
432 SymbolToArchSet[Symbol] = Architectures; in NormalizedTBD()
433 ArchSet.insert(Architectures); in NormalizedTBD()
436 for (auto Architectures : ArchSet) { in NormalizedTBD() local
438 Section.Architectures in NormalizedTBD()
498 auto Architectures = Symbol->getArchitectures(); NormalizedTBD() local
503 for (auto Architectures : ArchSet) { NormalizedTBD() local
696 std::vector<Architecture> Architectures; global() member
[all...]
H A DSymbol.cpp49 Symbol::targets(ArchitectureSet Architectures) const { in targets()
51 [Architectures](const Target &Target) { in targets()
52 return Architectures.has(Target.Arch); in targets()
/freebsd-src/share/man/man9/
H A Datomic.990 On all architectures supported by
137 Certain architectures also provide operations for types smaller than
308 is guaranteed by all architectures that are supported by
314 architectures.
315 However, on some architectures, cache coherence might not be enabled on all
340 Some architectures do not implement the
352 On architectures implementing
364 On architectures which provide
379 Some architectures do not implement the
499 architectures
[all...]
/freebsd-src/share/man/man7/
H A Darch.734 Differences between CPU architectures and platforms supported by
69 On some architectures, e.g.,
74 On other architectures, kernel and a user mode process share a
83 This table shows currently supported CPU architectures along with the first
99 Discontinued architectures are shown in the following table.
123 architectures use some variant of the ELF (see
170 On all supported architectures:
203 is 8 bytes on all supported architectures except i386.
247 as the default compiler on all supported CPU architectures,
/freebsd-src/contrib/kyua/model/
H A Dmetadata_test.cpp70 model::strings_set architectures; in ATF_TEST_CASE_BODY() local
71 architectures.insert("1-architecture"); in ATF_TEST_CASE_BODY()
72 architectures.insert("2-architecture"); in ATF_TEST_CASE_BODY()
109 ATF_REQUIRE(architectures == md.allowed_architectures()); in ATF_TEST_CASE_BODY()
173 model::strings_set architectures; in ATF_TEST_CASE_BODY() local
174 architectures.insert("the-architecture"); in ATF_TEST_CASE_BODY()
203 .set_allowed_architectures(architectures) in ATF_TEST_CASE_BODY()
218 ATF_REQUIRE(architectures == md.allowed_architectures()); in ATF_TEST_CASE_BODY()
237 model::strings_set architectures; in ATF_TEST_CASE_BODY() local
238 architectures in ATF_TEST_CASE_BODY()
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.def14 /// X86 architectures sorted by cpu type and sub type id.
22 /// ARM architectures sorted by cpu sub type id.
36 /// ARM64 architectures sorted by cpu sub type id.
43 /// ARM64_32 architectures sorted by cpu sub type id
/freebsd-src/contrib/file/magic/Magdir/
H A Dcafebabe9 # architectures; the short at offset 4 in a Java bytecode file is the JVM minor
11 # only 18 labeled Mach-O architectures at current, and the first released
13 # between 18 and 39 to test the number of architectures against
39 # nfat_arch; number of CPU architectures; highest is 18 for CPU_TYPE_POWERPC in 2020
41 >>4 ubelong <20 Mach-O universal binary with %d architectures:
H A Defi10 >4 lelong 2 Universal EFI binary with 2 architectures
15 >4 lelong >2 Universal EFI binary with %d architectures
/freebsd-src/sys/x86/include/
H A Delf.h34 #include <sys/elf32.h> /* Definitions common to all 32 bit architectures. */
36 /* Definitions common to all 64 bit architectures. */
98 #include <sys/elf32.h> /* Definitions common to all 32 bit architectures. */
99 #include <sys/elf64.h> /* Definitions common to all 64 bit architectures. */
/freebsd-src/contrib/libfido2/windows/
H A Drelease.ps17 $Architectures = @('x64', 'Win32', 'ARM64', 'ARM') variable
15 foreach ($Arch in $Architectures) {
84 for ($i = 0; $i -lt $Architectures.Length; $i++) {
85 $Arch = $Architectures[$i]
/freebsd-src/sys/sys/
H A Dkhelp.h9 * for Advanced Internet Architectures, Swinburne University of Technology, made
14 * Internet Architectures, Swinburne University of Technology, Melbourne,
43 * Architectures, Melbourne, Australia, which was made possible in part by a
H A Dhhook.h9 * for Advanced Internet Architectures, Swinburne University of Technology, made
14 * Internet Architectures, Swinburne University of Technology, Melbourne,
43 * for Advanced Internet Architectures, Melbourne, Australia, which was made
/freebsd-src/lib/libcompiler_rt/
H A DMakefile.inc169 # architectures use the regular approach.
178 # only used on some architectures.
210 # These are already shipped by libc.a on some architectures.
241 # _Float16 support, only on some architectures, and with certain compiler
253 # __bf16 support, only on some architectures, and with certain compiler
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h24 /// Object containers contain object files from one or more architectures, and
29 /// architectures.
86 /// Get the number of architectures in this object file.
94 /// The number of architectures contained in this object file.
/freebsd-src/sys/contrib/openzfs/scripts/
H A Dpaxcheck.sh17 echo " architectures/operating systems."
34 echo " risk. On some architectures, the code may not even function"
/freebsd-src/sys/contrib/device-tree/Bindings/tpm/
H A Dmicrosoft,ftpm.yaml14 Commodity CPU architectures, such as ARM and Intel CPUs, have started to
16 trusted hardware. Unfortunately, these CPU architectures raise serious
/freebsd-src/lib/libc/tests/stdlib/
H A DMakefile21 # All architectures on FreeBSD have fenv.h
24 # Define __HAVE_LONG_DOUBLE for architectures whose long double has greater
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_gcc_sync.h50 * architectures could do either of the following:
58 * On strongly ordered architectures, the natural strategy is to stick a strong
60 * fences in different places on different architectures.
/freebsd-src/lib/libthr/
H A Dlibthr.3137 the main thread's stack is reduced to 4MB on 64bit architectures, and to
138 2MB on 32bit architectures, when the threading library is initialized.
160 non-initial thread stack size is 2MB for 64bit architectures, and 1MB
161 for 32bit architectures.
/freebsd-src/lib/clang/include/llvm/Config/
H A DTargets.def1 /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\
10 |* This file enumerates all of the target architectures supported by *|
/freebsd-src/libexec/rtld-elf/
H A Drtld_tls.h41 * block is returned by this function. For architectures using
44 * architectures using the 'Variant II' model (e.g. i386, amd64) the
/freebsd-src/usr.sbin/memcontrol/
H A Dmemcontrol.849 A number of supported system architectures allow the behaviour of the CPU
60 rules governing their layout vary between architectures.
/freebsd-src/sys/netinet/cc/
H A Dcc_module.h8 * for Advanced Internet Architectures, Swinburne University of Technology, made
37 * Advanced Internet Architectures, Melbourne, Australia, which was made
/freebsd-src/crypto/openssl/crypto/ec/curve448/
H A Dword.h41 # error "For now, we only support 32- and 64-bit architectures."
53 # error "For now we only support 32- and 64-bit architectures."
/freebsd-src/share/man/man4/
H A Dhwpstate_intel.490 .%T "Intel 64 and IA-32 Architectures Software Developer Manuals"
91 .%U "http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.htm…

12345678910>>...32