JPS60209873A - Vector processing device - Google Patents

Vector processing device

Info

Publication number
JPS60209873A
JPS60209873A JP6573284A JP6573284A JPS60209873A JP S60209873 A JPS60209873 A JP S60209873A JP 6573284 A JP6573284 A JP 6573284A JP 6573284 A JP6573284 A JP 6573284A JP S60209873 A JPS60209873 A JP S60209873A
Authority
JP
Japan
Prior art keywords
vector
data
register
written
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.)
Pending
Application number
JP6573284A
Other languages
Japanese (ja)
Inventor
Takayuki Nakagawa
貴之 中川
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP6573284A priority Critical patent/JPS60209873A/en
Publication of JPS60209873A publication Critical patent/JPS60209873A/en
Pending legal-status Critical Current

Links

Classifications

    • 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

Abstract

PURPOSE:To reduce the frequency in main storage reference of the same data by providing a scalar register where data, which has the just preceding element number and is stored in the 0th element part of a vector register. CONSTITUTION:A series of data A2-A(N+1) taken out from a main storage 1 are written in vector registers 10 and 12 by a main storage reference control circuit 2. Contents of the vector register 10 and a scalar register 20 where data A1 is preliminarily written in the preprocessing of the processing of a vector instruction are read out, and a result VRi is written in a vector register 11, and data A(N+1) is written in the scalar register 20 by the processing to SR. The subtraction result of every element between A1-AN of the vector register 11 and A2-A(N+1) obtained in the vector register 12 is written in a vector register 13.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、ベクトルデータを高速に処理する処理装置に
関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a processing device that processes vector data at high speed.

【発明の背景〕[Background of the invention]

ベクトルプロセッサのより高速な処理を達成するには、
主記憶操作におけるコンフリクト要因の解消及び軽減が
課題となっている。中でも、ベクトルレジスタにより高
速なレジスタ間演算を可能としているベクトルプロセッ
サでは、主記憶とのデータ転送量を抑える必要があるが
、第1図に示すようなりOループの従来技術による処理
手順を第2図を用いて説明する。
To achieve faster processing of vector processors,
Eliminating and mitigating conflict factors in main memory operations has become a challenge. In particular, in vector processors that enable high-speed inter-register operations using vector registers, it is necessary to reduce the amount of data transferred to and from the main memory. This will be explained using figures.

第1図に示すDOループでは、A(2)とA(1)の減
算結果を5(1)に格納し、A(3)とA(2)の減算
結果を5(2)に格納するように順次A(i+1)とA
 (i)の差をS (L)に格納する操作をiが1から
Nの値をとる場合について繰り返す。このような処理に
あたり、第2図に示すような、ベクトルレジスタを採用
している従来方式のベクトルプロセッサでは、次の4つ
の命令により処理してきた。
In the DO loop shown in Figure 1, the result of subtraction between A(2) and A(1) is stored in 5(1), and the result of subtraction between A(3) and A(2) is stored in 5(2). So sequentially A(i+1) and A
The operation of storing the difference in (i) in S (L) is repeated for the cases where i takes a value from 1 to N. In a conventional vector processor employing a vector register as shown in FIG. 2, such processing has been performed using the following four instructions.

命令1:A(2)〜A(N+1)の一連のデータを、主
記憶lから、主記憶参照制御回路2を用いて、順次取り
出し、ベクトルレジスタ11の各エレメントデータとし
て書込む。
Instruction 1: A series of data A(2) to A(N+1) is sequentially taken out from the main memory 1 using the main memory reference control circuit 2 and written as each element data in the vector register 11.

命令2:A(1)〜A (N)の一連のデータを、主記
憶1から、主記憶参照制御回路3を用いて、順次取り出
し、ベクトルレジスタ12の各ニレメン1〜データとし
て書込む。
Instruction 2: A series of data A(1) to A(N) is sequentially taken out from the main memory 1 using the main memory reference control circuit 3 and written as each element 1 to data in the vector register 12.

命令3:ベクトルレジスタ11と12の同じエレメント
番号を持つデータ間の減算を演算器7により処理し、ベ
クトルレジスタ13のエレメントデータとして、対応す
るエレメント番号の格納場所に書き込む。
Instruction 3: The arithmetic unit 7 processes subtraction between data having the same element number in vector registers 11 and 12, and writes the result as element data in vector register 13 to the storage location of the corresponding element number.

命令4:ベクトルレジスタ13に書き込まれた一連の演
算結果を、次々と読み出し、主記憶格納制御回路4を用
いて、主記憶1上のS (1)〜5(N)に対応するア
ドレスに順次書き込む。
Instruction 4: Read out a series of operation results written in the vector register 13 one after another, and use the main memory storage control circuit 4 to sequentially write them to addresses corresponding to S (1) to 5 (N) on the main memory 1. Write.

これらのベクトルレジスタと、演算器、主記憶制御回路
との接続には自由度があり、処理装置に入力された命令
列もしくは、ハードウェアにより決定される。ベクトル
レジスタの書き込みに際しては、スイッチマトリクス5
が、ベクトルレジスタの読み出しに際しては、スイッチ
マトリクス6が用いられる。第2図のスイッチマトリク
ス5〜6の破線は、第1図のプログラムを処理する際の
一接続例を示したもので、データが矢印の方向に転送さ
れることにより、命令1〜命令4の一連の処理が進めら
れる。スカラレジスタ20及びベクトルレジスタlOは
、第1図の例では使用されなかったため、スイッチマト
リクスも、切れて表わされている。
The connection between these vector registers, arithmetic units, and main memory control circuits has a degree of freedom, and is determined by the instruction sequence input to the processing device or by the hardware. When writing to the vector register, switch matrix 5
However, the switch matrix 6 is used when reading the vector register. The broken lines in switch matrices 5 and 6 in FIG. 2 show an example of connection when processing the program in FIG. A series of processes proceed. Since scalar register 20 and vector register IO were not used in the example of FIG. 1, the switch matrix is also shown cut-off.

主記憶参照回路2,3で参照するアドレスは、A(2)
〜A (N)について重複しているので、A (1)〜
A(N+1)のN+1種のデータを得るために、2N回
のデータ参照がなされる。しかも、重複しているN−1
回の参照については、同lのバンクを、少なくとも2回
ずつパンクビジータイムという一定時間専有するので、
バンクコンフリクトによるロスタイムが生じやすいとい
う欠点がある。しかも、一般に、主記憶に対してはベク
トル命令によるアクセスの他に、スカラ処理や外部入出
力時によるアクセスが同時に行われることがあり、相互
の干渉による性能低下を避ける上からも不要な主記憶参
照の回数が多すぎることが、ベクトルプロセッサの性能
に悪影響を及ぼしてきた。ベクトルレジスタによる高速
化効果をあげるには、従来技術では、エレメント番号の
異なるベクトルレジスタデータ間での処理一般に対して
有効な手段が用意されていない。シフト演算器による1
番目のデータとi+1番目のデータ間のエレメントにま
たがったシフト命令は従来機にも存在するが、論理シフ
トにより、シフト後のデータが失われるため、ベクトル
データあたりのエレメント数であるベクトル長の扱いが
複雑で、使えなかったり、終端処理をスカラー処理させ
るために。
The address referenced by the main memory reference circuits 2 and 3 is A(2)
~A (N) is duplicated, so A (1) ~
In order to obtain N+1 types of data of A(N+1), data references are made 2N times. Moreover, there are duplicate N-1
Regarding the reference of times, the same bank is occupied at least twice for a certain period of time called punk busy time, so
This method has the disadvantage that loss time is likely to occur due to bank conflicts. Furthermore, in addition to accesses by vector instructions, main memory is generally accessed simultaneously by scalar processing and external input/output, and in order to avoid performance deterioration due to mutual interference, unnecessary main memory is Too many references have adversely affected the performance of vector processors. In order to achieve the speed-up effect of vector registers, the conventional technology does not provide effective means for general processing between vector register data having different element numbers. 1 by shift operator
A shift command that spans the elements between the th data and the i+1th data exists in conventional machines, but because the data after the shift is lost due to logical shift, the vector length, which is the number of elements per vector data, is handled. is too complicated to use, or to make the termination process scalar processing.

低速化するといった問題があった。There was a problem with the speed slowing down.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、第1図のような同一データの主記憶参
照回数を、演′L″t、器を追加使用せずに半減しうる
ような、ベクトル処理装置を提供することにある。
An object of the present invention is to provide a vector processing device that can reduce the number of main memory references for the same data by half as shown in FIG. 1 without using any additional processors.

〔発明の概要J 本発明の装置は、複数ベクトルレジスタと、1以上のス
カラレジスタを有し、2つのベクトルレジスタにベクト
ルデータをエレメント番号が1だけ異なるように重複し
て格納するに際し、該エレメント番号が1だけ後となる
ベクトルレジスタと、該エレメント番号が1だけ前とな
るベクトルレジスタの第0エレメント部分に格納するデ
ータを保持するスカラレジスタより、該エレメント番号
が1だけ前となるベクトルレジスタを得る命令手段を有
することを特徴とするものである。
[Summary of the Invention J The device of the present invention has a plurality of vector registers and one or more scalar registers, and when vector data is stored redundantly in two vector registers so that the element numbers differ by 1, A vector register whose element number is 1 later than a scalar register that holds data to be stored in the 0th element part of the vector register whose element number is 1 earlier. The invention is characterized in that it has a command means for obtaining.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の実施例を、第3図〜第5図を用いて詳細
に説明する。本例では、第3図に表わされるような処理
により、iが1〜Nに相当するA(i + 1 )を格
納したベクトルレジスタV Rj、および、ベクトル処
理の前処理によってあらかじめA(1)データを格納し
であるスカラレジスタSRを用いて、A(i)データを
格納したベクトルレジスタVRi、および、A(N+1
)データを処理実行後のSRに得る命令を用いる。
Embodiments of the present invention will be described in detail below with reference to FIGS. 3 to 5. In this example, through the processing shown in FIG. 3, a vector register VRj storing A(i + 1) where i corresponds to 1 to N, and A(1) stored in advance by preprocessing of vector processing. Using the scalar register SR that stores data, vector register VRi that stores A(i) data and A(N+1
) Uses an instruction to obtain data into the SR after processing.

ただし、21は5R122〜26はA(2)〜A(N+
1)データのベクトルレジスタVRj上の格納場所、3
2〜36はA(1)〜A (N)のV Ri上の格納場
所をそれぞれ示す。
However, 21 is 5R122-26 is A(2)-A(N+
1) Data storage location on vector register VRj, 3
2 to 36 indicate the storage locations of A(1) to A(N) on the VRi, respectively.

第3図の処理を行う命令を用いた、本発明による、第1
図のプログラム処理手順を、第4図を用いて以下に説明
する。本発明に特に関連のない部分は、従来方式ベクト
ルプロセッサによるものとし、説明は簡略に止める。本
実施例では、以下の5つの命令を用いて説明する。
A first method according to the present invention using instructions for performing the processing shown in FIG.
The program processing procedure shown in the figure will be explained below using FIG. 4. Portions that are not particularly relevant to the present invention are based on conventional vector processors, and their explanation will be kept brief. This embodiment will be explained using the following five instructions.

命令1=主記憶参照制御回路2により、主記憶1から取
り出した一連のデータA(2)〜A(N+1)を、第2
.第3の命令で並列かつ高速に読み出す目的で、従来技
術に従い、201〜202の2つの書き込み口を経て、
ベクトルレジスタ10および12に書き込む。
Instruction 1 = The main memory reference control circuit 2 transfers a series of data A(2) to A(N+1) retrieved from the main memory 1 to the second
.. In order to read in parallel and at high speed with the third instruction, in accordance with the conventional technology, through two write ports 201 to 202,
Write to vector registers 10 and 12.

命令2:命令lでA(2)〜A(N+1)を書き込んだ
ベクトルレジスタlO及び、ベクトル命令の処理の前処
理でA(1)のデータをあらかじめ書き込んでおいた、
スカラレジスタ20を読み出し、ベクトルレジスタ11
に、第3図に示すV Riのような結果を書き込み、ス
カラレジスタ20には、第3図に示すSRに対する処理
にてA(N+1)のデータを書き込む。この命令は、第
4図に示す101〜103の3つのフィールドを必要と
し、それぞれ、命令のオペコード、VRiなるベクトル
データ、V Rjなるベクトルデータの指定を行う。こ
の例では、スカラレジスタは1つしかないので指定は不
要だが、ベクトルレジスタ11と共に書き込むことを考
慮して、102のフィールドにて、ベクトルレジスタ1
1と共に指定されることを仮定している。
Instruction 2: Vector register IO in which A(2) to A(N+1) were written with instruction 1, and data of A(1) written in advance in preprocessing of vector instruction processing.
Read scalar register 20, vector register 11
A result such as VRi shown in FIG. 3 is written into the scalar register 20, and data A(N+1) is written in the scalar register 20 in the process for SR shown in FIG. This instruction requires three fields 101 to 103 shown in FIG. 4, which specify the operation code of the instruction, vector data VRi, and vector data VRj, respectively. In this example, there is only one scalar register, so there is no need to specify it, but considering that it will be written together with vector register 11, in field 102, vector register 1 is specified.
It is assumed that it is specified together with 1.

命令3:命令2にてベクトルレジスタ11のA(1)〜
A (N)と、命令1にてベクトルレジスタ11に得ら
れたA(2)〜A(N+1)との従来どうりの処理によ
り、エレメント毎の減算を演算器7を用いて行い、結果
をベクトルレジスタ13に書き込む。
Instruction 3: A(1) ~ of vector register 11 in instruction 2
A (N) and A (2) to A (N+1) obtained in the vector register 11 by instruction 1 are processed in the conventional manner, and subtraction is performed for each element using the arithmetic unit 7, and the result is Write to vector register 13.

命令4:従来方式の処理により、ベクトルレジスタ13
に得られた結果データを、主記憶格納制御回路4を用い
て、主記憶1の5(1)〜5(N)に相当するアドレス
に書き込む二第4図では、第2図に使われなかったベク
トルレジスタIOおよびスカラレジスタ20を使用し、
代わりに第2図の従来技術では用いた主記憶参照制御回
路3を使用していない。これは、従来技術による第1.
第2の命令が、本発明による制御命令である第1.第2
の命令により代えられたことにより、主記憶1への参照
が半減したことに対応している。第3の命令は、命令デ
コーダ9による信号111と、102と103のフィー
ルド指定を伝える信号112,113により、従来のス
イッチマトリクス5,6に第5図のような回路例で示さ
れる制御機構を用意することで、実現される。
Instruction 4: By conventional processing, vector register 13
The result data obtained in Figure 4 is written to addresses corresponding to 5(1) to 5(N) of main memory 1 using main memory storage control circuit 4. Using vector register IO and scalar register 20,
Instead, the main memory reference control circuit 3 used in the prior art shown in FIG. 2 is not used. This is the first method according to the prior art.
The first command is a control command according to the present invention. Second
This corresponds to the fact that the number of references to main memory 1 has been halved due to the replacement by the instruction . The third command causes the conventional switch matrices 5 and 6 to control the control mechanism shown in the circuit example shown in FIG. This can be achieved by preparing.

51.52.53で示されるのは、スイッチマトリクス
5の信号対応の部分である。以下、順を追って説明する
51, 52, and 53 are portions of the switch matrix 5 that correspond to signals. The following is a step-by-step explanation.

まず、第3図の処理では、命令のデコード結果111に
よって、スカラレジスタ2oの内容であるA(1)を読
み出し、これを、ベクトルレジスタ11の最初のエレメ
ントとして書き込む必要がある。命令の起動時に、ベク
トルレジスタ10の制御回路100とベクトルレジスタ
11の制御回路110は、それぞれ読み出しエレメント
番号及び書き込みエレメント番号を、121〜122に
よりOクリアする。さらに、信号121はセレクタ47
により、スカラレジスタ20のデータを1サイクルの間
だけ読み出し、スイッチマトリクス6から、信号147
を通じて、データ用のスイッチマトリクス53へ送る。
First, in the process shown in FIG. 3, it is necessary to read A(1), which is the content of the scalar register 2o, according to the instruction decoding result 111, and write this as the first element of the vector register 11. When the instruction is started, the control circuit 100 of the vector register 10 and the control circuit 110 of the vector register 11 clear the read element number and the write element number to O by 121 to 122, respectively. Further, the signal 121 is transmitted to the selector 47
The data in the scalar register 20 is read out for only one cycle, and the signal 147 is output from the switch matrix 6.
is sent to the switch matrix 53 for data.

このデータは、信号157により、信号112によって
知られるベクトルレジスタ11へ送られるが、この時点
の110が保持する書き込みアドレスカウンタはクリア
時の値Oのままであり、115により0番目のエレメン
トとして書き込まれる。その際の書き込みの可否と、次
のエレメント書き込みのためのアドレス増加は、111
のディレィラッチ150により、スカラレジスタデータ
と同期をとった信号109をORした。187により制
御される。52はアドレス増加及び書き込み許可の信号
用スイッチマトリクスであり、117を経て110に到
達する度に、書き込みアドレスは増加し、115により
、書き込み先のエレメント番号が変えられる。
This data is sent by signal 157 to the vector register 11 known by signal 112, but at this point the write address counter held by 110 remains at the value O when cleared, and is written by 115 as the 0th element. It will be done. At that time, whether writing is possible or not and the address increase for writing the next element is 111.
The delay latch 150 performs an OR operation on the signal 109 synchronized with the scalar register data. 187. Reference numeral 52 denotes a switch matrix for address increment and write permission signals, and each time the write address reaches 110 via 117, the write address increases, and 115 changes the write destination element number.

一方、最初のスカラレジスタの値が書き込まれてから後
に、ベクトルレジスタ10の書き込み済みのデータにつ
いて1エレメントの読み出し許可信号107が出始める
ようにするとともに、100の中の読み出しアドレスカ
ウンタ値を増加せしめ、当該アドレス線106により、
セレクタ45を制御し、かつ、113により、セレクタ
46を制御することでベクトルレジスタ10のエレメン
トを、第0エレメントから次々と読み出すことができる
On the other hand, after the value of the first scalar register is written, the read permission signal 107 for one element starts to be output for the written data of the vector register 10, and the read address counter value in 100 is increased. , by the address line 106,
By controlling the selector 45 and controlling the selector 46 using 113, the elements of the vector register 10 can be read one after another starting from the 0th element.

こうして、ベクトルレジスタ11の第2〜第Nエレメン
トの書き込みが行われる。第5図で、146は他のレジ
スタからの読み出しデータ線であり、113を保持した
後の信号123により、目的のデータがセレクタ46を
用いて選択されることを示す・ 最後に、A(N+1)に相当するデータをベクトルレジ
スタ11ではなく、スカラレジスタ20に書込むことが
必要であるが、この命令処理における最終データの11
への書込み抑止には、NANDゲート41及びANDゲ
ート43が使われている。この命令以外の処理や、命令
処理の終了を示す信号108が1′でない時は、198
は常に1′となり、ゲート43はスルーである。本実施
例ではベクトルレジスタ11と関連づけられているスカ
ラレジスタは、レジスタ対応の終了信号118により無
条件に書き込むもののように扱ったが、スカラレジスタ
単独に独立な処理も可能であることは容易に類推できる
。終了信号のスイッチマトリクス51において、48は
、信号112により行き先を指定する、ディストリビュ
ータ、49は他の書き込み口からの信号149をORす
るORゲートである。本実施例では、従って、ディスト
リビュータは、未使用の書き込み口に対し、常に“0′
を出力するよう仮定しているが、変換回路により、セレ
クタ構成とすることも一般に可能である。
In this way, the second to Nth elements of the vector register 11 are written. In FIG. 5, 146 is a read data line from another register, and the signal 123 after holding 113 indicates that the target data is selected using the selector 46.Finally, A(N+1 ) is required to be written to the scalar register 20 instead of the vector register 11, but the final data 11 in this instruction processing
A NAND gate 41 and an AND gate 43 are used to inhibit writing to. When the signal 108 indicating processing other than this instruction or the end of instruction processing is not 1', 198
is always 1', and the gate 43 is through. In this embodiment, the scalar register associated with the vector register 11 is handled as if it were to be written unconditionally by the end signal 118 corresponding to the register, but it can be easily inferred that independent processing is also possible for the scalar register alone. can. In the end signal switch matrix 51, 48 is a distributor that specifies the destination by the signal 112, and 49 is an OR gate that ORs the signal 149 from another writing port. In this embodiment, therefore, the distributor always writes “0” to unused write ports.
However, it is generally possible to use a selector configuration using a conversion circuit.

〔発明の効果〕〔Effect of the invention〕

以上述べたように、本発明によれば、従来数万ゲートを
要してきた演算器の代りに、従来のスイッチマトリクス
に第5図の41.43.44に示すような数ゲートを追
加することで、高速なエレメント間シフト機能が実現さ
れ、しかもスカラレジスタの使用によりベクトル長を全
て同一としたままで処理できる。このことにより、第1
図に示す主記憶へのアクセス量はほぼ半減し、ベクトル
レジスタの高速性を、より発揮することができるのは、
明らかである。
As described above, according to the present invention, several gates such as those shown at 41, 43, and 44 in FIG. , a high-speed inter-element shift function is realized, and the use of scalar registers allows processing while keeping all vector lengths the same. By this, the first
The amount of accesses to the main memory shown in the figure is almost halved, and the high-speed performance of vector registers can be further exploited by:
it is obvious.

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

第1図は、フォートランプログラムの一例、第2図は従
来技術による処理例、第3図は本発明を構成する命令仕
様例、第4図は本発明による処理例、第5図は1本発明
を実現する回路例。 第 1 図 系2図
Fig. 1 is an example of a Fortran program, Fig. 2 is an example of processing according to the prior art, Fig. 3 is an example of instruction specifications constituting the present invention, Fig. 4 is an example of processing according to the present invention, and Fig. 5 is an example of processing according to the present invention. An example of a circuit that achieves this. Part 1 Diagram 2

Claims (1)

【特許請求の範囲】 1、複数ベクトルデータと、1以上のスカラレジスタを
有し、2つのベクトルレジスタにベクトルデータをエレ
メント番号が1だけ異なるように重複して格納するに際
し、該エレメント番号が1だけ後となるベクトルレジス
タと、該エレメント番号が1だけ前となるベクトルレジ
スタの第O工しノメン1一部分に格納するデータを保持
するスカラレジスタより、該エレメント番号が1だけ前
となるベクトルレジスタを得る命令手段を有するベクト
ル処理装置。 2、前項の命令処理において、通常の演算器を使用しな
いことを特徴とする特許請求の範囲第1項記載のベクト
ル処理装置。
[Claims] 1. It has a plurality of vector data and one or more scalar registers, and when vector data is stored redundantly in two vector registers so that the element numbers differ by 1, the element number is 1. A vector register whose element number is 1 earlier than a scalar register that holds data to be stored in the first part of the vector register whose element number is 1 earlier. A vector processing device having instruction means for obtaining instructions. 2. The vector processing device according to claim 1, wherein a normal arithmetic unit is not used in the instruction processing described above.
JP6573284A 1984-04-04 1984-04-04 Vector processing device Pending JPS60209873A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6573284A JPS60209873A (en) 1984-04-04 1984-04-04 Vector processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6573284A JPS60209873A (en) 1984-04-04 1984-04-04 Vector processing device

Publications (1)

Publication Number Publication Date
JPS60209873A true JPS60209873A (en) 1985-10-22

Family

ID=13295484

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6573284A Pending JPS60209873A (en) 1984-04-04 1984-04-04 Vector processing device

Country Status (1)

Country Link
JP (1) JPS60209873A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2355218A (en) * 1999-10-12 2001-04-18 Newteam Ltd Shower water flow booster unit

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2355218A (en) * 1999-10-12 2001-04-18 Newteam Ltd Shower water flow booster unit

Similar Documents

Publication Publication Date Title
US4467419A (en) Data processing system with access to a buffer store during data block transfers
US4930066A (en) Multiport memory system
US6272596B1 (en) Data processor
US6167491A (en) High performance digital electronic system architecture and memory circuit therefor
JPS6131502B2 (en)
JP3971535B2 (en) SIMD type processor
JPH0282330A (en) Move out system
JPS60209873A (en) Vector processing device
JP2576589B2 (en) Virtual storage access control method
JPS59214977A (en) Data processing device
JPH0232647B2 (en)
JPH06324999A (en) Multiprocessor system
JP2657947B2 (en) Data processing device
JPH0456352B2 (en)
JPS5899869A (en) Parallel processing system
JPH05324018A (en) Control circuit for pc
JPH02183332A (en) Programmed control system
JPS5927348A (en) Multiplexing digital differential analyzing machine
JPH04245556A (en) Instruction memory
JPS6246353A (en) Memory read system
JPS5862886A (en) Storage controlling system
JPH03184143A (en) Memory access system
JPS60134361A (en) Key storage control system
JPH0399321A (en) Instruction control system
JPH02136949A (en) Input/output controller