Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 1354) sorted by relevance

12345678910>>...55

/openbsd-src/usr.sbin/mopd/otherOS/
H A Dmdtype7 machine="UNKNOWN"
15 machine="rs6000"
20 machine="rs6000"
23 machine="rs6000"
26 machine="rs6000"
32 machine="`/usr/bin/uname -m |/usr/bin/cut -c1-4 `"
36 machine="`/usr/bin/uname -m`"
39 if [ $machine = "sparc" ]; then
40 machine="sun4"
51 machine="`/bin/uname -m`"
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcpu-i960.c40 unsigned long machine; local
77 machine = bfd_mach_i960_core;
79 machine = bfd_mach_i960_ka_sa;
81 machine = bfd_mach_i960_kb_sb;
85 { machine = bfd_mach_i960_kb_sb; fail_because_not_80960 = FALSE; }
87 machine = bfd_mach_i960_kb_sb;
89 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; }
91 machine = bfd_mach_i960_xa;
93 { machine = bfd_mach_i960_ca; fail_because_not_80960 = FALSE; }
95 { machine = bfd_mach_i960_ka_sa; fail_because_not_80960 = FALSE; }
[all …]
H A Dsparclynx.c87 unsigned long machine; variable
95 machine = bfd_mach_m68000;
101 machine = bfd_mach_m68010;
107 machine = bfd_mach_m68020;
112 machine = 0;
118 machine = 0;
123 machine = 0;
128 machine = 0;
133 machine = 0;
136 bfd_set_arch_mach (abfd, arch, machine);
H A Dnlm.c48 nlm_set_arch_mach (abfd, arch, machine) in nlm_set_arch_mach() argument
51 unsigned long machine;
53 bfd_default_set_arch_mach (abfd, arch, machine);
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-i960.c40 unsigned long machine; local
77 machine = bfd_mach_i960_core;
79 machine = bfd_mach_i960_ka_sa;
81 machine = bfd_mach_i960_kb_sb;
85 { machine = bfd_mach_i960_kb_sb; fail_because_not_80960 = FALSE; }
87 machine = bfd_mach_i960_kb_sb;
89 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; }
91 machine = bfd_mach_i960_xa;
93 { machine = bfd_mach_i960_ca; fail_because_not_80960 = FALSE; }
95 { machine = bfd_mach_i960_ka_sa; fail_because_not_80960 = FALSE; }
[all …]
H A Dsparclynx.c77 unsigned long machine; variable
85 machine = bfd_mach_m68000;
91 machine = bfd_mach_m68010;
97 machine = bfd_mach_m68020;
102 machine = 0;
108 machine = 0;
113 machine = 0;
118 machine = 0;
121 bfd_set_arch_mach (abfd, arch, machine);
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def81 // MACHINE_FUNCTION_ANALYSIS("lazy-machine-bfi", LazyMachineBlockFrequencyInfoAnalysis())
82 // MACHINE_FUNCTION_ANALYSIS("machine-bfi", MachineBlockFrequencyInfoAnalysis())
83 // MACHINE_FUNCTION_ANALYSIS("machine-loops", MachineLoopInfoAnalysis())
84 // MACHINE_FUNCTION_ANALYSIS("machine-dom-frontier", MachineDominanceFrontierAnalysis())
85 // MACHINE_FUNCTION_ANALYSIS("machine-dom-tree", MachineDominatorTreeAnalysis())
86 // MACHINE_FUNCTION_ANALYSIS("machine-ore", MachineOptimizationRemarkEmitterPassAnalysis())
87 // MACHINE_FUNCTION_ANALYSIS("machine-post-dom-tree", MachinePostDominatorTreeAnalysis())
88 // MACHINE_FUNCTION_ANALYSIS("machine-region-info", MachineRegionInfoPassAnalysis())
89 // MACHINE_FUNCTION_ANALYSIS("machine-trace-metrics", MachineTraceMetricsAnalysis())
99 // MACHINE_FUNCTION_PASS("free-machine-function", FreeMachineFunctionPass, ())
[all …]
/openbsd-src/share/snmp/
H A DVM-MIB.txt92 virtual machine. The value for each virtual machine
107 situations where a virtual machine is unknown, or when
114 "The administrative state of a virtual machine:
117 machine indicating the virtual machine
122 machine where its memory and CPU execution
127 virtual machine is resident in memory but
132 machine indicating the virtual machine
145 "The operational state of a virtual machine:
148 machine is unknown, e.g., because the
153 machine indicating that an operational
[all …]
/openbsd-src/gnu/llvm/lld/COFF/
H A DSymbols.cpp39 if (ctx.config.machine == I386) in maybeDemangleSymbol()
111 uint16_t machine) { in makeImportThunk() argument
112 if (machine == AMD64) in makeImportThunk()
114 if (machine == I386) in makeImportThunk()
116 if (machine == ARM64) in makeImportThunk()
118 assert(machine == ARMNT); in makeImportThunk()
123 DefinedImportData *s, uint16_t machine) in DefinedImportThunk() argument
125 data(makeImportThunk(ctx, s, machine)) {} in DefinedImportThunk()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dportability.texi11 GCC itself aims to be portable to any machine where @code{int} is at least
17 GCC gets most of the information about the target machine from a machine
18 description which gives an algebraic formula for each of the machine's
21 fashion, I have not hesitated to define an ad-hoc parameter to the machine
28 GCC does not contain machine dependent code, but it does contain code
29 that depends on machine parameters such as endianness (whether the most
38 the new strategies can be added in a machine-independent fashion, and will
H A Dconfigfiles.texi22 @file{auto-host.h} contains information about the host machine
23 determined by @file{configure}. If the host machine is different from
24 the build machine, then @file{auto-build.h} is also created,
25 containing such information about the build machine.
54 @file{xm-@var{machine}.h} header, if any, appropriate to the host,
64 @file{config.h}, for use in programs that run on the host machine.
66 @file{hconfig.h}, for use in programs that run on the build machine.
69 machine.
71 @file{tm_p.h}, which includes the header @file{@var{machine}-protos.h}
H A Dinstall-old.texi44 Specify the host, build and target machine configurations. You do this
47 The @dfn{build} machine is the system which you are using, the
48 @dfn{host} machine is the system where you want to run the resulting
49 compiler (normally the build machine), and the @dfn{target} machine is
52 If you are building a compiler to produce code for the machine it runs
54 to @file{configure}; it will try to guess the type of machine you are on
60 In those cases, specify the build machine's @dfn{configuration name}
62 the same as the host machine. (If you are building a cross-compiler,
164 Often a particular model of machine has a name. Many machine names are
165 recognized as aliases for CPU/company combinations. Thus, the machine
[all …]
/openbsd-src/gnu/gcc/gcc/doc/
H A Dportability.texi11 GCC itself aims to be portable to any machine where @code{int} is at least
17 GCC gets most of the information about the target machine from a machine
18 description which gives an algebraic formula for each of the machine's
21 fashion, ad-hoc parameters have been defined for machine descriptions.
28 GCC does not contain machine dependent code, but it does contain code
29 that depends on machine parameters such as endianness (whether the most
39 the new strategies can be added in a machine-independent fashion, and will
H A Dconfigfiles.texi22 @file{auto-host.h} contains information about the host machine
23 determined by @file{configure}. If the host machine is different from
24 the build machine, then @file{auto-build.h} is also created,
25 containing such information about the build machine.
54 @file{xm-@var{machine}.h} header, if any, appropriate to the host,
64 @file{config.h}, for use in programs that run on the host machine.
66 @file{bconfig.h}, for use in programs that run on the build machine.
69 machine.
71 @file{tm_p.h}, which includes the header @file{@var{machine}-protos.h}
H A Dinstall-old.texi41 Specify the host, build and target machine configurations. You do this
44 The @dfn{build} machine is the system which you are using, the
45 @dfn{host} machine is the system where you want to run the resulting
46 compiler (normally the build machine), and the @dfn{target} machine is
49 If you are building a compiler to produce code for the machine it runs
51 to @file{configure}; it will try to guess the type of machine you are on
57 In those cases, specify the build machine's @dfn{configuration name}
59 the same as the host machine.
160 Often a particular model of machine has a name. Many machine names are
161 recognized as aliases for CPU/company combinations. Thus, the machine
[all …]
/openbsd-src/regress/sys/net/pf_divert/
H A DREADME3 on the local and the other one on the remote machine. The kernel's
4 pf of the remote machine gets tested. The remote machine's pf.conf
12 packets. The remote machine can be reached over a non existing
16 remote machine and run a server there. The server binds to the
18 is started on the local machine and connects to the non existing
19 address of the remote machine. For TCP the bidirectional connection,
24 on the remote machine and start a client there. The client binds
26 machine's address. The server is run on the local machine, for TCP
36 test does not use a server as the kernel of the local machine
/openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp30 auto machine = arch.GetMachine(); in Create() local
31 if (machine != llvm::Triple::aarch64 && machine != llvm::Triple::aarch64_be && in Create()
32 machine != llvm::Triple::aarch64_32) { in Create()
/openbsd-src/usr.bin/arch/
H A Darch.c35 static int machine; variable
44 machine = strcmp(__progname, "machine") == 0; in main()
45 if (machine) { in main()
78 if (machine) in usage()
/openbsd-src/gnu/llvm/llvm/docs/
H A DMIRLangRef.rst16 LLVM's :ref:`machine specific intermediate representation
17 <machine code representation>`.
32 contain the serialized machine functions.
58 specify the machine copy propagation pass in the ``-stop-after`` option, as it
61 ``llc -stop-after=machine-cp bug-trigger.ll > test.mir``
143 - The ``MCSymbol`` machine operands don't support temporary or local symbols.
184 The remaining YAML documents contain the machine functions. This is an example
209 properties and data structures in a machine function.
212 name of a function that this machine function is based on.
215 the function's machine basic blocks and their machine instructions.
[all …]
/openbsd-src/sys/arch/amd64/amd64/
H A Dgenassym.cf9 include <machine/pcb.h>
10 include <machine/pmap.h>
11 include <machine/pte.h>
12 include <machine/vmparam.h>
13 include <machine/intr.h>
14 include <machine/tss.h>
15 include <machine/i82093var.h>
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Daoutx.texi18 for each machine, including @file{sunos.c} for sun3 and sun4,
66 sections, the machine architecture and machine type, and the
85 ordinary a.out files on your host. To configure a new machine
176 unsigned long machine,
180 Keep track of machine architecture and machine type for
182 architecture and machine, or @code{M_UNKNOWN} if that exact architecture
183 and machine can't be represented in a.out format.
185 If the architecture is understood, machine type 0 (default)
195 unsigned long machine);
198 Set the architecture and the machine of the BFD @var{abfd} to the
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Daoutx.texi18 for each machine, including @file{sunos.c} for sun3 and sun4,
66 sections, the machine architecture and machine type, and the
85 ordinary a.out files on your host. To configure a new machine
175 unsigned long machine));
178 Keep track of machine architecture and machine type for
180 architecture and machine, or @code{M_UNKNOWN} if that exact architecture
181 and machine can't be represented in a.out format.
183 If the architecture is understood, machine type 0 (default)
193 unsigned long machine));
196 Set the architecture and the machine of the BFD @var{abfd} to the
[all …]
/openbsd-src/gnu/llvm/lldb/cmake/caches/
H A DApple-lldb-macOS.cmake8 # Default install location on the enduser machine. On the build machine, use the
13 # Install location for LLDB.framework on the enduser machine.
17 # Install location for externalized debug-info on the build machine.
/openbsd-src/sys/arch/riscv64/riscv64/
H A Dgenassym.cf21 include <machine/frame.h>
22 include <machine/pcb.h>
23 include <machine/cpu.h>
24 include <machine/param.h>
25 include <machine/bootconfig.h>
/openbsd-src/sys/arch/loongson/stand/libsa/
H A DMakefile7 CLEANFILES += machine mips64
43 @([ -h machine ] || ln -s ${.CURDIR}/../../include machine)
45 CLEANFILES+= machine mips64

12345678910>>...55