Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Ditbl-ops.c136 e_processor processor; /* processor number */ member
161 static struct itbl_entry **get_entries (e_processor processor,
163 static struct itbl_entry *find_entry_byname (e_processor processor,
165 static struct itbl_entry *find_entry_byval (e_processor processor,
167 static struct itbl_entry *alloc_entry (e_processor processor,
456 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name() argument
460 r = find_entry_byval (processor, type, val, 0); in itbl_get_name()
470 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val() argument
475 r = find_entry_byname (processor, type, name); in itbl_get_val()
494 int processor; in itbl_assemble() local
[all …]
H A Ditbl-ops.h96 int itbl_get_val (e_processor processor, e_type type, char *name,
98 char *itbl_get_name (e_processor processor, e_type type, unsigned long val);
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Ditbl-ops.c135 e_processor processor; /* processor number */ member
160 static struct itbl_entry **get_entries (e_processor processor,
162 static struct itbl_entry *find_entry_byname (e_processor processor,
164 static struct itbl_entry *find_entry_byval (e_processor processor,
166 static struct itbl_entry *alloc_entry (e_processor processor,
467 itbl_get_name (e_processor processor, e_type type, unsigned long val) in itbl_get_name() argument
471 r = find_entry_byval (processor, type, val, 0); in itbl_get_name()
481 itbl_get_val (e_processor processor, e_type type, char *name, in itbl_get_val() argument
486 r = find_entry_byname (processor, type, name); in itbl_get_val()
505 int processor; in itbl_assemble() local
[all …]
H A Ditbl-ops.h96 int itbl_get_val (e_processor processor, e_type type, char *name,
98 char *itbl_get_name (e_processor processor, e_type type, unsigned long val);
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Ddriver-i386.c63 enum processor_type processor = PROCESSOR_I386; in host_detect_local_cpu() local
93 processor = PROCESSOR_PENTIUM; in host_detect_local_cpu()
128 processor = PROCESSOR_K6; in host_detect_local_cpu()
130 processor = PROCESSOR_ATHLON; in host_detect_local_cpu()
132 processor = PROCESSOR_K8; in host_detect_local_cpu()
142 processor = PROCESSOR_PENTIUMPRO; in host_detect_local_cpu()
145 processor = PROCESSOR_PENTIUM4; in host_detect_local_cpu()
176 switch (processor) in host_detect_local_cpu()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-mt.texi30 @item -march=@var{processor}
31 This option specifies the target processor. The assembler will issue an
33 will not execute on the target processor. The following processor names are
H A Dc-ns32k.texi13 specify thiat it is compiling for a 32032 processor, or a
20 @code{@value{AS}}. Someone who understands the processor (I've never seen
H A Dc-arm.texi36 @item -mcpu=@var{processor}[+@var{extension}@dots{}]
37 This option specifies the target processor. The assembler will issue an
39 will not execute on the target processor. The following processor names are
114 @code{i80200} (Intel XScale processor)
115 @code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
119 assembler to accept instructions valid for any ARM processor.
122 accept various extension mnemonics that extend the processor using the
123 co-processor instruction space. For example, @code{-mcpu=arm920+maverick}
203 The default is dependent on the processor selected. For Architecture 5 or
266 be marked as being encoded for a big-endian processor.
[all …]
/openbsd-src/usr.sbin/smtpd/
H A Dlka_filter.c210 struct processor_instance *processor; in lka_proc_forked()
217 processor = xcalloc(1, sizeof *processor); in lka_proc_forked()
218 processor->name = xstrdup(name); in lka_proc_forked()
219 processor->io = io_new(); in lka_proc_forked()
220 processor->subsystems = subsystems; in lka_proc_forked()
224 io_set_fd(processor->io, fd); in lka_proc_forked()
225 io_set_callback(processor->io, processor_io, processor->name); in lka_proc_forked()
226 dict_xset(&processors, name, processor); in lka_proc_forked()
209 struct processor_instance *processor; lka_proc_forked() local
231 struct processor_instance *processor; lka_proc_errfd() local
247 struct processor_instance *processor; lka_proc_get_io() local
257 struct processor_instance *processor; processor_register() local
282 struct processor_instance *processor; processor_io() local
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp42 cpu_id_t processor; in GetAvailableLogicalCoreIDs() local
43 if (val.getAsInteger(10, processor)) in GetAvailableLogicalCoreIDs()
47 logical_cores.push_back(processor); in GetAvailableLogicalCoreIDs()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangOffloadBundler.rst184 can be multiple entries for the same processor provided they differ in target
187 processor. There may be additional target specific restrictions.
194 A target ID is used to indicate the processor and optionally its configuration,
209 <target-id> ::== <processor> ( ":" <target-feature> ( "+" | "-" ) )*
213 **processor**
214 Is a the target specific processor or any alternative processor name.
217 Is a target feature name that is supported by the processor. Each target
224 value of a target feature can be loaded and executed on a processor
230 can only be loaded on a processor configured with the target feature on.
235 can only be loaded on a processor configured with the target feature off.
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSchedule.td27 // processor resources and latency with each SchedReadWrite type.
105 // A processor may only implement part of published ISA, due to either new ISA
109 // For a processor which doesn't support some feature(s), the schedule model
127 // Define a kind of processor resource that may be common across
131 // Define a number of interchangeable processor resources. NumUnits
180 // SchedModel ties these units to a processor for any stand-alone defs
195 // Subtargets typically define processor resource kind and number of
249 // SchedModel ties these resources to a processor.
257 // Allow a processor to mark some scheduling classes as unsupported
260 // Allow a processor to mark some scheduling classes as single-issue.
[all …]
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-04-16-DynamicCompilation.txt32 evolve, and each implementation of an ISA (a processor) must choose a set
34 With every new processor introduced, the vendor faces two fundamental
35 problems: First, there is a lag time between when a processor is introduced
40 processor may be compiled quite sub-optimally for the current
H A D2001-07-06-LoweringIRForCodeGen.txt14 What I was going to suggest was that for a particular processor, we define
16 processor but have VM semantics otherwise, i.e., all operands are in SSA
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-arm.texi36 @item -mcpu=@var{processor}[+@var{extension}@dots{}]
37 This option specifies the target processor. The assembler will issue an
39 will not execute on the target processor. The following processor names are
99 @code{i80200} (Intel XScale processor)
100 @code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
104 assembler to accept instructions valid for any ARM processor.
107 accept various extension mnemonics that extend the processor using the
108 co-processor instruction space. For example, @code{-mcpu=arm920+maverick}
181 The default is dependent on the processor selected. For Architecture 5 or
234 be marked as being encoded for a big-endian processor.
[all …]
H A Dc-ns32k.texi12 specify thiat it is compiling for a 32032 processor, or a
19 @code{@value{AS}}. Someone who understands the processor (I've never seen
/openbsd-src/gnu/gcc/gcc/config/v850/
H A Dv850.opt79 Compile for the v850 processor
83 Compile for the v850e processor
87 Compile for the v850e1 processor
/openbsd-src/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.opt24 Target the AM33 processor
28 Target the AM33/2.0 processor
/openbsd-src/gnu/usr.bin/perl/hints/
H A Dsolaris_2.sh579 processor=`$run uname -p`;
580 if test "$processor" = sparc; then
609 if test "$processor" = sparc; then
618 # if test $processor = sparc -a X`$run getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null` != X; then
652 if test "$processor" = sparc; then
658 unset processor
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dia64elf.em29 /* None zero if generating binary for Intel Itanium processor. */
51 --itanium Generate code for Intel Itanium processor\n"
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Dia64elf.em29 /* None zero if generating binary for Intel Itanium processor. */
51 --itanium Generate code for Intel Itanium processor\n"
/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dbump-version.py186 for f, processor in files_to_update:
187 processor.process_file(source_root / Path(f), version)
/openbsd-src/gnu/gcc/gcc/config/m88k/
H A Dm88k.opt25 Generate code for a 88110 processor
29 Generate code for a 88100 processor
/openbsd-src/usr.bin/m4/
H A DNOTES1 m4 - macro processor
6 most of the command set of SysV m4, the standard UN*X macro processor.
/openbsd-src/gnu/usr.bin/binutils/gdb/config/d10v/
H A Dd10v.mt1 # Target: Renesas D10V processor

12345678910>>...20