Searched refs:pipeline (Results 1 – 25 of 35) sorted by relevance
12
/toolchain/binutils/binutils-2.25/libiberty/ |
D | pexecute.txh | 7 independent interface to execute a pipeline. 38 Execute one program in a pipeline. On success this returns 50 This must be set on the last program in the pipeline. In particular, 88 flag can be specified only on the last program in pipeline. 150 Execute one program in a pipeline, permitting the environment for the 165 the pipeline as input. 183 the first program in the pipeline; @var{fp} is opened for writing. 188 finished writing data to the pipeline. 209 before starting the first process in the pipeline, consider using 215 program in the pipeline is waiting for the next to read more data, and [all …]
|
D | functions.texi | 856 independent interface to execute a pipeline. 888 the pipeline as input. 907 the first program in the pipeline; @var{fp} is opened for writing. 912 finished writing data to the pipeline. 933 before starting the first process in the pipeline, consider using 939 program in the pipeline is waiting for the next to read more data, and 969 error of the last program in the pipeline. When this is used, 983 output of the last program in the pipeline. When this is used, 997 Execute one program in a pipeline. On success this returns 1009 This must be set on the last program in the pipeline. In particular, [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/ |
D | nohazard.s | 3 # the pipeline.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-tilepro.texi | 65 pipeline than the next one, etc. This fact, combined with the 67 allows precise control over which pipeline executes each instruction. 70 assembler will automatically try to find a valid pipeline 78 instructions (not @code{fnop}) to fill the remaining pipeline slots in
|
D | c-tilegx.texi | 81 pipeline than the next one, etc. This fact, combined with the 83 allows precise control over which pipeline executes each instruction. 86 assembler will automatically try to find a valid pipeline 94 instructions (not @code{fnop}) to fill the remaining pipeline slots in
|
D | c-arc.texi | 200 @var{shortcut} in the pipeline. The valid values are: 214 can shortcut the pipeline.
|
D | c-m32r.texi | 342 @item Instructions share the same execution pipeline 344 instruction whoes components both use the same execution pipeline.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tilepro.c | 877 tilepro_pipeline pipeline = instr->pipe; in tilepro_flush_bundle() local 880 bits |= emit_tilepro_instruction (opcode->fixed_bit_values[pipeline], in tilepro_flush_bundle() 882 &opcode->operands[pipeline][0], in tilepro_flush_bundle()
|
D | tc-tilegx.c | 986 tilegx_pipeline pipeline = instr->pipe; in tilegx_flush_bundle() local 989 bits |= emit_tilegx_instruction (opcode->fixed_bit_values[pipeline], in tilegx_flush_bundle() 991 &opcode->operands[pipeline][0], in tilegx_flush_bundle()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | m32r.cpu | 44 ; An attribute to describe which pipeline an insn runs in. 52 (comment "parallel execution pipeline selection") 216 ; - format of pipeline entry: 217 ; (pipeline name (stage1-name ...) (stage2-name ...) ...) 231 (pipeline p-non-mem "" () ((fetch) (decode) (execute) (writeback))) 232 (pipeline p-mem "" () ((fetch) (decode) (execute) (memory) (writeback))) 289 (pipeline all "" () ((fetch) (decode) (execute) (writeback))) 302 (pipeline p-o "" () ((fetch) (decode) (execute) (writeback))) 303 (pipeline p-s "" () ((fetch) (decode) (execute) (writeback))) 304 (pipeline p-o-mem "" () ((fetch) (decode) (execute) (memory) (writeback))) [all …]
|
D | xc16x.cpu | 41 ; An attribute to describe which pipeline an insn runs in generally OS. 46 (comment "parallel execution pipeline selection") 89 (pipeline p-mem "" () ((prefetch) (fetch) (decode) (address) (memory) (execute) (writeback)))
|
D | or1korbis.cpu | 496 (dni l-psync "pipeline sync"
|
D | frv.cpu | 67 (pipeline all "" () ((fetch) (decode) (execute) (writeback))) 91 (pipeline all "" () ((fetch) (decode) (execute) (writeback))) 513 (pipeline all "" () ((fetch) (decode) (execute) (writeback))) 951 (pipeline all "" () ((fetch) (decode) (execute) (writeback))) 974 (pipeline all "" () ((fetch) (decode) (execute) (writeback))) 1351 (pipeline all "" () ((fetch) (decode) (execute) (writeback))) 1735 (pipeline all "" () ((fetch) (decode) (execute) (writeback))) 1764 (comment "parallel execution pipeline selection")
|
D | cris.cpu | 247 ; It seems this pipeline description isn't used at all; this is just 250 (pipeline all "" () ((fetch) (decode) (memory) (execute) (writeback))) 252 ; Units that contribute only a constant pipeline delay are not included.
|
D | mep-core.cpu | 2013 (dnci halt "halt pipeline" (VOLATILE) 2020 (dnci sleep "sleep pipeline" (VOLATILE)
|
D | fr30.cpu | 68 (pipeline all "" () ((fetch) (decode) (execute) (writeback)))
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | aarch64elf.em | 364 { "no-pipeline-knowledge", no_argument, NULL, '\'p\''},
|
D | armelf.em | 547 { "no-pipeline-knowledge", no_argument, NULL, '\'p\''},
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-0203 | 1467 no-pipeline-knowledge. This will prevent the getopt package from 1469 --no-pipeline-knowledge. 2946 "--no-pipeline-knowledge".
|
D | ChangeLog-2004 | 44 * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
|
D | ChangeLog-9899 | 680 '-p' or '--no-pipeline-knowledge'.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2005 | 1816 (do_t_branch, insns [b, bl]): Don't encode pipeline offset. 1821 argument. Handle all adjustment for pipeline offset here. 1823 need to extract pre-encoded pipeline adjustments from various
|
D | ChangeLog-9899 | 1554 * config/tc-arm.c (md_apply_fix3): Add pipeline offset into reloc
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-9899 | 2325 (elf32_arm_final_link_relocate): Only add in pipeline offset if
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | id.po | 6230 msgstr "Instruksi pipeline: fsrc1 = fdest" 7561 msgid "Instructions share the same execution pipeline" 7562 msgstr "Instruksi membagi eksekusi pipeline yang sama"
|
12