Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/freebsd-12-stable/contrib/file/magic/Magdir/
Dmach9 # if set, it's for the 64-bit version of the architecture
39 >>0 belong&0x00ffffff 3 architecture=3
150 >>0 belong&0x00ffffff >18 architecture=%d
155 >>0 belong&0x00ffffff 0 64-bit architecture=%d
156 >>0 belong&0x00ffffff 1 64-bit architecture=%d
157 >>0 belong&0x00ffffff 2 64-bit architecture=%d
158 >>0 belong&0x00ffffff 3 64-bit architecture=%d
159 >>0 belong&0x00ffffff 4 64-bit architecture=%d
160 >>0 belong&0x00ffffff 5 64-bit architecture=%d
161 >>0 belong&0x00ffffff 6 64-bit architecture=%d
[all …]
Dsharc18 0 string .SYSTEM SHARC architecture file
19 0 string .system SHARC architecture file
/freebsd-12-stable/contrib/gdb/gdb/
Dgdbarch.sh1033 architecture.
1036 architecture. Other GDB components can register a need to maintain
1037 per-architecture data.
1040 between the set-architecture command and the various GDB
1042 to maintain architecture specific data with gdbarch.
1081 doesn't recognize the selected architecture; an existing \`\`struct
1083 architecture is just a synonym for an earlier architecture (see
1085 - that describes the selected architecture (see gdbarch_alloc()).
1119 extern void register_gdbarch_init (enum bfd_architecture architecture, gdbarch_init_ftype *);
1121 extern void gdbarch_register (enum bfd_architecture architecture,
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonDepArch.td11 …rgetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V5 architecture">;
13 …tFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexagon V55 architecture">;
15 …tFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexagon V60 architecture">;
17 …tFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexagon V62 architecture">;
19 …tFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexagon V65 architecture">;
21 …tFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexagon V66 architecture">;
23 …tFeature<"v67", "HexagonArchVersion", "Hexagon::ArchEnum::V67", "Enable Hexagon V67 architecture">;
25 …tFeature<"v68", "HexagonArchVersion", "Hexagon::ArchEnum::V68", "Enable Hexagon V68 architecture">;
/freebsd-12-stable/sys/
DREADME.md8 architecture. `GENERIC` is the configuration used in release builds. `NOTES`
16 | amd64 | AMD64 (64-bit x86) architecture support |
17 | arm | 32-bit ARM architecture support |
18 | arm64 | 64-bit ARM (AArch64) architecture support |
30 | i386 | i386 (32-bit x86) architecture support |
42 | powerpc | PowerPC/POWER (32 and 64-bit) architecture support |
43 | riscv | 64-bit RISC-V architecture support |
/freebsd-12-stable/contrib/amd/
Daux_conf.h.in3 * This file gets "filled in" for each architecture.
12 * definition for the MOUNT_TRAP macro for a particular architecture.
21 * the UNMOUNT_TRAP macro for a particular architecture.
33 * definition for the NFS_FH_DREF macro for a particular architecture.
42 * definition for the NFS_SA_DREF macro for a particular architecture.
51 * definition for the NFS_HN_DREF macro for a particular architecture.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.cpp109 const ArchSpec &architecture = module->GetArchitecture(); in MakeLocationExpressionInternal() local
110 ByteOrder byte_order = architecture.GetByteOrder(); in MakeLocationExpressionInternal()
111 uint32_t address_size = architecture.GetAddressByteSize(); in MakeLocationExpressionInternal()
112 uint32_t byte_size = architecture.GetDataByteSize(); in MakeLocationExpressionInternal()
182 const ArchSpec &architecture = module->GetArchitecture(); in MakeVFrameRelLocationExpression() local
184 if (!EmitVFrameEvaluationDWARFExpression(fpo_program, architecture.GetMachine(), in MakeVFrameRelLocationExpression()
224 const ArchSpec &architecture = module->GetArchitecture(); in MakeConstantLocationExpression() local
225 uint32_t address_size = architecture.GetAddressByteSize(); in MakeConstantLocationExpression()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBLocationToDWARFExpression.cpp74 const ArchSpec &architecture = module->GetArchitecture(); in ConvertPDBLocationToDWARFExpression() local
75 llvm::Triple::ArchType arch_type = architecture.GetMachine(); in ConvertPDBLocationToDWARFExpression()
76 ByteOrder byte_order = architecture.GetByteOrder(); in ConvertPDBLocationToDWARFExpression()
77 uint32_t address_size = architecture.GetAddressByteSize(); in ConvertPDBLocationToDWARFExpression()
78 uint32_t byte_size = architecture.GetDataByteSize(); in ConvertPDBLocationToDWARFExpression()
/freebsd-12-stable/contrib/binutils/gas/doc/
Dc-ppc.texi31 instructions each variant supports, please see the chip's architecture
83 Generate code for Power4 architecture.
86 Generate code for Power5 architecture.
89 Generate code for Power6 architecture.
92 Generate code for Cell Broadband Engine architecture.
98 Generate code for any architecture (PWR/PWRX/PPC).
Dc-sparc.texi33 instructions each variant supports, please see the chip's architecture
37 v6), but ``bumps'' the architecture level as needed: it switches to
45 GAS treats sparclite as being compatible with v8, unless an architecture
62 architectures explicitly. If you select an architecture explicitly,
81 If an architecture level is explicitly requested, GAS will not issue
/freebsd-12-stable/contrib/binutils/opcodes/
Dsparc-dis.c33 #define V9_ONLY_P(insn) (! ((insn)->architecture & ~MASK_V9))
35 #define V9_P(insn) (((insn)->architecture & MASK_V9) != 0)
260 if (op0->architecture & current_arch_mask) in compare_opcodes()
262 if (! (op1->architecture & current_arch_mask)) in compare_opcodes()
267 if (op1->architecture & current_arch_mask) in compare_opcodes()
269 else if (op0->architecture != op1->architecture) in compare_opcodes()
270 return op0->architecture - op1->architecture; in compare_opcodes()
514 if (! (opcode->architecture & current_arch_mask)) in print_insn_sparc()
/freebsd-12-stable/contrib/ofed/include/
Dudma_barrier.h112 #error No architecture specific memory barrier defines found!
150 #error No architecture specific memory barrier defines found!
220 #error No architecture specific memory barrier defines found!
/freebsd-12-stable/lib/libpmc/pmu-events/
DREADME19 - To reduce JSON event duplication per architecture, platform JSONs may
21 events", defined in architecture standard JSONs.
22 Architecture standard JSONs must be located in the architecture root
44 - Set of 'PMU events tables' for all known CPUs in the architecture,
61 - A 'mapping table' that maps each CPU of the architecture, to its
86 3. _All_ known CPU tables for architecture are included in the perf
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_flags.inc20 // Default value is set in scudo_flags.cpp based on architecture.
27 // Default value is set in scudo_flags.cpp based on architecture.
34 // Default value is set in scudo_flags.cpp based on architecture.
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticDriverKinds.td55 def err_drv_cuda_bad_gpu_arch : Error<"Unsupported CUDA gpu architecture: %0">;
71 "Cannot determine AMDGPU architecture: %0. Consider passing it via --march.">;
80 def err_drv_cuda_host_arch : Error<"unsupported architecture '%0' for host compilation.">;
192 : Error<"the target architecture '%0' is not supported by the target '%1'">;
263 def err_drv_incompatible_omp_arch : Error<"OpenMP target architecture '%0' pointer size is incompat…
424 "ignoring '-mnan=2008' option because the '%0' architecture does not support it">,
427 "ignoring '-mnan=legacy' option because the '%0' architecture does not support it">,
430 "ignoring '-mabs=legacy' option because the '%0' architecture does not support it">,
433 "ignoring '-mabs=2008' option because the '%0' architecture does not support it">,
436 "ignoring '-mcompact-branches=' option because the '%0' architecture does not"
[all …]
/freebsd-12-stable/sys/arm/arm/
Dcpuinfo.c114 cpuinfo.architecture = 1; in cpuinfo_init()
118 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F; in cpuinfo_init()
123 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F; in cpuinfo_init()
141 if (cpuinfo.architecture != 0xF) in cpuinfo_init()
/freebsd-12-stable/contrib/dialog/package/debian/
Drules11 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
/freebsd-12-stable/contrib/byacc/package/debian/
Drules11 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
/freebsd-12-stable/contrib/ntp/
DINSTALL73 same time, by placing the object files for each architecture in their
81 variable, you have to compile the package for one architecture at a time
83 one architecture, use `make distclean' before reconfiguring for another
84 architecture.
95 architecture-specific files and architecture-independent files. If you
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZProcessors.td13 // architecture the model supports, as identified by the edition level
16 // The minimum architecture level supported by LLVM is as defined in
/freebsd-12-stable/usr.bin/gcore/
Delf32core.c36 #error Unsupported architecture in elf_convert_gregset()
47 #error Unsupported architecture in elf_convert_fpregset()
/freebsd-12-stable/contrib/less/
DINSTALL76 same time, by placing the object files for each architecture in their
84 variable, you have to compile the package for one architecture at a time
86 one architecture, use `make distclean' before reconfiguring for another
87 architecture.
98 architecture-specific files and architecture-independent files. If you
/freebsd-12-stable/contrib/gperf/
DINSTALL71 same time, by placing the object files for each architecture in their
79 variable, you have to compile the package for one architecture at a time
81 one architecture, use `make distclean' before reconfiguring for another
82 architecture.
93 architecture-specific files and architecture-independent files. If you
/freebsd-12-stable/contrib/tnftp/
DINSTALL30 --prefix=PREFIX install architecture-independent files in PREFIX
32 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
/freebsd-12-stable/sys/modules/linux64/
DMakefile43 OBJCOPY_TARGET=--output-target elf64-littleaarch64 --binary-architecture aarch64
45 OBJCOPY_TARGET=--output-target elf64-x86-64 --binary-architecture i386:x86-64

12345678910>>...16