JPH0311479A - Method and device for detecting completion of stream arithmetic operation - Google Patents
Method and device for detecting completion of stream arithmetic operationInfo
- Publication number
- JPH0311479A JPH0311479A JP14515689A JP14515689A JPH0311479A JP H0311479 A JPH0311479 A JP H0311479A JP 14515689 A JP14515689 A JP 14515689A JP 14515689 A JP14515689 A JP 14515689A JP H0311479 A JPH0311479 A JP H0311479A
- Authority
- JP
- Japan
- Prior art keywords
- token
- data
- stream
- value
- address
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims description 30
- 238000001514 detection method Methods 0.000 claims description 45
- 230000008569 process Effects 0.000 claims description 7
- 206010048669 Terminal state Diseases 0.000 claims description 6
- 230000001186 cumulative effect Effects 0.000 abstract description 17
- 238000007792 addition Methods 0.000 description 30
- 238000010586 diagram Methods 0.000 description 7
- 230000006870 function Effects 0.000 description 7
- 230000000694 effects Effects 0.000 description 3
- 230000009471 action Effects 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000007704 transition Effects 0.000 description 2
- 230000006399 behavior Effects 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
Landscapes
- Multi Processors (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は、メモリ部、演算部をパイプライン状のバスで
結合し、データ駆動方式により演算順序をコントロール
することを特徴とするデータフロープロセッサにおいて
、1−−クンの演算制御を行うストリーム演算終了検知
方法及びその装置に関する。[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a data flow processor characterized in that a memory section and an arithmetic section are connected through a pipeline bus, and the order of operations is controlled by a data-driven method. The present invention relates to a method and apparatus for detecting the end of stream computation that performs 1--kun computation control.
従来、データフロ一方式のプロセッサとしては特開昭5
8−70360号公報に記載されている技術があり、そ
れを製品化したものとして日本電気株式会社製のデータ
フロープロセッサであるμPD7281がある。Conventionally, as a data flow one-type processor, Japanese Patent Application Laid-open No. 5
There is a technology described in Japanese Patent No. 8-70360, and a commercialized version of this technology is μPD7281, a data flow processor manufactured by NEC Corporation.
このμPD7281は第6図に示されるような構成を持
つ、外部バスからデータフロープロセッサに入力される
データの単位となるトークンは、データ値と、入力後に
リンクテーブル92を参照するためのリンクテーブルア
ドレスと、そのトークンが処理されるべきデータフロー
プロセッサを示すモジュール番号とを持つ。トークン入
力部91は、外部バスを通るトークンのモジュール番号
がそのデータフロープロセッサの番号と一致する場合に
そのトークンを内部に入力し、そうでない場合にトーク
ン出力部97を通じてそのまま外部バスへ出力する。入
力されたトークンは、そのトークンの持つリンクテーブ
ルアドレスによりリンクテーブル92を参照し、そこで
ファンクションテーブル93を参照するためのファンク
ションテーブルアドレスと次回にリンクテーブル92を
参照するためのリンクテーブルアドレスとを得た後にフ
ァンクションテーブル93へ送られる。This μPD 7281 has the configuration shown in FIG. 6.Tokens, which are the units of data input from the external bus to the data flow processor, contain a data value and a link table address for referring to the link table 92 after input. and a module number indicating the data flow processor on which the token should be processed. The token input unit 91 inputs the token internally when the module number of the token passing through the external bus matches the number of the data flow processor, and otherwise outputs the token to the external bus as it is through the token output unit 97. The input token refers to the link table 92 using the link table address of the token, and obtains the function table address for referencing the function table 93 and the link table address for referencing the link table 92 next time. After that, it is sent to the function table 93.
トークンはファンクションテーブル93においてそのフ
ァンクションテーブルアドレスによる参照を行い、そこ
でデータメモリ94の管理情報の参照・更新を行うと同
時に、プロセッシングユニット96での処理内容を示す
処理コードとデータメモリ94のアクセスアドレスとを
得る。トークンはそこからデータメモリ94に送られ、
そこで必要に応じて2項演算の相手方のオペランドの待
ち合わせあるいは定数演算のための定数の読み出しを行
う。The token is referenced by the function table address in the function table 93, and there the management information in the data memory 94 is referenced and updated, and at the same time, the processing code indicating the processing content in the processing unit 96 and the access address of the data memory 94 are stored. get. The token is sent from there to data memory 94;
Therefore, waiting for the other operand of a binary operation or reading a constant for a constant operation is performed as necessary.
キューメモリ95はプロセッシングユニット96が前の
トークンを処理中で次のトークンを入力できない時にト
ークンを一時保持するためのメモリであり、プロセッシ
ングユニット96がビジーでない場合には、トークンは
キューメモリ95からプロセッシングユニット96に送
られ、その処理コードに応じて、整数データの加減乗算
、論理演算、シフト比較、ビット反転、プライオリティ
エンコーディング、分流、数値発生、コピー、内部レジ
スフを利用した演算などのうちの1つの処理を受ける。The queue memory 95 is a memory for temporarily holding tokens when the processing unit 96 is processing the previous token and cannot input the next token. When the processing unit 96 is not busy, the tokens are processed from the queue memory 95. Depending on the processing code, the unit 96 performs one of the following operations, such as addition, subtraction, and multiplication of integer data, logical operations, shift comparisons, bit inversion, priority encoding, shunting, numerical generation, copying, and operations using internal registers. undergo processing.
処理をうけたトークンは、リンクテーブル92に送られ
、再びそのリンクテーブルアドレスにより参照を行う。The processed token is sent to the link table 92 and referenced again using the link table address.
以下同様にして外部バス出力命令が実行されるまで内部
のリングバスを回り、そのデータ値に対して必要な処理
を受ける。Thereafter, the internal ring bus is similarly circulated until the external bus output command is executed, and the data value undergoes necessary processing.
トークンがプロセッシングユニット96で処理を受けた
のち外部バス出力命令により外部バスへ出力されるべき
場合には、そのデータフロープロセッサでの最後の演算
処理をプロセッシングユニット96で受けた後、まずリ
ンクテーブル92で外部バストークンとして持つべきリ
ンクテーブルアドレスをフェッチし、ついでファンクシ
ョンテーブル93で同じく外部パストークンとして持つ
べきモジュール番号及び出力を示す処理コードをフェッ
チした後にデータメモリ94を経てキューメモリ95へ
入力される。キューメモリ95の出口においてトークン
の持つ処理コードが出力を示すものである場合には、ト
ークンはキューメモリ95からトークン出力部97へ送
られ、先に述べたように獲得したモジュール番号とリン
クテーブルアドレスとを用いて外部バストークンの形に
変形された後に、外部バスへ出力される。When a token is to be output to an external bus by an external bus output command after being processed by the processing unit 96, after the last arithmetic processing by the data flow processor is received by the processing unit 96, the token is first output from the link table 92. The link table address that should be held as an external bus token is fetched from the function table 93, and the module number and processing code indicating the output that should also be held as the external path token are fetched from the function table 93, and then input to the queue memory 95 via the data memory 94. . If the processing code of the token at the exit of the queue memory 95 indicates output, the token is sent from the queue memory 95 to the token output section 97, and the module number and link table address obtained as described above are sent from the queue memory 95 to the token output section 97. After being transformed into an external bus token using
このように従来のデータフロープロセッサでは、同じ処
理を受けるべき複数のトークンに同じトークン識別子(
リンクテーブルアドレスと呼ぶ)を与えて連続して流す
という手法が用いられる。このような連続した流れをス
トリームと呼ぶ。In this way, in conventional data flow processors, multiple tokens that should receive the same processing are given the same token identifier (
A method is used in which a link table address (called a link table address) is given and the data is streamed continuously. Such continuous flow is called a stream.
従来のプロセッサでは、ストリームデータの累積加算を
する場合には、第7図に示すように次のような方法が用
いられる。In conventional processors, when performing cumulative addition of stream data, the following method is used as shown in FIG.
すなわち、第7図(a)に示される方法は、演算部(プ
ロセッサユニット)にレジスタを設け、ストリームデー
タを流し込んでトークンが入力されるごとにレジスタで
累積加算を行う。That is, in the method shown in FIG. 7(a), a register is provided in the arithmetic unit (processor unit), stream data is poured in, and the register performs cumulative addition every time a token is input.
第7図(b)に示される方法は、加算を2項加算の組合
せに分解し、予め最後に総和が求められるようにトーナ
メント方式にプログラムした上で、ストリームデータを
分配して入力する。In the method shown in FIG. 7(b), addition is broken down into combinations of binary additions, programmed in advance in a tournament format so that the sum is determined at the end, and then stream data is distributed and input.
第7図(C)に示される方法は、μPD7281のco
nvo命令”に見られるように、演算ノードに入力され
るストリームデータとそれまでに計算した部分和とを奇
数個目と偶数個目で分流し、この下の加算命令を用いて
2項ずつ加算し、結果を入力アークに戻すという動作を
、予め与えられたストリームの長さに対応する回数行っ
た後に累積加算結果を出力する。The method shown in FIG. 7(C) uses the μPD7281 co
As seen in the "nvo instruction", the stream data input to the operation node and the partial sums calculated so far are divided into odd and even numbers, and the addition instruction below is used to add two terms at a time. After performing the operation of returning the result to the input arc a number of times corresponding to the length of the stream given in advance, the cumulative addition result is output.
このような方法により、データフロープロセッサにおい
て、ストリームデータの累積加算が行われる。By such a method, cumulative addition of stream data is performed in the data flow processor.
しかし、データフロープロセッサにおけるストリームデ
ータの累積加算を行う方法には、それぞれ次のような問
題点がある。However, each method of cumulatively adding stream data in a data flow processor has the following problems.
第7図(a)に示される方法、すなわちレジスタによる
方法はプロセッシングユニット内のレジスタを使用する
ため、同時に複数箇所での累積加算ができず、高速化が
妨げられ、またそのためのプログラムによる制御が必要
となる。The method shown in FIG. 7(a), that is, the method using registers, uses registers in the processing unit, so it is not possible to perform cumulative addition at multiple locations at the same time, which impedes speedup and requires program control. It becomes necessary.
第7図(b)に示される方法、すなわちトーナメント方
式による方法はあらかじめ与えられた長さのデータに対
し、トーナメント方式の加算が進められるようにデータ
流を規定するプログラムを用意しなければならない。In the method shown in FIG. 7(b), that is, the tournament method, it is necessary to prepare a program that defines a data flow so that tournament-type addition can be performed on data of a predetermined length.
第7図(C)に示される方法、すなわちconvo命令
による方法はこの場合もconvo命令であらかじめス
トリームの長さが分からなければ使用できず、柔軟性に
欠ける。The method shown in FIG. 7C, that is, the method using the convo instruction, cannot be used unless the length of the stream is known in advance using the convo instruction in this case as well, and lacks flexibility.
このように従来のデータフロープロセッサでは、データ
フローグラムで1つのアークに任意の長さのストリーム
データを流してそれらの累積加算をとるときに、複数箇
所で平行して使え任意の長さに対応する累積加算をする
手段がなく、どの方法をとるにしても効率の悪い処理と
なっているという問題点がある。これは従来のデータフ
ロープロセッサに入力される任意長のストリームの終端
を発見し、その演算の終了を検知する手段がないためで
ある。In this way, with conventional data flow processors, when stream data of any length is passed through one arc in a data flow diagram and the cumulative addition is performed, it can be used in parallel at multiple points to handle any length. There is no means for cumulative addition, and no matter which method is used, the problem is that the processing is inefficient. This is because there is no means to discover the end of a stream of arbitrary length input to a conventional data flow processor and to detect the end of its operation.
本発明では、ストリームデータの最後尾として終端マー
クをつけたトークンを流し、その終端を検知することに
より、可変長のストリームの累積加算を高速化する方法
、及びそれを実現するデータフロープロセッサを提供す
ることを目的としている。The present invention provides a method for speeding up cumulative addition of a variable-length stream by flowing a token with an end mark as the end of stream data and detecting the end, and a data flow processor that implements the method. It is intended to.
第1の発明は、互いを区別するための識別子であるリン
クテーブルアドレスと処理されるデータとストリーム終
端を示す終端マークとを持つトークンを、データの単位
として内部のバスに流すことにより処理を行う、データ
メモリを備えたデータフロープロセッサの、複数のトー
クンからなるデータストリームに対する演算の終了を検
知するストリーム演算終了検知方法において、トークン
の入力ごとに、直前の判定処理の結果として得られた終
端状態フラグの値と1、直前に前記データメモリに書き
込みを行ったか否かを記憶した書き込みフラグの値と、
今回入力されたトークンの持つ前記終端マークとの3つ
を入力し、その組合せから今回の入力トークンに対する
動作として、入力トークンのデータ値を前記データメモ
リに書き込むか否かと、今回の判定処理の結果としての
終端状態フラグの値と、今回の判定処理の結果としての
書き込みフラグの値と、結果として出力するトークンの
リンクテーブルアドレスの値と、結果として出力するト
ークンの終端マークの値と、結果とし、て出力するトー
クンの後段での演算を指定する演算コードとを決定し、
ストリームに対する演算の途中と終了時で異なるリンク
テーブルアドレスを与えることによりストリーム演算の
終了を判定することを特徴としている。The first invention performs processing by sending a token, which has a link table address that is an identifier for distinguishing each other, data to be processed, and an end mark indicating the end of the stream, to an internal bus as a unit of data. , in a stream operation completion detection method for detecting the end of an operation on a data stream consisting of a plurality of tokens in a data flow processor equipped with a data memory, for each input token, the terminal state obtained as a result of the immediately preceding determination process is detected. a value of a flag and 1, a value of a write flag that stores whether or not writing was performed to the data memory immediately before;
The terminal mark of the token input this time is input, and from the combination, it is determined whether or not to write the data value of the input token to the data memory as an operation for the input token this time, and the result of the judgment process this time. The value of the termination state flag as the result of this judgment process, the value of the write flag as the result of this judgment process, the value of the link table address of the token to be output as a result, the value of the end mark of the token to be output as a result, and the value of the end mark of the token as a result. , determine the operation code that specifies the operation after the token to be output, and
It is characterized by determining the end of a stream operation by giving different link table addresses during and at the end of the stream operation.
第2の発明は、互いを区別するための識別子と処理され
るデータとストリーム終端を示す終端マークとを持つト
ークンを、データの単位として内部のバスに流すことに
より処理を行う、内部メモリを持つデータフロープロセ
ンサのストリーム演算終了検知装置において、
流入するトークンを一時保持する入力トークンレジスタ
と、
前記トークンレジスタ内のアドレスで参照され、演算を
指定する演算コードフィールドと、前記内部メモリアク
セスのためのデータメモリアドレスフィールドを持つコ
ードテーブルと、
終了検知動作を実現するための内部状態として終端状態
フラグフィールドと書き込みフラグフィールドとを保持
し記憶する、前記トークンレジスタ内のアドレスでアク
セスされる状態保持部と、前記入力トークンレジスタと
前記コードテーブルと前記状態保持部との内容を入力と
し前記状態保持部の内容を更新すると共に出力トークン
の持つ値を決定する終了検知コントローラと、前記終了
検知コントローラの信号により前記入力トークンレジス
タのリンクテーブルアドレスフィールドの値から出力ト
ークンのリンクテーブルアドレスフィールドを生成する
インクリメンタとを存することを特徴としている。The second invention has an internal memory that performs processing by flowing tokens, which have identifiers for distinguishing each other, data to be processed, and an end mark indicating the end of the stream, onto an internal bus as a unit of data. The stream operation end detection device of the data flow processor includes an input token register that temporarily holds incoming tokens, an operation code field that is referenced by an address in the token register and specifies an operation, and an operation code field that specifies an operation for accessing the internal memory. a code table having a data memory address field; and a state holding section that is accessed by an address in the token register and that holds and stores a terminal state flag field and a write flag field as internal states for realizing a terminal detection operation. , an end detection controller that receives the contents of the input token register, the code table, and the state holding section as input, updates the contents of the state holding section, and determines the value of the output token; and a signal from the end detection controller. and an incrementer that generates a link table address field of an output token from a value of a link table address field of the input token register.
[作用]
本発明のストリーム終了検知方法を使用する場合、累積
加算を行うストリームの最後尾トークンにあらかじめ終
端マークを与える。[Operation] When using the stream end detection method of the present invention, an end mark is given in advance to the last token of the stream in which cumulative addition is to be performed.
ストリーム終了検知装置は2つの連続したトークン入力
があった場合、その前者をメモリに書き込み、後者の到
着時にこれを読み出して加算する。When there are two consecutive token inputs, the stream end detection device writes the former to memory and reads and adds them when the latter arrives.
ストリームが入力されると、ストリームデータの隣接す
る2データずつの加算が行われ、その部分和はトークン
として出力されてまたもとの命令への入力ストリームと
して戻されるという動作が反復して行われ、1度の加算
ごとに入力されるストリームの長さが1ずつ短くなる。When a stream is input, two adjacent pieces of stream data are added together, and the partial sum is output as a token and returned as an input stream to the original instruction, which is repeated. , the length of the input stream decreases by one for each addition.
ストリーム演算終了検知装置は前回に処理したトークン
の終端マークの値を終端状態フラグに保持し、これと今
回入力されたトークンの終端マークがどちらも“1゛′
となるまで前述した動作を続ける。どちらも“′1“と
なると、これによりストリームの長さが1になったこと
が判定され、そのときのデータがもとのストリームデー
タ全体の累積加算の結果として、別のリンクテーブルア
ドレスを持ったトークンにより(すなわち別の場所から
)出力される。The stream calculation end detection device holds the value of the end mark of the token processed last time in the end state flag, and both this and the end mark of the token input this time are “1゛′”
Continue the above operations until . If both become "'1", it is determined that the stream length has become 1, and the data at that time has a different link table address as a result of cumulative addition of all the original stream data. (i.e. from somewhere else).
以上のような作用により、本発明によればストリームの
終端を検知することにより、可変長で効率の良いストリ
ーム累積加算を実現することができる。Due to the above-described effects, according to the present invention, by detecting the end of the stream, efficient stream cumulative addition with variable length can be realized.
本発明の実施例を図面を参照しながら説明する。 Embodiments of the present invention will be described with reference to the drawings.
第1図は本発明のストリーム演算終了検知装置の基本構
成図、第2図はそのス) IJ−ム演算終了検知装置を
持つデータフロープロセッサの構成図、第3図は本発明
の説明に供するトークン及びテーブルの形式を示す図で
ある。FIG. 1 is a basic configuration diagram of a stream calculation completion detection device of the present invention, FIG. 2 is a configuration diagram of a data flow processor having a stream calculation completion detection device, and FIG. 3 is provided for explanation of the present invention. It is a figure which shows the format of a token and a table.
第2図に示すデータフロープロセッサは、互いを区別す
るための識別子と処理されるデータとストリーム終端を
示す終端マークとを持つトークンを、データの単位とし
て内部のバスに流すことにより処理を行う、内部メモリ
を持つデータフロープロセッサであって、パストークン
入力部11と、リンクテーブル12と、ストリーム演算
終了検知装置1と、データメモリ14と、バッファキュ
ー15と、プロセッシングユニット16と、パストーク
ン出力部17とを備えている。The data flow processor shown in FIG. 2 performs processing by flowing tokens, which have identifiers for distinguishing each other, data to be processed, and an end mark indicating the end of the stream, onto an internal bus as data units. A data flow processor having an internal memory, which includes a path token input section 11, a link table 12, a stream operation completion detection device 1, a data memory 14, a buffer queue 15, a processing unit 16, and a path token output section. 17.
まず、データフロープロセッサの構成を示す第2図とデ
ータフロープロセッサ内部のトークン形式を示す第3図
を用いて、本発明を使用するデータフロープロセッサの
動作を説明する。本データフロープロセッサは第2図で
長方形で示すユニットからなり、各々のユニットは共通
して外部から供給されるパイ・プラインクロックに同期
してトークンの受渡しを行い、動作する。First, the operation of the data flow processor using the present invention will be explained using FIG. 2 showing the configuration of the data flow processor and FIG. 3 showing the token format inside the data flow processor. This data flow processor consists of units shown by rectangles in FIG. 2, and each unit operates by exchanging tokens in synchronization with a pipeline clock supplied from the outside.
第2図においてデータフロープロセッサは外部からパス
トークン人力部11を介して入力されるトークンに従っ
て動作する。リンクテーブル12におけるトークンは、
第3図(a)に示すように処理されるべきデータ値を持
つデータ部64にそのトークンを識別するためのリンク
テーブルアドレス63と、ストリームの終端を示すため
の終端マーク62を持つ。ストリームは同じリンクテー
ブルアドレスを持つ複数のトークンが互いの順序を保っ
て流れるものであり、その中でのトークン間の相対位置
関係が不変であることを利用して演算処理が行われる。In FIG. 2, the data flow processor operates according to tokens input from the outside via the pass token human input unit 11. The token in the link table 12 is
As shown in FIG. 3(a), a data section 64 containing data values to be processed has a link table address 63 for identifying the token and an end mark 62 for indicating the end of the stream. A stream is a stream in which a plurality of tokens having the same link table address flow while maintaining their mutual order, and arithmetic processing is performed using the fact that the relative positional relationship between the tokens in the stream is unchanged.
終端マークは最後尾のトークンでは“′1゛を、それ以
外では“′0“を値として持つ。The end mark has a value of "'1" for the last token and "'0" for other tokens.
トークンは第2図に示されるプロセッシングユニット1
6で演算を受ける前に、演算後に持つべきリンクテーブ
ルアドレスと、ストリーム演算終了検知装置1を参照す
るためのコードテーブルアドレス73をリンクテーブル
12でフェッチする。この参照によって第3図(b)の
形式を持ったトークンはストリーム演算終了検知装置1
へ送られ、後述するようなストリーム演算終了検知動作
を受ける。その後トークンは、必要に応じてデータメモ
リ14でのメモリ読み出しによって得た2つのオペラン
ドとプロセッシングユニット16で用いる演算コードと
共に(第3図(d))、バッファキュー15を通過して
プロセッシングユニット16へ送うレ、そこで演算コー
ドにしたがった演算処理を受ける。The token is the processing unit 1 shown in FIG.
Before receiving the calculation in step 6, the link table address to be held after the calculation and the code table address 73 for referring to the stream calculation end detection device 1 are fetched from the link table 12. By this reference, the token having the format shown in FIG.
, and undergoes a stream calculation completion detection operation as described below. Thereafter, the token passes through the buffer queue 15 to the processing unit 16 along with the two operands obtained by memory reading in the data memory 14 and the operation code used in the processing unit 16 (FIG. 3(d)), if necessary. It is sent there, where it undergoes arithmetic processing according to the operation code.
演算処理後はそのリンクテーブルアドレスによって信号
線103を経由しリンクテーブルI2に送られてさらに
同様な動作を続けるか、またはパストークン出力部17
を介して結果トークンとしてデータフロープロセッサ外
部に出力される。After the arithmetic processing, the link table address is sent to the link table I2 via the signal line 103 and the same operation is continued, or the pass token output unit 17
is output to the outside of the data flow processor as a result token.
次にストリーム演算終了検知装置1の構成と動作につい
て第1図と第3図を用いて説明する。Next, the configuration and operation of the stream calculation end detection device 1 will be explained using FIGS. 1 and 3.
このストリーム演算終了検知装置Iは、流入するトーク
ンを一時保持する入力トークンレジスタ4と、トークン
レジスタ4内のアドレスで参照され、演算を指定する演
算コード30と、内部メモリアクセスのためのデータメ
モリアドレス32を持つコードテーブル5と、終了検知
動作を実現するための内部状態として終端状態フラグ3
6と書き込みフラグ37とを保持し記憶する、トークン
レジスタ4内のアドレスでアクセスされる状態保持部6
と、入力トークンレジスタ4と、コードテーブル5と状
態保持部6との内容を入力とし、状態保持部6の内容を
更新すると共に出力トークンの持つ値を決定する終了検
知コントローラ8と、終了検知コントローラ8の信号に
より入力トークンレジスタ4のリンクテーブルアドレス
の値から出力トークンのリンクテーブルアドレス71を
生成するインクリメンタ9とから構成される。This stream operation completion detection device I includes an input token register 4 that temporarily holds incoming tokens, an operation code 30 that is referenced by an address in the token register 4 and specifies an operation, and a data memory address for internal memory access. A code table 5 having 32 and a terminal state flag 3 as an internal state for realizing the terminal detection operation.
6 and a write flag 37, which is accessed by the address in the token register 4;
, an end detection controller 8 that receives the contents of the input token register 4, code table 5, and state holding section 6 as input, updates the contents of the state holding section 6, and determines the value of the output token; and an end detection controller. The incrementer 9 generates the link table address 71 of the output token from the value of the link table address of the input token register 4 in response to the signal 8.
このようなストリーム演算終了検知装置1において、第
2図に示される前段のリンクテーブル12から信号線1
01を介してストリーム演算終了検知装置■へ入力され
たトークンは、データフロープロセッサのパイプライン
サイクルに同期して、第1図に示されるストリーム演算
終了検知装置1の入力トークンレジスタ4にラッチされ
る。第1図ではトークン内の各ビットフィールドに対応
するようにレジスタを分割して書いである。入力トーク
ンのコードテーブルアドレス73によりコードテーブル
5と状態保持部6とが参照される。In such a stream calculation end detection device 1, the signal line 1 is
The token input to the stream operation completion detection device 1 via 01 is latched into the input token register 4 of the stream operation completion detection device 1 shown in FIG. 1 in synchronization with the pipeline cycle of the data flow processor. . In FIG. 1, the registers are divided to correspond to each bit field within the token. The code table 5 and state holding unit 6 are referenced by the code table address 73 of the input token.
コードテーブル5は第3図(e)に示すフィールドを複
数持つテーブルメモリであり、ここで参照された行がそ
のトークンのストリーム演算終了検知袋W1.第2図に
示すデータメモリ14及びプロセッシングユニット16
での動作を規定する。第1図に示す演算コード30は、
ストリーム演算終了検知装置1及び第2図に示すプロセ
ッシングユニット16での演算を示す命令コードである
。ストリーム演算終了検知装置1は以下に詳説するスト
リーム加算命令の他に、従来技術の項で述べたデータフ
ロープロセッサの持つ、トークンの待ち合わせやデータ
メモリ読み出し/書き込みなどの動作を実行する。第1
図に示すデータメモリアドレス32はストリーム加算命
令でデータメモリをアクセスする際のアドレスを与える
。The code table 5 is a table memory having a plurality of fields shown in FIG. 3(e), and the row referenced here is the stream operation end detection bag W1 of the token. Data memory 14 and processing unit 16 shown in FIG.
Specifies the behavior in The operational code 30 shown in FIG.
This is an instruction code indicating an operation in the stream operation end detection device 1 and the processing unit 16 shown in FIG. 2. In addition to the stream addition instruction described in detail below, the stream operation completion detection device 1 executes operations such as token waiting and data memory read/write, which are provided by the data flow processor described in the prior art section. 1st
The data memory address 32 shown in the figure provides an address when accessing the data memory with a stream addition instruction.
状態保持部6は第3図(f)のような行を複数持つテー
ブルであり、参照された行がそのトークンが参照すべき
ストリーム演算終了検知装置の内部状態を保持している
。終端状態フラグ36は基本的に、その行の前回の命令
実行の際に終端トークンの処理を行ったか否かを示す。The state holding unit 6 is a table having a plurality of rows as shown in FIG. 3(f), and the referenced row holds the internal state of the stream calculation end detection device to which the token refers. The terminal status flag 36 basically indicates whether a terminal token was processed during the previous instruction execution of that line.
書き込みフラグ37はデータメモリに対して最後に書き
込みが行われたか読み出しが行われたかを示す。The write flag 37 indicates whether the data memory was last written or read.
終了検知コントローラ8はコードテーブル5のうち人カ
ドークンレジスタ4上のコードテーブルアドレス73で
指示される行の演算コードフィールドと、入力トークン
レジスタ4からの終端マーク72と、状態保持部6のう
ち入力トークンレジスタ上のコードテーブルアドレス7
3で指示される行に保持された状態を入力し、先に述べ
た状態の遷移を行う。その結果の状態を状態保持部6の
同し行に書き戻すと共に、ストリーム演算終了検知装置
1からの出力トークンの終端マーク82.データメモリ
コード83.演算コード85の各フィールドを生成し出
力する。またインクリメンタ9への信号86を出力する
。The end detection controller 8 detects the operation code field of the line specified by the code table address 73 on the human-readable register 4 in the code table 5, the end mark 72 from the input token register 4, and the input of the state holding unit 6. Code table address 7 on token register
Input the state held in the line indicated by 3 and perform the state transition described above. The resulting state is written back to the same line of the state holding unit 6, and the end mark 82 of the output token from the stream operation end detection device 1. Data memory code 83. Each field of the operation code 85 is generated and output. It also outputs a signal 86 to the incrementer 9.
終了検知コントローラの入出力及び状態保持部更新は、
次の第1表に従う。The input/output of the termination detection controller and the update of the state holding section are as follows:
Follow Table 1 below.
第1表
ただし「演算コード」の前半はデータメモリでの動作を
、後半はプロセッシングユニットでの動作を記述しであ
る。 write’“はデータメモリへの書き込み、
read’“はデータメモリからの読み出し、“dm
n o p“はデータメモリへの無作用(NOP)、
add”はプロセッシングユニットでの2つのオペラン
ドの加算、n。However, in Table 1, the first half of the "operation code" describes the operation in the data memory, and the second half describes the operation in the processing unit. write'“ writes to data memory,
read'” reads from data memory, “dm
“no p” is no action on data memory (NOP),
add” is the addition of two operands in the processing unit, n.
p′はプロセッシングユニットでの第1オペランドのN
OP出力、“ERROR”はエラー状態への遷移を示す
。データメモリでの書き込みwrite”が行われると
トークンはデータメモリで消滅するので、その対応する
出力トークンの項は書いていない。第1図に示すインク
リメンタ信号86が“1”のときインクリメンタ9は入
力に“1”を加えた値を出力し、その他のときは入力を
そのまま出力する。p′ is N of the first operand in the processing unit
The OP output, "ERROR" indicates a transition to an error state. When a write is performed in the data memory, the token disappears in the data memory, so the corresponding output token term is not written.When the incrementer signal 86 shown in FIG. 1 is "1", the incrementer 9 outputs the value obtained by adding "1" to the input, and in other cases outputs the input as is.
ストリーム演算終了検知装置1は以上述べたように出力
トークンを形成し、それを第2図の信号線102を介し
て後続するデータメモ1月4へ送出する。ストリーム演
算終了検知装置1からデータメモ1月4へ送られるトー
クンの形式を第3図(C)に示す。データ部80は同期
キューからトークンが入力されたときと同じものを持ち
、それ以外はストリーム演算終了検知装置1の動作によ
り決定される。The stream calculation end detection device 1 forms an output token as described above, and sends it to the subsequent data memo 4 via the signal line 102 in FIG. The format of the token sent from the stream calculation end detection device 1 to the data memo 4 is shown in FIG. 3(C). The data section 80 has the same data as when the token was input from the synchronization queue, and the rest is determined by the operation of the stream operation end detection device 1.
データメモリコード83は
(1)データメモリのアクセスを行わずに入力トークン
を通過させる。出力トークンは右オペランドは“0゛と
する(コードdmn o p)、(II)データメモリ
アドレス84の値をアドレスとしてデータメモIJ14
の読み出しを行い、読み出された値を右オペランド66
として送る(コードread)、
(■)トークンがデータ部80に持つデータ値を、デー
タメモリアドレス84の値をアドレスとしてデータメモ
リに書き込み、トークンをそこで消滅させる(コードw
r i t e)、
のいずれかを規定する。データメモリアドレス84はそ
のトークンが第2図に示すデータメモリ14においてメ
モリの読み書きを行う際のアクセスアドレスを示す。The data memory code 83 (1) passes the input token without accessing the data memory; For the output token, the right operand is set to "0" (code dmn op), (II) data memory IJ14 with the value of data memory address 84 as the address.
The read value is read from the right operand 66.
(Code read), (■) Writes the data value that the token has in the data section 80 to the data memory using the value of the data memory address 84 as an address, and erases the token there (Code w
r ite), or. The data memory address 84 indicates the access address at which the token reads and writes memory in the data memory 14 shown in FIG.
演算コード85は第1図に示すストリーム演算終了検知
装置1のコードテーブル5からフェッチされるものであ
り、ストリーム演算終了検知装置の動作とプロセッシン
グユニット16での演算命令を指定する。The operation code 85 is fetched from the code table 5 of the stream operation completion detection device 1 shown in FIG.
第4図を用いて第1の発明のストリーム演算終了検知方
法によって本発明の目的とするストリームデータの累積
加算という動作を説明する。第4図のように、累積加算
されるべきデータ列はストリームデータとして、[スト
リーム加算命令」を実行するノード20に入力する。ス
トリームデータの最後尾のトークンT4のみが、終端マ
ークが“1″゛のトークンとする。ストリーム加算命令
は内部に終端状態フラグと書き込みフラグを持ち、トー
クンが人力されると、これらのフラグと入力されたトー
クンの終端マークとから、第5図のフローチャートに従
った判定を行い、得られた結果に基づき決められた動作
を実行する。ただし第5図において出力の枝が2本山て
いる四角形はその中にかかれた値が1”であるか“0′
°であるかの判定動作を行うことを示す。それ以外の四
角形は結果として行われる動作のうち状態保持部の断状
態と出力トークンの終端マークについて記述したもので
ある。” E S M”、”ESF’“、“W F ”
はそれぞれ人カドークンの終端マーク、状態保持部の終
端状態フラグ、書き込みフラグを表す。The operation of cumulative addition of stream data, which is the object of the present invention, will be explained using FIG. 4 using the stream calculation end detection method of the first invention. As shown in FIG. 4, the data string to be cumulatively added is input as stream data to a node 20 that executes a "stream addition instruction". Only the last token T4 of the stream data is a token whose end mark is "1". The stream addition instruction has an end state flag and a write flag internally, and when a token is input manually, a judgment is made according to the flowchart in Figure 5 based on these flags and the end mark of the input token. Execute the determined action based on the results. However, in Figure 5, the rectangle with two output branches has a value of 1" or 0".
Indicates that a determination operation is performed to determine whether the The other rectangles describe the disconnected state of the state holding unit and the end mark of the output token among the operations performed as a result. "ESM", "ESF'", "WF"
represent the end mark of the person's computer, the end state flag of the state holding unit, and the write flag, respectively.
以下この動作を、ストリーム演算終了検知装置の長さ4
のストリームが入力されたときの動作を例にして説明す
る。ストリーム加算命令を実行するノードに対応するス
トリーム演算終了検知装置内の状態保持部の初期値は、
終端状態フラグが“0パ、書き込みフラグが“0゛とな
っている。Below, this operation will be explained as follows:
The operation when a stream is input will be explained as an example. The initial value of the state holding unit in the stream operation completion detection device corresponding to the node that executes the stream addition instruction is:
The terminal status flag is “0” and the write flag is “0”.
(1)まず、先頭のトークンTIが終端マーク“0”を
持ってこのノードに入ると、そのトークンの持つコード
テーブルアドレスにより第1図に示すコードテーブル5
と状態保持部6が参照される。この入力によって前に示
した終了検知コントローラの動作表である第1表のaの
行が実行され、これに従ってそのトークンのデータがデ
ータメモリに書き込まれる。トークンはデータメモリで
消滅する。(1) First, when the first token TI enters this node with the end mark "0", the code table address shown in FIG.
The state holding unit 6 is referred to. In response to this input, line a of Table 1, which is the operation table for the end detection controller shown above, is executed, and the data of that token is written into the data memory accordingly. The token disappears in data memory.
(2)2個目のトークンT2では同じく終端マークは“
0パであるが書き込みフラグが“1′なので第1表すの
行が実行され、データメモリから読み出されたデータと
入力トークンが持っていたデータとがプロセッシングユ
ニットで加算される。(2) In the second token T2, the end mark is “
0, but the write flag is "1", so the first line is executed, and the processing unit adds the data read from the data memory and the data held by the input token.
結果は与えられたリンクテーブルアドレスを持つトーク
ンT5により出力され、これは第4図のアーク22を経
てもとのアーク21に合流する。The result is output by token T5 with the given link table address, which joins the original arc 21 via arc 22 in FIG.
(3)先の(2)で得られたトークン1,2の部分和を
持つトークンT5と、もとのストリームの第3のトーク
ンT3とは第4図に示すノード20の入口で合流する。(3) The token T5 having the partial sum of tokens 1 and 2 obtained in the above (2) and the third token T3 of the original stream meet at the entrance of the node 20 shown in FIG. 4.
どちらが早く到着するにせよ、早く着いた方のデータが
第1表aの行に従いデータメモリに書き込まれ、後に着
いた方が第1表すの行に従いそれを読み出して両方のデ
ータを加算する。これに−よりストリームの3番目まで
の部分和を持つトークンT6が得られ、これもアーク2
2を経てアーク21からノード20に入力される。Regardless of which data arrives earlier, the data that arrives earlier is written into the data memory according to the rows of the first table a, and the data that arrives later is read out according to the rows of the first table and both data are added. This yields a token T6 with the partial sum up to the third of the stream, which is also arc 2
2 and is input from arc 21 to node 20.
(4)ストリームの第4のトークンT4がこの3つのデ
ータの部分和を持つトークンT6より早く到着したとす
ると、これは終端マーク“1パを持つので第1表gの行
に従いデータがデータメモリに書き込まれると共に終端
状態フラグが“1゛となる。(4) If the fourth token T4 of the stream arrives earlier than the token T6 which has the partial sum of these three data, it has the end mark "1", so the data is stored in the data memory according to row g of Table 1. At the same time, the terminal state flag becomes "1".
(5)続いてもう一方のトークンT6がトークンT4に
続いてノード20に到着すると第1表dの行が実行され
る。データメモリの値が読み出され加算が行われ、スト
リーム演算終了検知内装置の終端状態フラグは“1“と
なる。加算結果を持つトークンT7の終端マークは“1
゛°となり、トークンT7はアーク22を経てアーク2
1からノード20に入力される。(5) Then, when the other token T6 arrives at the node 20 following token T4, row d of Table 1 is executed. The value of the data memory is read and added, and the end state flag of the device for detecting the end of stream calculation becomes "1". The end mark of token T7 with the addition result is “1”
゛°, token T7 passes through arc 22 and reaches arc 2
1 to the node 20.
(6)トークンT7がノード20に入力されると、第1
表gの行が選択され、これによりトークンT7のデータ
は何も演算を受けずに出力される。ただしストリーム演
算終了検知装置内のインクリメンタが動作し、出力トー
クンのリンクテーブルアドレスには“1”°が加算され
る。これにより出力1・−クンは他の場合と異なったア
ーク23から出力され、これはストリームの4データの
累積加算結果を持つ。(6) When the token T7 is input to the node 20, the first
The row of table g is selected, so that the data of token T7 is output without undergoing any calculations. However, the incrementer in the stream calculation end detection device operates, and "1" degree is added to the link table address of the output token. As a result, the output 1.-kun is output from a different arc 23 than in other cases, and this has the result of cumulative addition of four data of the stream.
以上の説明では2つのトークンの合流に際しての到着順
について仮定を置いたが、これ以外の順であっても正し
く動作する。またストリームの長さについては4の場合
を例にしたが、2以上の任意の長さを持つストリームに
ついて同様に動作し、正しい累積加算結果を得ることが
できる。In the above explanation, an assumption was made regarding the order in which two tokens arrive when they join, but the operation will work correctly even if the order is other than this. Further, although the length of the stream is 4 as an example, the same operation can be performed for streams having an arbitrary length of 2 or more, and correct cumulative addition results can be obtained.
以上説明したように、本発明の方法を本発明の装置によ
り実現した「ストリーム加算命令」を用いて、ストリー
ムの最後に終端マークをつけたストリームを演算するこ
とで、任意の長さのストリームデータの累積加算が実現
できる効果がある。As explained above, by using the "stream addition instruction" realized by the device of the present invention to perform the method of the present invention on a stream with an end mark attached at the end of the stream, stream data of arbitrary length can be generated. This has the effect of achieving cumulative addition of .
この方法ではレジスタを使用しないため複数箇所で平行
してこの命令を利用することができ、またあらかじめ長
さの分からないストリームも処理することが可能となる
。Since this method does not use registers, this instruction can be used in parallel at multiple locations, and it is also possible to process streams whose lengths are not known in advance.
第1図は本発明のストリーム演算終了検知装置の一例を
示す基本構成図、
第2図はそのストリーム演算終了検知装置を持ツテータ
フロープロセッサの構成図、
第3図は本発明の説明に供するトークン及びテーブルの
形式を示す図、
第4図は本発明を利用する場合のデータフロープロセッ
サの動作を記述するデータフローグラフ、第5図は本発
明のストリーム演算終了検知方法を説明するフロー図、
第6図は従来のデータフロープロセッサの構成図、
第7図は従来のデータフロープロセッサにおけるストリ
ームデータの累積加算の実現法を示すフローグラフであ
る。
1・・・・・ストリーム演算終了検知装置4・・・・・
人カドークンレジスタ
5・・・・・コードテーブル
6・・・・・状態保持部
8・・・・・終了検知コントローラ
9・・・・・インクリメンタFIG. 1 is a basic configuration diagram showing an example of a stream calculation completion detection device of the present invention, FIG. 2 is a configuration diagram of a Tsutator flow processor having the stream calculation completion detection device, and FIG. 3 is provided for explanation of the present invention. FIG. 4 is a data flow graph that describes the operation of the data flow processor when the present invention is used; FIG. 5 is a flow diagram that describes the stream calculation completion detection method of the present invention; FIG. 6 is a block diagram of a conventional data flow processor, and FIG. 7 is a flow graph showing a method for implementing cumulative addition of stream data in the conventional data flow processor. 1... Stream calculation end detection device 4...
Person register 5...Code table 6...State holding unit 8...Completion detection controller 9...Incrementer
Claims (2)
ルアドレスと処理されるデータとストリーム終端を示す
終端マークとを持つトークンを、データの単位として内
部のバスに流すことにより処理を行う、データメモリを
備えたデータフロープロセッサの、複数のトークンから
なるデータストリームに対する演算の終了を検知するス
トリーム演算終了検知方法において、 トークンの入力ごとに、直前の判定処理の結果として得
られた終端状態フラグの値と、直前に前記データメモリ
に書き込みを行ったか否かを記憶した書き込みフラグの
値と、今回入力されたトークンの持つ前記終端マークと
の3つを入力し、その組合せから今回の入力トークンに
対する動作として、入力トークンのデータ値を前記デー
タメモリに書き込むか否かと、今回の判定処理の結果と
しての終端状態フラグの値と、今回の判定処理の結果と
しての書き込みフラグの値と、結果として出力するトー
クンのリンクテーブルアドレスの値と、結果として出力
するトークンの終端マークの値と、結果として出力する
トークンの後段での演算を指定する演算コードとを決定
し、ストリームに対する演算の途中と終了時で異なるリ
ンクテーブルアドレスを与えることによりストリーム演
算の終了を判定することを特徴とするストリーム演算終
了検知方法。(1) A data memory that performs processing by passing tokens, which have a link table address that is an identifier to distinguish each other, data to be processed, and an end mark indicating the end of the stream, to an internal bus as a unit of data. In a stream operation completion detection method that detects the end of an operation on a data stream consisting of multiple tokens in a data flow processor equipped with , the value of the write flag that stores whether or not data was written to the data memory immediately before, and the end mark of the token input this time, and from the combination, calculate the operation for the input token this time. As a result, output whether or not to write the data value of the input token to the data memory, the value of the terminal state flag as a result of this judgment process, the value of the write flag as a result of this judgment process, and the result. Determine the value of the link table address of the token, the value of the end mark of the token to be output as a result, and the operation code that specifies the operation after the token to be output as a result. A method for detecting the end of a stream operation, characterized in that the end of the stream operation is determined by giving a different link table address.
とストリーム終端を示す終端マークとを持つトークンを
、データの単位として内部のバスに流すことにより処理
を行う、内部メモリを持つデータフロープロセッサのス
トリーム演算終了検知装置において、 流入するトークンを一時保持する入力トークンレジスタ
と、 前記トークンレジスタ内のアドレスで参照され、演算を
指定する演算コードフィールドと、前記内部メモリアク
セスのためのデータメモリアドレスフィールドを持つコ
ードテーブルと、 終了検知動作を実現するための内部状態として終端状態
フラグフィールドと書き込みフラグフィールドとを保持
し記憶する、前記トークンレジスタ内のアドレスでアク
セスされる状態保持部と、前記入力トークンレジスタと
前記コードテーブルと前記状態保持部との内容を入力と
し前記状態保持部の内容を更新すると共に出力トークン
の持つ値を決定する終了検知コントローラと、 前記終了検知コントローラの信号により前記入力トーク
ンレジスタのリンクテーブルアドレスフィールドの値か
ら出力トークンのリンクテーブルアドレスフィールドを
生成するインクリメンタとを有することを特徴とするス
トリーム演算終了検知装置。(2) A data flow processor with internal memory that performs processing by flowing tokens, which have identifiers for distinguishing each other, data to be processed, and an end mark indicating the end of the stream, onto an internal bus as data units. An input token register that temporarily holds incoming tokens, an operation code field that is referenced by an address in the token register and specifies an operation, and a data memory address field for accessing the internal memory. a state holding unit accessed by an address in the token register that holds and stores a terminal state flag field and a write flag field as internal states for realizing an end detection operation; an end detection controller that inputs the contents of the register, the code table, and the state holding section and updates the contents of the state holding section and determines the value of the output token; and a signal from the end detection controller that controls the input token register. An incrementer that generates a link table address field of an output token from a value of a link table address field of a stream operation completion detecting device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP14515689A JP2765058B2 (en) | 1989-06-09 | 1989-06-09 | Stream operation completion detection method and apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP14515689A JP2765058B2 (en) | 1989-06-09 | 1989-06-09 | Stream operation completion detection method and apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0311479A true JPH0311479A (en) | 1991-01-18 |
JP2765058B2 JP2765058B2 (en) | 1998-06-11 |
Family
ID=15378722
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP14515689A Expired - Lifetime JP2765058B2 (en) | 1989-06-09 | 1989-06-09 | Stream operation completion detection method and apparatus |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2765058B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS60254099A (en) * | 1984-05-30 | 1985-12-14 | 沖電気工業株式会社 | Voice recognition system |
-
1989
- 1989-06-09 JP JP14515689A patent/JP2765058B2/en not_active Expired - Lifetime
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS60254099A (en) * | 1984-05-30 | 1985-12-14 | 沖電気工業株式会社 | Voice recognition system |
Also Published As
Publication number | Publication date |
---|---|
JP2765058B2 (en) | 1998-06-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4943916A (en) | Information processing apparatus for a data flow computer | |
EP0682309A2 (en) | Data processing system adapted for single instruction branching on multiple condition codes from plural processing elements | |
EP1050808A1 (en) | Computer instruction scheduling | |
US6269440B1 (en) | Accelerating vector processing using plural sequencers to process multiple loop iterations simultaneously | |
US5125097A (en) | Data flow type information processors where data packets pass through plurality of merging and branching portions of the internal path | |
US5274777A (en) | Digital data processor executing a conditional instruction within a single machine cycle | |
US4677549A (en) | Pipelined data processor system having increased processing speed | |
US4631672A (en) | Arithmetic control apparatus for a pipeline processing system | |
JPH10143365A (en) | Parallel processing device and its command issuing system | |
JPH0743648B2 (en) | Information processing equipment | |
JP2632074B2 (en) | Data flow type information processing device | |
EP1050809A1 (en) | Computer instruction dependency | |
JPH0311479A (en) | Method and device for detecting completion of stream arithmetic operation | |
US6789185B1 (en) | Instruction control apparatus and method using micro program | |
EP0790552A2 (en) | Data processing apparatus for performing pipeline processing | |
JP3082944B2 (en) | Pipeline processing equipment | |
JPS5890247A (en) | Pipeline controlling system of information processor | |
JPH0227709B2 (en) | DEETAKUDOSEIGYOHOSHIKI | |
US11416261B2 (en) | Group load register of a graph streaming processor | |
JP3658879B2 (en) | Pipeline calculator | |
CA2044896C (en) | Pipelined processor with simultaneous instruction execution | |
JP2925842B2 (en) | Pipeline processing equipment | |
JP2851192B2 (en) | Addition / subtraction processing method with carry in parallel processing unit | |
JPH06162067A (en) | Device and method for controlling vector instruction | |
JP2755646B2 (en) | Data driven data processor |