JPH0628388A - Vector calculator - Google Patents

Vector calculator

Info

Publication number
JPH0628388A
JPH0628388A JP17974892A JP17974892A JPH0628388A JP H0628388 A JPH0628388 A JP H0628388A JP 17974892 A JP17974892 A JP 17974892A JP 17974892 A JP17974892 A JP 17974892A JP H0628388 A JPH0628388 A JP H0628388A
Authority
JP
Japan
Prior art keywords
instruction
vector
pipeline
level
operation 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.)
Withdrawn
Application number
JP17974892A
Other languages
Japanese (ja)
Inventor
Takao Hisama
登夫 久間
Kenichi Sakai
賢一 坂井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP17974892A priority Critical patent/JPH0628388A/en
Publication of JPH0628388A publication Critical patent/JPH0628388A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Complex Calculations (AREA)

Abstract

PURPOSE:To realize a high-speed vector arithmetic processing on the vector calculator executing the vector arithmetic processing according to the vector arithmetic pipeline. CONSTITUTION:The vector calculator is provided with a 1st pipeline and a 2nd pipeline with a throughput different from that of the 1st pipeline. Following a preceding instruction applied to the 1st pipeline, succeeding instructions causing register interference with the preceding instruction are inputted to the 2nd pipeline. The calculator is provided with a detection section 11 detecting the arithmetic operation end time point of the 1st element of the preceding instruction according to the number of stages of the 1st pipeline and a counting section 12 performed the counting processing of the counting speed prescribed by the difference of the throughputs between two instructions when the detection section 11 detects the arithmetic operation end time point and when the counted value reaches the value corresponding to the number of elements of the preceding instruction outputting the purport. When the section 12 outputs 12 outputs the arrival of the counted value, the succeeding instructions are applied to the 2nd pipeline.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ベクトル演算パイプラ
インに従ってベクトル演算処理を実行するベクトル計算
機に関し、特に、高速なベクトル演算処理を可能にする
ベクトル計算機に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a vector computer that executes vector arithmetic processing according to a vector arithmetic pipeline, and more particularly to a vector computer that enables high-speed vector arithmetic processing.

【0002】近年のベクトル計算機では、複数のベクト
ル演算パイプラインを備えて、ベクトル演算を並列動作
で実行することで、データ処理性能の向上を図ってい
る。しかし、先行命令の結果オペランドと、後続命令の
入力オペランドが、同一のベクトルレジスタを利用する
場合には、後続命令は、先行命令の結果がベクトルレジ
スタに書き込まれた後に入力しなければならない。そう
しないと、先読みしてしまうことになるからである。
In recent years, vector computers have a plurality of vector operation pipelines and execute vector operations in parallel to improve data processing performance. However, when the result operand of the preceding instruction and the input operand of the succeeding instruction use the same vector register, the succeeding instruction must be input after the result of the preceding instruction is written in the vector register. If you don't, you'll have to look ahead.

【0003】しかしながら、後続命令の入力は、先行命
令の全てのエレメントについての結果オペランドがベク
トルレジスタに書き込まれるまで待つ必要はない。すな
わち、上記のようなレジスタ干渉がある場合でも、同一
エレメント順で処理される演算命令である場合に、先行
命令の第1番目のエレメントの結果が書き込まれれば、
最終エレメントまで書き込まれるのを待たずに、直ちに
後続命令をスタートして第1番目のエレメントを入力で
きる。このような先行命令と後続命令の関係をリンクし
ていると呼んでいる。
However, the input of the subsequent instruction does not have to wait until the result operands for all elements of the preceding instruction have been written to the vector register. That is, even if there is register interference as described above, if the result of the first element of the preceding instruction is written in the case of an arithmetic instruction processed in the same element order,
It is possible to immediately start the subsequent instruction and input the first element without waiting for writing to the last element. It is called that such a relationship between the preceding instruction and the subsequent instruction is linked.

【0004】[0004]

【従来の技術】従来のベクトル計算機では、レジスタ干
渉が生ずる場合にあってリンク制御を実行するのは、先
行命令と後続命令との演算スループットが等しいととも
に、エレメントの演算処理順序が等しい場合に限られて
いた。
2. Description of the Related Art In a conventional vector computer, when register interference occurs, link control is executed only when the preceding and succeeding instructions have the same operation throughput and the elements have the same operation processing order. It was being done.

【0005】すなわち、図8に示すように、先行命令の
ベクトル演算パイプラインのステージ数が5で、スルー
プットが1τで、先行命令のエレメント順序が「0,1,2,
3,4,5,6 」であり、一方、後続命令のベクトル演算パイ
プラインのステージ数が4で、スループットが1τで、
後続命令のエレメント順序が「0,1,2,3,4,5,6 」である
場合で説明するならば、先行命令のエレメント0の結果
がベクトルレジスタに書き込まれた次のタイミングに
は、後続命令のエレメント0を入力できるタイミングに
あり、先行命令のエレメント1の結果がベクトルレジス
タに書き込まれた次のタイミングには、後続命令のエレ
メント1を入力できるタイミングにあるので、先行命令
の第1番目のエレメントの結果がベクトルレジスタへ書
き込まれた時点で、直ちに後続命令をスタートしていく
というリンク制御を実行していたのである。
That is, as shown in FIG. 8, the number of stages of the vector operation pipeline of the preceding instruction is 5, the throughput is 1τ, and the element order of the preceding instruction is "0, 1, 2,
3,4,5,6 ”, on the other hand, the number of stages of the vector operation pipeline of the subsequent instruction is 4 and the throughput is 1τ,
In the case where the element order of the subsequent instruction is “0,1,2,3,4,5,6”, the result of the element 0 of the preceding instruction is written to the vector register at the next timing. Since the element 0 of the succeeding instruction can be input and the result of the element 1 of the preceding instruction is written to the vector register, the element 1 of the succeeding instruction can be input, so that the first instruction of the preceding instruction can be input. When the result of the second element was written to the vector register, the link control was executed to immediately start the subsequent instruction.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、従来技
術では、先行命令と後続命令とのスループットが等し
く、かつエレメント順序が等しい場合にしかリンク制御
を実行していなかった。すなわち、先行命令と後続命令
とでスループットが異なる場合や、エレメント順序が異
なる場合には、リンク制御を実行することなく、先行命
令の最終エレメントの結果がでるまでの間、後続命令の
入力を待たせるという方法を採っていたのである。これ
から、データ処理効率が劣化するという問題点があっ
た。
However, in the prior art, the link control is executed only when the throughputs of the preceding instruction and the succeeding instruction are equal and the element order is equal. That is, when the throughput differs between the preceding instruction and the succeeding instruction, or when the element order is different, the input of the succeeding instruction is waited until the result of the final element of the preceding instruction is obtained without executing the link control. The method of letting it happen was adopted. From now on, there is a problem that the data processing efficiency is deteriorated.

【0007】本発明はかかる事情に鑑みてなされたもの
であって、先行命令と後続命令とでレジスタ干渉が生ず
る場合にあって、先行命令と後続命令とでスループット
が異なる場合や、エレメント順序が異なる場合にあって
も、リンク制御を実現することで性能向上を実現する新
たなベクトル計算機の提供を目的とする。
The present invention has been made in view of the above circumstances. When register interference occurs between a preceding instruction and a succeeding instruction, the preceding instruction and the succeeding instruction have different throughputs, and the element order is different. It is an object of the present invention to provide a new vector computer that realizes performance improvement by realizing link control even when different.

【0008】[0008]

【課題を解決するための手段】図1に本発明の原理構成
を図示する。図中、1はベクトルデータを保持するベク
トルレジスタ、2は第1のベクトル演算パイプラインで
あって、所定のステージ数に従って、ベクトルレジスタ
1から読み出す2つのベクトルデータに対して規定の演
算処理を実行するもの、3は第2のベクトル演算パイプ
ラインであって、所定のステージ数に従って、ベクトル
レジスタ1から読み出す2つのベクトルデータに対して
規定の演算処理を実行するもの、4は第1及び第2のベ
クトル演算パイプライン2,3の管理処理を実行する命
令管理部である。
FIG. 1 shows the principle configuration of the present invention. In the figure, 1 is a vector register that holds vector data, and 2 is a first vector operation pipeline, which executes specified operation processing on two vector data read from the vector register 1 according to a predetermined number of stages. 3 is a second vector operation pipeline, which executes specified operation processing on two vector data read from the vector register 1 according to a predetermined number of stages, and 4 is first and second Is an instruction management unit that executes management processing of the vector operation pipelines 2 and 3.

【0009】この命令管理部4は、後続命令の発信をチ
ェックする後続命令発信チェック部5と、第1のベクト
ル演算パイプライン2の演算進行状態を管理すること
で、第2のベクトル演算パイプライン3が発信できる状
態にあるか否かを管理する第1の演算パイプ管理部6
と、第2のベクトル演算パイプライン3の演算進行状態
を管理することで、第1のベクトル演算パイプライン2
が発信できる状態にあるか否かを管理する第2の演算パ
イプ管理部7とを備える。
The instruction management unit 4 manages the subsequent instruction transmission check unit 5 for checking the transmission of the subsequent instruction, and the operation progress state of the first vector operation pipeline 2 so that the second vector operation pipeline is operated. The first arithmetic pipe management unit 6 that manages whether or not 3 is in the state of being able to transmit
And managing the operation progress state of the second vector operation pipeline 3, the first vector operation pipeline 2
A second arithmetic pipe management unit 7 that manages whether or not the call is in a state where it can make a call.

【0010】8は後続命令発信チェック部5の備えるレ
ジスタ干渉検出部であって、先行命令と後続命令との間
でレジスタ干渉が生ずるか否かを検出するもの、9は後
続命令発信チェック部5の備える第2パイプスタート部
であって、第1の演算パイプ管理部6の出力に応答し
て、第2の演算パイプ管理部7を起動するとともに、第
2のベクトル演算パイプライン3を起動するもの、10
は後続命令発信チェック部5の備える第1パイプスター
ト部であって、先行命令が第1のベクトル演算パイプラ
イン2を使用する場合に、この先行命令の実行に入るべ
く、第1の演算パイプ管理部6を起動するとともに、第
1のベクトル演算パイプライン2を起動するものであ
る。
Reference numeral 8 is a register interference detection unit provided in the subsequent instruction transmission check unit 5 for detecting whether or not register interference occurs between the preceding instruction and the subsequent instruction, and 9 is the subsequent instruction transmission check unit 5. Which is a second pipe start unit included in the above, and in response to the output of the first arithmetic pipe managing unit 6, activates the second arithmetic pipe managing unit 7 and activates the second vector arithmetic pipeline 3. Things, 10
Is a first pipe start unit included in the subsequent instruction transmission check unit 5, and when the preceding instruction uses the first vector operation pipeline 2, the first arithmetic pipe management unit enters the execution of the preceding instruction. The first vector operation pipeline 2 is started while the section 6 is started.

【0011】11は第1の演算パイプ管理部6の備える
検出部であって、第1のベクトル演算パイプライン2の
持つステージ数に従って、第1のベクトル演算パイプラ
イン2に投入される先行命令の第1番目エレメントの演
算終了時点を検出するもの、12は第1の演算パイプ管
理部6の備える計数部であって、検出部11が第1番目
エレメントの演算終了時点を検出するときに、先行命令
と後続命令とのスループットの違いにより規定される計
数速度の計数処理に入って、この計数処理による計数値
が先行命令の持つエレメント数に応じた値に達するとき
にその旨を出力するものである。
Reference numeral 11 denotes a detection unit provided in the first arithmetic operation pipe management unit 6, which detects a preceding instruction input to the first vector arithmetic operation pipeline 2 in accordance with the number of stages of the first vector arithmetic operation pipeline 2. Detecting the end time of the operation of the first element, reference numeral 12 is a counting unit included in the first operation pipe management unit 6, and when the detection unit 11 detects the end time of the operation of the first element, It enters the counting process of the counting speed specified by the difference in the throughput of the instruction and the subsequent instruction, and outputs that when the count value of this counting process reaches the value according to the number of elements of the preceding instruction. is there.

【0012】[0012]

【作用】本発明では、先行命令が第1のベクトル演算パ
イプライン2を使用し、後続命令が第2のベクトル演算
パイプライン3を使用するときにあって、第1パイプス
タート部10は、先行命令の実行を開始すべく、第1の
演算パイプ管理部6と第1のベクトル演算パイプライン
2を起動する。このとき、レジスタ干渉検出部8が、先
行命令と後続命令とのレジスタ干渉を検出すると、第2
パイプスタート部9は、第2の演算パイプ管理部7と第
2のベクトル演算パイプライン3の起動を保留する。
In the present invention, when the preceding instruction uses the first vector operation pipeline 2 and the subsequent instruction uses the second vector operation pipeline 3, the first pipe start unit 10 is The first arithmetic pipe management unit 6 and the first vector arithmetic pipeline 2 are activated to start the execution of the instruction. At this time, if the register interference detection unit 8 detects register interference between the preceding instruction and the subsequent instruction, the second
The pipe start unit 9 suspends the activation of the second arithmetic pipe management unit 7 and the second vector arithmetic pipeline 3.

【0013】第1のパイプスタート部10から起動指示
を受けると、検出部11は、第1のベクトル演算パイプ
ライン2の持つステージ数に従って、先行命令の第1番
目エレメントの演算終了時点を検出し、この検出時点を
受けて、計数部12は、先行命令のスループットが2τ
で後続命令のスループットが1τである場合には、2τ
単位に計数処理を進行し、先行命令のスループットが3
τで後続命令のスループットが1τである場合には、3
τ単位に計数処理を進行するといったように、先行命令
と後続命令とのスループットの違いにより規定される計
数速度の計数処理に入って、この計数処理による計数値
が先行命令の持つエレメント数に応じた値に達するとき
にその旨を出力する。この計数部12の出力を受けて、
第2パイプスタート部9は、第2の演算パイプ管理部7
と第2のベクトル演算パイプライン3を起動して後続命
令の実行を指示する。
Upon receiving the activation instruction from the first pipe start unit 10, the detection unit 11 detects the operation end time of the first element of the preceding instruction according to the number of stages of the first vector operation pipeline 2. In response to this detection time, the counting unit 12 determines that the throughput of the preceding instruction is 2τ.
If the throughput of the subsequent instruction is 1τ, then 2τ
The counting process proceeds in units, and the throughput of the preceding instruction is 3
If the throughput of the subsequent instruction is 1τ at τ, then 3
As the counting process proceeds in increments of τ, it enters the counting process of the counting speed specified by the difference in the throughput of the preceding instruction and the subsequent instruction, and the count value of this counting process depends on the number of elements of the preceding instruction. When that value is reached, it is output to that effect. Upon receiving the output of the counting unit 12,
The second pipe start unit 9 includes the second arithmetic pipe management unit 7
Then, the second vector operation pipeline 3 is activated to instruct execution of the subsequent instruction.

【0014】この第1の演算パイプ管理部6の実行する
処理に従って、図2に示すように、先行命令を実行する
第1のベクトル演算パイプライン2のステージ数が5
で、スループットが2τで、先行命令のエレメント順序
が「0,1,2,3,4,5,6,7 」であり、一方、後続命令を実行
する第2のベクトル演算パイプライン3のステージ数が
4で、スループットが1τで、後続命令のエレメント順
序が「0,1,2,3,4,5,6,7」である場合にも、先行命令の
最終エレメントの結果がでるまでの間待たなくても、後
続命令を第2のベクトル演算パイプライン3に投入でき
るようになる。
According to the processing executed by the first arithmetic pipe management unit 6, as shown in FIG. 2, the number of stages of the first vector arithmetic pipeline 2 for executing the preceding instruction is five.
, The throughput is 2τ, the element order of the preceding instruction is “0,1,2,3,4,5,6,7”, while the stage of the second vector operation pipeline 3 that executes the succeeding instruction. Even if the number is 4, the throughput is 1τ, and the element order of the subsequent instructions is "0,1,2,3,4,5,6,7", until the result of the last element of the preceding instruction is obtained. The subsequent instruction can be input to the second vector operation pipeline 3 without waiting.

【0015】また、図3に示すように、先行命令を実行
する第1のベクトル演算パイプライン2のステージ数が
5で、スループットが2τで、先行命令のエレメント順
序が「0,2,4,6,1,3,5,7 」であり、一方、後続命令を実
行する第2のベクトル演算パイプライン3のステージ数
が4で、スループットが1τで、後続命令のエレメント
順序が「0,1,2,3,4,5,6,7 」である場合にも、先行命令
の最終エレメントの結果がでるまでの間待たなくても、
後続命令を第2のベクトル演算パイプライン3に投入で
きるようになる。
Further, as shown in FIG. 3, the number of stages of the first vector operation pipeline 2 for executing the preceding instruction is 5, the throughput is 2τ, and the element order of the preceding instruction is “0, 2, 4, 6,1,3,5,7 ", while the number of stages of the second vector operation pipeline 3 that executes the subsequent instruction is 4, the throughput is 1τ, and the element order of the subsequent instruction is" 0,1 ". , 2,3,4,5,6,7 ”even if you do not wait until the result of the last element of the preceding instruction is obtained,
The subsequent instruction can be input to the second vector operation pipeline 3.

【0016】また、図4に示すように、先行命令を実行
する第1のベクトル演算パイプライン2のステージ数が
5で、スループットが3τで、先行命令のエレメント順
序が「0,3,6,1,4,7,2,5 」であり、一方、後続命令を実
行する第2のベクトル演算パイプライン3のステージ数
が4で、スループットが1τで、後続命令のエレメント
順序が「0,1,2,3,4,5,6,7 」である場合にも、先行命令
の最終エレメントの結果がでるまでの間待たなくても、
後続命令を第2のベクトル演算パイプライン3に投入で
きるようになる。
Further, as shown in FIG. 4, the number of stages of the first vector operation pipeline 2 for executing the preceding instruction is 5, the throughput is 3τ, and the element order of the preceding instruction is “0, 3, 6, 1,4,7,2,5 ", while the number of stages of the second vector operation pipeline 3 that executes the subsequent instruction is 4, the throughput is 1τ, and the element order of the subsequent instruction is" 0,1 ". , 2,3,4,5,6,7 ”even if you do not wait until the result of the last element of the preceding instruction is obtained,
The subsequent instruction can be input to the second vector operation pipeline 3.

【0017】このように、本発明によれば、先行命令の
最終エレメントの結果がでるまでの間待たなくても、後
続命令の実行に入れるようになるのである。
As described above, according to the present invention, the subsequent instruction can be executed without waiting until the result of the final element of the preceding instruction is obtained.

【0018】[0018]

【実施例】以下、実施例に従って本発明を詳細に説明す
る。図5に、ベクトル計算機の装置構成を図示する。こ
の図に示すように、ベクトル計算機は、主記憶データの
ベクトルデータを格納する主メモリ100と、この主メ
モリ100をアクセスする2つのアクセスパイプライン
200と、アクセスパイプライン200によりアクセス
されるベクトルデータを格納するベクトルレジスタ1
と、ベクトルレジスタ1から2つのベクトルデータを読
み出し規定の演算処理を施して、その演算結果をベクト
ルレジスタ1に書き込む第1のベクトル演算パイプライ
ン2と、ベクトルレジスタ1から2つのベクトルデータ
を読み出し規定の演算処理を施して、その演算結果をベ
クトルレジスタ1に書き込む第2のベクトル演算パイプ
ライン3と、第1及び第2のベクトル演算パイプライン
2,3の管理処理を実行する命令管理部4とから構成さ
れるものである。
EXAMPLES The present invention will be described in detail below with reference to examples. FIG. 5 illustrates a device configuration of the vector computer. As shown in this figure, the vector computer has a main memory 100 for storing vector data of main memory data, two access pipelines 200 for accessing the main memory 100, and vector data accessed by the access pipeline 200. Vector register 1 to store
And two vector data from the vector register 1 are subjected to prescribed arithmetic processing and the arithmetic result is written into the vector register 1, and the two vector data from the vector register 1 are prescribed and read. And a second vector operation pipeline 3 for writing the operation result to the vector register 1, and an instruction management unit 4 for executing the management processing of the first and second vector operation pipelines 2 and 3. It is composed of

【0019】図6に、命令管理部4の回路構成の一実施
例を図示する。図1でも説明したように、命令管理部4
は、後続命令発信チェック部5と、第1の演算パイプ管
理部6と、第2の演算パイプ管理部7とから構成され
る。
FIG. 6 shows an embodiment of the circuit configuration of the instruction management unit 4. As described in FIG. 1, the instruction management unit 4
Is composed of a succeeding instruction transmission check unit 5, a first arithmetic pipe management unit 6, and a second arithmetic pipe management unit 7.

【0020】この後続命令発信チェック部5は、命令レ
ジスタ20と、比較回路21a,21bと、チェック回
路22a,22bと、AND回路23a,23bと、フ
リップフロップ回路24a,24bと、AND回路25
a,25bと、AND回路26a,26bとを備える。
ここで、“a”の付く回路は、第1のベクトル演算パイ
プライン2を制御すべく備えられるものであり、“b”
の付く回路は、第2のベクトル演算パイプライン3を制
御すべく備えられるものである。
The subsequent instruction transmission check unit 5 includes an instruction register 20, comparison circuits 21a and 21b, check circuits 22a and 22b, AND circuits 23a and 23b, flip-flop circuits 24a and 24b, and an AND circuit 25.
a and 25b and AND circuits 26a and 26b.
Here, the circuit with "a" is provided to control the first vector operation pipeline 2, and "b" is provided.
The circuit marked with is provided for controlling the second vector operation pipeline 3.

【0021】命令レジスタ20は、第1及び第2のベク
トル演算パイプライン2,3に投入される命令と同一の
命令を保持する。比較回路21aは、先行命令が第2の
ベクトル演算パイプライン3に投入されるときにあっ
て、この先行命令と後続命令との間でレジスタ干渉が発
生するときにはHIGHレベル(以下、HIレベルと略
記する)を出力し、レジスタ干渉が発生しないときには
LOWレベル(以下、LOレベルと略記する)を出力す
る。チェック回路22aは、第1のベクトル演算パイプ
ライン2で実行すべき命令であるときには端子からH
Iレベルを出力し、第2のベクトル演算パイプライン3
で実行すべき命令であるときには端子からLOレベル
を出力するとともに、第1のベクトル演算パイプライン
2で実行に入るためのその他の発信条件について発信条
件が成立するときには端子からHIレベルを出力し、
不成立のときには端子からLOレベルを出力する。
The instruction register 20 holds the same instruction that is input to the first and second vector operation pipelines 2 and 3. The comparison circuit 21a has a HIGH level (hereinafter abbreviated as HI level) when the preceding instruction is input to the second vector operation pipeline 3 and when register interference occurs between the preceding instruction and the subsequent instruction. When the register interference does not occur, a LOW level (hereinafter abbreviated as LO level) is output. The check circuit 22a outputs H from the terminal when the instruction is an instruction to be executed in the first vector operation pipeline 2.
Outputs I level and outputs second vector operation pipeline 3
When it is an instruction to be executed in, a LO level is output from the terminal, and when other transmission conditions for entering execution in the first vector operation pipeline 2 are satisfied, a HI level is output from the terminal,
When not established, the LO level is output from the terminal.

【0022】AND回路23aは、比較回路21aがH
Iレベルを出力するとともに、チェック回路22aが
端子からHIレベルを出力するときにHIレベルを出力
し、そうでないときにはLOレベルを出力する。フリッ
プフロップ回路24aは、AND回路23aがHIレベ
ルを出力するときにセットされてHIレベルを出力し、
第2の演算パイプ管理部7からのリセット指示に従って
リセットされてLOレベルを出力する。後述することか
らも分かるように、このフリップフロップ回路24aが
HIレベルを出力している間は、第1のベクトル演算パ
イプライン2の使用が禁止されることになる。AND回
路25aは、フリップフロップ回路24aがLOレベル
を出力するとともに、チェック回路22aが端子から
HIレベルを出力するときにHIレベルを出力し、そう
でないときにはLOレベルを出力する。AND回路26
aは、AND回路25aがHIレベルを出力するとき
に、命令レジスタ20に保持される命令を第1の演算パ
イプ管理部6に転送する。
In the AND circuit 23a, the comparison circuit 21a has an H level.
In addition to outputting the I level, the check circuit 22a outputs the HI level when the terminal outputs the HI level, and otherwise outputs the LO level. The flip-flop circuit 24a is set when the AND circuit 23a outputs the HI level and outputs the HI level,
It is reset according to the reset instruction from the second arithmetic pipe management unit 7 and outputs the LO level. As will be understood later, use of the first vector operation pipeline 2 is prohibited while the flip-flop circuit 24a outputs the HI level. The AND circuit 25a outputs the HI level when the flip-flop circuit 24a outputs the LO level and the check circuit 22a outputs the HI level from the terminal, and otherwise outputs the LO level. AND circuit 26
a transfers the instruction held in the instruction register 20 to the first arithmetic pipe management unit 6 when the AND circuit 25a outputs the HI level.

【0023】一方、比較回路21bは、先行命令が第1
のベクトル演算パイプライン2に投入されるときにあっ
て、この先行命令と後続命令との間でレジスタ干渉が発
生するときにはHIレベルを出力し、レジスタ干渉が発
生しないときにはLOレベルを出力する。チェック回路
22bは、第2のベクトル演算パイプライン3で実行す
べき命令であるときには端子からHIレベルを出力
し、第1のベクトル演算パイプライン2で実行すべき命
令であるときには端子からLOレベルを出力するとと
もに、第2のベクトル演算パイプライン3で実行に入る
ためのその他の発信条件について発信条件が成立すると
きには端子からHIレベルを出力し、不成立のときに
は端子からLOレベルを出力する。
On the other hand, in the comparison circuit 21b, the first instruction is the first instruction.
When the register interference occurs between the preceding instruction and the succeeding instruction, the HI level is output, and when the register interference does not occur, the LO level is output. The check circuit 22b outputs the HI level from the terminal when the instruction is to be executed in the second vector operation pipeline 3, and outputs the LO level from the terminal when the instruction is to be executed in the first vector operation pipeline 2. In addition to the output, the HI level is output from the terminal when the transmission condition is satisfied for the other transmission conditions for entering the execution in the second vector operation pipeline 3, and the LO level is output from the terminal when the transmission condition is not satisfied.

【0024】AND回路23bは、比較回路21bがH
Iレベルを出力するとともに、チェック回路22bが
端子からHIレベルを出力するときにHIレベルを出力
し、そうでないときにはLOレベルを出力する。フリッ
プフロップ回路24bは、AND回路23bがHIレベ
ルを出力するときにセットされてHIレベルを出力し、
第1の演算パイプ管理部6からのリセット指示に従って
リセットされてLOレベルを出力する。後述することか
らも分かるように、このフリップフロップ回路24bが
HIレベルを出力している間は、第2のベクトル演算パ
イプライン3の使用が禁止されることになる。AND回
路25bは、フリップフロップ回路24bがLOレベル
を出力するとともに、チェック回路22bが端子から
HIレベルを出力するときにHIレベルを出力し、そう
でないときにはLOレベルを出力する。AND回路26
bは、AND回路25bがHIレベルを出力するとき
に、命令レジスタ20に保持される命令を第2の演算パ
イプ管理部7に転送する。
In the AND circuit 23b, the comparison circuit 21b has an H level.
In addition to outputting the I level, the check circuit 22b outputs the HI level when the HI level is output from the terminal, and otherwise outputs the LO level. The flip-flop circuit 24b is set when the AND circuit 23b outputs the HI level and outputs the HI level,
It is reset according to the reset instruction from the first arithmetic pipe management unit 6 and outputs the LO level. As will be understood later, use of the second vector operation pipeline 3 is prohibited while the flip-flop circuit 24b outputs the HI level. The AND circuit 25b outputs the HI level when the flip-flop circuit 24b outputs the LO level, the check circuit 22b outputs the HI level from the terminal, and otherwise outputs the LO level. AND circuit 26
b transfers the instruction held in the instruction register 20 to the second arithmetic pipe management unit 7 when the AND circuit 25b outputs the HI level.

【0025】一方、第1の演算パイプ管理部6は、命令
レジスタ30と、シフタ31と、プログラマブルレジス
タ32と、AND回路33と、カウンタ34とを備え
る。ここで、図6では省略してあるが、第2の演算パイ
プ管理部7もまた、同様の回路から構成されるものであ
る。
On the other hand, the first arithmetic pipe management unit 6 includes an instruction register 30, a shifter 31, a programmable register 32, an AND circuit 33, and a counter 34. Here, although omitted in FIG. 6, the second arithmetic pipe management unit 7 is also composed of a similar circuit.

【0026】命令レジスタ30は、AND回路26aか
ら転送されてくる命令を保持する。シフタ31は、第1
のベクトル演算パイプライン2のステージ数より1つ少
ない数のシフトレジスタから構成されて、AND回路2
5aがHIレベルを出力するときに、そのシフトレジス
タの数分の遅延処理を実行する。プログラマブルレジス
タ32は、第1のベクトル演算パイプライン2で実行さ
れる命令の持つエレメント数より1つ少ない値を出力す
る。AND回路33は、シフタ31がHIレベルの遅延
出力を出力するときに、プログラマブルレジスタ32の
出力する出力値を出力する。カウンタ34は、AND回
路33の出力する値を計数値の初期値として用いて、先
行命令と後続命令とのスループットの違いにより規定さ
れるカウントダウン速度に従って計数値をカウントダウ
ンして、計数値がゼロ値に達するときに、フリップフロ
ップ回路24bに対してリセット指示を出力する。
The instruction register 30 holds the instruction transferred from the AND circuit 26a. The shifter 31 is the first
The number of stages of the vector operation pipeline 2 is one less than the number of shift registers, and the AND circuit 2
When 5a outputs the HI level, the delay process for the number of shift registers is executed. The programmable register 32 outputs a value that is one less than the number of elements included in the instruction executed in the first vector operation pipeline 2. The AND circuit 33 outputs the output value output from the programmable register 32 when the shifter 31 outputs the HI level delayed output. The counter 34 uses the value output from the AND circuit 33 as the initial value of the count value, counts down the count value according to the countdown speed defined by the difference in throughput between the preceding instruction and the subsequent instruction, and the count value is zero. When it reaches, the reset instruction is output to the flip-flop circuit 24b.

【0027】次に、このように構成される命令管理部4
の動作処理について説明する。ここで、説明の便宜上、
第1のベクトル演算パイプライン2は、ステージ数が5
で、スループットが2τであるものとし、第2のベクト
ル演算パイプライン3は、ステージ数が4で、スループ
ットが1τであるものとする。従って、第1の演算パイ
プ管理部6のシフタ31は、図6に示すように、4個の
シフトレジスタから構成されることになる。そして、第
1のベクトル演算パイプライン2で実行される先行命令
と、第2のベクトル演算パイプライン3で実行される後
続命令の演算順序は同一であるとする。
Next, the instruction management unit 4 configured as above
The operation processing of will be described. Here, for convenience of explanation,
The first vector operation pipeline 2 has five stages.
, The throughput is 2τ, and the second vector operation pipeline 3 has four stages and the throughput is 1τ. Therefore, the shifter 31 of the first arithmetic pipe management unit 6 is composed of four shift registers as shown in FIG. Then, it is assumed that the preceding instruction executed in the first vector operation pipeline 2 and the subsequent instruction executed in the second vector operation pipeline 3 have the same operation order.

【0028】後続命令発信チェック部5の命令レジスタ
20に、 「VA 001,002,003」 という先行命令が保持されたとする。ここで、オペコー
ドVAは、第1のベクトル演算パイプライン2で実行さ
れるべき命令であることを表している。この命令は、具
体的には、ベクトルレジスタ002のデータと、ベクト
ルレジスタ003のデータとを入力として、第1のベク
トル演算パイプライン2で演算を実行して、その演算結
果をベクトルレジスタ001に書き込むことを指示して
いる。ここで、オペコードVAは、OPフィールドへ、
「001」は結果オペランドとしてR1フィールドへ、
「002」,「003」は入力オペランドとしてR2,
R3へ夫々セットされる。
It is assumed that the preceding instruction "VA 001,002,003" is held in the instruction register 20 of the succeeding instruction transmission check unit 5. Here, the operation code VA represents an instruction to be executed in the first vector operation pipeline 2. Specifically, this instruction inputs the data in the vector register 002 and the data in the vector register 003, executes an operation in the first vector operation pipeline 2, and writes the operation result in the vector register 001. I'm telling you. Here, the operation code VA is transferred to the OP field,
"001" is the result operand to the R1 field,
“002” and “003” are R2 as an input operand
It is set to R3 respectively.

【0029】この先行命令が命令レジスタ20にセット
されるときには、チェック回路22aは、そのオペコー
ドに従って第1のベクトル演算パイプライン2で演算す
べき命令であることが分かるので、端子からHIレベ
ルを出力するとともに、第1のベクトル演算パイプライ
ン2で実行に入るためのその他の発信条件についての発
信条件成立を判断して、端子からHIレベルを出力す
る。一方、比較回路21aは、後続命令が設定されてお
らずレジスタ干渉が発生していないことに対応してLO
レベルを出力する。これから、AND回路23aは、L
Oレベルを出力し、このLOレベル出力を受けて、フリ
ップフロップ回路24aは、LOレベルを出力する。
When the preceding instruction is set in the instruction register 20, the check circuit 22a knows that it is an instruction to be operated in the first vector operation pipeline 2 according to the operation code, and therefore outputs the HI level from the terminal. At the same time, it determines whether or not the transmission conditions for other transmission conditions for starting execution in the first vector operation pipeline 2 are satisfied, and outputs the HI level from the terminal. On the other hand, the comparison circuit 21a outputs the LO signal in response to the fact that the subsequent instruction is not set and the register interference does not occur.
Output level. From now on, the AND circuit 23a becomes L
The O level is output, and the flip-flop circuit 24a receives the LO level output and outputs the LO level.

【0030】AND回路25aは、このフリップフロッ
プ回路24aのLOレベル出力と、チェック回路22a
の端子からのHIレベル出力とを受けて、HIレベル
を出力することで、第1のベクトル演算パイプライン2
に対して、命令レジスタ20にセットされている上述の
「VA 001,002,003」という先行命令の実
行を指示するとともに、AND回路26aに対して、命
令レジスタ20にセットされているこの命令を第1の演
算パイプ管理部6の命令レジスタ30に転送することを
指示し、更に、第1の演算パイプ管理部6のシフタ31
に対して、この命令のエレメント0の実行の開始を通知
する。
The AND circuit 25a receives the LO level output of the flip-flop circuit 24a and the check circuit 22a.
The HI level output from the terminal of the first vector operation pipeline 2 is output to output the HI level.
To the AND circuit 26a while instructing the AND circuit 26a to execute the preceding instruction "VA 001, 002, 003" set in the instruction register 20. The transfer is instructed to the instruction register 30 of the first arithmetic pipe management unit 6, and the shifter 31 of the first arithmetic pipe management unit 6 is further used.
To the start of execution of element 0 of this instruction.

【0031】このAND回路25aからの起動指示に従
って、第1のベクトル演算パイプライン2は、先行命令
「VA 001,002,003」の実行に入る。そし
て、このAND回路25aからの通知に従って、シフタ
31は、この先行命令の実行開始と同期してシフト動作
に入って、図7に示すように、先行命令のエレメント0
が第1のベクトル演算パイプライン2のステージを移る
度毎に、AND回路25aから通知されたHIレベルを
シフトしていく。そして、このAND回路26aへの転
送指示に従って、後続命令発信チェック部5の命令レジ
スタ20にセットされた命令の内、オペコードVAは、
第1の演算パイプ管理部6の命令レジスタ30のOPフ
ィールドへ、「001」は結果オペランドとしてR1フ
ィールドへ、「002」,「003」は入力オペランド
としてR2,R3へ夫々セットされる。
According to the activation instruction from the AND circuit 25a, the first vector operation pipeline 2 starts executing the preceding instruction "VA 001,002,003". Then, in response to the notification from the AND circuit 25a, the shifter 31 enters the shift operation in synchronization with the start of execution of the preceding instruction, and as shown in FIG.
Shifts the HI level notified from the AND circuit 25a every time the shifts the stage of the first vector operation pipeline 2. Then, in accordance with the transfer instruction to the AND circuit 26a, of the instructions set in the instruction register 20 of the subsequent instruction transmission check unit 5, the operation code VA is
In the OP field of the instruction register 30 of the first arithmetic pipe management unit 6, "001" is set in the R1 field as a result operand, and "002" and "003" are set in R2 and R3 as input operands, respectively.

【0032】次に、後続命令発信チェック部5の命令レ
ジスタ20に、 「VB 004,001,005」 という後続命令が保持されたとする。ここで、オペコー
ドVBは、第2のベクトル演算パイプライン3で実行さ
れるべき命令であることを表している。この命令は、具
体的には、ベクトルレジスタ001のデータと、ベクト
ルレジスタ005のデータとを入力として、第2のベク
トル演算パイプライン3で演算を実行して、その演算結
果をベクトルレジスタ004に書き込むことを指示して
いる。ここで、オペコードVBは、OPフィールドへ、
「004」は結果オペランドとしてR1フィールドへ、
「001」,「005」は入力オペランドとしてR2,
R3へ夫々セットされる。
Next, it is assumed that the subsequent instruction "VB 004, 001, 005" is held in the instruction register 20 of the subsequent instruction transmission check unit 5. Here, the operation code VB represents that it is an instruction to be executed in the second vector operation pipeline 3. Specifically, this instruction inputs the data in the vector register 001 and the data in the vector register 005, executes an operation in the second vector operation pipeline 3, and writes the operation result in the vector register 004. I'm telling you. Here, the operation code VB is transferred to the OP field.
“004” is the result operand to the R1 field,
"001" and "005" are R2 as an input operand.
It is set to R3 respectively.

【0033】この後続命令がセットされると、比較回路
21bは、後続命令発信チェック部5の命令レジスタ2
0のR2/R3フィールドと、第1の演算パイプ管理部
6の命令レジスタ30のR1フィールドとを比較するこ
とで、先行命令と後続命令との間でレジスタ干渉が発生
するか否かをチェックする。この例の場合、先行命令の
R1と後続命令のR2とが、共にベクトルレジスタ00
1を使用していてレジスタ干渉が発生しているので、こ
のチェック結果に従って、比較回路21bは、HIレベ
ルを出力する。一方、チェック回路22bは、この後続
命令のオペコードに従って第2のベクトル演算パイプラ
イン3で演算を実行すべき命令であることが分かるの
で、端子からHIレベルを出力するとともに、第2の
ベクトル演算パイプライン3で実行に入るためのその他
の発信条件についての発信条件成立を判断して、端子
からHIレベルを出力する。
When this subsequent instruction is set, the comparison circuit 21b causes the instruction register 2 of the subsequent instruction transmission check unit 5 to perform the operation.
By comparing the R2 / R3 field of 0 with the R1 field of the instruction register 30 of the first arithmetic pipe management unit 6, it is checked whether register interference occurs between the preceding instruction and the subsequent instruction. . In this example, the preceding instruction R1 and the succeeding instruction R2 are both in the vector register 00.
Since 1 is used and register interference occurs, the comparison circuit 21b outputs the HI level according to the check result. On the other hand, since the check circuit 22b knows that the instruction should be executed in the second vector operation pipeline 3 according to the operation code of the subsequent instruction, it outputs the HI level from the terminal and the second vector operation pipe. In line 3, it is judged whether the transmission conditions for other transmission conditions for starting execution are satisfied, and the HI level is output from the terminal.

【0034】この比較回路21bのHIレベル出力と、
チェック回路22bの端子からのHIレベル出力とを
受けて、AND回路23bは、HIレベルを出力し、こ
のHIレベル出力を受けて、フリップフロップ回路24
bは、HIレベルを出力する。そして、AND回路25
bは、このフリップフロップ回路24bのHIレベル出
力を受けて、第2のベクトル演算パイプライン3で実行
に入るためのその他の発信条件についての発信条件が成
立しているような場合にあっても、LOレベルを出力す
る。このAND回路25bのLOレベル出力に従って、
第2のベクトル演算パイプライン3に対し、命令レジス
タ20にセットされている上述の「VB004,00
1,005」という後続命令の実行に入らないことが指
示されることになる。
HI level output of the comparison circuit 21b,
Upon receiving the HI level output from the terminal of the check circuit 22b, the AND circuit 23b outputs the HI level, and upon receiving this HI level output, the flip-flop circuit 24
b outputs the HI level. And the AND circuit 25
b receives the HI level output of the flip-flop circuit 24b, and even if the transmission conditions for other transmission conditions for entering execution in the second vector operation pipeline 3 are satisfied. , LO level is output. According to the LO level output of the AND circuit 25b,
For the second vector operation pipeline 3, the above-mentioned "VB004,00 set in the instruction register 20 is set.
It is instructed not to execute the subsequent instruction "1,005".

【0035】一方、シフタ31は、上述のように、先行
命令「VA 001,002,003」の実行開始と同
期してシフト動作に入ると、図7に示すように、先行命
令のエレメント0が第1のベクトル演算パイプライン2
でもって演算処理を終了する時点で、AND回路33に
HIレベルを出力する。この出力を受けて、AND回路
33は、プログラムレジスタ32の出力する先行命令の
持つエレメント数より1つ少ない値を初期値としてカウ
ンタ34に設定する。図7の例では、先行命令のエレメ
ント数を“13”で想定しているので、カウンタ34に
は初期値として“12”が設定されることになる。
On the other hand, when the shifter 31 enters the shift operation in synchronization with the start of execution of the preceding instruction "VA 001, 002, 003" as described above, as shown in FIG. First vector operation pipeline 2
Therefore, the HI level is output to the AND circuit 33 at the time of ending the arithmetic processing. In response to this output, the AND circuit 33 sets a value, which is one less than the number of elements of the preceding instruction output from the program register 32, in the counter 34 as an initial value. In the example of FIG. 7, since the number of elements of the preceding instruction is assumed to be “13”, the counter 34 is set to “12” as the initial value.

【0036】計数開始の初期値が設定されると、カウン
タ34は、第1のベクトル演算パイプライン2で実行さ
れる先行命令のスループットが2τで、第2のベクトル
演算パイプライン3で実行される後続命令のスループッ
トが1τであることに対応して、図7に示すように、2
τ単位に計数値をカウントダウンしていく。そして、そ
の計数値がゼロ値に達すると、フリップフロップ回路2
4bに対してリセット指示を送出することで、このフリ
ップフロップ回路24bがLOレベルを出力することに
なるよう制御する。
When the initial value for starting counting is set, the counter 34 is executed in the second vector operation pipeline 3 when the throughput of the preceding instruction executed in the first vector operation pipeline 2 is 2τ. Corresponding to the throughput of the subsequent instruction being 1τ, as shown in FIG.
The count value is counted down in units of τ. When the count value reaches zero, the flip-flop circuit 2
By sending a reset instruction to 4b, the flip-flop circuit 24b is controlled to output the LO level.

【0037】フリップフロップ回路24bがLOレベル
を出力すると、AND回路25bは、このフリップフロ
ップ回路24bのLOレベル出力と、チェック回路22
bの端子からのHIレベル出力とを受けて、第2のベ
クトル演算パイプライン3に対し、命令レジスタ20に
セットされている上述の「VB 004,001,00
5」という後続命令の実行開始を指示することになる。
When the flip-flop circuit 24b outputs the LO level, the AND circuit 25b outputs the LO level output of the flip-flop circuit 24b and the check circuit 22.
Upon receiving the HI level output from the terminal b, the above-mentioned "VB 004, 001, 00 set in the instruction register 20 is sent to the second vector operation pipeline 3.
5 ”will be instructed to start execution of the subsequent instruction.

【0038】このようにして、図7に示すように、先行
命令を実行する第1のベクトル演算パイプライン2のス
テージ数が5で、スループットが2τであり、一方、後
続命令を実行する第2のベクトル演算パイプライン3の
ステージ数が4で、スループットが1τである場合に
も、先行命令の最終エレメントの結果が得るまでの間待
たなくても、後続命令を第2のベクトル演算パイプライ
ン3に投入できるようになる。
Thus, as shown in FIG. 7, the number of stages of the first vector operation pipeline 2 for executing the preceding instruction is 5 and the throughput is 2τ, while the second vector for executing the succeeding instruction is the second. Even when the number of stages of the vector operation pipeline 3 of 4 is 4 and the throughput is 1τ, the succeeding instruction is processed by the second vector operation pipeline 3 without waiting until the result of the final element of the preceding instruction is obtained. Can be put into.

【0039】そして、図3や図4で説明したように、先
行命令と後続命令のエレメント順序が異なるような場合
にあっても、先行命令の最終エレメントの結果が得るま
での間待たなくても、後続命令を第2のベクトル演算パ
イプライン3に投入できるようになるのである。
As described with reference to FIGS. 3 and 4, even when the element order of the preceding instruction and the succeeding instruction is different, it is not necessary to wait until the result of the final element of the preceding instruction is obtained. Then, the subsequent instruction can be input to the second vector operation pipeline 3.

【0040】[0040]

【発明の効果】以上説明したように、本発明によれば、
先行のベクトル命令と後続のベクトル命令との間に、ス
ループットの違いやエレメント順序の違いがあっても、
先行のベクトル命令の最終エレメントの結果が得るまで
の間待たなくても、後続のベクトル命令の実行に入るこ
とが可能になる。これから、高速なベクトル演算処理を
実現できるようになるのである。
As described above, according to the present invention,
Even if there is a difference in throughput or a difference in element order between the preceding vector instruction and the following vector instruction,
It is possible to enter the execution of the subsequent vector instruction without waiting until the result of the final element of the preceding vector instruction is obtained. From now on, high-speed vector operation processing can be realized.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明の処理の説明図である。FIG. 2 is an explanatory diagram of processing of the present invention.

【図3】本発明の処理の説明図である。FIG. 3 is an explanatory diagram of a process of the present invention.

【図4】本発明の処理の説明図である。FIG. 4 is an explanatory diagram of processing of the present invention.

【図5】ベクトル計算機のシステム構成図である。FIG. 5 is a system configuration diagram of a vector computer.

【図6】命令管理部の回路構成の一実施例である。FIG. 6 is an example of a circuit configuration of an instruction management unit.

【図7】実施例の処理の説明図である。FIG. 7 is an explanatory diagram of a process of the embodiment.

【図8】命令リンクの説明図である。FIG. 8 is an explanatory diagram of an instruction link.

【符号の説明】[Explanation of symbols]

1 ベクトルレジスタ 2 第1のベクトル演算パイプライン 3 第2のベクトル演算パイプライン 4 命令管理部 5 後続命令発信チェック部 6 第1の演算パイプ管理部 7 第2の演算パイプ管理部 8 レジスタ干渉検出部 9 第2パイプスタート部 10 第1パイプスタート部 11 検出部 12 計数部 1 Vector Register 2 First Vector Operation Pipeline 3 Second Vector Operation Pipeline 4 Instruction Management Unit 5 Subsequent Instruction Transmission Check Unit 6 First Operation Pipe Management Unit 7 Second Operation Pipe Management Unit 8 Register Interference Detection Unit 9 Second pipe start unit 10 First pipe start unit 11 Detection unit 12 Counting unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 第1のベクトル演算パイプラインと、該
第1のベクトル演算パイプラインとは異なるスループッ
トを持つ第2のベクトル演算パイプラインとを備え、該
第1のベクトル演算パイプラインに投入した先行命令に
続いて、該先行命令とレジスタ干渉の生ずる後続命令を
該第2のベクトル演算パイプラインに投入していくベク
トル計算機において、 第1のベクトル演算パイプラインの持つステージ数に従
って、該第1のベクトル演算パイプラインに投入される
先行命令の第1番目エレメントの演算終了時点を検出す
る検出部(11)と、 上記検出部(11)が第1番目エレメントの演算終了時点を
検出するときに、先行命令と後続命令とのスループット
の違いにより規定される計数速度の計数処理に入って、
該計数処理による計数値が先行命令の持つエレメント数
に応じた値に達するときにその旨を出力する計数部(12)
とを備え、 上記計数部(12)が計数値到達を出力するときに、後続命
令を第2のベクトル演算パイプラインに投入していくよ
う処理することを、 特徴とするベクトル計算機。
1. A first vector operation pipeline, and a second vector operation pipeline having a throughput different from that of the first vector operation pipeline are provided, and the first vector operation pipeline is input to the first vector operation pipeline. In a vector computer that inputs a subsequent instruction that causes register interference with the preceding instruction into the second vector operation pipeline, in accordance with the number of stages of the first vector operation pipeline, (11) that detects the operation end time of the first element of the preceding instruction that is input to the vector operation pipeline, and when the detection unit (11) detects the operation end time of the first element , Enter the counting process of the counting speed specified by the difference in throughput between the preceding instruction and the subsequent instruction,
A counting unit (12) which outputs a message when the count value obtained by the counting process reaches a value according to the number of elements of the preceding instruction.
And a vector calculator characterized in that, when the counting unit (12) outputs a count value arrival, processing is performed so that subsequent instructions are input to the second vector operation pipeline.
JP17974892A 1992-07-07 1992-07-07 Vector calculator Withdrawn JPH0628388A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17974892A JPH0628388A (en) 1992-07-07 1992-07-07 Vector calculator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17974892A JPH0628388A (en) 1992-07-07 1992-07-07 Vector calculator

Publications (1)

Publication Number Publication Date
JPH0628388A true JPH0628388A (en) 1994-02-04

Family

ID=16071187

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17974892A Withdrawn JPH0628388A (en) 1992-07-07 1992-07-07 Vector calculator

Country Status (1)

Country Link
JP (1) JPH0628388A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012103959A (en) * 2010-11-11 2012-05-31 Fujitsu Ltd Vector processing circuit, instruction issue control method and processor system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012103959A (en) * 2010-11-11 2012-05-31 Fujitsu Ltd Vector processing circuit, instruction issue control method and processor system
US8874879B2 (en) 2010-11-11 2014-10-28 Fujitsu Limited Vector processing circuit, command issuance control method, and processor system

Similar Documents

Publication Publication Date Title
EP0087978B1 (en) Information processing unit
KR19990044957A (en) Methods and apparatus that affect the processing of subsequent instructions in a data processor
JPH04275628A (en) Arithmetic processor
JP2620511B2 (en) Data processor
US5301331A (en) Interruption handling system
US7051194B2 (en) Self-synchronous transfer control circuit and data driven information processing device using the same
JP3822568B2 (en) Event processing
EP0385136B1 (en) Microprocessor cooperating with a coprocessor
JPH0628388A (en) Vector calculator
JPS581246A (en) Controlling system for order of instruction processing
JP2824484B2 (en) Pipeline processing computer
JP2812610B2 (en) Pipeline control method
JPS6242301B2 (en)
EP0211487A1 (en) Conditional operations in computers
JP2594140B2 (en) Data driven data processor
JP2511063B2 (en) Pipeline control method
JPS60105050A (en) Pipeline control system
JPH0269825A (en) Pipe line control system
JPH0283779A (en) Instruction execution control system for vector processor
JPS5896346A (en) Hierarchical arithmetic system
JPH04276827A (en) Pipe line processor
JPH08235135A (en) Parallel computer with communication register
JPH01286034A (en) Information processor
JPS60247743A (en) Pipeline arithmetic controller
JPS6125167B2 (en)

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19991005