Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tilepro.c148 tilepro_pipeline pipe; member
314 tilepro_pipeline pipe[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; member
700 &tilepro_operands[instr->opcode->operands[instr->pipe][k]]; in check_illegal_reg_writes()
845 current_bundle[j].pipe = match->pipe[j]; in tilepro_flush_bundle()
847 if (current_bundle_index == 2 && !tilepro_is_x_pipeline(match->pipe[0])) in tilepro_flush_bundle()
854 current_bundle[0].pipe = in tilepro_flush_bundle()
858 (current_bundle[1].pipe + current_bundle[2].pipe)); in tilepro_flush_bundle()
877 tilepro_pipeline pipeline = instr->pipe; in tilepro_flush_bundle()
Dtc-tilegx.c199 tilegx_pipeline pipe; member
359 tilegx_pipeline pipe[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; member
809 &tilegx_operands[instr->opcode->operands[instr->pipe][k]]; in check_illegal_reg_writes()
955 current_bundle[j].pipe = match->pipe[j]; in tilegx_flush_bundle()
957 if (current_bundle_index == 2 && !tilegx_is_x_pipeline (match->pipe[0])) in tilegx_flush_bundle()
964 current_bundle[0].pipe = in tilegx_flush_bundle()
968 (current_bundle[1].pipe + current_bundle[2].pipe)); in tilegx_flush_bundle()
987 tilegx_pipeline pipeline = instr->pipe; in tilegx_flush_bundle()
/toolchain/binutils/binutils-2.27/libiberty/
Dpexecute.txh86 Send the program's standard error to a pipe, if possible. This flag
182 Return a stream @var{fp} for a pipe connected to the standard input of
204 that writes to a full pipe blocks. Thus, if you write to @file{fp}
208 size of the pipe's buffer, so if you need to write any data at all
214 may also cause deadlock. If the output pipe fills up, so that each
216 you fill the input pipe by writing more data to @var{fp}, then there
218 the output pipe is you, but you are blocked on the input pipe.
Dpex-common.h135 int (*pipe) (struct pex_obj *, int * /* p */, int /* binary */); member
Dpex-common.c256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0) in pex_run_in_environment()
306 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_ERROR) != 0) < 0) in pex_run_in_environment()
437 if (obj->funcs->pipe (obj, p, binary != 0) < 0) in pex_input_pipe()
Dpex-unix.c754 return pipe (p); in pex_unix_pipe()
Dfunctions.texi906 Return a stream @var{fp} for a pipe connected to the standard input of
928 that writes to a full pipe blocks. Thus, if you write to @file{fp}
932 size of the pipe's buffer, so if you need to write any data at all
938 may also cause deadlock. If the output pipe fills up, so that each
940 you fill the input pipe by writing more data to @var{fp}, then there
942 the output pipe is you, but you are blocked on the input pipe.
1045 Send the program's standard error to a pipe, if possible. This flag
DChangeLog1286 (pex_free): Close pipe file descriptors corresponding to child's
1625 on pipe endpoints. Close standard input after creating child for
2087 for PEX_STDERR_TO_PIPE. Create a pipe
8192 * cplus-dem.c (main): flush stdout to make pipe work.
/toolchain/binutils/binutils-2.27/include/gdb/
Dcallback.h97 int (*pipe) (host_callback *, int *); member
DChangeLog196 * callback.h (struct host_callback_struct): New members pipe,
Dsignals.def35 SET (GDB_SIGNAL_PIPE, 13, "SIGPIPE", "Broken pipe")
/toolchain/binutils/binutils-2.27/opcodes/
Dtilepro-opc.c10161 find_opcode (tilepro_bundle_bits bits, tilepro_pipeline pipe) in find_opcode() argument
10163 const unsigned short *table = tilepro_bundle_decoder_fsms[pipe]; in find_opcode()
10188 int pipe; in parse_insn_tilepro() local
10203 for (pipe = min_pipe; pipe <= max_pipe; pipe++) in parse_insn_tilepro()
10210 opc = find_opcode (bits, (tilepro_pipeline)pipe); in parse_insn_tilepro()
10217 &tilepro_operands[opc->operands[pipe][i]]; in parse_insn_tilepro()
Dtilegx-opc.c8069 int pipe; in parse_insn_tilegx() local
8084 for (pipe = min_pipe; pipe <= max_pipe; pipe++) in parse_insn_tilegx()
8091 opc = find_opcode (bits, tilegx_bundle_decoder_fsms[pipe]); in parse_insn_tilegx()
8098 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx()
/toolchain/binutils/binutils-2.27/include/opcode/
Dtilepro.h1601 find_opcode(tilepro_bundle_bits bits, tilepro_pipeline pipe);
/toolchain/binutils/binutils-2.27/cpu/
Dfrv.cpu5612 name op ope reg_src reg_targ pipe attrs profile comment)
5615 (.splice (UNIT pipe) (.unsplice attrs))
5722 name op ope reg_src reg_targ pipe attrs profile comment)
5725 (.splice (UNIT pipe) CONDITIONAL FR-ACCESS (.unsplice attrs))
6869 (define-pmacro (cache-preload name cache pipe attrs op ope profile comment)
6872 (.splice (UNIT pipe) (FR500-MAJOR C-2)
7305 (define-pmacro (float-binary-op-s name pipe attr operation op ope comment)
7308 (.splice (UNIT pipe) (MACH simple,tomcat,fr500,fr550,frv) (.unsplice attr))
7346 (define-pmacro (conditional-float-binary-op name pipe attr operation op ope profile comment)
7349 (.splice (UNIT pipe) (MACH simple,tomcat,fr500,fr550,frv)
[all …]
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-2007504 for readelf output in place of pipe.
DChangeLog-93031015 * gas/elf/elf.exp (run_list_test): Support pipe for readelf.
/toolchain/binutils/binutils-2.27/gas/po/
Dzh_CN.po4934 msgstr "不支持 -pipe"
9329 msgstr " -pipe 使用管道代替临时文件\n"
11839 msgstr "不支持 -pipe"
17722 msgstr " -pipe 使用管道代替临时文件\n"
/toolchain/binutils/binutils-2.27/
Dlibtool.m43444 # Check to see that the pipe works correctly.
/toolchain/binutils/binutils-2.27/binutils/doc/
Dbinutils.texi3409 in a pipe to convert dynamically chosen addresses.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00012910 Explain why listings behave differently when -pipe is used.
/toolchain/binutils/binutils-2.27/gas/doc/
Das.texinfo2225 is being created by @code{@value{GCC}} and the @samp{-pipe} command line switch