JPS6116364A - Vector data processor - Google Patents

Vector data processor

Info

Publication number
JPS6116364A
JPS6116364A JP13677484A JP13677484A JPS6116364A JP S6116364 A JPS6116364 A JP S6116364A JP 13677484 A JP13677484 A JP 13677484A JP 13677484 A JP13677484 A JP 13677484A JP S6116364 A JPS6116364 A JP S6116364A
Authority
JP
Japan
Prior art keywords
vector
element data
register
address
read
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
Application number
JP13677484A
Other languages
Japanese (ja)
Inventor
Hiroyuki Izumisawa
泉沢 裕之
Seiichiro Kinoshita
木下 誠一郎
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.)
NEC Corp
Original Assignee
NEC Corp
Nippon Electric Co 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 NEC Corp, Nippon Electric Co Ltd filed Critical NEC Corp
Priority to JP13677484A priority Critical patent/JPS6116364A/en
Priority to DE8585108148T priority patent/DE3585972D1/en
Priority to EP85108148A priority patent/EP0167959B1/en
Priority to US06/751,112 priority patent/US5019969A/en
Publication of JPS6116364A publication Critical patent/JPS6116364A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30032Movement instructions, e.g. MOVE, SHIFT, ROTATE, SHUFFLE
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8053Vector processors
    • G06F15/8076Details on data register access
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30098Register arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • Complex Calculations (AREA)

Abstract

PURPOSE:To transfer element data between vector storage means in a high speed by transferring directly element data from the first vector storage means to the second vector storage means having an optional start address. CONSTITUTION:A vector data processor is provided with vector registers 100 and 101, read address registers 110 and 111, write address registers 120 and 121, read address selecting circuits 130 and 131, write address selecting circuits 140 and 141, and an element data input selecting circuit 200. Vector registers 100 and 101 hold plural sequenced element data respectively, and element data read out from the vector register 100 or 101 are transferred successively to the vector register 101 or 100. In this case, write address registers 120 and 121 set optional start addresses.

Description

【発明の詳細な説明】 (1)発明の属する技術分野 本発明は、ベクトルレジスタ間のエレメントデータ移送
を行なうベクトルデータ処理装置−関する。
DETAILED DESCRIPTION OF THE INVENTION (1) Technical field to which the invention pertains The present invention relates to a vector data processing device that transfers element data between vector registers.

(2)従来技術 従来のベクトルデータ処理装置は米国特許第41238
80号公報を参照できる。第2図を参照すると、この公
報によればベクトルレジスタ10および11、読出し/
書込みアドレスレジスタ20および21、エレメントデ
ータ入力選択回路30、エレメントデータ出力選択回路
40、および演算器50から構成されている。
(2) Prior art A conventional vector data processing device is disclosed in U.S. Patent No. 41238.
Reference can be made to Publication No. 80. Referring to FIG. 2, according to this publication, vector registers 10 and 11, read/write
It is composed of write address registers 20 and 21, an element data input selection circuit 30, an element data output selection circuit 40, and an arithmetic unit 50.

ベクトルレジスタ10および11はそれぞれが複数個の
エレメントデータを保持するもので、通常複数個設けら
れる。読出し/書込みアドレスレジスタ20および21
はベクトルレジスタ10および11内に保持されている
エレメントデータのロケーシ冒ンを指定するもので、初
期設定で“0“にクリアされるとともに、+1力ウント
機能を有する。
Each of the vector registers 10 and 11 holds a plurality of element data, and usually a plurality of vector registers are provided. Read/Write Address Registers 20 and 21
is used to designate the location of the element data held in the vector registers 10 and 11, and is cleared to "0" in the initial setting, and has a +1 count function.

1個のベクトルレジスタに保持されているエレメントデ
ータの部分ベクトル演算を行なう場合、このベクトルレ
ジスタに保持されているエレメントデータの一部を他の
ベクトルレジスタに移送しておく必要がある。
When performing a partial vector operation on element data held in one vector register, it is necessary to transfer part of the element data held in this vector register to another vector register.

このために、ミクトルレジスタと主メモリとの間のスト
ア/ロード命令を用いてエレメントデータを移送する方
法、またはシフト命令を用いて移送する方法がとられて
いる。
For this purpose, a method is used to transfer element data using a store/load instruction between a micro register and a main memory, or a method is used to transfer element data using a shift instruction.

前者の方法では、ベクトルレジスタ10に保持されてい
るエレメントデータがストア命令によシベクトル長指定
分だけ主メモリに順次ストアさt−b、ストアされたエ
レメントデータの一部がベクトルレジスタ11にロード
される。まず、ストア命令における移送元ベクトルレジ
スタ10と移送するベクトル長との指定に応答して、読
出し/書込みアドレスレジスタ20は@0”に初期設定
される。この初期設定に応答して、さクトルレジスタ1
0に保持されているエレメントデータのロケーシ璽ン0
がエレメントデータ出力選択回路40へ出力され、読出
し/書込みアドレスレジスタ20のカウントアツプにと
もない、エレメントデータが順次出力される。エレメン
トデータ出力選択回路40を介して与えられるベクトル
レジスタ10の出力は主メモリへ順次移送される。次に
ロード命令における部分ベクトル演算に必要なエレメン
トデータのロード開始アドレスと、ロード先のベクトル
レジスタ11およびベクトル長指定に応答して、読出シ
/書込みアドレスレジスタ21の指示に従イ主メモリか
らベクトルレジスタ11にエレメントデータが順次ロー
ドされる。
In the former method, the element data held in the vector register 10 is sequentially stored in the main memory by the vector length specified by the store instruction t-b, and part of the stored element data is loaded into the vector register 11. Ru. First, in response to the designation of the transfer source vector register 10 and the transfer vector length in a store instruction, the read/write address register 20 is initialized to @0''. 1
Location code of element data held in 0
is output to the element data output selection circuit 40, and as the read/write address register 20 counts up, the element data are output in sequence. The outputs of the vector register 10 applied via the element data output selection circuit 40 are sequentially transferred to the main memory. Next, in response to the load start address of the element data necessary for partial vector operation in the load instruction, the load destination vector register 11, and the vector length designation, the vector is transferred from the main memory according to the instructions of the read/write address register 21. Element data is sequentially loaded into the register 11.

後者の方法では、ベクトルレジスタ10に保持されてい
るエレメントデータがシフト命令によ91語ずつシフト
されてベクトルレジスタ11に移送される。
In the latter method, the element data held in the vector register 10 is shifted by 91 words by a shift command and transferred to the vector register 11.

シフト命令でシフトすべきエレメントデータを保持スる
ベクトルレジスタ10トシフト結果を移送するベクトル
レジスタ11、シフト量および°ベクトル長を指定する
と、読出し/書込みアドレスレジスタ20のカウントア
ツプにともない、ベクトルレジスタ10に保持されてい
るエレメントデータはロケーシ璽ン0からエレメントデ
ータ出力選択回路40に順次出力される。
When the shift command specifies the vector register 10 that holds the element data to be shifted, the vector register 11 that transfers the shift result, the shift amount and vector length, as the read/write address register 20 counts up, the vector register 10 The held element data is sequentially output from location 0 to the element data output selection circuit 40.

エレメントデータ出力選択回路40を介して与えられた
ベクトルレジスタ10の出力は、演算器50に送られる
。演算器50はエレメントデータ出力選択回路40の出
力と命令で指定されたシフト量に応答してシフト動作を
行なう。
The output of the vector register 10 provided via the element data output selection circuit 40 is sent to the arithmetic unit 50. The arithmetic unit 50 performs a shift operation in response to the output of the element data output selection circuit 40 and the shift amount specified by the command.

シフト量は通常1語右シフト指定である。エレメントデ
ータを1語分右シフトして出力することによシ演算器5
0の出力は、エレメントデータ入力選択回路30を介し
てベクトルレジスタ11に1語分シフトした形式で移送
される。
The shift amount is usually specified as a one word shift to the right. By shifting the element data to the right by one word and outputting it, the arithmetic unit 5
The output of 0 is transferred to the vector register 11 via the element data input selection circuit 30 in a format shifted by one word.

読出し/書込みアドレスレジスタ21も+1力ウント機
能を有し、エレメントデータ入力選択回路30から出力
されるエレメントデータのロケーシロンを順次指定する
The read/write address register 21 also has a +1 count function and sequentially specifies the location of element data output from the element data input selection circuit 30.

このシフト動作を繰シ返すことで所定のエレメントデー
タ移送が終了する。従って、どちらの方式も主メモリま
たは演算器を必要とするため、エレメントデータ移送の
性能が低く、シかも後続の命令が主メモリまたは演算器
を必要とするとき競合してしまうという欠点がある。
By repeating this shift operation, the predetermined element data transfer is completed. Therefore, since both methods require a main memory or an arithmetic unit, the performance of element data transfer is low, and there is a disadvantage that there is contention when a subsequent instruction requires the main memory or an arithmetic unit.

(3)発明の目的 本発明の目的は、第1のベクトル格納手段から任意のア
ドレスで開始される第2のベクトル格納手段へエレメン
トデータを直接移送することによシ、高速にベクトル格
納手段間のエレメントデータ移送をできるようにしたベ
クトルデータ処理装置を提供することにある。
(3) Object of the Invention The object of the present invention is to transfer element data directly from the first vector storage means to the second vector storage means starting at an arbitrary address, thereby enabling high-speed transfer of element data between vector storage means. An object of the present invention is to provide a vector data processing device that can transfer element data.

(4)発明の構成 本発明のベクトルデータ処理装置は、順序付けられたエ
レメントデータを保持する第1のベクトル格納手段と、
この第1のベクトル格納手段から読出されたエレメント
データを第2のベクトルレジスタへ順次移送する移送手
段と、この移送手段で移送する際、第2のベクトル格納
手段の任意の書込み開始アドレスを設定するアドレス設
定手段とを含むことを特徴とする。
(4) Configuration of the Invention The vector data processing device of the present invention includes a first vector storage means for holding ordered element data;
A transfer means for sequentially transferring the element data read from the first vector storage means to a second vector register, and an arbitrary write start address of the second vector storage means is set when the element data is transferred by the transfer means. and address setting means.

(5)発明の実施例 次に本発明について図面を参照して詳細に説明する。(5) Examples of the invention Next, the present invention will be explained in detail with reference to the drawings.

第1図を参照すると、本発明の一実施例は、べクトルレ
ジスタ100および101%読出しアドレスレジスタ1
10および111. 書込みアドレスレジスタ120お
よび121%読出しアドレス選択回路130および13
1、書込みアドレス選択回路140および141、およ
びエレメントデータ入力選択回路200万を有している
Referring to FIG. 1, one embodiment of the present invention includes a vector register 100 and a 101% read address register 1.
10 and 111. Write address register 120 and 121% read address selection circuits 130 and 13
1, write address selection circuits 140 and 141, and element data input selection circuits 2 million.

本実施例の動作は以下の通シである。The operation of this embodiment is as follows.

複数個のベクトルレジスタ、本実施例では2個のベクト
ルレジスタ100および101はそれぞれが順序付けら
れた複数のエレメントデータを保持するもので、演算器
から出力される演算結果あるいは主メモリから出力され
るロードデータを格納する。1個のベクトルレジスタに
保持されているエレメントデータの部分ベクトル演算を
行なう場合、このベクトルレジスタに保持されているエ
レメントデータの一部を他のベクトルレジスタに移送し
ておく必要がある。
A plurality of vector registers, two vector registers 100 and 101 in this embodiment, each hold a plurality of ordered element data, and each holds a plurality of ordered element data, such as a calculation result output from an arithmetic unit or a load output from the main memory. Store data. When performing a partial vector operation on element data held in one vector register, it is necessary to transfer part of the element data held in this vector register to another vector register.

演算器から出力された演算結果あるいは主メモリから出
力されたロードデータを保持している移送元のベクトル
レジスタをベクトルレジスタ100とし、そのベク)/
l/レジスタ100に格納されているエレメントデータ
の一部を移送する移送先レジスタをベクトルレジスタ1
01 、!:する場合、命令によって移送元ベクトルレ
ジスタ100の番号と移送先ベクトルレジスタ101の
番号が指定される。移送元ベクトルレジスタ100への
読出し開始アドレスは、命令あるいは命令付随情報とし
て、読出しアドレス選択回路130に入力されるが、命
令によって指定されない場合には@0″が入力される。
The vector register 100 is the transfer source that holds the calculation result output from the arithmetic unit or the load data output from the main memory, and the vector register 100 is the vector register 100.
The transfer destination register to which part of the element data stored in l/register 100 is transferred is vector register 1.
01,! :, the number of the source vector register 100 and the number of the destination vector register 101 are specified by the instruction. The read start address to the transfer source vector register 100 is input to the read address selection circuit 130 as a command or instruction accompanying information, but if it is not specified by the command, @0'' is input.

また、移送先ベクトルレジスタ1の書込み開始アドレス
も同様に、命令あるいは命令付随情報として、書込みア
ドレス選択回路141に入力されるが、命令によって指
定されない場合には101が入力される。
Similarly, the write start address of the transfer destination vector register 1 is input to the write address selection circuit 141 as a command or instruction accompanying information, but if it is not designated by a command, 101 is input.

なお、これらの開始アドレスの設定経路は図示されてい
ない。
Note that the setting paths for these start addresses are not shown.

一方、移送元ベクトルレジスタ番号力ベクトルレジスタ
101を指定し、移送先ベクトルレジスタ番号がベクト
ルレジスタ100を指定するような命令でおる場合には
、移送元ベクトルレジスタの読出し開始アドレスは、命
令あるいは命令付随情報として、読出しアドレス選択回
路131に入力され、移送先ベクトルレジスタの書込み
開始アドレスも同様に命令あるいは命令付随情報として
、書込みアドレス選択回路140に入力される。これら
の場合も命令によって指定されない場合にはIO″が入
力される。
On the other hand, if the source vector register number specifies vector register 101 and the destination vector register number specifies vector register 100, then the read start address of the source vector register is the instruction or The information is input to the read address selection circuit 131, and the write start address of the transfer destination vector register is similarly input to the write address selection circuit 140 as an instruction or instruction accompanying information. In these cases as well, IO'' is input if it is not specified by the instruction.

なお、これらの開始アドレスの設定経路も図示されてい
力い。
Note that the setting paths for these start addresses are also not illustrated.

ベクトルレジスタ100および101に保持できる最大
エレメントデータ長をそれぞれ64個トシ、ベクトルレ
ジスタ100からベクトルレジスタ101へ32個のエ
レメントデータを移送する場合にL%まずベクトル長指
定を132″ことする命令によりて移送元ベクトルレジ
スタ番号をベクトルレジスタ100、移送先ベクトルレ
ジスタ番号をベクトルレジスタ101とそれぞれ指定し
、ベクトルレジスタ100の読出し開始アドレスを“3
2”と指定する。命令によって指定された読出し開始ア
ドレスは読出しアドレス選択回路130に入力され、選
択されて読出しアドレスレジスタ110にw321の値
が格納される。同時に書込み開始アドレスは命令で指定
されていないため、書込みアドレス選択回路141にて
I o 1が入力される。これが選択されて書込みアド
レスレジスタ121に101が初期設定される。ベクト
ルレジスタ100は読出しアドレスレジスタ110で指
定されるロケーションのエレメントデータをエレメント
データ入力選択回路200に出力する。読出しアドレス
レジスタ110はエレメントデータを順次読出すために
+1力ウント機能を有し、ロケー7ぢン32の次はロケ
ーション33、その次はロケーション34とカウントさ
れる。カウントされたロケーションにベクトル長指定分
だけベクトルレジスタ100内に保持されているエレメ
ントデータが読出され、エレメントデータ入力選択回路
200に出力される。エレメントデータ入力選択回路2
00は、ベクトルレジスタ100から読出されたエレメ
ントデータをベクトルレジスタ101に入力するよう選
択指示する。
The maximum element data length that can be held in vector registers 100 and 101 is 64 pieces each, and when transferring 32 pieces of element data from vector register 100 to vector register 101, L% is first specified by an instruction that specifies the vector length as 132''. Specify the source vector register number as vector register 100, the destination vector register number as vector register 101, and set the read start address of vector register 100 as "3".
2". The read start address specified by the instruction is input to the read address selection circuit 130, selected, and the value of w321 is stored in the read address register 110. At the same time, the write start address is specified by the instruction. Therefore, I o 1 is input to the write address selection circuit 141. This is selected and 101 is initialized to the write address register 121. The vector register 100 stores the element data at the location specified by the read address register 110. is outputted to the element data input selection circuit 200.The read address register 110 has a +1 count function in order to sequentially read out the element data. The element data held in the vector register 100 for the specified vector length is read out at the counted location and output to the element data input selection circuit 200.Element data input selection circuit 2
00 selects and instructs the element data read from the vector register 100 to be input into the vector register 101.

一方、ベクトルレジスタ101は書込みアドレスレジス
タ121で指定されるロケーションに、エレメントデー
タ入力選択回路200から第1番目のエレメントデータ
が出力される時点でエレメントデータの書込みを開始す
る。書込みアドレスレジスタ121も読出しアドレスレ
ジスタ110と同様にエレメントデータを順次書込むた
めに+1力ウント機能を有し、ロケーションOの次はロ
ケーション11その次社ロケーション2とカウントされ
る。カウントされたロケーションにベクトル長指定分だ
け、エレメントデータ入力選択回路200から出力され
るエレメントデータが書込まれる。この動作は移送した
エレメントデータ数が132″に達したとき、すなわち
ベクトル長指定に等しくなったとき終了する。
On the other hand, the vector register 101 starts writing element data to the location specified by the write address register 121 at the time when the first element data is output from the element data input selection circuit 200. Like the read address register 110, the write address register 121 also has a +1 count function for sequentially writing element data, and the next location after location O is counted as location 11, followed by location 2. Element data output from the element data input selection circuit 200 is written to the counted location by the amount specified by the vector length. This operation ends when the number of element data transferred reaches 132'', that is, equal to the vector length specification.

移送元ベクトルレジスタの読出し開始アドレスをmとし
たとき、64−(m−1)以上の値をベクトル長指定で
指定されている場合には次のようになる。すなわち、読
出しアドレスレジスタ110はベクトルレジスタ100
のロケーションが63に達するとその次はロケーション
0を指定し、順次ベクトル長指定数分だけカウントして
いく機能を有している。
When the read start address of the transfer source vector register is defined as m, if a value of 64-(m-1) or more is specified by the vector length specification, the following will occur. That is, the read address register 110 is the vector register 100.
When the location reaches 63, the next location is designated as 0, and the function is to sequentially count by the designated number of vector lengths.

他の命令で、移送元ベクトルレジスタ番号をベクトルレ
ジスタ100、移送元ベクトルレジスタ番号をベクトル
レジスタ101と指定し、ベクトルレジスタ101の書
込み開始アドレスを32と指定したとする。読出し開始
アドレスは命令で指定されていないため読出しアドレス
選択回路130にてI o lが入力され、これが選択
されて読出しアドレスレジスタ110に101が初期設
定される。命令で指定された書込み開始アドレスは、書
込み7゛ドレス択回路141に入力され、選択されて書
込みアドレスレジスタ121に132″の値が格納され
る。
Assume that another instruction specifies the transfer source vector register number as vector register 100, the transfer source vector register number as vector register 101, and specifies the write start address of vector register 101 as 32. Since the read start address is not specified by the instruction, I o l is input to the read address selection circuit 130 , this is selected, and 101 is initialized in the read address register 110 . The write start address designated by the command is input to the write 7'' address selection circuit 141, selected, and a value of 132'' is stored in the write address register 121.

読出しアドレスレジスタ110は+1力ウント機能を有
する。このレジスタ11oがらのアドレスに応答して、
ベクトルレジスタ100のロケーション0から順次エレ
メントデータが読出され、エレメントデータ入力選択回
路200に出力される。書込みアドレスレジスタも同様
に+1力ウンタ機能を有し、エレメントデータ入力選択
回路200がら第1番目のエレメントデータすなわちベ
クトルレジスタ100の0ケーシヨンOから読出したエ
レメントデータが出力される時点で書込みを開始する。
The read address register 110 has a +1 output count function. In response to the address from this register 11o,
Element data is sequentially read from location 0 of vector register 100 and output to element data input selection circuit 200. The write address register similarly has a +1 counter function, and starts writing when the element data input selection circuit 200 outputs the first element data, that is, the element data read from the 0 case O of the vector register 100. .

この動作は移送したエレメントデータ数が1321に達
したとき、すなわちベクトル長指定に等しくなったとき
終了する。また、移送先の書込み開始アドレスをmとし
たとき、64−(m−1)以上の値をベクトル長指定で
指定されている場合には、書込みアドレスレジスタエ2
1は、ベクトルレジスタ101のロケーションが163
1に達すると−to次hoヶーション0に戻シ、順次ベ
クトル長指定数分だけカウントしていく機能を有してい
る。
This operation ends when the number of transferred element data reaches 1321, that is, when it becomes equal to the vector length designation. Also, when the write start address of the transfer destination is m, if a value of 64-(m-1) or more is specified in the vector length specification, the write address register register 2
1, the location of the vector register 101 is 163
When the count reaches 1, the -to-next hocation returns to 0, and it has a function of sequentially counting by the specified number of vector lengths.

さらに他の命令で、移送元ベクトルレジスタ番号をベク
トルレジスタ100.移送先ベクトルレジスタlをベク
トルレジスタ1o1と指定し、ベクトルレジスタ100
の読出し開始アドレスを’32” 、ベクトルレジスタ
101の書込み開始アドレスを“32”と指定したとす
る。
Furthermore, in another instruction, the transfer source vector register number is set to vector register 100. Specify the transfer destination vector register l as vector register 1o1, and transfer it to vector register 100.
Assume that the read start address of the vector register 101 is designated as '32', and the write start address of the vector register 101 is designated as '32'.

読出Ll?アドレスおよび書込み開始7ドvスはともに
命令で指定されているため、読出しアドレス選択回路1
30および書込みアドレス選択回路141にそれぞれ開
始アドレス1321が入力され2選択されて、読出しア
ドレスレジスタ110および書込みアドレスレジスタ1
21に格納される。読出しアドレスレジスタ110は+
1力ウント機能を有しているため、ベクトルレジスタ1
00のロケーション32から+i次ベクトルデータを読
出し、エレメントデータ入力選択回路200に出方して
いく。また、書込みアドレスレジスタ121も+1力ウ
ント機能を有し、エレメントデータ入力選択回路200
から出力され誌エレメシトデーメをベクトルレジスタ1
01のロケーション32から順次書込んでいく。この動
作は、移送したエレメントデータ数−4(”32”に達
したとき、すなわち、ベクトル長指定に等しくなったと
き終了する。また、読出し開始アドレスおよび書込み開
始アドレスをそれぞれm、nとしたとき、ベクトル長指
定が64−(m−1)よシ大きいと読出しアドレスレジ
スタの内容は63から0に戻ってカウントを続行する。
Read Ll? Since both the address and the write start address are specified by the instruction, the read address selection circuit 1
The start address 1321 is input to 30 and write address selection circuit 141, and 2 is selected, and the start address 1321 is input to read address register 110 and write address register 1.
21. The read address register 110 is +
Since it has a single input count function, vector register 1
The +i-order vector data is read from the location 32 of 00 and output to the element data input selection circuit 200. The write address register 121 also has a +1 output count function, and the element data input selection circuit 200
The output from the vector register 1
The data is sequentially written starting from location 32 of 01. This operation ends when the number of transferred element data - 4 ("32") is reached, that is, when it becomes equal to the vector length specification. Also, when the read start address and write start address are m and n, respectively. , if the vector length designation is greater than 64-(m-1), the contents of the read address register return from 63 to 0 and continue counting.

ベクトル長指定が64−(n−1)よシ大きいと書込み
アドレスレジスタの内容は63から0に戻ってカウント
を続行する。
If the vector length designation is greater than 64-(n-1), the contents of the write address register return from 63 to 0 and continue counting.

本実施例では、ベクトルレジスタ数を2としたが、本発
明は、2に限定されるものでなく、また、エレメントデ
ータの移送元をベクトルレジスタ100、移送先をベク
トルレジスタ101としたが、これに限定されるもので
なく命令によって任意に指定できる。
In this embodiment, the number of vector registers is two, but the present invention is not limited to two, and the element data transfer source is the vector register 100, and the transfer destination is the vector register 101. It is not limited to , and can be specified arbitrarily by a command.

(6)発明の効果 本発明には第2のベクトル格納手段の任意の読出し開始
アドレスを設定できる手段と、ベクトル格納手段間のエ
レメントデータ移送手段を設ける仁とにより、ベクトル
格納手段間のエレメントデータ移送を任意の書込み開始
アドレスから高速に実現できるという効果がある。
(6) Effects of the Invention The present invention provides means for setting an arbitrary read start address of the second vector storage means, and a means for transferring element data between the vector storage means. This has the advantage that transfer can be realized at high speed from any write start address.

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

第1図は本発明の一実施例を示す図、および第2図は従
来例を示す図である。 10.11,100,10“1・・・・・・ベクトルレ
ジスタ、20.21・・・・・・読出し/書込みアドレ
スレジスタ、30 、200・・・・・・エレメントデ
ータ入力選択回路、4o01000.エレメントデータ
出力選択回路、50・叩・演算器、110,111・・
・・・・読出しアドレスレジスタ120.121・・・
・・・書込みアドレスレジスタ、130゜131・・・
・・・読出しアドレス選択回路、140,141・・・
・・・書込みアドレス選択回路。 ti+すIj1%#      工L/>)デら1N力
*#E]!各fI回 士!tす ¥Z頂
FIG. 1 is a diagram showing an embodiment of the present invention, and FIG. 2 is a diagram showing a conventional example. 10.11, 100, 10"1...Vector register, 20.21...Read/write address register, 30, 200...Element data input selection circuit, 4o01000. Element data output selection circuit, 50/beat/arithmetic unit, 110, 111...
...Read address register 120.121...
...Write address register, 130°131...
...Read address selection circuit, 140, 141...
...Write address selection circuit. ti+suIj1%# 工L/>) DEra 1N force*#E]! Each fI time! tsu¥\ top

Claims (1)

【特許請求の範囲】[Claims] 順序付けられたエレメントデータを保持する第1のベク
トル格納手段と、この第1のベクトル格納手段から読出
されたエレメントデータを第2のベクトル格納手段へ順
次移送する移送手段と、この移送手段で移送する際、第
2のベクトル格納手段の任意の書込み開始アドレスを設
定するアドレス設定手段とを含むことを特徴とするベク
トルデータ処理装置。
a first vector storage means for holding ordered element data; a transfer means for sequentially transferring the element data read from the first vector storage means to a second vector storage means; A vector data processing device comprising: address setting means for setting an arbitrary write start address of the second vector storage means.
JP13677484A 1984-07-02 1984-07-02 Vector data processor Pending JPS6116364A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP13677484A JPS6116364A (en) 1984-07-02 1984-07-02 Vector data processor
DE8585108148T DE3585972D1 (en) 1984-07-02 1985-07-01 COMPUTER VECTOR REGISTER PROCESSING.
EP85108148A EP0167959B1 (en) 1984-07-02 1985-07-01 Computer vector register processing
US06/751,112 US5019969A (en) 1984-07-02 1985-07-02 Computer system for directly transferring vactor elements from register to register using a single instruction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13677484A JPS6116364A (en) 1984-07-02 1984-07-02 Vector data processor

Publications (1)

Publication Number Publication Date
JPS6116364A true JPS6116364A (en) 1986-01-24

Family

ID=15183199

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13677484A Pending JPS6116364A (en) 1984-07-02 1984-07-02 Vector data processor

Country Status (1)

Country Link
JP (1) JPS6116364A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6484402B2 (en) 1997-11-07 2002-11-26 Koenig & Bauer Aktiengesellschaft Rollers or cylinders with a metallic foam core

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6484402B2 (en) 1997-11-07 2002-11-26 Koenig & Bauer Aktiengesellschaft Rollers or cylinders with a metallic foam core
US6827677B2 (en) 1997-11-07 2004-12-07 Koenig & Bauer Aktiengesellschaft Rollers or cylinders with a metallic foam core

Similar Documents

Publication Publication Date Title
US5881302A (en) Vector processing unit with reconfigurable data buffer
US4884192A (en) Information processor capable of data transfer among plural digital data processing units by using an active transmission line having locally controlled storage of data
JPH01182992A (en) Semiconductor memory device
JPS63129425A (en) Data processor
US5019969A (en) Computer system for directly transferring vactor elements from register to register using a single instruction
EP0136597A2 (en) Vector processor
US5201058A (en) Control system for transferring vector data without waiting for transfer end of the previous vector data
JPS6116364A (en) Vector data processor
JPH0255821B2 (en)
JPH0255822B2 (en)
JPS6116365A (en) Vector data processor
JP2547219B2 (en) Vector data access control apparatus and method
JPH0496172A (en) Data storing system, vector data buffer device, and vector data processor
JPS62232073A (en) Vector data processor
EP0715252A1 (en) A bit field peripheral
KR0134461B1 (en) First-in/first-out memory device
JPS62232074A (en) Vector data processor
JPH01119823A (en) First-in first-out storage device
JPS6074074A (en) Priority control system
SU1339653A1 (en) Memory
JPS6136854A (en) Memory switching device
JPH0376558B2 (en)
JPS61198351A (en) Direct memory access control circuit
JPH0567035A (en) Data alignment system for dma transfer
JPS5947339B2 (en) data processing unit