JP2558831B2 - Pipeline control method - Google Patents
Pipeline control methodInfo
- Publication number
- JP2558831B2 JP2558831B2 JP63221398A JP22139888A JP2558831B2 JP 2558831 B2 JP2558831 B2 JP 2558831B2 JP 63221398 A JP63221398 A JP 63221398A JP 22139888 A JP22139888 A JP 22139888A JP 2558831 B2 JP2558831 B2 JP 2558831B2
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- cycle
- arithmetic
- stage
- pipeline
- 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.)
- Expired - Fee Related
Links
Landscapes
- Advance Control (AREA)
Description
【発明の詳細な説明】 [概 要] 命令をパイプライン方式で処理する計算機におけるパ
イプラインの制御に関し、 演算不要の命令の処理に際して特定の演算サイクルを
発生せしめて処理を高速化する如く構成されたパイプラ
インをより効率的に動作せしめることを目的とし、 演算不要の命令がパイプラインに投入されたとき、該
命令の直前の命令および直後の命令が演算命令であるか
否かを識別する手段と、 前記演算不要の命令の直前の命令および直後の命令が
演算命令でないとき、前記特定演算サイクル(V)の発
生を抑止する手段とを設けることにより構成する。DETAILED DESCRIPTION OF THE INVENTION [Outline] Regarding pipeline control in a computer that processes instructions in a pipeline system, it is configured to generate a specific operation cycle when processing an instruction that does not require an operation to speed up the processing. For operating the pipeline more efficiently, when an instruction requiring no operation is input to the pipeline, a means for identifying whether the instruction immediately before the instruction and the instruction immediately after the instruction are arithmetic instructions And means for suppressing the occurrence of the specific operation cycle (V) when the instruction immediately before and the instruction immediately after the operation-free instruction are not operation instructions.
[産業上の利用分野] 本発明は電子計算機システムにおける処理高速化の手
段として用いられるパイプライン処理制御装置に係り、
特に本来演算を必要としないロード系の命令等に、Vサ
イクルとして、他の命令処理フローの演算ステージのV
サイクル以外のサイクルと同時に実行可能な演算サイク
ルを強制的に設けることにより処理の一層の高速化を可
能とするパイプライン処理制御方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a pipeline processing control device used as means for speeding up processing in an electronic computer system,
In particular, for load-related instructions that originally do not require arithmetic operations, the V cycle of another instruction processing flow is used as a V cycle.
The present invention relates to a pipeline processing control method capable of further speeding up processing by forcibly providing an arithmetic cycle that can be executed simultaneously with cycles other than cycles.
[従来の技術] 電子計算機の処理を高速化する目的でパイプライン処
理が広く用いられている。これは与えられた命令の実行
手順を、例えば命令解読、アドレス計算、オペランド取
出し、演算、結果の格納といった各段階(ステージ)の
動作に分割し、各ステージを実行するハードウェア機構
を用意し、各ステージの実行部はステージ動作の終了後
その結果を次のステージ実行部に渡すとともに、次の命
令に対する同一ステージを実行するものである。この方
式では、複数の命令が並列的に処理されるので、処理速
度が向上する。[Prior Art] Pipeline processing is widely used for the purpose of speeding up the processing of electronic computers. This divides the execution procedure of a given instruction into operations of each stage (stage) such as instruction decoding, address calculation, operand fetching, calculation, and result storage, and prepares a hardware mechanism to execute each stage. The execution unit of each stage passes the result to the next stage execution unit after the end of the stage operation, and executes the same stage for the next instruction. In this method, since a plurality of instructions are processed in parallel, the processing speed is improved.
一方、計算機のマシンサイクルは機種により決定さ
れ、上述の命令解読、アドレス計算等の各ステージがす
べて1マシンサイクルで実行されるか否かはパイプライ
ン処理の速度に大きな影響がある。すべてのステージが
1サイクルで終了する場合にはパイプラインの乱れもな
く、最短時間で処理を行なうことができるが、実際には
2マシンサイクル以上の時間を要するステージも少なく
ない。その典型的な例が演算命令中の演算実行ステージ
である。演算実行には、その内容によって数サイクルを
必要とすることもある。On the other hand, the machine cycle of a computer is determined by the model, and whether or not each stage of instruction decoding, address calculation, etc. described above is executed in one machine cycle has a great influence on the pipeline processing speed. When all the stages are completed in one cycle, the pipeline is not disturbed and the processing can be performed in the shortest time, but in reality, there are many stages that require two or more machine cycles. A typical example is the operation execution stage in the operation instruction. Execution of an operation may require several cycles depending on its content.
演算命令の実行時にパイプラインの乱れをなくし、高
速化をはかる手段として、演算ステージを構成する複数
サイクルのうちの特定サイクルを、他の命令の演算ステ
ージにおけるこの特定サイクル以外のサイクルと同時に
実行可能とする方法がある。この同時に実行可能な演算
サイクルは必要に応じてマイクロコードによって設けら
れるものでバニッシュサイクルと呼ばれる。以下これを
Vサイクルと言う。As a means for eliminating the disturbance of the pipeline during execution of operation instructions and increasing the speed, it is possible to execute a specific cycle of multiple cycles that make up the operation stage at the same time as a cycle other than this specific cycle in the operation stage of another instruction. There is a way to. This operation cycle that can be executed simultaneously is provided by microcode as necessary, and is called a vanish cycle. Hereinafter, this is called a V cycle.
上述のように演算ステージを分割し、同時に実行可能
な演算サイクル、すなわちVサイクルを設けた場合の処
理高速化を、第5図を例にとって説明する。同図(a)
はVサイクルを設けない場合、(b)は設けた場合を示
す。各ステージを表す記号D,A,T,B,E,WはそれぞれDは
命令解読(デコード)、Aはデータ読出し等の場合のア
ドレス計算、Tはデータがバッファ記憶にあるか否かの
チェックと論理アドレスから実アドレスへの変換(トラ
ンスレーション)、Bはバッファデータのリード、Eは
実行(エグゼキューション)、Wは結果をレジスタ等に
格納するライトのステージを示している。As shown in FIG. 5, an example of speeding up the processing when the operation stages are divided and the operation cycles that can be simultaneously executed, that is, the V cycles are provided, will be described. FIG.
Shows the case where the V cycle is not provided, and (b) shows the case where it is provided. The symbols D, A, T, B, E, W representing each stage are respectively D for instruction decoding (decoding), A for address calculation when reading data, T for checking whether data is in buffer storage or not. And a conversion from a logical address to a real address (translation), B is a buffer data read, E is an execution (execution), and W is a write stage for storing the result in a register or the like.
第5図(a)で命令IとIIは同種の演算命令でその最
短処理時間は等しいものとする。ただし演算ステージは
2サイクルにわたっており、命令IはD,A,T,B,E,E,Wの
7サイクルで処理される。命令IIは命令Iより1サイク
ルだけ遅れてその処理が開始され、D,A,T,B,の順にステ
ージ動作が進行した後、本来は次のEステージに直ちに
移行するはずであるが、命令IにEステージが続いてい
るためにEステージに移行できず、Bステージを再度繰
り返して待機する必要がある。その結果、命令IIの処理
には8サイクルを要し、処理が遅れる。In FIG. 5 (a), the instructions I and II are the same kind of operation instructions and their minimum processing times are the same. However, the operation stage has two cycles, and the instruction I is processed in seven cycles of D, A, T, B, E, E and W. Instruction II should start its processing one cycle later than instruction I, and after the stage operation progresses in the order of D, A, T, B, originally it should move to the next E stage. Since the I stage is followed by the E stage, it is not possible to shift to the E stage and it is necessary to repeat the B stage again and wait. As a result, it takes 8 cycles to process the instruction II and the processing is delayed.
これに対して第5図(b)では演算ステージ2サイク
ルをEとVの各サイクルに分割し、Vサイクルを同時に
実行可能な演算サイクルとするために、命令IのVサイ
クルのところで命令IIの演算ステージを実行開始するこ
とができ、Bステージでの待機が不要となり、命令IIも
7サイクルで終了する。On the other hand, in FIG. 5 (b), the operation stage 2 cycle is divided into E and V cycles, and in order to make the V cycle a simultaneously executable operation cycle, the instruction II at the V cycle of the instruction I Execution of the operation stage can be started, waiting at the B stage is not necessary, and the instruction II ends in 7 cycles.
上述のように演算命令中に同時に実行可能な演算サイ
クル、すなわちVサイクルを設けることにより、演算命
令が連続する場合には処理の高速化に有効である。しか
しながら演算の途中でレジスタを用いる場合にはレジス
タへのデータセット等のためにロード系の命令を使うこ
とが必要となる。このロード系命令は一般に1サイクル
で処理され、しかも演算ステージを必要としないため、
前述のVサイクルを発生できず、その結果パイプライン
の乱れを生じ、高速化を妨げる原因になるという問題が
ある。その例を第6図により説明する。As described above, by providing an operation cycle that can be simultaneously executed in the operation instructions, that is, a V cycle, it is effective to speed up the process when the operation instructions are continuous. However, if a register is used in the middle of calculation, it is necessary to use a load-type instruction to set data in the register. Since this load instruction is generally processed in one cycle and does not require an arithmetic stage,
There is a problem that the above-mentioned V cycle cannot be generated, and as a result, the pipeline is disturbed, which hinders the speedup. An example thereof will be described with reference to FIG.
第6図で演算命令Iで演算ステージはEとVの2サイ
クルにわたっている。次のロード命令では、D,A,T,Bま
での各ステージの処理に問題はない。その後の実行ステ
ージ、すなわちロード実行ステージEは命令IのVサイ
クルが実行されている区間で実行可能ではあるが、その
次のWステージの区間が演算命令IのWステージと重な
ってしまう。そこでBステージで待機して、D,A,T,B,B,
E,Wの順でロード命令は処理される。ここで、D,A,T,B,
E,E,WのようにEで待機することはできない。その理由
はE,EとE動作を続ける場合には演算ユニットからの処
理終了信号によりE動作を終了することになっており、
ロード系命令では演算ユニットが起動されず、処理終了
信号も発生せず、E動作終了時点が指示されないためで
ある。In FIG. 6, the operation stage of the operation instruction I extends over two cycles of E and V. With the next load instruction, there is no problem in processing each stage up to D, A, T, and B. The subsequent execution stage, that is, the load execution stage E can be executed in the section in which the V cycle of the instruction I is being executed, but the section of the next W stage overlaps with the W stage of the operation instruction I. So wait on the B stage, D, A, T, B, B,
The load instruction is processed in the order of E and W. Where D, A, T, B,
You can't wait at E like E, E, W. The reason is that when E, E and E operation are continued, E operation is ended by the processing end signal from the arithmetic unit,
This is because the load unit instruction does not activate the arithmetic unit, does not generate the processing end signal, and does not indicate the end point of the E operation.
ロード命令でのBステージの繰返は以後の演算命令処
理を遅らせる原因となる。すなわち、次の演算命令IIで
はD,A,Tの各ステージをそれぞれ1サイクルで処理した
後、直ちにBステージに移行できずにTステージで待機
する必要があり、また演算命令IIIの処理ではAステー
ジでの待機が必要となる。The repetition of the B stage by the load instruction causes the subsequent arithmetic instruction processing to be delayed. That is, in the next operation instruction II, after processing each stage of D, A, and T in one cycle, it is necessary to wait in the T stage without immediately shifting to the B stage. Waiting on stage is required.
このような問題を解決するため、すでに、特願昭62−
291813号により、ロード命令などの演算を必要としない
命令を実行する場合に、Vサイクルを強制的に発生させ
ることによってパイプライン上のデータの流れを円滑化
して、処理速度を向上せしめる技術的手段が開示されて
いる。In order to solve such a problem, Japanese Patent Application No. 62-
According to No. 291813, when executing an instruction that does not require a calculation such as a load instruction, a V cycle is forcibly generated to smooth the flow of data on the pipeline and improve the processing speed. Is disclosed.
[発明が解決しようとする課題] 上述したような、演算を必要としない命令を実行する
場合にVサイクルを強制的に発生させる方法は、マイク
ロコード中に特定フィールドを設定し、該フィールドの
内容が“1"であるか“0"であるかによって制御を行なっ
ている。[Problems to be Solved by the Invention] A method for forcibly generating a V cycle when executing an instruction that does not require an operation as described above is to set a specific field in the microcode and set the content of the field. Is controlled depending on whether is "1" or "0".
そして、この特定フィールドの値は、マイクロコード
を処理装置にロードした時点で決定し、以降、マイクロ
コードを変更しない限り不変であった。Then, the value of this specific field was determined when the microcode was loaded into the processing device, and thereafter remained unchanged unless the microcode was changed.
そのため、例えばロード命令のマイクロコード中にV
サイクル制御フィールドが“有効”を指示していた場
合、該ロード命令は実行の都度Vサイクルを発生する。Therefore, for example, in the microcode of the load instruction, V
If the cycle control field indicates "valid", the load instruction will generate V cycles each time it is executed.
この方式では、演算命令が連続する中にロード命令が
孤立的に存在する場合には第7図(a)に示すように、
パイプラインは各ステージが整然と円滑に移行するか
ら、損失時間を生ずることがなく高速な処理を期待でき
る。In this method, when the load instruction exists in isolation while the operation instructions continue, as shown in FIG. 7 (a),
Since each stage of the pipeline moves smoothly in an orderly manner, high-speed processing can be expected without causing loss time.
ところが、ロード命令の前後に演算命令がない場合に
ついて見ると、第7図(b)に表示したように、英字符
Lで示す損失時間を生ずることになる。そして、このよ
うに、ロード命令が間に挿入された命令群では、ロード
命令の数だけ損失時間を生ずることになる。However, looking at the case where there is no operation instruction before and after the load instruction, as shown in FIG. 7B, the loss time indicated by the letter L is generated. Then, in the instruction group in which the load instruction is inserted in this way, a loss time is generated by the number of load instructions.
本発明はこのような従来の問題点に鑑み、ロード命令
などの演算を必要としない命令でVサイクルを強制的に
発生させる場合に、該命令が他の演算を必要としない命
令群の中に存在する場合であっても損失時間を生ずるこ
とのないパイプライン制御方式を提供することを目的と
している。In view of such a conventional problem, the present invention provides an instruction group that does not require another operation when a V cycle is forcibly generated by an instruction that does not require an operation, such as a load instruction. It is an object of the present invention to provide a pipeline control method that does not cause a loss time even if it exists.
[課題を解決するための手段] 本発明によれば、上述の目的は前記特許請求の範囲に
記載した手段により達成される。すなわち、本発明は、
演算命令処理時に、複数のマシンサイクルから成る演算
実行ステージ中のある特定演算サイクル(V)を、他の
演算命令の演算実行ステージ中で該特定演算サイクル
(V)に相当するサイクル(V)以外のサイクル(E)
と同時に実行することが可能であり、処理すべき命令が
演算不要の命令であるとき強制的に前記特定演算サイク
ル(V)を発生せしめる如く構成されたパイプライン方
式の計算機において、演算不要の命令がパイプラインに
投入されたとき、該命令の直前の命令および直後の命令
が演算命令であるか否かを識別する手段と、前記演算不
要の命令の直前の命令および直後の命令が演算命令でな
いとき、前記特定演算サイクル(V)の発生を抑止する
手段とを設けたパイプライン制御方式である。[Means for Solving the Problems] According to the present invention, the above-mentioned object is achieved by the means described in the claims. That is, the present invention is
At the time of processing an arithmetic instruction, a specific arithmetic cycle (V) in an arithmetic execution stage consisting of a plurality of machine cycles other than a cycle (V) corresponding to the specific arithmetic cycle (V) in an arithmetic execution stage of another arithmetic instruction. Cycle (E)
In a pipeline-type computer which can be executed at the same time and is forced to generate the specific operation cycle (V) when the instruction to be processed is an instruction requiring no operation Means for identifying whether the instruction immediately before or after the instruction is an arithmetic instruction, and the instruction immediately before or after the instruction not requiring arithmetic operation is not an arithmetic instruction. At this time, the pipeline control system is provided with means for suppressing the occurrence of the specific operation cycle (V).
[作 用] 第1図は本発明の原理を説明するための図であって、
1はコントロールストレージ(以下CSとも言う。図にお
いてCSと記載している。)、21〜25はマイクロコードの
Vサイクル制御フィールドの移行を表わしている。[Operation] FIG. 1 is a diagram for explaining the principle of the present invention.
1 (hereinafter, also referred to CS. Describes the CS in FIG.) Control storage 2 1 to 2 5 represents the transition of the V-cycle control field microcode.
同図に示すようにCS1からデコード(D)ステージで
読み出されたVサイクル制御フィールド21は順次各ステ
ージA〜Eへ22〜25として移行するが、その値が“1"で
あるときVサイクルが発生する。While migrating as V cycle control field 2 1 2 2-2 5 sequentially to each stage A~E read by CS1 from the decoding (D) stage as shown in the figure, the value is "1" Sometimes V cycles occur.
本発明による前述の手段においては、ロード命令など
の演算不要の命令がパイプラインに投入されたとき、該
命令の直前の命令および直後の命令を見て、それらが演
算不要の命令であるとき、前記マイクロコードのVサイ
クル制御フィールドの値を例えばハードウェアによって
強制的に“0"にしてVサイクルの発生を抑止する。In the above-mentioned means according to the present invention, when an operation-free instruction such as a load instruction is input to the pipeline, when an instruction immediately before and after the instruction is looked at and the instruction is an operation-free instruction, The value of the V cycle control field of the microcode is forcedly set to "0" by, for example, hardware to prevent the V cycle from being generated.
これによって、第2図のタイムチャートに示すよう
に、演算不要の命令が連続して発生し、例えばロード命
令が演算不要の命令間に存在する同図のような場合にお
いての損失時間の発生を防止することができる。As a result, as shown in the time chart of FIG. 2, instructions that do not require computation occur continuously, and, for example, a load instruction exists between instructions that do not require computation. Can be prevented.
[実施例] 第3図は本発明の一実施例のブロック図である。[Embodiment] FIG. 3 is a block diagram of an embodiment of the present invention.
同図は、大きく分けて3つの部分(ユニット)からな
る。すなわち、それらは、命令の解読およびオペランド
・アドレスを計算しリクエストを出す命令制御部8と該
命令制御部8からのリクエストとアドレス情報とによ
り、データを読み出してくるバッファ制御部10と該デー
タにより演算を行う演算部9である。The figure is roughly divided into three parts (units). That is, they decode the instruction, calculate the operand address and issue a request, the instruction control unit 8 and the request from the instruction control unit 8 and the address information, and the buffer control unit 10 that reads the data and the data. It is a calculation unit 9 that performs calculation.
また、同図において5は命令のオペコード等から読み
出されるマイクロコードを記憶しておくコントロール・
ストレージ(CS)、11〜14はCS5から読み出されたコー
ドを保持しておく各ステートのレジスタである。In the figure, 5 is a control for storing microcode read from the operation code of the instruction.
Storages (CS), 11 to 14 are registers of each state for holding the code read from CS5.
また、15はロード命令を示すレジスタで、これはCS又
は命令のオペコードでセットされる。一方、6はロード
命令とその直前の命令との関係を検出する検出回路、7
はVサイクル制御フィールドを受けてパイプラインのス
テートを制御するパイプライン制御部、3は演算部との
インタフェース部、4はバッファ制御部とのインタフェ
ース部を表わしている。以下実施例の動作について第4
図のタイムチャートを用いて説明する。Reference numeral 15 is a register indicating a load instruction, which is set by CS or the operation code of the instruction. On the other hand, 6 is a detection circuit for detecting the relationship between the load instruction and the instruction immediately before it, 7
Indicates a pipeline control unit that receives the V cycle control field and controls the state of the pipeline, 3 indicates an interface unit with the arithmetic unit, and 4 indicates an interface unit with the buffer control unit. Operation of Embodiment 4 Below
This will be described with reference to the time chart in the figure.
第4図(a)は演算命令AのVサイクル制御フィール
ドがCSから読み出されて各ステートのレジスタ11,12,13
に伝搬されて行き、一方、次のロード命令がパイプライ
ンに投入され、同様にCSから読み出されたフィールドが
レジスタに伝搬されて行く様子を示している。In FIG. 4 (a), the V cycle control field of the operation instruction A is read from CS and the registers 11, 12, 13 of each state are read.
While the next load instruction is input to the pipeline, the field read from CS is also propagated to the register.
演算命令のTステートすなわちロード命令のAステー
トのタイミングで、レジスタ12とレジスタ11そしてレジ
スタ15の出力が検出回路6に入る。該検出回路6ではレ
ジスタ12がオンでかつレジスタ11がオンでかつレジスタ
15がオン(ロード命令)であったらレジスタ12へセット
するためのセレクト信号を出す。この信号によってレジ
スタ11からレジスタ12へ値が伝搬される。もし、このタ
イミングでレジスタ12がオフ(すなわち演算命令でな
い)であったらレジスタ12へのセレクトが出ずにレジス
タ11からの値は伝搬されない。そしてレジスタ12がオフ
となるとその処理はVステートを発生せずに第4図
(b)のタイムチャートを示すように通常の動きとな
る。Vステートを発生させるかどうかは、レジスタ12以
降の出力がパイプライン制御部7へ送られオンの場合は
Vステートを発生しオフの場合はVステートを発生しな
いように制御される。又、それと同時にE−ユニット9
及びS−ユニット10のインタフェースもパイプラインの
ステートと同期をとらなければならないので、これらの
処理をインタフェース部3および4で行なっている。The outputs of the register 12, the register 11, and the register 15 enter the detection circuit 6 at the timing of the T state of the arithmetic instruction, that is, the A state of the load instruction. In the detection circuit 6, the register 12 is on and the register 11 is on and
If 15 is on (load instruction), a select signal for setting the register 12 is issued. This signal propagates the value from register 11 to register 12. If the register 12 is off (that is, not an operation instruction) at this timing, the value from the register 11 is not propagated without selecting the register 12. Then, when the register 12 is turned off, the processing does not generate the V state and becomes a normal operation as shown in the time chart of FIG. 4 (b). Whether or not to generate the V state is controlled so that the output from the register 12 and subsequent registers is sent to the pipeline control unit 7 so that the V state is generated when it is on and the V state is not generated when it is off. At the same time, E-unit 9
Since the interface of the S-unit 10 and the S-unit 10 must be synchronized with the state of the pipeline, these processes are performed by the interface units 3 and 4.
この方法によれば、ロード命令はCSから読み出された
時点ではVステート発生となっているが、直前の命令が
演算命令であるか演算不要命令であるかによってVステ
ートの発生の有無を自由に設定できる。According to this method, the V instruction is in the V state when it is read from CS, but whether or not the V state is generated depends on whether the immediately preceding instruction is the operation instruction or the operation unnecessary instruction. Can be set to.
[発明の効果] 以上説明したように、本発明によれば、命令をパイプ
ライン方式で処理する計算機における、連結する演算命
令の間にロード命令等の演算不要の命令が介在する場合
にその処理フロー中に同時に実行可能な演算サイクル
(Vサイクル)を強制的に発生させることにより、パイ
プラインの乱れをなくし処理の高速化を図ったパイプラ
イン制御方式において、演算不要の命令の間にロード命
令等の演算不要の命令が存在し,Vサイクルを発生するこ
とが、むしろ損失を招く状態であるとき該Vサイクルの
発生を抑止することができるので、パイプラインの処理
効率を一層高めることできる利点がある。[Effects of the Invention] As described above, according to the present invention, in a computer that processes an instruction in a pipeline system, when an operation-free instruction such as a load instruction is interposed between operation instructions to be connected, the processing is performed. In the pipeline control method, in which the disturbance of the pipeline is eliminated and the processing speed is increased by forcibly generating the operation cycle (V cycle) that can be executed simultaneously during the flow, the load instruction is executed between the instructions that do not require the operation. Since it is possible to suppress the occurrence of V cycles when there are instructions that do not require arithmetic operations, such as when V cycles are generated, it is possible to further improve the processing efficiency of the pipeline. There is.
第1図は本発明の原理を説明するための図、第2図は本
発明の原理を説明するためのタイムチャート、第3図は
本発明の一実施例のブロック図、第4図は実施例の動作
の例を示すタイムチャート、第5図は従来のVサイクル
を設けて処理を高速化する例について説明する図、第6
図は連続する演算命令の中にロード命令がある場合の処
理の遅れについて説明する図、第7図は、強制的にVサ
イクルを発生すると演算不要命令中にロード命令が存在
する場合に損失時間を生ずることを説明する図である。 1,5……コントロールストレージ 21〜25……Vサイクル制御フィールドの移行、3,4……
インタフェース部、6……検出回路、7……パイプライ
ン制御部、8……命令制御部、9……演算部、10……バ
ッファ制御部、11〜15……レジスタFIG. 1 is a diagram for explaining the principle of the present invention, FIG. 2 is a time chart for explaining the principle of the present invention, FIG. 3 is a block diagram of an embodiment of the present invention, and FIG. FIG. 5 is a time chart showing an example of the operation of the example, FIG. 5 is a diagram explaining an example of providing a conventional V cycle to speed up the process, and FIG.
FIG. 7 is a diagram for explaining the processing delay when there is a load instruction among consecutive operation instructions, and FIG. 7 shows a loss time when there is a load instruction in an operation unnecessary instruction when V cycle is forcibly generated. It is a figure explaining that it produces. 1,5 ...... control storage 2 1 to 2 5 transition ...... V cycle control field, 3, 4 ......
Interface part, 6 ... Detection circuit, 7 ... Pipeline control part, 8 ... Instruction control part, 9 ... Arithmetic part, 10 ... Buffer control part, 11-15 ... Register
───────────────────────────────────────────────────── フロントページの続き (72)発明者 水島 芳宏 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 萩原 哲也 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 杉浦 聡 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 信太 由太郎 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 中田 達己 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (56)参考文献 特開 昭57−10872(JP,A) 特開 昭58−182758(JP,A) ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Yoshihiro Mizushima 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture, Fujitsu Limited (72) Inventor Tetsuya Hagiwara, 1015, Kamedotachu, Nakahara-ku, Kawasaki, Kanagawa Prefecture, Fujitsu Limited ( 72) Inventor Satoshi Sugiura 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture, Fujitsu Limited (72) Inventor Yuta Shinoda, 1015, Kamedotachu, Nakahara-ku, Kawasaki City, Kanagawa Prefecture Fujitsu Limited (72) Inventor, Nakata Tatsumi, Kanagawa Prefecture 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Fujitsu Limited (56) References JP-A-57-10872 (JP, A) JP-A-58-182758 (JP, A)
Claims (1)
から成る演算実行ステージ中の、ある特定演算サイクル
(V)を、他の演算命令の演算実行ステージ中で該特定
演算サイクル(V)に相当するサイクル(V)以外のサ
イクル(E)と同時に実行することが可能であり、処理
すべき命令が演算不要の命令であるとき強制的に前記特
定演算サイクル(V)を発生せしめる如く構成されたパ
イプライン方式の計算機において、 演算不要の命令がパイプラインに投入されたとき、該命
令の直前の命令および直後の命令が演算命令であるか否
かを識別する手段と、 前記演算不要の命令の直前の命令および直後の命令が演
算命令でないとき、前記特定演算サイクル(V)の発生
を抑止する手段とを設けたことを特徴とするパイプライ
ン制御方式。1. When processing an arithmetic instruction, a certain specific arithmetic cycle (V) in an arithmetic execution stage consisting of a plurality of machine cycles corresponds to the specific arithmetic cycle (V) in an arithmetic execution stage of another arithmetic instruction. It is possible to execute at the same time as the cycle (E) other than the cycle (V) to be executed and to forcefully generate the specific operation cycle (V) when the instruction to be processed is an instruction requiring no operation. In a pipeline type computer, when an instruction requiring no operation is input to the pipeline, means for identifying whether the instruction immediately before the instruction and the instruction immediately after the instruction are arithmetic instructions, And a means for suppressing the occurrence of the specific operation cycle (V) when the immediately preceding instruction and the immediately following instruction are not operation instructions.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP63221398A JP2558831B2 (en) | 1988-09-06 | 1988-09-06 | Pipeline control method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP63221398A JP2558831B2 (en) | 1988-09-06 | 1988-09-06 | Pipeline control method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH0269825A JPH0269825A (en) | 1990-03-08 |
| JP2558831B2 true JP2558831B2 (en) | 1996-11-27 |
Family
ID=16766134
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP63221398A Expired - Fee Related JP2558831B2 (en) | 1988-09-06 | 1988-09-06 | Pipeline control method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2558831B2 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| DE69228083T2 (en) * | 1991-03-14 | 1999-05-20 | Fujitsu Ltd., Kawasaki, Kanagawa | Method and device for controlling pipeline operations |
| JP2636566B2 (en) * | 1991-07-17 | 1997-07-30 | 富士通株式会社 | Pipeline control method |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS5710872A (en) * | 1980-06-25 | 1982-01-20 | Fujitsu Ltd | Instruction control device |
| JPS58182758A (en) * | 1982-04-20 | 1983-10-25 | Toshiba Corp | Arithmetic controller |
-
1988
- 1988-09-06 JP JP63221398A patent/JP2558831B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JPH0269825A (en) | 1990-03-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP0423906B1 (en) | Method of and apparatus for nullifying an instruction | |
| KR0133238B1 (en) | Computer processing system and instruction execution method | |
| EP0272705B1 (en) | Loosely coupled pipeline processor | |
| JPS6028015B2 (en) | information processing equipment | |
| JPH04367936A (en) | Superscalar processor | |
| JPH03286332A (en) | Digital data processor | |
| JPH0743648B2 (en) | Information processing equipment | |
| JP2558831B2 (en) | Pipeline control method | |
| JPS60178580A (en) | Instruction control system | |
| JP2503984B2 (en) | Information processing device | |
| JP2812610B2 (en) | Pipeline control method | |
| JPS5896345A (en) | Hierarchical calculation method | |
| JPH0277940A (en) | Data processor | |
| JPS6259829B2 (en) | ||
| JPH0766325B2 (en) | Pipeline control equipment | |
| JP2545594B2 (en) | Operand data prefetching method | |
| WO1993018451A1 (en) | Elimination of the critical path in memory control unit and input/output control unit operations | |
| JPH06149569A (en) | Register number changing device | |
| JP3743155B2 (en) | Pipeline controlled computer | |
| JPH04116726A (en) | Information processor | |
| JPH0342721A (en) | Information processor | |
| JPH04353923A (en) | Parallel instruction execution system for electronic computer | |
| JPH0431134B2 (en) | ||
| JPS6125167B2 (en) | ||
| JPH0769800B2 (en) | Data processing device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| LAPS | Cancellation because of no payment of annual fees |