Home
last modified time | relevance | path

Searched refs:pseudo (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/openbsd/sys/conf/
H A DGENERIC71 pseudo-device pf # packet filter
72 pseudo-device pflog # pf log if
73 pseudo-device pfsync # pf sync if
74 pseudo-device pflow # pflow export if
77 pseudo-device pty 16 # initial number of pseudo-terminals
86 pseudo-device bpfilter # packet filter
101 pseudo-device ppp # PPP
103 pseudo-device pppx # PPP multiplexer
104 pseudo-device sppp 1 # Sync PPP/HDLC
112 pseudo-device wg # WireGuard
[all …]
H A Dfiles566 pseudo-device vnd: disk
567 pseudo-device rd: disk
570 pseudo-device pty: tty
604 pseudo-device af_frame
607 pseudo-device ksyms
610 pseudo-device kstat
613 pseudo-device fuse
643 pseudo-device bio
646 pseudo-device hotplug
652 pseudo-device kcov
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/test/
H A DBUILD.gn19 input = "//clang-tools-extra/pseudo/test/lit.site.cfg.py.in"
24 rebase_path(get_label_info("//clang-tools-extra/pseudo/test",
27 rebase_path("//clang-tools-extra/pseudo/test"),
39 input = "//clang-tools-extra/pseudo/test/Unit/lit.site.cfg.py.in"
43 rebase_path(get_label_info("//clang-tools-extra/pseudo/unittests",
46 rebase_path("//clang-tools-extra/pseudo/test"),
56 # This target should contain all dependencies of check-pseudo.
63 "//clang-tools-extra/pseudo/tool:clang-pseudo",
64 "//clang-tools-extra/pseudo/unittests:ClangPseudoTests",
72 action("check-clang-pseudo") {
[all …]
H A Dclang_pseudo_lit_site_cfg_files.gni2 "$root_gen_dir/clang-tools-extra/pseudo/test/lit.site.cfg.py"
4 "$root_gen_dir/clang-tools-extra/pseudo/test/Unit/lit.site.cfg.py"
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlfork.pod36 thread that implements this child "process" as the pseudo-process.
42 it is the child pseudo-process.
44 =head2 Behavior of other Perl features in forked pseudo-processes
52 This special variable is correctly set to the pseudo-process ID.
53 It can be used to identify pseudo-processes within a particular
61 pseudo-process, and in any processes (or pseudo-processes) launched from
68 that pseudo-process, and in any processes (or pseudo-processes) launched from
146 =head2 Lifetime of the parent process and pseudo-processes
149 pseudo-process started by it will wait for their respective pseudo-children
151 pseudo-child created by it that is also a pseudo-parent will only exit
[all …]
/openbsd/sys/arch/powerpc64/conf/
H A DBOOT63 pseudo-device loop 1
64 pseudo-device vlan
65 pseudo-device trunk
66 pseudo-device bpfilter 1
67 pseudo-device rd 1
68 pseudo-device bio 1
69 pseudo-device kexec
70 pseudo-device wsmux 2
H A DRAMDISK75 pseudo-device loop 1
76 pseudo-device vlan
77 pseudo-device trunk
78 pseudo-device bpfilter 1
79 pseudo-device rd 1
80 pseudo-device bio 1
81 pseudo-device wsmux 2
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-i860.c264 struct i860_it pseudo[3]; in md_assemble() local
279 pseudo[i] = the_insn; in md_assemble()
298 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_L); in md_assemble()
303 pseudo[1].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
338 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
359 pseudo[0].fi[0].exp.X_add_number = in md_assemble()
366 pseudo[1].fi[0].exp.X_add_number = in md_assemble()
380 pseudo[0].opcode = 0xec000000 | (atmp << 16); in md_assemble()
389 pseudo[2].fi[0].fup = OP_IMM_S16; in md_assemble()
398 the_insn = pseudo[0]; in md_assemble()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i860.c264 struct i860_it pseudo[3]; in md_assemble() local
279 pseudo[i] = the_insn; in md_assemble()
298 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_L); in md_assemble()
303 pseudo[1].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
338 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
359 pseudo[0].fi[0].exp.X_add_number = in md_assemble()
366 pseudo[1].fi[0].exp.X_add_number = in md_assemble()
380 pseudo[0].opcode = 0xec000000 | (atmp << 16); in md_assemble()
389 pseudo[2].fi[0].fup = OP_IMM_S16; in md_assemble()
398 the_insn = pseudo[0]; in md_assemble()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DEXPInstructions.td36 class EXP_Real_ComprVM<bit done, string pseudo, int subtarget>
39 SIMCInstr<pseudo, subtarget> {
44 class EXP_Real_Row<bit row, bit done, string pseudo, int subtarget>
47 SIMCInstr<pseudo, subtarget> {
68 class EXP_Real_si<bit _done, string pseudo>
69 : EXP_Real_ComprVM<_done, pseudo, SIEncodingFamily.SI>, EXPe_ComprVM {
82 class EXP_Real_vi<bit _done, string pseudo>
83 : EXP_Real_ComprVM<_done, pseudo, SIEncodingFamily.VI>, EXPe_vi {
97 class EXP_Real_gfx10<bit _done, string pseudo>
111 class EXP_Real_gfx11<bit _row, bit _done, string pseudo>
[all …]
/openbsd/gnu/gcc/gcc/
H A Dintegrate.c57 rtx pseudo; member
218 if (rtx_equal_p (ivs->entries[i].pseudo, reg)) in get_hard_reg_initial_reg()
256 ivs->entries[ivs->num_entries].pseudo = gen_reg_rtx (mode); in get_hard_reg_initial_val()
258 return ivs->entries[ivs->num_entries++].pseudo; in get_hard_reg_initial_val()
276 return ivs->entries[i].pseudo; in has_hard_reg_initial_val()
293 emit_move_insn (ivs->entries[i].pseudo, ivs->entries[i].hard_reg); in emit_initial_value_sets()
333 int regno = REGNO (ivs->entries[i].pseudo); in allocate_initial_values()
336 if (x && REG_N_SETS (REGNO (ivs->entries[i].pseudo)) <= 1) in allocate_initial_values()
350 REGNO (ivs->entries[i].pseudo) = new_regno; in allocate_initial_values()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/tool/
H A DBUILD.gn13 executable("clang-pseudo") {
17 "//clang-tools-extra/pseudo/lib",
18 "//clang-tools-extra/pseudo/lib/cli",
/openbsd/sys/arch/luna88k/conf/
H A DRAMDISK44 pseudo-device loop 1
45 pseudo-device bpfilter 1
46 pseudo-device rd 1
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i860.texi63 Emit a warning message if any pseudo-instruction expansions occurred.
68 where @code{gcc} may emit these pseudo-instructions.
103 Change the temporary register used when expanding pseudo operations. The
122 @subsection Other instruction support (pseudo-instructions)
124 pseudo-instructions are supported. While these are supported, they are
127 are the pseudo-instructions that result in expansions.
131 The pseudo-instruction @code{mov imm,%rn} (where the immediate does
139 For example, the pseudo-instruction @code{ld.b addr_exp(%rx),%rn}
151 For instance, the pseudo-instruction @code{adds large_imm,%rx,%rn} expands to:
160 The pseudo-instruction @code{or large_imm,%rx,%rn} results in:
H A Dc-v850.texi257 @code{@value{AS}} also implements the following pseudo ops:
261 @cindex @code{hi0} pseudo-op, V850
273 @cindex @code{lo} pseudo-op, V850
284 @cindex @code{hi} pseudo-op, V850
306 @cindex @code{hilo} pseudo-op, V850
317 @cindex @code{sdaoff} pseudo-op, V850
334 @cindex @code{tdaoff} pseudo-op, V850
351 @cindex @code{zdaoff} pseudo-op, V850
364 @cindex @code{ctoff} pseudo-op, V850
377 @cindex @code{longcall} pseudo-op, V850
[all …]
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-i860.texi63 Emit a warning message if any pseudo-instruction expansions occurred.
68 where @code{gcc} may emit these pseudo-instructions.
103 Change the temporary register used when expanding pseudo operations. The
122 @subsection Other instruction support (pseudo-instructions)
124 pseudo-instructions are supported. While these are supported, they are
127 are the pseudo-instructions that result in expansions.
131 The pseudo-instruction @code{mov imm,%rn} (where the immediate does
139 For example, the pseudo-instruction @code{ld.b addr_exp(%rx),%rn}
151 For instance, the pseudo-instruction @code{adds large_imm,%rx,%rn} expands to:
160 The pseudo-instruction @code{or large_imm,%rx,%rn} results in:
H A Dc-v850.texi257 @code{@value{AS}} also implements the following pseudo ops:
261 @cindex @code{hi0} pseudo-op, V850
273 @cindex @code{lo} pseudo-op, V850
284 @cindex @code{hi} pseudo-op, V850
306 @cindex @code{hilo} pseudo-op, V850
317 @cindex @code{sdaoff} pseudo-op, V850
334 @cindex @code{tdaoff} pseudo-op, V850
351 @cindex @code{zdaoff} pseudo-op, V850
364 @cindex @code{ctoff} pseudo-op, V850
377 @cindex @code{longcall} pseudo-op, V850
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/utils/llvm-lit/
H A DBUILD.gn3 import("//clang-tools-extra/pseudo/test/clang_pseudo_lit_site_cfg_files.gni")
27 "//clang-tools-extra/pseudo/test:lit_site_cfg",
28 "//clang-tools-extra/pseudo/test:lit_unit_site_cfg",
68 "//clang-tools-extra/pseudo/test/lit.cfg.py",
72 "//clang-tools-extra/pseudo/test/Unit/lit.cfg.py",
/openbsd/gnu/llvm/lldb/scripts/
H A Ddisasm-gdb-remote.pl774 my $pseudo = 0;
784 …e == 4) {push @$registers_aref, { name => $reg_name, info => $reg32_href , pseudo => $pseudo };}
785 …e == 8) {push @$registers_aref, { name => $reg_name, info => $reg64_href , pseudo => $pseudo };}
786 …e == 1) {push @$registers_aref, { name => $reg_name, info => $reg8_href , pseudo => $pseudo };}
787 …e == 2) {push @$registers_aref, { name => $reg_name, info => $reg16_href , pseudo => $pseudo };}
788 …e == 10) {push @$registers_aref, { name => $reg_name, info => $reg80_href , pseudo => $pseudo };}
789 …e == 12) {push @$registers_aref, { name => $reg_name, info => $float96_href , pseudo => $pseudo };}
790 …e == 16) {push @$registers_aref, { name => $reg_name, info => $reg128_href , pseudo => $pseudo };}
791 …e == 32) {push @$registers_aref, { name => $reg_name, info => $reg256_href , pseudo => $pseudo };}
888 if ($reg_href->{pseudo} == 0)
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/gen/
H A DBUILD.gn1 executable("clang-pseudo-gen") {
4 "//clang-tools-extra/pseudo/lib/grammar",
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/cli/
H A DBUILD.gn5 "//clang-tools-extra/pseudo/lib/cxx",
6 "//clang-tools-extra/pseudo/lib/grammar",
/openbsd/sys/arch/octeon/conf/
H A DRAMDISK130 pseudo-device openprom
131 pseudo-device loop 1
132 pseudo-device bpfilter 1
133 pseudo-device rd 1
134 pseudo-device wsmux 2
H A DBOOT74 pseudo-device etherip # pulls ether in kernel
75 pseudo-device octboot
76 pseudo-device rd 1
/openbsd/sys/arch/landisk/conf/
H A DRAMDISK96 pseudo-device wsmux 2
97 pseudo-device loop 1
98 pseudo-device bpfilter 1
99 pseudo-device rd 1
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/lib/cxx/
H A DBUILD.gn5 "//clang-tools-extra/pseudo/lib/grammar",
10 public_deps = [ "//clang-tools-extra/pseudo/include:cxx_gen" ]

12345678910>>...21