JPS6162174A - Information processor - Google Patents
Information processorInfo
- Publication number
- JPS6162174A JPS6162174A JP18268484A JP18268484A JPS6162174A JP S6162174 A JPS6162174 A JP S6162174A JP 18268484 A JP18268484 A JP 18268484A JP 18268484 A JP18268484 A JP 18268484A JP S6162174 A JPS6162174 A JP S6162174A
- Authority
- JP
- Japan
- Prior art keywords
- operand
- vector register
- vector
- supplied
- element data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/76—Architectures of general purpose stored program computers
- G06F15/80—Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
- G06F15/8053—Vector processors
Landscapes
- Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Complex Calculations (AREA)
Abstract
Description
【発明の詳細な説明】
〔産業上の利用分野〕
本発明は情報処理装置に関し、特に、情報処理装置にお
けるベクトル処理における漸化式演算の高速化に関する
ものである。DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an information processing device, and particularly to speeding up recurrence formula operations in vector processing in the information processing device.
従来のベクトルデータ処理装置は2例えば、第1図に示
す如く、複数の要素データを格納するベクトルレジスタ
10ないし13.ベクトルレジスタ10ないし13から
要素データを取シ出すベクトルレジスタ読み出し手段2
0.ベクトルレジスタ10ないし13から取り出した要
素データに対して演算を行なう演算器30ないし32.
演算器30ないし32の演算出力をベクトルレジスタ1
゜ないし13に書き込むオペランド書き込み手段4゜で
構成されておシ。A conventional vector data processing device has two, for example, vector registers 10 to 13, which store a plurality of element data, as shown in FIG. Vector register reading means 2 for fetching element data from vector registers 10 to 13
0. Arithmetic units 30 to 32 that perform operations on element data taken out from vector registers 10 to 13.
The calculation outputs of the calculation units 30 to 32 are stored in the vector register 1.
It consists of an operand writing means 4° for writing into 4° to 13°.
VO(i)=VO(i−1)XVI(i)+V2(i)
のよう・な漸化式演算を実行する場合、■)から3)の
各ステップを繰返すことにより、この漸化式演算が為さ
れていた。VO(i)=VO(i-1)XVI(i)+V2(i)
When executing a recurrence formula calculation such as , this recurrence formula calculation was performed by repeating steps ① to 3).
1) V3(i)←VO(t−1)、xvx(t)2
) VO(i)← V3(i)+V2(i)3)
i ← i + 1
第1図において、 VO(i)、 Vl(i)、 V2
(i)、 V3(i)がそれぞれ、ベクトルレジスタ1
0ないし13に格納され1乗算器及び加算器が、それぞ
れ演算器30.31に相当する。ベクトルレジスタへの
要素データの書き込み及びベクトルレジスタからの要素
データの取シ出しに1マシンサイクル(以下マシンサイ
クルをTで表わす)1乗算及び加算の実行にそれぞれ5
T 、6T要するとすると、上記漸化式演算は、第2図
のタイムチャートに示すようになる。まず、ベクトルレ
ジスタ10及び11からv o (0)及びV 1 (
1)がITで取シ出され2乗算器30に供給され、5T
でv 0(o)x V 1 (1)が実行され。1) V3(i)←VO(t-1), xvx(t)2
) VO(i)←V3(i)+V2(i)3)
i ← i + 1 In Figure 1, VO(i), Vl(i), V2
(i) and V3(i) are vector register 1, respectively.
The 1 multipliers and adders stored in numbers 0 to 13 correspond to arithmetic units 30 and 31, respectively. It takes 1 machine cycle to write element data to the vector register and retrieve element data from the vector register (hereinafter machine cycle is expressed as T), 1 machine cycle to execute multiplication and 5 each to execute addition.
If T and 6T are required, the above recurrence formula calculation will be as shown in the time chart of FIG. First, from vector registers 10 and 11, v o (0) and V 1 (
1) is extracted by IT and supplied to the 2 multiplier 30, and the 5T
v 0(o)x V 1 (1) is executed.
乗算結果はベクトルレジスタ13のv3(1)にITか
けて格納される。次に、ベクトルレジスタ13及び12
からV 3 (1)及びV 2 (1)がITで読み出
され、加算器31に供給され、6TでV 3(1)+V
2(1)が実行され、加算結果がベクトルレジスタ10
のV O(1)にITかけて格納される。次いで、ベク
トルレジスタ10及び11からV O(1)及びV 1
(2)がITで取シ出され2乗算器30に供給されV
O(1)XV 1 (2)が5Tで実行されて2乗算結
果がベクトルレジメタ13のV 3 (2)に格納され
る。その次に、ベクトルレジスタ13及び12からV
3 (2)及びV2(2)がITで読み出され、加算器
31に供給され、6TでV 3 (2)+V 2 (2
)が実行され、加算結果がベクトルレジスタ10のV
O(2)に格納される。以下同様の繰返しにより、前記
漸化式演算が実行される。The multiplication result is stored in v3(1) of the vector register 13 by IT. Next, vector registers 13 and 12
V 3 (1) and V 2 (1) are read out by IT and supplied to the adder 31, and V 3 (1) + V at 6T.
2(1) is executed, and the addition result is stored in the vector register 10.
It is stored by applying IT to V O(1) of . Then V O(1) and V 1 from vector registers 10 and 11
(2) is extracted by IT and supplied to the 2 multiplier 30, and V
O(1)XV 1 (2) is executed in 5T and the squaring result is stored in V 3 (2) of the vector register 13. Next, from vector registers 13 and 12, V
3 (2) and V2 (2) are read out by IT and supplied to the adder 31, and V 3 (2) + V 2 (2
) is executed, and the addition result is V in the vector register 10.
Stored in O(2). Thereafter, the above-mentioned recurrence formula calculation is executed by repeating the same process.
以上説明したように、上記漸化式演算の各繰返しでは2
乗算及び加算に要する時間以外にベクトルレジスタへの
要素データの格納及びベクトル、レジスタからの要素デ
ータの取シ出しに要する時間 7.。As explained above, in each iteration of the above recurrence formula operation, 2
In addition to the time required for multiplication and addition, the time required to store element data in vector registers and to retrieve element data from vectors and registers.7. .
が伴ない演算の繰返し数が多くなると、その分のオバー
ヘッドが大きくなる。As the number of repeated operations increases, the overhead increases accordingly.
一般に、漸化式演算では、前の演算結果が次の演算に使
用されるため、従来のベクトルデータ処理装置で漸化式
演算を行なうと、漸化式演算の各繰返し演算にベクトル
レジスタへの要素データの書込み及びベクトルレジスタ
からの要素データの取シ出しが伴ない、演算の繰返し数
が多くなると。In general, in recurrence formula operations, the results of the previous operation are used for the next operation, so when performing recurrence formula operations with a conventional vector data processing device, each iteration of the recurrence formula operation requires input to the vector register. When the number of repetitions of operations increases due to writing of element data and retrieval of element data from vector registers.
実質的な漸化式演算の処理時間に比べ極めて多大な処理
時間を費やすという欠点があった。This method has the disadvantage that it takes an extremely large amount of processing time compared to the actual processing time of recurrence formula calculations.
本発明の目的は、ベクトルレジスタから要素データを読
み出すベクトルレジスタ読み出し手段と。An object of the present invention is to provide a vector register reading means for reading element data from a vector register.
第1オペランド入力及び第2オペランド入力を持つm
(m≧1)個の演算器と、前記演算器の1((k≦m)
個の演算器の出力及び前記ベクトルレジスタ読み出し手
段により供給される演算データから選択されたオペラン
ドを前記m個の演算器の第1及び第2オペランド入力と
して、それぞれ供給する2m個のオペランド切換手段と
、前記m個の演算器の演算出力を前記ベクトルレジスタ
へ書込むベクトルレジスタ書き込み手段を備え、前記に
個の演算器の出力のうち任意の出力と前記ベクトルレジ
スタから取シ出した要素データを前記m個の演算器のう
ち任意の演算器のオペランドとして供給可能とすること
により、漸化式演算において従来のベクトルデータ処理
装置の持っていた゛ベクトルレジスタへの要素データの
格納及びベクトルレジスタからの要素データの取り出し
によるオバーヘッドを大幅に少なくシ、高速な漸化式演
算をできるようにした情報処理装置を提供することにあ
る。m with a first operand input and a second operand input
(m≧1) arithmetic units, and 1 ((k≦m) of the arithmetic units
2m operand switching means for supplying operands selected from outputs of the arithmetic units and operation data supplied by the vector register reading means as first and second operand inputs of the m arithmetic units, respectively; , further comprising vector register writing means for writing the calculation outputs of the m calculation units into the vector register, and the element data extracted from the outputs of the m calculation units and the element data taken out from the vector register. By making it possible to supply it as an operand to any one of the m arithmetic units, it is possible to store element data in the vector register and retrieve elements from the vector register, which conventional vector data processing devices had in recurrence formula operations. It is an object of the present invention to provide an information processing device that can perform high-speed recurrence formula calculations while significantly reducing overhead due to data retrieval.
本発明によれば、複数個の要素データを格納する複数個
のベクトルレジスタを備え、前白ベクトルレジスタから
取シ出した要素データに対して演算を行なう情報処理装
置において、前記ベクトルレジスタから要素データを読
み出ナベクトルレジスタ読み出し手段と、第1オペラン
ド入力及び第2オペランド入力を持つm(m≧1)個の
演算器と、前記演算器のうちのk(k≦m)個の演算器
の出力及び前記ベクトルレジスタ読み出し手段により供
給される演算データから選択されたオペランドを前記m
個の演算器の第1及び第2オペランド入力として、それ
ぞれ供給する2m個のオペランド切換手段と、前記m個
の演算器の演算出力を前記ベクトルレジスタへ書込むベ
クトルレジスタ書込み手段を有することを特徴とする情
報処理装置が得られる。According to the present invention, in an information processing device that includes a plurality of vector registers that store a plurality of element data and performs an operation on element data taken out from a front white vector register, the element data is extracted from the vector register. a vector register reading means, m (m≧1) arithmetic units having a first operand input and a second operand input, and k (k≦m) arithmetic units among the arithmetic units; The operand selected from the output and the operation data supplied by the vector register reading means is
It is characterized by comprising 2m operand switching means for respectively supplying the first and second operand inputs of the m arithmetic units as the first and second operand inputs, and vector register writing means for writing the calculation outputs of the m arithmetic units to the vector register. An information processing device is obtained.
次に本発明について図面を参照して詳細に説明する。第
3図を参照すると9本発明の第1の実施例による情報処
理装置は、複数の要素データを格納するベクトルレジス
タ100ないLiO2と。Next, the present invention will be explained in detail with reference to the drawings. Referring to FIG. 3, the information processing apparatus according to the first embodiment of the present invention has an LiO2 vector register 100 for storing a plurality of element data.
ベクトルレジスタ100ないし103から要素データを
取り出すベクトルレジスタ読み出し手段200と1乗算
器400と、加算器401ないし402と、演算器40
0ないし402の出力及びベクトルレジスタ読み出し手
段200から供給される演算データを選択し演算器40
0及び401のオペランド入力に供給するオペランド切
換手段300ないし303と、加算器401ないし40
2の出力及びベクトルレジスタ切換手段200から供給
される演算データを選択し加算器402のオペランド入
力に供給するオペランド切換手段304ト、加算器40
2の出力及びベクトルレジスタ読み出し手段200から
供給される演算データを選択し加算器402のオペラン
ド入力に供給するオペランド切換手段305と、演算器
400ないし402の演算出力をベクトルレジスタ10
0ないし103に書き込むベクトルレジスタ書き込み手
段450と、演算制御手段470とを有している。Vector register reading means 200 for extracting element data from vector registers 100 to 103, 1 multiplier 400, adders 401 to 402, and arithmetic unit 40
The output of 0 to 402 and the operation data supplied from the vector register reading means 200 are selected and the operation unit 40
Operand switching means 300 to 303 that supply operand inputs 0 and 401, and adders 401 to 40
Operand switching means 304 selects the output of 2 and the operation data supplied from the vector register switching means 200 and supplies it to the operand input of the adder 402, and the adder 40
Operand switching means 305 selects the output of 2 and the operation data supplied from the vector register reading means 200 and supplies it to the operand input of the adder 402;
It has a vector register writing means 450 for writing to 0 to 103, and an arithmetic control means 470.
次ニ、顕化式V 0(i)−V O(i −1) XV
1(i)t−V2(i)の演算を実行する場合の動作
を第4図のタイムチャートを参照しながら説明する。ま
ずvo(i)、vl(i)。Next, the manifestation formula V 0 (i) - V O (i -1) XV
The operation when executing the calculation 1(i)t-V2(i) will be described with reference to the time chart of FIG. First, vo(i), vl(i).
V2(i)がそれぞれベクトルレジスタ100ないし1
02に格納され、ベクトルレジスタへの要素データの書
き込み及びベクトルレジスタからの要素データの取9出
しにIT(マシンサイクル)を要し2乗算及び加算がそ
れぞれ5T及び6T要するものとする・
1.1、まず、演算制御手
段470の起動により、ベクトルレジスタ読み出し手段
200は、ベクトルレジスタ100及び101からv
o (o)及びVl(1)をITで取シ出し、それぞれ
オペランド切換手段300及び301に供給する。オペ
ランド切換手段300及び301は、演算制御手段47
0の指示でベクトルレジスタ読み出し手段から供給され
るV O(O)及びvl(1)を選択し乗算器400に
供給する。乗算器400は、 5 T テVO(0)X
VI(1)を実行し乗算結果M(1)をオペランド切換
手段302に供給する。演算制御手段の起動により、ベ
クトル読み出し手段200fd、ベクトルレジスタ10
2から乗算の5丁目と同期してV2(1)を読み出し、
オペランド切換手段303に供給する。オペランド切換
手段302及び303は演算制御手段470の指示によ
り。V2(i) are vector registers 100 to 1, respectively.
02, and it takes IT (machine cycles) to write the element data to the vector register and take out the element data from the vector register, and 2 multiplication and addition take 5T and 6T, respectively.
1.1. First, by activation of the arithmetic control means 470, the vector register reading means 200 reads v from the vector registers 100 and 101.
o (o) and Vl (1) are taken out by IT and supplied to operand switching means 300 and 301, respectively. The operand switching means 300 and 301 are connected to the arithmetic control means 47.
0 instruction, selects V O(O) and vl(1) supplied from the vector register reading means and supplies them to the multiplier 400. The multiplier 400 is 5 T TEVO(0)X
VI(1) is executed and the multiplication result M(1) is supplied to the operand switching means 302. By activation of the arithmetic control means, the vector reading means 200fd and the vector register 10
Read V2 (1) in synchronization with the 5th multiplication from 2,
It is supplied to the operand switching means 303. Operand switching means 302 and 303 are operated according to instructions from arithmetic control means 470.
それぞれ2乗算器400から供給されるM(1)及びベ
クトルレジスタ読み出し手段200から供給されるV2
(1)を選択し加算器401に供給する。゛加算器40
1は、 M(1)+V2(1)を6T−1?実行シテ加
算結果A(1)をオペランド切換手段300に供給する
。M(1) supplied from the 2 multiplier 400 and V2 supplied from the vector register reading means 200, respectively.
(1) is selected and supplied to the adder 401.゛Adder 40
1 is M(1)+V2(1) 6T-1? The execution value addition result A(1) is supplied to the operand switching means 300.
ベクトルレジスタ書き込み手段450は、加#結果A
(1) ヲベクトルレジスタ100のV O(1)に書
き込む。演算制御手段の起動により、ベクトルレジスタ
読み出し手段は、加算6丁目に同期してベクトルレジス
タ101からITでV 1 (2)を読み出しオペラン
ド切換手段301に供給する。オペランド切換手段30
0及び301は、演算制御手段470の指示により、そ
れぞれ、加算器401から供給されるA(1)及びベク
トルレジスタ読出し手段200から供給されるV 1
(2)を選択し乗算器400に供給される。乗算器40
0は、 A(1)X V 1(2)を5Tで実行し乗算
結果M(2)をオペランド切換手段302に供給する。The vector register writing means 450 writes the addition result A
(1) Write to VO(1) of the vector register 100. Upon activation of the arithmetic control means, the vector register reading means reads V 1 (2) from the vector register 101 by IT in synchronization with the sixth addition and supplies it to the operand switching means 301. Operand switching means 30
0 and 301 are A(1) supplied from the adder 401 and V 1 supplied from the vector register reading means 200, respectively, according to instructions from the arithmetic control means 470.
(2) is selected and supplied to the multiplier 400. Multiplier 40
0 executes A(1)XV1(2) in 5T and supplies the multiplication result M(2) to the operand switching means 302.
ベクトルレジスタ読み出し手段は、演算制御手段470
の起動により1乗算の5丁目と同期して、ベクトルレジ
スタ102からV2(2)を読み出しオペランド切換手
段303に供給する。オペランド切換手段302及び3
03は、演算制御手段470の指示により9乗算器40
0から供給されるM(2)及びベクトル読み出し手段2
00から供給されるV2(2)をそれぞれ選択し加算器
401に供給する。加算器401は。The vector register reading means is the arithmetic control means 470.
When activated, V2(2) is read out from the vector register 102 and supplied to the operand switching means 303 in synchronization with the fifth one multiplication. Operand switching means 302 and 3
03 is a 9 multiplier 40 according to instructions from the arithmetic control means 470.
M(2) supplied from 0 and vector reading means 2
V2(2) supplied from 00 is selected and supplied to the adder 401. The adder 401 is.
M(2)+ V 2 (2)を6Tで実行し加算結果A
(2)をオペランド切換手段300に供給する。ベクト
ルレジス夕書込み手段450は演算制御手段470の起
動により、加算結果A(2)をベクトルレジスタ100
のVO(2)に書き込む。ベクトルレジスタ読み出し手
段200は、演算制御手段470の起動により。M(2) + V 2 Execute (2) in 6T and add result A
(2) is supplied to the operand switching means 300. The vector register writing means 450 writes the addition result A(2) to the vector register 100 by activation of the arithmetic control means 470.
Write to VO(2) of The vector register reading means 200 is activated by the arithmetic control means 470.
加算の6丁目に同期して、ベクトルレジスタ101から
Vl(3)をオペランド切換手段300に供給する。以
下同様の繰返しにより、?@化式演算VO(i)=VO
(i−1)XVI(i)+V2(i)を所定の繰返数だ
け実行し最終結果を求めることができる。In synchronization with the sixth addition, Vl(3) is supplied from the vector register 101 to the operand switching means 300. By repeating the same procedure, ? @formula operation VO(i)=VO
The final result can be obtained by executing (i-1)XVI(i)+V2(i) a predetermined number of times.
以上説明したように本発明の第1の実施例ではベクトル
レジスタからの要素データの取シ出し及びベクトルレジ
スタへの格納が乗算及び加算にオバーラップして実行さ
れるため、ベクトルレジスタからの要素データの取シ出
し及び読み出しによるオーバヘッドを極めて少なくする
ことが可能で漸化式演算を高速に行なうことができる。As explained above, in the first embodiment of the present invention, fetching element data from the vector register and storing it in the vector register are executed while overlapping multiplication and addition. The overhead caused by fetching and reading can be extremely reduced, and recurrence formula calculations can be performed at high speed.
第5図を参照すると2本発明の第2の実施例によるベク
トルデータ処理装置は、4個のベクトル演算ノぐイブラ
インセット500,510,520゜530を有する。Referring to FIG. 5, the vector data processing device according to the second embodiment of the present invention has four vector operation line sets 500, 510, 520 and 530.
ベクトル演算Aイブラインセット500は、ベクトルレ
ジスタW 501 ト、ベクトルレジスタ群501から
要素データを取り出すセット内ベクトルレジスタ読み出
し手段502と。The vector operation A eve line set 500 includes a vector register W 501 and an intra-set vector register reading means 502 for extracting element data from the vector register group 501.
ベクトルレジスタ501から取り出された要素データに
対して演算を行なうセット内演算器503と、セット内
演算器503の演算出力をベクトルレジスタ群501に
書き込むセント内ベクトルレジスタ書き込み手段504
とを有している。ベクトル演算ノぐイブラインセット5
10.520 。An intra-set arithmetic unit 503 that performs an operation on the element data taken out from the vector register 501, and an intra-set vector register writing means 504 that writes the arithmetic output of the in-set arithmetic unit 503 to the vector register group 501.
It has Vector Arithmetic Line Set 5
10.520.
530の各々は、ベクトル演算ノぐイブラインセット5
00と同様の構成を取る。更に2本データ処理装置は、
ベクトル演算ノぐイブラインセット500゜510.5
20,530のセント内ベクトルレンスタ読み出し手段
502,512’、522,532から要素データを受
は取るセント外オペランド取り出し手段600と1乗算
器800と、加算器801ないし802とを有する。更
に、セント外 [、、。Each of 530 is a vector operation routine set 5.
It has the same configuration as 00. Two more data processing devices are
Vector operation noguibline set 500°510.5
It has a non-cent operand extracting means 600 which receives and takes element data from the intra-cent vector lanester reading means 502, 512', 522, 532 of 20,530, a 1 multiplier 800, and adders 801 to 802. Furthermore, outside of St. [,,.
演算器800ないし802の出力及びセット外オペラン
ド取り出し手段600から供給される演算データを選択
し乗算器800及び加算器801のオペランド入力に供
給するオペランド切換手段700ないし703と、加算
器801ないし802の出力及びセット外オペランド取
シ出し手段600から供給される演算データを選択し加
算器802のオペランド入力に供給するオペランド切換
手段704と、加算器802の出力及びセット外オペラ
ンド取シ出し手段600から供給される演算データを選
択し加算器802のオペランド入力に供給するオペラン
ド切換手段705と、演算制御手段900とを有する。Operand switching means 700 to 703 select the outputs of the arithmetic units 800 to 802 and operation data supplied from the out-of-set operand extraction means 600 and supply them to the operand inputs of the multiplier 800 and the adder 801, and the adders 801 to 802. Operand switching means 704 selects the operation data supplied from the output and non-set operand extracting means 600 and supplies it to the operand input of the adder 802; The operand switching means 705 selects and supplies the calculated data to the operand input of the adder 802, and the calculation control means 900 is provided.
セット外演算器SOOないし802の演算出力は、ベク
トル演算パイプラインセット500.510.520.
530のセット内ベクトルレジスタ書き込み手段504
,514゜524.534にも供給される。The calculation outputs of the out-of-set calculation units SOO to 802 are the vector calculation pipeline sets 500.510.520.
530 in-set vector register writing means 504
, 514° 524.534.
次に、漸化式V 0(i)” (VO(+ −1)+V
1(i))XV2(i)°の演算を行なう場合の動作を
第6図のタイムチャートを参照しながら説明する。まず
V O(1) 、V 1 (+) +V2(i)が各ベ
クトル演算パイプラインセットのベクトルレジスタ群に
インターリーブされて格納され、ベクトルレジスタから
セント外演算器への要素データの取シ出し及びセット外
演算器からベクトルレジスタへの要素データの書込みに
2Tを要し2乗算及び加算にそれぞれ5T及び6で要す
るものとする。Next, the recurrence formula V 0(i)” (VO(+ −1)+V
1(i))XV2(i)° operation will be described with reference to the time chart of FIG. First, V O (1), V 1 (+) + V2 (i) are interleaved and stored in the vector register group of each vector calculation pipeline set, and element data is taken out from the vector register to the non-cent calculation unit and It is assumed that 2T is required to write element data from an out-of-set arithmetic unit to a vector register, and 5T and 6 are required for squaring and addition, respectively.
まず、演算制御手段900の起動により、ベクトル演算
パイプラインセット500のセット内ベクトルレジスタ
読み出し手段502は、ベクトルレジスタ群501から
VO(O)を読み出しセットlAiペランド取)出し手
段600に供給し、セット内ベクトルレジスタ読み出し
手段512は、ベクトルレジスタ群511からVl(1
)を読み出しセット外オペランド取シ出し手段600に
供給する。セット外オペランド取シ出し手段600は、
VO(O)及びvl(1)をオペランド切換手段70
2及び703に供給する。オペランド切換手段702及
び703は演算制御手段900の指示により。First, upon activation of the arithmetic control means 900, the in-set vector register reading means 502 of the vector arithmetic pipeline set 500 reads VO(O) from the vector register group 501 and supplies it to the The inner vector register reading means 512 reads Vl(1) from the vector register group 511.
) is supplied to the reading out-of-set operand extraction means 600. The out-of-set operand extraction means 600 is
Operand switching means 70 for VO(O) and vl(1)
2 and 703. Operand switching means 702 and 703 are operated according to instructions from arithmetic control means 900.
セット外オペランド取シ出し手段から供給されるv o
(0)及びVl(1)を選択し加算器801に供給す
る。以上の動作が2Tで行なわれる。加算器801ば。VO supplied from the out-of-set operand extraction means
(0) and Vl(1) are selected and supplied to the adder 801. The above operation is performed at 2T. Adder 801.
V O(0)+ Vl (1)を6Tで実行し演算結果
A(1)をオペランド切換手段700に供給する。演算
制御手段900の起動により、セント内ベクトルレジス
タ読み出し手段512及びセント外オペランド取シ出し
手段600は、加算の5T及び6Tに同期してベクトル
レジスタ群511からv2(gを取シ出し、オペランド
切換手段701に供給する。オペランド切換手段700
及び701は、演算制御手段900の指示により、 ’
A (1)及びV2(1)を選択し乗算器800に供給
する。乗算器800は。V O(0)+Vl (1) is executed in 6T and the calculation result A(1) is supplied to the operand switching means 700. By activation of the arithmetic control means 900, the intra-cent vector register reading means 512 and the non-cent operand extracting means 600 extract v2(g) from the vector register group 511 in synchronization with additions 5T and 6T, and perform operand switching. Operand switching means 700
and 701 are '
A (1) and V2 (1) are selected and supplied to the multiplier 800. Multiplier 800 is.
A(1)XV 2(1)を5Tで実行し乗算結果M(1
)をオペランド切換手段702へ供給する。セット内ベ
クトルレジスタ書き込み手段514は、演算制御手段9
00の起動により2乗算結果M(1)をベクトルレジス
タ群511に書き込む。セント内ベクトルレジスタ読み
出し手段522及びセット外オペランド取り出し手段6
00は、演算制御手段の起扇により2乗算の4T及び5
丁目に同期してベクトルレジスタ群521からV 1
(2)を取シ出しオペランド切換手段703に供給する
。オペランド切換手段702及び703は演算制御手段
900の指示により、M(1)及びVl(2)を加算器
801に供給する。加算器801は、 M(1)+ V
1 (2)を6Tで実行し加算結果A(2)をオペラ
ンド切換手段700に供給する。セット内ベクトルレジ
スタ読み出し手段522及びセット外オペランド取シ出
し手段600は、演算制御手段900により、加算の5
T及び6丁目に同期して、ベクトルレジスタ群521か
らV2(2)を取シ出しオペランド切換手段701に供
給する。オペランド切換手段700及び701は、演算
制御手段900の指示によりA(2)AびV2(2)を
選択して乗算器800に供給する。乗算器800は、
A (2) X V 2(2)を5Tで実行り乗算結果
M(2)をオペランド切換手段702に供給する。A(1)XV 2(1) is executed in 5T and the multiplication result M(1
) is supplied to the operand switching means 702. The in-set vector register writing means 514 is the arithmetic control means 9
00 writes the squaring result M(1) into the vector register group 511. Intra-set vector register reading means 522 and out-of-set operand retrieval means 6
00 is multiplied by 4T and 5 by the arithmetic control means.
V 1 from vector register group 521 in synchronization with
(2) Take out the output and supply it to the operand switching means 703. Operand switching means 702 and 703 supply M(1) and Vl(2) to adder 801 according to instructions from arithmetic control means 900. The adder 801 is M(1)+V
1 (2) is executed in 6T and the addition result A(2) is supplied to the operand switching means 700. The in-set vector register reading means 522 and the out-of-set operand extracting means 600 are controlled by the arithmetic control means 900 to
In synchronization with T and 6th streets, V2(2) is taken out from the vector register group 521 and supplied to the operand switching means 701. Operand switching means 700 and 701 select A(2) and V2(2) according to instructions from arithmetic control means 900 and supply them to multiplier 800. The multiplier 800 is
A (2)
セット内ベクトルレジスタ書込み手段524は。The in-set vector register writing means 524 is.
乗算結果M(2)をベクトルレジスタ521へ書き込む
。セット内ベクトルレジスタ読み出し手段532及びセ
ント外オペランド取シ出し手段600は。Write the multiplication result M(2) to the vector register 521. The intra-set vector register reading means 532 and the non-cent operand extracting means 600 are as follows.
(;1
演算制御手段900の起動により11乗算4T及び5丁
目に同期して、ベクトルレジスタ群531からV 1
(3)を取シ出し、オペランド切換手段703に供給す
る。オペランド切換手段702及び703は、演算制御
手段900の指示によりM(2)及びv 1(3)を選
択して加算器801に供給する。以下同様の繰返しを所
定の繰返し数だけ行なうことにより、漸化式V O(i
)=(VO(i −1)+V1(i)) XV2(i)
の最終演算結果を得ることができる。(;1 By activation of the arithmetic control means 900, in synchronization with the 11 multiplications 4T and 5th, V 1 is
(3) is taken out and supplied to the operand switching means 703. Operand switching means 702 and 703 select M(2) and v1(3) according to instructions from arithmetic control means 900 and supply them to adder 801. By repeating the same procedure a predetermined number of times, the recurrence formula VO(i
)=(VO(i −1)+V1(i)) XV2(i)
The final calculation result can be obtained.
以上説明したように2本発明の第2の実施例でも、第1
の実施例同様、ベクトルレジスタからの要素データの取
シ出し及びベクトルレジスタへの要素データの格納が2
乗算及び加算とオバーラップして実行され、それによる
オバーヘッドを極めて少なくすることが可能でち)、高
速な漸化式演算が実現できる。As explained above, even in the second embodiment of the present invention, the first
Similar to the embodiment, the extraction of element data from the vector register and the storage of element data into the vector register are performed in two steps.
It is possible to realize a high-speed recursion formula operation by overlapping the multiplication and addition, so that the overhead caused by this can be extremely reduced).
以上説明したように本発明の装置は、ベクトルレジスタ
に連結された少なくとも1個の演算器に対しオペランド
入力として、前記演算器のうち任意の演算器の出力を直
接供給可能とさせることによυ、従来のベクトルデータ
処理装置の持っていた漸化式演算におけるベクトルレジ
スタへのアクセスによるオバーヘッドを除去し、高速な
漸化式演算を実現できるという効果がある。また、使用
ベクトルレジスタ数を減少できるという効果がある。As explained above, the device of the present invention enables the output of any one of the arithmetic units to be directly supplied as an operand input to at least one arithmetic unit connected to a vector register. This has the effect of eliminating the overhead of accessing vector registers in recurrence formula operations, which conventional vector data processing devices had, and realizing high-speed recurrence formula operations. Another advantage is that the number of vector registers used can be reduced.
第1図は従来のベクトルデータ処理装置の一例を示すブ
ロック図、第2図は第1図に示したべ″クトルデータ処
理装置の動作を示すタイムチャート。
第3図は本発明の第1の実施例を示すブロック図。
第4図は前記第1の実施例の情報処理装置の動作を示す
タイムチャート、第5図は本発明の第2の実施例を示す
ブロック図、第6図は前記第2の実施例の情報処理装置
の動作を示すタイムチャートである。
10ないし13及び100ないし103・・・ベクトル
レジスタ、20及び200・・・ベクトルレジスタ、読
み出し手段、30ないし32及び400ないし402・
・・演算器、40及び450・・・ベクトルレジスタ書
き込み手段、300ないし305・・・オペランド切換
手段、470・・・演算制御手段、500゜510.5
20.530・・・ベクトル演算ノぞイグラインセソト
、501,511,521,531・・・ベクトルレジ
スタ群、502,512,522゜532・・・セット
内ベクトルレジスタ読み出し手段。
503.513.523.533・・・セント内演算器
、504,514,524,534・・・セット内ベク
トルレジスタ書き込み手段、600・・・セット外オペ
ランド取シ出し手段、700ないし705・・・オペラ
ンド切換手段、800ないし802・・・セ第3図
第4図FIG. 1 is a block diagram showing an example of a conventional vector data processing device, and FIG. 2 is a time chart showing the operation of the vector data processing device shown in FIG. 1. FIG. 3 is a block diagram showing an example of a conventional vector data processing device. A block diagram showing an example. FIG. 4 is a time chart showing the operation of the information processing apparatus of the first embodiment, FIG. 5 is a block diagram showing the second embodiment of the present invention, and FIG. 2 is a time chart showing the operation of the information processing device of Example 2. 10 to 13 and 100 to 103... vector register, 20 and 200... vector register, reading means, 30 to 32 and 400 to 402.
...Arithmetic units, 40 and 450...Vector register writing means, 300 to 305...Operand switching means, 470...Arithmetic control means, 500°510.5
20.530 . . . Vector operation no. 503.513.523.533... In-cent arithmetic unit, 504, 514, 524, 534... In-set vector register writing means, 600... Out-of-set operand extraction means, 700 to 705... Operand switching means, 800 to 802... Figure 3 Figure 4
Claims (1)
ジスタを備え、前記ベクトルレジスタから取り出した要
素データに対して演算を行なう情報処理装置において、
前記ベクトルレジスタから要素データを読み出すベクト
ルレジスタ読み出し手段と、第1オペランド入力及び第
2オペランド入力を持つm(m≧1)個の演算器と、前
記演算器のうちのk(k≦m)個の演算器の出力及び前
記ベクトルレジスタ読み出し手段により供給される演算
データから選択されたオペランドを前記m個の演算器の
第1及び第2オペランド入力として、それぞれ供給する
2m個のオペランド切換手段と、前記m個の演算器の演
算出力を前記ベクトルレジスタへ書込むベクトルレジス
タ書込み手段を有することを特徴とする情報処理装置。1. In an information processing device that includes a plurality of vector registers that store a plurality of element data, and performs an operation on the element data taken out from the vector register,
a vector register reading means for reading element data from the vector register; m (m≧1) arithmetic units having a first operand input and a second operand input; and k (k≦m) of the arithmetic units; 2m operand switching means for supplying operands selected from the outputs of the arithmetic units and the operation data supplied by the vector register reading means as first and second operand inputs of the m arithmetic units, respectively; An information processing device comprising vector register writing means for writing calculation outputs of the m arithmetic units into the vector register.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP18268484A JPS6162174A (en) | 1984-09-03 | 1984-09-03 | Information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP18268484A JPS6162174A (en) | 1984-09-03 | 1984-09-03 | Information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6162174A true JPS6162174A (en) | 1986-03-31 |
Family
ID=16122623
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP18268484A Pending JPS6162174A (en) | 1984-09-03 | 1984-09-03 | Information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6162174A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03121535A (en) * | 1989-10-03 | 1991-05-23 | Mitsubishi Electric Corp | Fuzzy arithmetic unit |
JPH0476772A (en) * | 1990-07-18 | 1992-03-11 | Hitachi Ltd | Vector data processor |
JPH07334487A (en) * | 1994-06-14 | 1995-12-22 | Kofu Nippon Denki Kk | Arithmetic unit for vector |
-
1984
- 1984-09-03 JP JP18268484A patent/JPS6162174A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03121535A (en) * | 1989-10-03 | 1991-05-23 | Mitsubishi Electric Corp | Fuzzy arithmetic unit |
JPH0476772A (en) * | 1990-07-18 | 1992-03-11 | Hitachi Ltd | Vector data processor |
JPH07334487A (en) * | 1994-06-14 | 1995-12-22 | Kofu Nippon Denki Kk | Arithmetic unit for vector |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4635292A (en) | Image processor | |
JPS6024985B2 (en) | Data processing method | |
JPS6028015B2 (en) | information processing equipment | |
JPS6077265A (en) | Vector processor | |
TWI780116B (en) | Element by vector operations for data processing apparatus, method, computer-readable storage medium and virtual machine | |
JPS6057467A (en) | Vector data processor | |
JPS6162174A (en) | Information processor | |
JPH0650512B2 (en) | Data processing device | |
JPH0345420B2 (en) | ||
JPS6310263A (en) | Vector processor | |
JPH0616287B2 (en) | Vector arithmetic processor with mask | |
JP3691538B2 (en) | Vector data addition method and vector data multiplication method | |
JPS595941B2 (en) | Data array engineering | |
JP2885197B2 (en) | Arithmetic processing device and arithmetic processing method | |
JPS58168151A (en) | Pipeline controlling type information processor | |
JP2989829B2 (en) | Vector processing method | |
JP2989830B2 (en) | Vector processing method | |
JPH05165875A (en) | Vector arithmetic processor | |
JP3180447B2 (en) | Digital signal processor | |
SU857979A1 (en) | Computing device for rotating vector | |
JPS622364A (en) | Arithmetic unit | |
SU618740A1 (en) | Mutichannel operational arrangement | |
JP3088956B2 (en) | Arithmetic unit | |
JPH02181870A (en) | Digital signal processor | |
JPH02181821A (en) | Arithmetic device |