Home
last modified time | relevance | path

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

12345678910>>...73

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-lipo.rst13 …es, extract regular object files from universal binaries, and display architecture information abo…
27 .. option:: -verify_arch <architecture 1> [<architecture 2> ...]
35 Each architecture is separated by a single whitespace.
41 The descriptions include the filename and architecture types separated by whitespace.
44 Non-fat file: <filename> is architecture: <architecture>
48 Take a single universal binary input file and the thin flag followed by an architecture type.
49 Require the output flag to be specified, and output a thin binary of the specified architecture.
59 The replace flag is followed by an architecture type, and a thin input file.
60 Output a universal binary with the specified architecture slice in the
66 The segalign flag is followed by an architecture type, and an alignment.
[all …]
H A Dlli.rst19 and it can only interpret (or JIT-compile) for the host architecture.
40 for this architecture. Defaults to false.
72 architecture which is not compatible with the current system.
76 Specify the architecture for which to generate assembly, overriding the target
79 autodetected to the current architecture.
83 Specify a specific chip in the current architecture to generate code for.
85 the current architecture. For a list of available CPUs, use:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A 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">;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-cpus.in1 # CPU, FPU and architecture specifications for ARM.
333 # xscale isn't really a 'quirk', but it isn't an architecture either and we
797 # architecture <name>
812 # isa flags are appended to those defined by the architecture.
816 # Vendor, part and revision information is used for native CPU and architecture
828 architecture armv4
834 architecture armv4
841 architecture armv4
847 architecture armv4
853 architecture armv4
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-cpus.in1 # CPU, FPU and architecture specifications for ARM.
326 # xscale isn't really a 'quirk', but it isn't an architecture either and we
775 # architecture <name>
790 # isa flags are appended to those defined by the architecture.
794 # Vendor, part and revision information is used for native CPU and architecture
806 architecture armv4
812 architecture armv4
819 architecture armv4
825 architecture armv4
831 architecture armv4
[all …]
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_boot.cpp67 args.architecture = ARCHITECTURE_ARM_SA1100; in setup()
69 args.architecture = ARCHITECTURE_ARM_SA1100; in setup()
71 args.architecture = ARCHITECTURE_ARM_PXA250; in setup()
73 args.architecture = ARCHITECTURE_ARM_PXA270; in setup()
89 switch (args.architecture) { in create()
131 _cons = ARMConsole::Instance(_mem, args.architecture); in create()
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_boot.cpp66 args.architecture = ARCHITECTURE_SH3_7707; in setup()
68 args.architecture = ARCHITECTURE_SH3_7709; in setup()
70 args.architecture = ARCHITECTURE_SH3_7709A; in setup()
72 args.architecture = ARCHITECTURE_SH4_7750; in setup()
101 switch(args.architecture) { in create()
149 if (args.architecture == ARCHITECTURE_SH4_7750) { in create()
/netbsd-src/sys/arch/hpc/stand/hpcboot/mips/
H A Dmips_boot.cpp68 args.architecture = ARCHITECTURE_MIPS_VR41; in setup()
70 args.architecture = ARCHITECTURE_MIPS_TX3900; in setup()
72 args.architecture = ARCHITECTURE_MIPS_TX3920; in setup()
102 switch(args.architecture) { in create()
109 _arch = new TX39XX(_cons, _mem, args.architecture); in create()
/netbsd-src/external/bsd/am-utils/dist/
H A 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.
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-ppc.texi32 instructions each variant supports, please see the chip's architecture
124 Generate code for A2 architecture.
139 Generate code for Power4 architecture.
142 Generate code for Power5 architecture.
145 Generate code for Power6 architecture.
148 Generate code for Power7 architecture.
151 Generate code for Power8 architecture.
154 Generate code for Power9 architecture.
157 Generate code for Power10 architecture.
160 Generate code for 'future' architecture.
[all …]
H A Dc-ip2k.texi32 @cindex architecture options, IP2022
33 @cindex IP2K architecture options
40 @cindex architecture options, IP2K
41 @cindex IP2K architecture options
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-ppc.texi32 instructions each variant supports, please see the chip's architecture
115 Generate code for A2 architecture.
133 Generate code for Power4 architecture.
136 Generate code for Power5 architecture.
139 Generate code for Power6 architecture.
142 Generate code for Power7 architecture.
145 Generate code for Power8 architecture.
148 Generate code for Power9 architecture.
151 Generate code for Power10 architecture.
155 Generate code for Cell Broadband Engine architecture.
[all …]
H A Dc-ip2k.texi32 @cindex architecture options, IP2022
33 @cindex IP2K architecture options
40 @cindex architecture options, IP2K
41 @cindex IP2K architecture options
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Darchures.texi3 architecture of the data attached to the BFD: a pointer to a
7 so that an architecture's information can be interrogated
10 The architecture information is provided by each architecture package.
17 initialize method. It is up to the architecture back end to
22 BFD's idea of an architecture is implemented in @file{archures.c}.
28 This enum gives the object file's CPU architecture, in a
32 distinguishes different versions of the architecture,
105 /* Nonzero if MACH is a 64 bit sparc architecture. */
432 bfd_arch_msp430, /* Texas Instruments MSP430 architecture. */
554 /* TRUE if this is the default machine for the architecture.
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Darchures.texi3 architecture of the data attached to the BFD: a pointer to a
7 so that an architecture's information can be interrogated
10 The architecture information is provided by each architecture package.
17 initialize method. It is up to the architecture back end to
22 BFD's idea of an architecture is implemented in @file{archures.c}.
27 This enum gives the object file's CPU architecture, in a
31 distinguishes different versions of the architecture,
104 /* Nonzero if MACH is a 64 bit sparc architecture. */
432 bfd_arch_msp430, /* Texas Instruments MSP430 architecture. */
568 /* TRUE if this is the default machine for the architecture.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-arches.def24 The NAME is the name of the architecture, represented as a string
26 this architecture. ARCH_IDENT is the architecture identifier. It must be
28 ARCH_REV is an integer specifying the architecture major revision.
29 FLAGS are the flags implied by the architecture.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-arches.def24 The NAME is the name of the architecture, represented as a string
26 this architecture. ARCH_IDENT is the architecture identifier. It must be
28 ARCH_REV is an integer specifying the architecture major revision.
29 FLAGS are the flags implied by the architecture.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c39 #define V9_ONLY_P(insn) (! ((insn)->architecture & ~MASK_V9))
41 #define V9_P(insn) (((insn)->architecture & MASK_V9) != 0)
289 if (op0->architecture & current_arch_mask) in compare_opcodes()
291 if (! (op1->architecture & current_arch_mask)) in compare_opcodes()
296 if (op1->architecture & current_arch_mask) in compare_opcodes()
298 else if (op0->architecture != op1->architecture) in compare_opcodes()
299 return op0->architecture - op1->architecture; in compare_opcodes()
549 if (! (opcode->architecture & current_arch_mask)) in print_insn_sparc()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-dis.c39 #define V9_ONLY_P(insn) (! ((insn)->architecture & ~MASK_V9))
41 #define V9_P(insn) (((insn)->architecture & MASK_V9) != 0)
289 if (op0->architecture & current_arch_mask) in compare_opcodes()
291 if (! (op1->architecture & current_arch_mask)) in compare_opcodes()
296 if (op1->architecture & current_arch_mask) in compare_opcodes()
298 else if (op0->architecture != op1->architecture) in compare_opcodes()
299 return op0->architecture - op1->architecture; in compare_opcodes()
549 if (! (opcode->architecture & current_arch_mask)) in print_insn_sparc()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc-arches.def22 architecture, and to set default architecture options, if needed.
34 DEV_HW_FACILITIES All allowed architecture hardware facilities.
38 DEF_HW_FACILITIES Default flags for this architecture. It is a
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dt-mti-elf26 # The 64 bit ABI is not supported on the mips32 architecture.
29 # The 64 bit ABI is not supported on the mips32r2 architecture.
32 # architecture flag instead.
39 # We only want micromips for mips32r2 architecture.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc-arches.def22 architecture, and to set default architecture options, if needed.
34 DEV_HW_FACILITIES All allowed architecture hardware facilities.
38 DEF_HW_FACILITIES Default flags for this architecture. It is a
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dt-mti-elf26 # The 64 bit ABI is not supported on the mips32 architecture.
29 # The 64 bit ABI is not supported on the mips32r2 architecture.
32 # architecture flag instead.
39 # We only want micromips for mips32r2 architecture.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeas.txt11 architecture interface first (i.e., consider the code generation and
12 processor issues), since the architecture interface question is also
20 Also, while the architecture interface question is important for
58 -- Multiscalar architecture from Wisconsin
59 -- Simultaneous multithreading architecture from Washington

12345678910>>...73