JPS62175831A - Control system for pipeline with tag - Google Patents
Control system for pipeline with tagInfo
- Publication number
- JPS62175831A JPS62175831A JP1689386A JP1689386A JPS62175831A JP S62175831 A JPS62175831 A JP S62175831A JP 1689386 A JP1689386 A JP 1689386A JP 1689386 A JP1689386 A JP 1689386A JP S62175831 A JPS62175831 A JP S62175831A
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- tag
- input
- pipeline
- processing
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 claims abstract description 12
- 230000006866 deterioration Effects 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 5
- 238000003672 processing method Methods 0.000 description 4
- 230000001419 dependent effect Effects 0.000 description 3
- 238000007796 conventional method Methods 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000001771 impaired effect Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000004321 preservation Methods 0.000 description 1
- 230000000717 retained effect Effects 0.000 description 1
Landscapes
- Advance Control (AREA)
Abstract
Description
【発明の詳細な説明】
〔概 要〕
パイプライン制御方式において、命令として各命令間の
データ依存性を指示するタグを付加した命令を用い、パ
イプライン処理未終了の各命令のタグ内容と入力命令の
タグ内容に基づいて人力命令の実行順序を制御する。こ
れにより、データ依存性のある入力命令が続は入力され
てもパイプライン処理の流れが乱されることがな(、デ
ータ処理を高速に実行することが出来る。[Detailed Description of the Invention] [Summary] In a pipeline control method, an instruction to which a tag indicating data dependence between instructions is added is used as an instruction, and the tag content and input of each instruction that has not yet been pipelined is processed. Control the order of execution of manual instructions based on the tag contents of the instructions. As a result, the flow of pipeline processing is not disturbed even if a continuation of input instructions with data dependence is input (data processing can be executed at high speed).
本発明は、パイプライン処理によりデータ処理を行う場
合のパイプライン制御方式、特にデータ依存性のある命
令が続けて現われても高速に処理出来る様に改良したパ
イプライン制御方式に関する。The present invention relates to a pipeline control method when data processing is performed by pipeline processing, and particularly to a pipeline control method improved so that data-dependent instructions can be processed at high speed even if they appear successively.
パイプライン処理方式は、データ処理を高速に実行する
ことが出来るので広く用いられている。Pipeline processing methods are widely used because they can perform data processing at high speed.
このパイプライン処理方式は、複数の機能単位を直列に
接続し、並列処理形式でデータ処理を行うことにより、
データの高速処理を行っている。This pipeline processing method connects multiple functional units in series and processes data in parallel.
Processing data at high speed.
このパイプライン処理方式は、各機能単位がそれぞれの
機能単位の命令を独立に実行しているときに、最も効率
的にデータ処理を行うことが可能である。This pipeline processing method can perform data processing most efficiently when each functional unit independently executes its instructions.
然しなから、命令間にデータ依存性がある場合、例えば
ある入力命令が先行する他の命令の処理結果を利用する
ものである場合は、その人力命令の実行は、他の先行命
令の処理が終了するまで留保されることになる。However, if there is a data dependency between instructions, for example if an input instruction uses the processing result of another preceding instruction, the execution of that manual instruction will depend on the processing of the other preceding instruction. It will be retained until it is completed.
従来は、人力命令の実行が、先行する他の命令の処理結
果に依存する場合は、その入力命令及びそれ以降の各命
令の実行を停め、前記先行命令の終了後その処理結果に
基づいて入力命令を実行し、更にそれに続く各命令を実
行する様にしていた。Conventionally, when the execution of a human command depends on the processing result of another preceding command, the execution of that input command and each subsequent command is stopped, and after the preceding command is completed, input is performed based on the processing result. It executed the command and then executed each command that followed it.
従来のパイプライン処理方式は、入力命令がデータ依存
性を有する先行命令がパイプライン処理中であると、そ
の先行命令の処理が終了するまで入力命令及びそれ以降
の各命令の実行を留保していた。In conventional pipeline processing methods, when a preceding instruction on which an input instruction has data dependence is being processed in the pipeline, execution of the input instruction and subsequent instructions is suspended until the processing of that preceding instruction is completed. Ta.
この為、パイプラインの流れが乱され、実行速度が全体
として低下するという問題があった。特に、データ依存
性のある命令が頻発する場合には、実行速度の低下が大
きく、パイプライン処理の特徴が損われるという問題が
あった。For this reason, there was a problem in that the flow of the pipeline was disturbed and the overall execution speed decreased. In particular, when instructions with data dependence occur frequently, there is a problem in that the execution speed is significantly reduced and the characteristics of pipeline processing are impaired.
本発明は、データ依存性のある命令が続けて現われても
、それによるデータ処理速度の低下を極力抑え、高速な
データ処理が可能なパイプライン制御方式を提供するこ
とを目的とする。SUMMARY OF THE INVENTION An object of the present invention is to provide a pipeline control method that can suppress data processing speed reduction as much as possible even when data-dependent instructions appear continuously, and can perform high-speed data processing.
従来のパイプライン処理における前述の問題点を解決す
る為に本発明が講じた手段を、第1図を参照して説明す
る。The means taken by the present invention to solve the above-mentioned problems in conventional pipeline processing will be explained with reference to FIG.
第1図(A)、本発明のタグ付きパイプライン制御方式
に用いられるタグ付き命令の説明図、同図(B)は、本
発明のタグ付きパイプライン制御方式の原理をブロック
図で示したものである。FIG. 1(A) is an explanatory diagram of tagged instructions used in the tagged pipeline control method of the present invention, and FIG. 1(B) is a block diagram showing the principle of the tagged pipeline control method of the present invention. It is something.
第1図(A)のタグ付き命令において、02部には命令
がセットされ、オペランド部には命令のオペランドがセ
ントされる。In the tagged instruction shown in FIG. 1A, the instruction is set in the 02 section, and the operand of the instruction is written in the operand section.
タグ部は本発明によって付加されたもので、その命令が
どの資源を活用するかを示すデータがセットされる。例
えば、各資源に対応するビット領域を設け、活動する資
源に対するビット領域にフラグを立てる様にする。The tag section is added according to the present invention, and is set with data indicating which resource the instruction utilizes. For example, a bit area is provided corresponding to each resource, and a flag is set in the bit area for the active resource.
第1図(B)において、200は、公知のパイプライン
処理手段である。In FIG. 1(B), 200 is a known pipeline processing means.
100は命令実行順序制御手段で、パイプライン処理手
段200における処理が未終了の各命令のタグ内容と入
力命令のタグ内容に基づいて入力命令の実行順序を制御
する。Reference numeral 100 denotes an instruction execution order control means that controls the execution order of input instructions based on the tag contents of each instruction whose processing in the pipeline processing means 200 has not yet been completed and the tag contents of the input instructions.
入力命令があると、命令実行順序制御手段100は、パ
イプライン処理手段200における処理が未終了の各命
令のタグ内容と入力命令のタグ内容に基づいて入力命令
の実行順序を制御する。When there is an input instruction, the instruction execution order control means 100 controls the execution order of the input instructions based on the tag contents of each instruction whose processing in the pipeline processing means 200 has not been completed and the tag contents of the input instruction.
例えば、入力命令のタグ部に何もフラグが立っていない
場合又は入力命令のタグ内容とパイプライン処理未終了
の各命令のタグ内容のいずれとも一致しないときは、入
力命令がデータ依存性を有する先行命令が存在しないと
判断されるので、入力命令は留保されることなくパイプ
ライン処理手段200に加えられる。For example, if no flag is set in the tag part of the input instruction, or if the tag content of the input instruction does not match the tag content of each instruction that has not finished pipeline processing, the input instruction has data dependency. Since it is determined that there is no preceding instruction, the input instruction is added to the pipeline processing means 200 without being reserved.
又、人力命令のタグ内容がパイプライン処理未終了の各
命令のタグ内容のいずれかと一致する場合でも、その入
力命令の実行が後に回すことが出来る場合は、その入力
命令の実行のみを留保して次の入力命令を実行させる様
にする。In addition, even if the tag content of a human-powered instruction matches any of the tag content of each instruction that has not yet been processed in the pipeline, if the execution of that input instruction can be postponed, only the execution of that input instruction is deferred. to execute the next input command.
実行を留保された入力命令があるときは、命令実行順次
制御手段100は、この留保された入力命令のタグ内容
もパイプライン処理未終了の各命令のタグ内容として次
の入力命令のタグ内容と対比し、それに基づいて前記例
示の様な命令順序の制御を行う。When there is an input instruction whose execution is withheld, the instruction execution sequential control means 100 also sets the tag content of this reserved input instruction as the tag content of each instruction whose pipeline processing has not yet been completed, and the tag content of the next input instruction. Based on the comparison, the instruction order is controlled as in the example above.
パイプライン処理においては、入力命令がデータ依存性
を有する先行命令がパイプライン処理未終了の命令中に
存在しても、その入力命令の実行を後に回わせる場合が
多いので、以上の様なタグ付きパイプライン制御により
、データ保存性のある命令が続けて入力されても、パイ
プラインの流れが乱されることは大幅に減少し、データ
を高速に処理することが出来る。In pipeline processing, even if there is a preceding instruction whose input instruction has data dependence among the instructions that have not yet been processed in the pipeline, the execution of that input instruction is often postponed to a later time. With tagged pipeline control, even if instructions with data preservation properties are input continuously, the flow of the pipeline is significantly less likely to be disrupted, and data can be processed at high speed.
本発明の実施例を、第2図を参照して説明する。 An embodiment of the invention will be described with reference to FIG.
第2図は、本発明の実施装置の構成をブロック図で示し
たものである。FIG. 2 is a block diagram showing the configuration of an apparatus for implementing the present invention.
第2図において、命令実行順序制御手段100及びパイ
プライン処理手段200については、第1図で説明した
通りである。In FIG. 2, the instruction execution order control means 100 and pipeline processing means 200 are as described in FIG. 1.
命令実行順序制御手段100において、110はタグ保
持部で、内部にタグレジスタ111、オア回路112及
び排他的オア回路113を備え、パイプライン処理未終
了の各命令のタグ内容を保持する。In the instruction execution order control means 100, a tag holding unit 110 includes a tag register 111, an OR circuit 112, and an exclusive OR circuit 113, and holds the tag contents of each instruction that has not yet been pipelined.
タグレジスタ111は、第1図(A)のタグ部に対応し
たビット領域を有し、排他的オア回路113から入力さ
れたタグ内容を格納する。The tag register 111 has a bit area corresponding to the tag part in FIG. 1(A), and stores the tag contents input from the exclusive OR circuit 113.
オア回路112には、入力命令のタグ部とタグレジスタ
111が入力される。排他的オア回路113には、パイ
プライン処理手段200で処理の終った命令のタグ部と
オア回路113の出力とが加えられる。The tag part of the input instruction and the tag register 111 are input to the OR circuit 112 . The tag part of the instruction that has been processed by the pipeline processing means 200 and the output of the OR circuit 113 are added to the exclusive OR circuit 113 .
このオア回路112及び排他的オア回路113により、
タグレジスタ111内には、パイプライン処理未終了の
各命令のタグ内容が全て保持される。With this OR circuit 112 and exclusive OR circuit 113,
The tag register 111 holds all the tag contents of each instruction that has not yet been pipelined.
各命令のタグ部は、活用の対象となる各資源に対応する
各ピッ) Sr1域を有し、その命令が活用する各資源
に対するビット領域にそれぞれフラグが立てられる。従
って、タグレジスタ111内の各ビットRM域における
フラグの有無により、パイプライン処理未終了の各命令
によって活用されている資源の内容を知ることが出来る
。・なお、パイプライン処理未終了の各命令には、パイ
プライン処理手段200において現在処理中の各命令及
び、次に説明する留保中の各入力命令が含まれる。The tag portion of each instruction has a bit area corresponding to each resource to be utilized, and a flag is set in the bit area for each resource utilized by the instruction. Therefore, depending on the presence or absence of a flag in each bit RM area in the tag register 111, it is possible to know the contents of the resources utilized by each instruction whose pipeline processing has not yet been completed. - Note that the instructions for which pipeline processing has not yet been completed include each instruction currently being processed in the pipeline processing means 200 and each input instruction that is on hold, which will be described next.
120は先行命令判定部で、入力命令のタグ部とタグレ
ジスタ111の内容を比較し、先ず人力命令がデータ依
存性を有する先行命令がパイプライン処理未終了の各命
令中に存在するか否かを判定する。即ち、人力命令のタ
グ部のフラグの立っているビット領域に対応するタグレ
ジスタ111のビット領域におけるフラグの有無により
、パイプライン処理未終了の命令中に入力命令がデータ
依存性を有する先行命令の有無を判定することが出来る
。Reference numeral 120 denotes a preceding instruction determination unit, which compares the tag part of the input instruction with the contents of the tag register 111, and first determines whether there is a preceding instruction on which the manual instruction has data dependence among the instructions that have not yet been processed in the pipeline. Determine. That is, depending on the presence or absence of a flag in the bit area of the tag register 111 that corresponds to the bit area where the flag is set in the tag part of the human instruction, the input instruction may be a preceding instruction with data dependence among the instructions that have not yet been pipelined. The presence or absence can be determined.
先行命令判定部120は、これら各場合に応じた制御信
号を発生して入力制御部130に加える。The preceding instruction determination unit 120 generates control signals corresponding to each of these cases and applies them to the input control unit 130.
入力制御部130は、内部に後に囲わされる命令を一時
格納する留保レジスタ131を備え、先行命令判定部1
20より加えられた各制御信号に応じて、入力命令の実
行順序を制御する。The input control unit 130 includes a reservation register 131 that temporarily stores instructions to be enclosed later, and the input control unit 130 includes a reservation register 131 that temporarily stores instructions to be enclosed later, and
The execution order of input commands is controlled according to each control signal applied from 20.
入力命令のタグ部に何もフラグが立っていない場合又は
入力命令がデータ依存性を有する先行命令がパイプライ
ン処理未終了の各命令中に存在しない場合は、大力制御
部130は入力命令を留保することなく直ちにパイプラ
イン処理手段200に供給し、所定のパイプライン処理
を実行させる。If no flag is set in the tag section of the input instruction, or if there is no preceding instruction to which the input instruction has data dependence among the instructions that have not yet been processed in the pipeline, the power control unit 130 reserves the input instruction. The data is immediately supplied to the pipeline processing means 200 without any processing, and the predetermined pipeline processing is executed.
入力命令(入力命令(1)とする)がデータ依存性を有
する先行命令(先行命令(11とする)がパイプライン
処理未終了の各命令中に存在する場合は、その入力命令
(1)を留保レジスタ131に一時格納し、次の入力命
令(入力命令(2)とする)に対する処理を行う。この
とき、留保された入力命令(1)もパイプライン処理未
終了の命令となり、そのタグ部の内容は、タグレジスタ
111内に格納されている。If the input instruction (referred to as input instruction (1)) has a data dependency, the preceding instruction (referred to as 11) exists in each instruction whose pipeline processing has not been completed, the input instruction (1) is It is temporarily stored in the reservation register 131, and the next input instruction (input instruction (2)) is processed.At this time, the reserved input instruction (1) also becomes an instruction whose pipeline processing has not been completed, and its tag part is The contents of are stored in the tag register 111.
前記次の人力命令(2)に対し、タグ保持部110、先
行命令判定部120及び入力制御部130は、前述の各
処理を行う。For the next manual command (2), the tag holding unit 110, the preceding command determining unit 120, and the input control unit 130 perform the above-mentioned processes.
もし、次の人力命令(2)がデータ依存性を有する先行
命令(先行命令(2)とする)が存在する場合は、次の
入力命令(2)も留保レジスタ131内に留保される。If there is a preceding instruction (referred to as preceding instruction (2)) on which the next manual instruction (2) has data dependence, the next input instruction (2) is also reserved in the reservation register 131.
1つの命令に対するパイプライン処理が終了すると、そ
の命令のタグ部は排他的オア回路113に入力される。When pipeline processing for one instruction is completed, the tag part of that instruction is input to exclusive OR circuit 113.
排他的オア回路113の他方の入力端には、オア回路1
12を通ってタグレジスタ111の内容が加えられる。The other input terminal of the exclusive OR circuit 113 is connected to the OR circuit 1.
12 to add the contents of tag register 111.
これにより、タグレジスタ111の内容は前記命令のタ
グの内容が除去されたものに更新される。As a result, the contents of the tag register 111 are updated with the contents of the tag of the instruction being removed.
従って、最初の入力命令(1)が依存する先行命令(1
)に対するパイプライン処理が終了すると、タグレジス
タ111の内容は前記入力命令(1)のタグ部の内容が
除されたものとなる。Therefore, the preceding instruction (1) on which the first input instruction (1) depends
), the contents of the tag register 111 become the contents of the tag part of the input instruction (1) removed.
先行命令判定部120は、留保レジスタ131内に格納
されている入力命令(11のタグ部とタグレジスタ11
1の内容を対比し、入力命令(1)がデータ依存性を有
する先行命令(2)の処理が終了したときは、それまで
留保されていた人力命令(1)の実行を入力制御部13
0に指示する。The preceding instruction determination unit 120 determines the input instruction (tag part 11 and tag register 11) stored in the reservation register 131.
1, and when the processing of the preceding instruction (2) in which the input instruction (1) has data dependence is completed, the input control unit 13 executes the manual instruction (1) that has been suspended until then.
Instruct to 0.
先行命令判定部120からの前記指示を受けると、入力
制御部130は留保レジスタ131より入力命令(1)
を取り出してパイプライン処理手段200に供給し、そ
の命令を実行させる。Upon receiving the instruction from the preceding instruction determination unit 120, the input control unit 130 selects the input instruction (1) from the reservation register 131.
is extracted and supplied to the pipeline processing means 200, and the instruction is executed.
留保されている入力命令(2)に対する処理も、同様に
して行われる。Processing for the reserved input command (2) is performed in the same manner.
以下、同様にして、各入力命令に対し、その実行順序が
順次制御される。Thereafter, the execution order of each input command is sequentially controlled in the same manner.
もし、入力命令が依存する先行命令がパイプライン処理
未終了の命令中に存在し、且つ留保レジスタに空きがな
い場合は、従来方式と同様にその入力命令及びそれに続
く入力命令の実行は、その先行命令のパイプライン処理
が終了するまで留保される。If a preceding instruction on which an input instruction depends exists among the instructions that have not yet been pipelined, and there is no free space in the reserved register, the execution of that input instruction and the following input instructions will be executed as in the conventional method. It is held on hold until the pipeline processing of the preceding instruction is completed.
以上の様にして、パイプライン処理未終了の各先行命令
中にデータ依存性のある入力命令が続けて入力された場
合も、パイプライン処理の流れが乱されることなく円滑
に行うことが出来る。As described above, even if input instructions with data dependence are continuously input into each preceding instruction that has not yet finished pipeline processing, the flow of pipeline processing can be performed smoothly without being disturbed. .
なお、留保レジスタ131が一時格納することの出来る
人力命令の数は2個に限定されるものではなく、一般に
複数個の命令を格納することが出来る。Note that the number of manual instructions that the reservation register 131 can temporarily store is not limited to two, but can generally store a plurality of instructions.
以上説明した様に、本発明によれば、パイプライン処理
未終了の各先行命令中にデータ依存性のある人力命令が
続けて入力された場合も、その入力命令が後に回わせる
場合はその入力命令の実行のみを留保して他の入力命令
を続行することが出来るので、前記データ依存性のある
入力命令が続けて人力された場合も、パイプライン処理
の流れが乱されることなく、データ処理を高速に行うこ
とが出来る。As explained above, according to the present invention, even if a manual instruction with data dependence is continuously input into each preceding instruction whose pipeline processing has not been completed, if the input instruction is to be passed later, Since execution of only the input command can be suspended and other input commands can be continued, even if the data-dependent input commands are manually input one after another, the flow of pipeline processing will not be disrupted. Data processing can be performed at high speed.
第1図・・・本発明の原理及び本発明に用いられるタグ
付き命令の説明図、
第2図・・・本発明の実施装置の説明図。
第1図及び第2図において、
100・・・命令実行順序制御手段、110・・・タグ
保持部、120・・・先行命令判定部、130・・・入
力制御部、200・・・パイプライン処理手段。FIG. 1: An explanatory diagram of the principle of the present invention and tagged instructions used in the present invention. FIG. 2: An explanatory diagram of an implementation device of the present invention. 1 and 2, 100: instruction execution order control means, 110: tag holding unit, 120: preceding instruction determination unit, 130: input control unit, 200: pipeline Processing means.
Claims (2)
グを付加した命令を用い、 (b)パイプライン処理未終了の各命令のタグ内容と入
力命令のタグ内容に基づいて、入力命令の実行順序を制
御する、 ことを特徴とするタグ付きパイプライン制御方式。(1) In the pipeline control method, (a) instructions with tags that support data dependence between each instruction are used, and (b) tag contents of each instruction that has not yet been pipeline processed and input instructions are used. A tagged pipeline control method characterized by controlling the execution order of input instructions based on tag contents.
イン処理未終了の各命令中に存在する場合、その入力命
令の実行のみを留保するものであることを特徴とする特
許請求の範囲第1項記載のタグ付きパイプライン制御方
式。(2) If an instruction whose input instruction has data dependence exists in each instruction that has not yet been processed in the pipeline, only the execution of that input instruction is reserved. Tagged pipeline control method described in section.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1689386A JPS62175831A (en) | 1986-01-30 | 1986-01-30 | Control system for pipeline with tag |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1689386A JPS62175831A (en) | 1986-01-30 | 1986-01-30 | Control system for pipeline with tag |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS62175831A true JPS62175831A (en) | 1987-08-01 |
Family
ID=11928834
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1689386A Pending JPS62175831A (en) | 1986-01-30 | 1986-01-30 | Control system for pipeline with tag |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS62175831A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0277940A (en) * | 1988-09-14 | 1990-03-19 | Hitachi Ltd | Data processor |
JPH0628182A (en) * | 1992-04-16 | 1994-02-04 | Matsushita Electric Ind Co Ltd | Information processor |
US6782521B2 (en) * | 1992-03-31 | 2004-08-24 | Seiko Epson Corporation | Integrated structure layout and layout of interconnections for an instruction execution unit of an integrated circuit chip |
-
1986
- 1986-01-30 JP JP1689386A patent/JPS62175831A/en active Pending
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0277940A (en) * | 1988-09-14 | 1990-03-19 | Hitachi Ltd | Data processor |
US6782521B2 (en) * | 1992-03-31 | 2004-08-24 | Seiko Epson Corporation | Integrated structure layout and layout of interconnections for an instruction execution unit of an integrated circuit chip |
US7174525B2 (en) | 1992-03-31 | 2007-02-06 | Seiko Epson Corporation | Integrated structure layout and layout of interconnections for an instruction execution unit of an integrated circuit chip |
US7555738B2 (en) | 1992-03-31 | 2009-06-30 | Seiko Epson Corporation | Integrated structure layout and layout of interconnections for an instruction execution unit of an integrated circuit chip |
JPH0628182A (en) * | 1992-04-16 | 1994-02-04 | Matsushita Electric Ind Co Ltd | Information processor |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS63307535A (en) | Pipeline control circuit | |
JPS62175831A (en) | Control system for pipeline with tag | |
JPH08320795A (en) | Program control system | |
US6291757B1 (en) | Apparatus and method for processing music data | |
JPH07101385B2 (en) | Information processing equipment | |
JPH03288228A (en) | Information processor | |
JPH0683624A (en) | Processor and its control method | |
JPH03201131A (en) | Loop instruction processing system | |
JPS5899843A (en) | Condition branching device of microprogram | |
JPH0628183A (en) | Pipeline processing mechanism of information processor | |
JP2694774B2 (en) | Program branch method | |
JPS63240633A (en) | Central processing unit | |
EP0234785A1 (en) | Improvements relating to control flow in computers | |
JPH01166153A (en) | Steal control system | |
JPH09319863A (en) | Set data changing device for image processor | |
JP2506591B2 (en) | Auxiliary processor | |
JPS62204340A (en) | Data processor | |
JPH0398163A (en) | Vector data processor | |
JPS63195735A (en) | Instruction executing system | |
JPH0449424A (en) | Instruction control system | |
JPS6277651A (en) | Branch processing system for data flow type computer | |
JPS59180634A (en) | Processing method of editing instruction | |
JPS63261431A (en) | Merge process control system | |
JPS62109132A (en) | Control circuit for execution of microprogram | |
JPS6234239A (en) | Logic constant setting system |