Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 83) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m32r.texi85 @item -parallel
86 @cindex @code{-parallel} option, M32RX
88 instructions into a single, parallel instruction, where it is legal to
91 @item -no-parallel
92 @cindex @code{-no-parallel} option, M32RX
93 This option disables a previously enabled @emph{-parallel} option.
105 converting sequential instructions into parallel ones. This option
106 implies @emph{-parallel}.
108 @item -warn-explicit-parallel-conflicts
109 @cindex @samp{-warn-explicit-parallel-conflicts} option, M32RX
[all …]
Dc-d30v.texi31 The D30V can often execute two sub-instructions in parallel. When this option
33 instructions can be executed in parallel.
94 the packaging and execution type (parallel or sequential) with the special execution
104 Sub-instructions may be executed in order, in reverse-order, or in parallel.
132 Execute these in parallel.
136 Two-line format. Execute these in parallel.
142 the instructions could be done in parallel (the above two instructions
143 can be done in parallel), and if so, emit them as parallel instructions.
Dc-d10v.texi31 The D10V can often execute two sub-instructions in parallel. When this option
33 instructions can be executed in parallel.
96 the packaging and execution type (parallel or sequential) with the special execution
106 Sub-instructions may be executed in order, in reverse-order, or in parallel.
127 Execute these in parallel.
130 Two-line format. Execute these in parallel.
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsh3-rom.c34 static struct serial *parallel; variable
131 load_srec (parallel, file, 0, 80, SREC_ALL, hashmark, NULL); in sh3_load()
276 parallel = serial_open (parallel_port_name); in sh3_open()
278 if (!parallel) in sh3_open()
330 parallel = serial_open (parallel_port_name); in sh3e_open()
332 if (!parallel) in sh3e_open()
354 serial_close (parallel); in sh3_close()
Dgdb_mbuild.sh29 -j <makejobs> Run <makejobs> in parallel. Passed to make.
/mirbsd/src/usr.bin/paste/
Dpaste.c60 void parallel(char **);
94 parallel(argv); in main()
106 parallel(char **argv) in parallel() function
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic4x-dis.c358 char *parallel = NULL; in tic4x_print_op() local
362 while (*s && parallel == NULL) in tic4x_print_op()
375 parallel = s + 1; /* Skip past `_' in name. */ in tic4x_print_op()
584 tic4x_print_str (info, parallel); in tic4x_print_op()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic4x.c133 unsigned int parallel; /* True if parallel instruction. */ member
2415 if (insn->parallel)
2550 if(insn->parallel)
2553 insn->parallel = 0;
2561 insn->parallel = 1;
2567 if (str && insn->parallel)
2584 insn->parallel = 0;
2598 insn->parallel = 0;
2644 insn->parallel = 0;
2653 insn->parallel = 0;
[all …]
Dtc-m32r.c259 parallel (void) in parallel() function
1327 if (parallel() && on_32bit_boundary_p) in md_assemble()
1344 && parallel () in md_assemble()
/mirbsd/src/usr.bin/file/magdir/
Dconvex45 >88 belong &0x00040000 parallel
65 >88 belong &0x00040000 parallel
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_sessions.pod22 access this database e.g. for searching. In parallel, the sessions
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dm32r.cpu50 (comment "parallel execution pipeline selection")
54 ; A derived attribute that says which insns can be executed in parallel
56 ; parallel execution.
80 ; (executed sequentially or in parallel) or one 32-bit insn.
96 ; While the m32r can execute insns in parallel, the base mach can't
99 (parallel-insns 2)
142 (parallel ()
169 (parallel-insns 1)
220 ; parallel insn cycle counting problems
425 ; ; ??? parallel support
[all …]
Dfrv.cpu41 (parallel-insns 8) ; The frv executes up to 8 insns at a time.
1763 (comment "parallel execution pipeline selection")
7523 (define-pmacro (float-parallel-mul-add-semantics cond add_sub arg1 arg2 targ)
7531 (define-pmacro (float-parallel-mul-add
7538 (float-parallel-mul-add-semantics 1 add_sub arg1 arg2 targ)
7543 (float-parallel-mul-add fmas add FRi FRj FRk OP_79 OPE1_0E "parallel mul/add, single")
7544 (float-parallel-mul-add fmss sub FRi FRj FRk OP_79 OPE1_0F "parallel mul/sub, single")
7546 (define-pmacro (float-dual-parallel-mul-add-semantics add_sub arg1 arg2 targ)
7557 (define-pmacro (float-dual-parallel-mul-add
7564 (float-dual-parallel-mul-add-semantics add_sub arg1 arg2 targ)
[all …]
/mirbsd/src/usr.sbin/nmeadecode/
Dnmeadecode.811 (to use two programmes in parallel), default is /dev/nmea,
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltodo.pod80 running sets of tests in parallel. This would be useful for tests in
93 How does the caller of test specify how many tests to run in parallel?
101 Pugs already does parallel testing - can their approach be re-used?
288 =head2 make parallel builds work
290 Currently parallel builds (such as C<make -j3>) don't work reliably. We believe
293 problems, so that parallel builds worked properly.
/mirbsd/src/sys/arch/sparc/conf/
DFLOPPY208 # Magma serial/parallel port devices
213 # SUNW,spif serial/parallel port devices
218 bpp* at sbus? # parallel port
DGENERIC217 # Magma serial/parallel port devices
222 # SUNW,spif serial/parallel port devices
227 bpp* at sbus? # parallel port
DRAMDISK208 # Magma serial/parallel port devices
213 # SUNW,spif serial/parallel port devices
218 bpp* at sbus? # parallel port
/mirbsd/src/gnu/usr.bin/rcs/
Drcs_func.ms38 Thus, when several parallel lines of development must be consolidated
/mirbsd/src/sys/dev/isa/
Dfiles.isa61 # Serial and parallel drivers
389 # 8255A-based PC parallel ports
/mirbsd/src/sbin/init/
DNOTES100 maybe now we can consider replacements? maintain them in parallel
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dacx_with_gssapi.m4181 # Expect the libs to be installed parallel to the headers
/mirbsd/src/gnu/usr.bin/lynx/
DINSTALLATION580 are assumed to be in the parallel "include" directory.
615 are assumed to be in the parallel "include" directory. The default
656 are assumed to be in the parallel "include" directory.
698 are assumed to be in the parallel "include" directory.
706 are assumed to be in the parallel "include" directory.
724 are assumed to be in the parallel "include" directory.
741 are assumed to be in the parallel "include" directory.
/mirbsd/src/gnu/usr.bin/perl/lib/Net/Ping/
DChanges135 - Add new "syn" protocol to allow for mass parallel
/mirbsd/src/sys/arch/i386/conf/
DRAMDISK143 option PLIP # Ethernet over parallel port
330 lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports

1234