Home
last modified time | relevance | path

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

12345678910>>...21

/openbsd-src/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
75 pseudo-device enc # option IPSEC needs the encapsulation interface
77 pseudo-device pty 16 # initial number of pseudo-terminals
78 pseudo-device nmea 1 # NMEA 0183 line discipline
79 pseudo-device msts 1 # MSTS line discipline
80 pseudo
[all...]
H A Dfiles565 # legitimate pseudo-devices
566 pseudo-device vnd: disk
567 pseudo-device rd: disk
570 pseudo-device pty: tty
571 pseudo-device nmea: tty
572 pseudo-device msts: tty
573 pseudo-device endrun: tty
575 pseudo-device loop: ifnet
576 pseudo-device rport: ifnet
577 pseudo
[all...]
/openbsd-src/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-src/gnu/usr.bin/perl/pod/
H A Dperlfork.pod20 important differences that stem from the fact that all the pseudo child
36 thread that implements this child "process" as the pseudo-process.
39 transparent. The parent returns from the fork() with a pseudo-process
42 it is the child pseudo-process.
44 =head2 Behavior of other Perl features in forked pseudo-processes
46 Most Perl features behave in a natural way within 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
55 pseudo-processes are launched after others have been wait()-ed on.
59 Each pseudo-process maintains its own virtual environment. Modifications
[all …]
/openbsd-src/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-src/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()
297 pseudo[0].opcode = (the_insn.opcode & 0x001f0000) | 0xe4000000; in md_assemble()
298 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_L); in md_assemble()
301 pseudo[1].opcode = (the_insn.opcode & 0x03ffffff) | 0xec000000 in md_assemble()
303 pseudo[1].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
316 pseudo[0].opcode = 0xec000000 | (the_insn.opcode & 0x03e00000) in md_assemble()
318 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_HA); in md_assemble()
322 pseudo[1].opcode = (the_insn.opcode & ~0x03e00000) | (atmp << 21); in md_assemble()
323 pseudo[1].fi[0].fup = the_insn.fi[0].fup | OP_SEL_L; in md_assemble()
[all …]
/openbsd-src/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()
297 pseudo[0].opcode = (the_insn.opcode & 0x001f0000) | 0xe4000000; in md_assemble()
298 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_L); in md_assemble()
301 pseudo[1].opcode = (the_insn.opcode & 0x03ffffff) | 0xec000000 in md_assemble()
303 pseudo[1].fi[0].fup = (OP_IMM_S16 | OP_SEL_H); in md_assemble()
316 pseudo[0].opcode = 0xec000000 | (the_insn.opcode & 0x03e00000) in md_assemble()
318 pseudo[0].fi[0].fup = (OP_IMM_S16 | OP_SEL_HA); in md_assemble()
322 pseudo[1].opcode = (the_insn.opcode & ~0x03e00000) | (atmp << 21); in md_assemble()
323 pseudo[1].fi[0].fup = the_insn.fi[0].fup | OP_SEL_L; in md_assemble()
[all …]
/openbsd-src/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>
98 : EXP_Real_ComprVM<_done, pseudo, SIEncodingFamily.GFX10>, EXPe_ComprVM {
[all …]
/openbsd-src/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-src/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-src/sys/arch/luna88k/conf/
H A DRAMDISK44 pseudo-device loop 1
45 pseudo-device bpfilter 1
46 pseudo-device rd 1
/openbsd-src/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.texi73 Enables relaxation. This allows the .longcall and .longjump pseudo
257 @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
298 pseudo-op the movhi instruction would put 0xFFFF0000 into r6, then the
301 which is wrong (the fifth nibble is E). With the hi() pseudo op adding
302 in the top bit of the lo() pseudo op, the movhi instruction actually
306 @cindex @code{hilo} pseudo-op, V850
317 @cindex @code{sdaoff} pseudo-op, V850
[all …]
/openbsd-src/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.texi73 Enables relaxation. This allows the .longcall and .longjump pseudo
257 @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
298 pseudo-op the movhi instruction would put 0xFFFF0000 into r6, then the
301 which is wrong (the fifth nibble is E). With the hi() pseudo op adding
302 in the top bit of the lo() pseudo op, the movhi instruction actually
306 @cindex @code{hilo} pseudo-op, V850
317 @cindex @code{sdaoff} pseudo-op, V850
[all …]
/openbsd-src/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-src/gnu/llvm/lldb/scripts/
H A Ddisasm-gdb-remote.pl774 my $pseudo = 0;
780 elsif ($name eq "container-regs") { $pseudo = 1; }
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 };}
[all …]
/openbsd-src/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-src/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-src/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-src/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-src/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