JPH0683859A - Vector processor - Google Patents

Vector processor

Info

Publication number
JPH0683859A
JPH0683859A JP12842092A JP12842092A JPH0683859A JP H0683859 A JPH0683859 A JP H0683859A JP 12842092 A JP12842092 A JP 12842092A JP 12842092 A JP12842092 A JP 12842092A JP H0683859 A JPH0683859 A JP H0683859A
Authority
JP
Japan
Prior art keywords
vector
register
counter
contents
vector register
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
Application number
JP12842092A
Other languages
Japanese (ja)
Other versions
JP2989962B2 (en
Inventor
Masato Nishida
政人 西田
Toshihiko Nakamura
俊彦 中村
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
NEC Computertechno Ltd
Original Assignee
NEC Corp
NEC Computertechno 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, NEC Computertechno Ltd filed Critical NEC Corp
Priority to JP4128420A priority Critical patent/JP2989962B2/en
Publication of JPH0683859A publication Critical patent/JPH0683859A/en
Application granted granted Critical
Publication of JP2989962B2 publication Critical patent/JP2989962B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

PURPOSE:To easily provide sort algorithm and to execute sort at high speed. CONSTITUTION:This device is provided with a means for successively reading the contents of a first vector register 1 from a position instructed by a first counter 7 and means for comparing the read data with the contents of a comparative data register 10 and for storing them in second and third vector registers 2 and 3 corresponding to the level relation. Further, the device is provided with a means to store the number of elements, which are stored in the second and third vector registers 2 and 3, in a vector length register 16 and general-purpose register 17 and means to simultaneously sort attached information or element numbers.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ベクトル処理装置に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a vector processing device.

【0002】[0002]

【従来の技術】ソート処理は、情報処理において、デー
タ検索等と並んで非常に重要な処理の一つである。特
に、クイックソートアルゴリズムは、n個のデータを含
む問題に対して、オーダーの時間で処理が可能であり、
バブルソートアルゴリズム等に対して高速なアルゴリズ
ムとして、知られている。しかし、従来、ソート処理
は、一般にソフトウェアにより実現され、主記憶上の配
列データを順次読み出し比較し、データを入れ換える操
作を行なうことによって実現されていた。
2. Description of the Related Art Sort processing is one of the very important processings along with data retrieval in information processing. In particular, the quick sort algorithm can process problems with n data in order time,
It is known as a high-speed algorithm for the bubble sort algorithm and the like. However, conventionally, the sorting process is generally realized by software, and is realized by sequentially reading and comparing array data on the main memory and performing an operation of exchanging the data.

【0003】また、ベクトル処理装置においては、マス
ク生成命令を利用し、データの大小関係を比較した結果
をマスクデータとして生成し、置換操作を行なうなどの
方法がとられている。
Further, in the vector processing device, a method of using a mask generation instruction to generate the result of comparing the magnitude relations of data as mask data and performing a replacement operation is used.

【0004】[0004]

【発明が解決しようとする課題】上述した従来のソート
処理は、スカラ処理によって行なわれる場合は、個々の
データに対する比較操作及びデータ入れ換え操作ごとに
主記憶に対するアクセスが発生する為、メモリアクセス
がソート処理の性能ネックとなる可能性が有る。また、
個々の要素に対する処理がシリアルに行なわれるが、本
来、この種の処理は並列処理可能であり、並列処理によ
る高速化が期待される。
When the above-described conventional sort processing is performed by the scalar processing, since the access to the main memory occurs for each comparison operation and data exchange operation for individual data, the memory access is sorted. There is a possibility of becoming a performance bottleneck in processing. Also,
Although the processing for each element is performed serially, this kind of processing can be performed in parallel, and the parallel processing is expected to speed up the processing.

【0005】ベクトル処理装置によって行われる場合に
おいても、マスク生成処理データ圧縮処理等を行なう必
要があり、処理が繁雑、かつ処理時間も十分な速度を期
待できないという問題点があった。
Even when it is carried out by the vector processing device, there is a problem that it is necessary to carry out mask generation processing data compression processing and the like, the processing is complicated, and a sufficient processing time cannot be expected.

【0006】[0006]

【課題を解決するための手段】本発明のベクトル処理装
置は、複数のレジスタから構成されるベクトルレジスタ
を複数組有するベクトル処理装置において、第1のベク
トルレジスタの内容を第1のカウンタの内容が指示する
位置から読み出すとともに第1のカウンタの内容をカウ
ントアップする第1の読み出し手段と、あらかじめ定め
られた値を格納する記憶手段と、前記第1の読み出し手
段によって読み出された第1のベクトルレジスタの内容
と前記記憶手段の内容とを比較する比較手段と、該比較
手段の結果、前記読み出し手段によって読み出された第
1のベクトルレジスタの内容が、前記記憶手段の内容よ
り大きいか、もしくは等しいと判断されたときに、第2
のベクトルレジスタの第2のカウンタの内容が指示する
位置に書き込むとともに、第2のカウンタの内容をカウ
ントアップする第1の書き込み手段と、前記比較手段の
結果、前記読み出し手段により読み出された第1のベク
トルレジスタの内容が、前記記憶手段の内容より小さい
か、もしくは等しいと判断されたとき、第3のベクトル
レジスタの内容をカウントアップする第2の書き込み手
段とを有する。
The vector processing device of the present invention is a vector processing device having a plurality of sets of vector registers each composed of a plurality of registers. First reading means for reading from the designated position and counting up the contents of the first counter, storage means for storing a predetermined value, and first vector read by the first reading means. Comparing means for comparing the content of the register with the content of the storage means, and as a result of the comparing means, the content of the first vector register read by the reading means is larger than the content of the storage means, or When it is judged that they are equal, the second
Write to a position indicated by the content of the second counter of the vector register and count up the content of the second counter; and as a result of the comparison means, the first read means read by the read means. A second write means for counting up the content of the third vector register when it is determined that the content of the first vector register is smaller than or equal to the content of the storage means.

【0007】[0007]

【実施例】次に本発明について図面を参照して説明す
る。
The present invention will be described below with reference to the drawings.

【0008】本発明の一実施例のブロック図を示す図1
を参照すると、本実施例は、第1のベクトルレジスタ
1,第2のベクトルレジスタ2,第3のベクトルレジス
タ3,第4のベクトルレジスタ4,第5のベクトルレジ
スタ5,第6のベクトルレジスタ6,第1のカウンタ
7,第2のカウンタ8,第3のカウンタ9,比較データ
レジスタ10,比較器11,正負論理回路12,第1の
セレクタ13,第2のセレクタ14,第3のセレクタ1
5,ベクトルレングスレジスタ16および汎用レジスタ
17で構成される。
FIG. 1 shows a block diagram of one embodiment of the present invention.
In this embodiment, the first vector register 1, the second vector register 2, the third vector register 3, the fourth vector register 4, the fifth vector register 5, and the sixth vector register 6 are referred to. , A first counter 7, a second counter 8, a third counter 9, a comparison data register 10, a comparator 11, a positive / negative logic circuit 12, a first selector 13, a second selector 14, and a third selector 1.
5, a vector length register 16 and a general-purpose register 17.

【0009】第1のベクトルレジスタ1は、信号線10
1を介して、比較器11および第2のベクトルレジスタ
2と第3のベクトルレジスタ3に接続され、比較データ
レジスタ10も信号線1001を介して比較器11に接
続される。第1のカウンタ7は信号線701を介して第
1のベクトルレジスタ1,第1のセレクタ13,第2の
セレクタ14および第6のベクトルレジスタ6に接続さ
れる。
The first vector register 1 includes a signal line 10
1 is connected to the comparator 11 and the second vector register 2 and the third vector register 3, and the comparison data register 10 is also connected to the comparator 11 via the signal line 1001. The first counter 7 is connected to the first vector register 1, the first selector 13, the second selector 14 and the sixth vector register 6 via the signal line 701.

【0010】第2のカウンタ8は、信号線801を介し
て、第2のベクトルレジスタ2,第4のベクトルレジス
タ4及び第3のセレクタ15に接続される。
The second counter 8 is connected to the second vector register 2, the fourth vector register 4 and the third selector 15 via a signal line 801.

【0011】第3のカウンタ9は、信号線901を介し
て、第3のベクトルレジスタ3,第5のベクトルレジス
タ5及び第3のセレクタ15に接続される。
The third counter 9 is connected to the third vector register 3, the fifth vector register 5 and the third selector 15 via a signal line 901.

【0012】第6のベクトルレジスタ6は、信号線60
1を介して、第1のセレクタ13および第2のセレクタ
14に接続され、第1のセレクタ13,第2のセレクタ
14はそれぞれ信号線1301,1401を介して、第
4のベクトルレジスタ4および第5のベクトルレジスタ
5に接続される。
The sixth vector register 6 has a signal line 60.
1 is connected to the first selector 13 and the second selector 14, and the first selector 13 and the second selector 14 are connected to the fourth vector register 4 and the fourth vector register 4 via the signal lines 1301 and 1401, respectively. 5 to vector register 5.

【0013】比較器11は、信号線1101を介して、
正負論理回路12に接続され、正負論理回路12は制御
線1201を介して、第2のカウンタ8及び第2のベク
トルレジスタ2および第4のベクトルレジスタ4に接続
される。また、制御線1202を介して、第3のカウン
タ9,第3のベクトルレジスタ3および第5のベクトル
レジスタ5に接続される。
The comparator 11 is connected via the signal line 1101.
It is connected to the positive / negative logic circuit 12, and the positive / negative logic circuit 12 is connected to the second counter 8, the second vector register 2, and the fourth vector register 4 via the control line 1201. Further, it is connected to the third counter 9, the third vector register 3, and the fifth vector register 5 via the control line 1202.

【0014】第3のセレクタ15は、信号線1501を
介して、ベクトルレングスレジスタ16及び汎用レジス
タ17に接続される。
The third selector 15 is connected to the vector length register 16 and the general-purpose register 17 via the signal line 1501.

【0015】次に、動作の説明を行なう。Next, the operation will be described.

【0016】第1のベクトルレジスタ1に、あらかじめ
主記憶からソート対象の配列データをロードしておく。
また、比較データレジスタ10には、ソート対象のデー
タのうち、任意の1つ、例えば第2のベクトルレジスタ
2の先頭の要素を設定しておく。第1のカウンタは初期
値“0”からベクトルレングスレジスタ16の値になる
まで順次カウンタアップされ、それに伴ない第1のベク
トルレイズタ1内のデータが順次読み出される。
The array data to be sorted is loaded from the main memory into the first vector register 1 in advance.
Further, in the comparison data register 10, an arbitrary one of the data to be sorted, for example, the head element of the second vector register 2 is set. The first counter is sequentially incremented from the initial value "0" to the value of the vector length register 16, and accordingly, the data in the first vector raiser 1 is sequentially read.

【0017】比較器11では、比較データレジスタ10
の内容と、第1のベクトルレジスタ1から読み出された
内容が順次比較され、第1のベクトルレジスタ1の内容
の法が大きい場合には、信号線1101に“1”が小さ
い場合には“0”が出力される。等しい場合には“0”
と“1”のうちいずれかが出力される。
In the comparator 11, the comparison data register 10
Is sequentially compared with the content read from the first vector register 1, and when the modulus of the content of the first vector register 1 is large, "1" is small on the signal line 1101. 0 "is output. "0" if they are equal
Or "1" is output.

【0018】信号線1101の情報は、正負論理回路1
2によって制御線1201に対してはそのままの情報、
制御線1202に対しては反転した論理信号がそれぞれ
出力される。制御線1201及び1202は、第2のベ
クトルレジスタ2及び第3のベクトルレジスタ3に対し
て書き込み有効信号として動作し、制御線の値が“1”
の時に、信号線101を介して読み出された第1のベク
トルレジスタ1の内容が第2のベクトルレジスタ2の第
2のカウンタ8の指示する位置に書き込まれるか、第3
のベクトルレジスタ3の第3のカウンタ9の指示する位
置に書き込まれる。これと同時に第2のカウンタ8およ
び第3のカウンタ9の値がカウントアップされる事によ
り、次回の書き込み位置にカウンタ値を変更する。
The information on the signal line 1101 is the positive / negative logic circuit 1
2, information as it is for the control line 1201,
Inverted logic signals are output to the control line 1202. The control lines 1201 and 1202 operate as write enable signals for the second vector register 2 and the third vector register 3, and the value of the control line is "1".
At this time, the content of the first vector register 1 read via the signal line 101 is written to the position designated by the second counter 8 of the second vector register 2, or
Is written in the position designated by the third counter 9 of the vector register 3. At the same time, the values of the second counter 8 and the third counter 9 are incremented, so that the counter values are changed to the next write position.

【0019】以上の処理を、ベクトルレングスレジスタ
10の値で示される回数分区り返す事により第1のベク
トルレジスタ1のデータのうち、比較データレジスタ1
0の値よりも大きい要素は、第2のベクトルレジスタ2
に、小さいものは第3のベクトルレジスタ3に格納され
る。また、第2のベクトルレジスタ2に格納された要素
数は第2のカウンタ8の内容に、第3のベクトルレジス
タ3に格納された要素数は第3のカウンタ9の内容にな
る。
By returning the above processing by the number of times indicated by the value of the vector length register 10, the comparison data register 1 among the data of the first vector register 1 is returned.
Elements greater than the value of 0 are in the second vector register 2
The smaller one is stored in the third vector register 3. The number of elements stored in the second vector register 2 is the content of the second counter 8, and the number of elements stored in the third vector register 3 is the content of the third counter 9.

【0020】次に、第2のベクトルレジスタ2の内容
を、第1のベクトルレジスタ1に置換し、第2のカウン
タ8の値を、第3のセレクタ15を介して、ベクトルレ
ングスレジスタ16にセットし、第3のベクトルレジス
タ3の内容は、種記憶等に退避し(図示せず)、第3の
カウンタ3値を、第3のセレクタ15を介して汎用レジ
スタ17に退避した後に、前述の処理を繰り返す事によ
り、クイックソートのアルゴリズムが実現される。この
アルゴリズムとは、大小の2つの構成グループに分割し
ていき、最後に要素1になるまでくり返して、最終的に
分割グループをつなぎ合せる事によって昇順又は降順に
ソートされた配列データにソートされるというものであ
る。
Next, the contents of the second vector register 2 are replaced with the first vector register 1, and the value of the second counter 8 is set in the vector length register 16 via the third selector 15. However, the contents of the third vector register 3 are saved in a seed memory or the like (not shown), and the value of the third counter 3 is saved in the general-purpose register 17 via the third selector 15, and then, as described above. By repeating the process, the quick sort algorithm is realized. This algorithm divides into two large and small constituent groups, repeats until the element 1 is finally reached, and finally joins the divided groups to sort into array data sorted in ascending or descending order. That is.

【0021】ソートプログラムにおいては、ソートキー
となるデータと、それに付随するデータを連動してソー
トする場合がある。たとえば、第1のベクトルレジスタ
1をソートキーとして、比較データレジスタ10と第1
のベクトルレジスタ1の各保持内容を比較し、その結果
に応じて第1のベクトルレジスタ1の内容を第2のベグ
トルレジスタ2または第3のベクトルレジスタ3のいず
れか一方に格納する。
In a sort program, there are cases where sort key data and associated data are linked and sorted. For example, using the first vector register 1 as the sort key, the comparison data register 10 and the first vector register 1
The contents stored in the vector register 1 are compared with each other, and the contents of the first vector register 1 are stored in either the second vector register 2 or the third vector register 3 according to the result.

【0022】これと同時に、第1のベクトルレジスタ1
の内容を第2のベクトルレジスタ2に格納したときに
は、第1のベクトルレジスタ1の読み出しアドレス(第
1のカウンタ7の内容)第4のベクトルレジスタに、ま
た第1のベクトルレジスタ1の内容を第3のベクトルレ
ジスタ3に格納したときには、第1のベクトルレジスタ
1の読み出しアドレスを第5のベクトルレジスタ5に格
納する場合を考える。
At the same time, the first vector register 1
Is stored in the second vector register 2, the read address of the first vector register 1 (the content of the first counter 7) is stored in the fourth vector register, and the content of the first vector register 1 is stored in the second vector register 1. Suppose that the read address of the first vector register 1 is stored in the fifth vector register 5 when it is stored in the third vector register 3.

【0023】第2のベクトルレジスタ2に制御線120
1の指示によって第1のベクトルレジスタ1の内容を書
き込むと同時に、第4のベクトルレジスタ4に信号線8
01を介して、第2のベクトルレジスタ2の書き込み位
置と同じ位置が指示され、該位置に第1のカンウンタ7
の値を格納する。
A control line 120 is connected to the second vector register 2.
At the same time that the contents of the first vector register 1 are written in accordance with the instruction 1, the signal line 8 is sent to the fourth vector register 4.
01, the same position as the write position of the second vector register 2 is designated, and the first counter 7
Stores the value of.

【0024】また、第4のベクトルレジスタ4について
も第3のベクトルレジスタ3と同じ書き込み位置に、第
1のカウンタ7の値を書き込む事によって実現される。
このとき、第1のセレクタ13第2のセルクタ14は、
信号線701の内容が選択される様に設定する。
Further, the fourth vector register 4 is also realized by writing the value of the first counter 7 at the same writing position as the third vector register 3.
At this time, the first selector 13 and the second selector 14 are
It is set so that the content of the signal line 701 is selected.

【0025】また、要素番号又は付随情報を、あらかじ
め第6のベクトルレジスタ6に格納(第1のセレクタ1
3,第2のセレクタ14は、信号線601を選択する様
に設定)しておき、第1のベクトルレジスア1を読み出
すと同時に、信号線701を介して第1のベクトルレジ
スタ1の読み出し位置と同じ位置の第6のベクトルレジ
スタ6の内容を読み出し、第2のベクトルレジスタ2と
同じ位置の第4のベクトルレジスタ4及び第3のベクト
ルレジスタ3と同じ位置の第5のベクトルレジスタ5に
書き込む事によって、付随情報に対するソート処理が実
現される。
The element number or associated information is stored in advance in the sixth vector register 6 (first selector 1
3, the second selector 14 is set so that the signal line 601 is selected), and at the same time as reading the first vector register 1, the read position of the first vector register 1 is read via the signal line 701. Reads the contents of the sixth vector register 6 at the same position as and writes it to the fourth vector register 4 at the same position as the second vector register 2 and the fifth vector register 5 at the same position as the third vector register 3. As a result, the sorting process for the accompanying information is realized.

【0026】ベクトル処理装置は、一般にパイプライン
化されている事が多い為、各信号線はパイプラインの段
数合せの為に、何段かのレジスタを設ける必要がある場
合も有る。
Since the vector processing device is generally pipelined in many cases, each signal line may need to be provided with several registers in order to match the number of stages of the pipeline.

【0027】[0027]

【発明の効果】以上説明したように本発明は、ベクトル
処理装置に対してクイックソート処理用の機能を付加す
る事によって、ソートプログラムの実現を容易化すると
ともに高速にソートプログラムを実行する事が可能とな
る。
As described above, according to the present invention, by adding a function for quick sort processing to the vector processing device, the realization of the sort program can be facilitated and the sort program can be executed at high speed. It will be possible.

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

【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

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

1 第1のベクトルレジスタ 2 第2のベクトルレジスタ 3 第3のベクトルレジスタ 4 第4のベクトルレジスタ 5 第5のベクトルレジスタ 6 第6のベクトルレジスタ 7 第1のカウンタ 8 第2のカウンタ 9 第3のカウンタ 10 比較データレジスタ 11 比較器 12 正負論理回路 13 第1のセレクタ 14 第2のセレクタ 15 第3のセレクタ 16 ベクトルレングスレジスタ 17 汎用レジスタ 1 1st vector register 2 2nd vector register 3 3rd vector register 4 4th vector register 5 5th vector register 6 6th vector register 7 1st counter 8 2nd counter 9 3rd Counter 10 Comparison data register 11 Comparator 12 Positive / negative logic circuit 13 First selector 14 Second selector 15 Third selector 16 Vector length register 17 General-purpose register

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 複数のレジスタから構成されるベクトル
レジスタを複数組有するベクトル処理装置において、第
1のベクトルレジスタの内容を第1のカウンタの内容が
指示する位置から読み出すとともに第1のカウンタの内
容をカウントアップする第1の読み出し手段と、 あらかじめ定められた値を格納する記憶手段と、 前記第1の読み出し手段によって読み出された第1のベ
クトルレジスタの内容と前記記憶手段の内容とを比較す
る比較手段と、 該比較手段の結果、前記読み出し手段によって読み出さ
れた第1のベクトルレジスタの内容が、前記記憶手段の
内容より大きいか、もしくは等しいと判断されたとき
に、第2のベクトルレジスタの第2のカウンタの内容が
指示する位置に書き込むとともに、第2のカウンタの内
容をカウントアップする第1の書き込み手段と、 前記比較手段の結果、前記読み出し手段により読み出さ
れた第1のベクトルレジスタの内容が、前記記憶手段の
内容より小さいか、もしくは等しいと判断されたとき、
第3のベクトルレジスタの内容をカウントアップする第
2の書き込み手段とを有するベクトル処理装置。
1. In a vector processing device having a plurality of sets of vector registers composed of a plurality of registers, the contents of the first vector register are read from a position indicated by the contents of the first counter and the contents of the first counter are read. Reading means for counting up, storage means for storing a predetermined value, contents of the first vector register read by the first reading means and contents of the storage means are compared. And a second vector when the content of the first vector register read by the reading means is determined to be greater than or equal to the content of the storage means as a result of the comparing means. Write to the position indicated by the contents of the second counter of the register and count up the contents of the second counter. When the contents of the first vector register read by the reading unit are smaller than or equal to the contents of the storing unit as a result of the first writing unit for writing and the comparing unit,
A vector processing device having second writing means for counting up the contents of a third vector register.
【請求項2】 前記第1の書き込み手段によって第2の
ベクトルレジスタに書き込むと同時に、前記第1のカウ
ンタの内容を第4のベクトルレジスタの前記第2のカウ
ンタの内容が指示する位置に書き込む第3の書き込み手
段と、 前記第2の書き込み手段によって第3のベクトルレジス
タに書き込みと同時に、前記第1のカウンタの内容を第
5のベクトルレジスタの前記第3のカウンタの内容が指
示する位置に書き込む第4の書き込み手段とを設けたこ
とを特徴とする請求項1記載のベクトル処理装置。
2. The first writing means writes the second vector register at the same time, and simultaneously writes the contents of the first counter to a position indicated by the contents of the second counter of the fourth vector register. 3 writing means and the second writing means write the third vector register at the same time, and at the same time, write the contents of the first counter to a position indicated by the contents of the third counter of the fifth vector register. The vector processing device according to claim 1, further comprising a fourth writing unit.
【請求項3】 ベクトル処理を実行する要素数をあらわ
すベクトルレングスレジスタと、前記第2のカウンタ,
第3のカウンタの内容を選択的に前記ベクトルレングス
レジスタに格納する格納手段とを設けたことを特徴とす
る請求項1記載のベクトル処理装置。
3. A vector length register representing the number of elements for executing vector processing, said second counter,
2. The vector processing device according to claim 1, further comprising storage means for selectively storing the contents of a third counter in the vector length register.
【請求項4】 プログラムから操作可能な汎用レジスタ
と、前記第2のカウンタ,第3のカウンタの内容を選択
的に前記汎用レジスタに格納する格納手段とを設けたこ
とを特徴とする請求項1記載のベクトル処理装置。
4. A general-purpose register operable by a program, and storage means for selectively storing the contents of the second counter and the third counter in the general-purpose register. Vector processing device described.
【請求項5】 前記第1の書き込み手段によって、第2
のベクトルレジスタに書き込みと同時に、第6のベクト
ルレジスタの前記第1のカウンタの内容が指示する位置
から読み出した内容を、第4のベクトルレジスタの前記
第2のカウンタの内容が指示する位置に書き込む第5の
書き込み手段と、前記第2の書き込み手段によって第3
のベクトルレジスタに書き込むと同時に、第6のベクト
ルレジスタの前記第1のカウンタの内容が指示する位置
から読み出した内容を第5のベクトルレジスタの前記第
3のカウンタの内容が指示する位置に書込む第6の書き
込み手段とを設けたことを特徴とする請求項1記載のベ
クトル処理装置。
5. The second writing means includes a second writing means.
At the same time as writing to the vector register of, the content read from the position indicated by the content of the first counter of the sixth vector register is written to the position of the content of the second counter of the fourth vector register. The fifth writing means, and the third writing means by the second writing means.
Of the sixth vector register, and at the same time, the contents read from the position indicated by the contents of the first counter of the sixth vector register are written into the position indicated by the contents of the third counter of the fifth vector register. The vector processing device according to claim 1, further comprising a sixth writing unit.
JP4128420A 1992-05-21 1992-05-21 Vector processing equipment Expired - Fee Related JP2989962B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4128420A JP2989962B2 (en) 1992-05-21 1992-05-21 Vector processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4128420A JP2989962B2 (en) 1992-05-21 1992-05-21 Vector processing equipment

Publications (2)

Publication Number Publication Date
JPH0683859A true JPH0683859A (en) 1994-03-25
JP2989962B2 JP2989962B2 (en) 1999-12-13

Family

ID=14984326

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4128420A Expired - Fee Related JP2989962B2 (en) 1992-05-21 1992-05-21 Vector processing equipment

Country Status (1)

Country Link
JP (1) JP2989962B2 (en)

Also Published As

Publication number Publication date
JP2989962B2 (en) 1999-12-13

Similar Documents

Publication Publication Date Title
US4514826A (en) Relational algebra engine
JPS60134973A (en) Vector computer
CA1080366A (en) First in - first out memory array containing special bits for replacement addressing
KR920003176B1 (en) Control data regenerating device for sort processor
JPH06274528A (en) Vector operation processor
US5293594A (en) Data processing system having a plurality of register groups and a logical or circuit for addressing one register of one of the register groups
JPH0683859A (en) Vector processor
US4093984A (en) Data processing system having a cycle control function
JPS6143338A (en) Searching of thin data base using association technology
Hall A General-Purpose Cam-Based System
JP3293544B2 (en) Sorting method using auxiliary storage
JPH0275018A (en) Merge processing method
JP3293551B2 (en) Sorting method
JP2926951B2 (en) Save / restore register address generation circuit
JPH0277936A (en) Control system for fifo buffer memory
JPS59148943A (en) Memory circuit
JPS63104179A (en) Vector processor
SU1069001A1 (en) Primary storage
JPH10320382A (en) Arithmetic unit and method therefor and recording medium for storing program for executing the same
JPS5815808B2 (en) Digital Bibun Kaisekiki
JPH01211122A (en) Two reading port associative register file
JPH0588892A (en) Method and device for parallelly processing information
JPH05298893A (en) Associative storage device
JPH01286041A (en) Knowledge base multiple control system
JPH02287732A (en) Register address generating device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19990223

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990928

LAPS Cancellation because of no payment of annual fees