JPH0427588B2 - - Google Patents

Info

Publication number
JPH0427588B2
JPH0427588B2 JP24200383A JP24200383A JPH0427588B2 JP H0427588 B2 JPH0427588 B2 JP H0427588B2 JP 24200383 A JP24200383 A JP 24200383A JP 24200383 A JP24200383 A JP 24200383A JP H0427588 B2 JPH0427588 B2 JP H0427588B2
Authority
JP
Japan
Prior art keywords
vector
register
instruction
data
address
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
JP24200383A
Other languages
Japanese (ja)
Other versions
JPS60134972A (en
Inventor
Giichi Tanaka
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 JP24200383A priority Critical patent/JPS60134972A/en
Publication of JPS60134972A publication Critical patent/JPS60134972A/en
Publication of JPH0427588B2 publication Critical patent/JPH0427588B2/ja
Granted 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

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、ベクトル演算を処理する装置に係
り、主記憶へのスループツトを軽減する機能に関
する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to an apparatus for processing vector operations, and relates to a function of reducing throughput to main memory.

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

科学技術計算においては、第1図のようなDO
ループを含むFORTRANプログラムの高速化が
要求されている。この要求に対し、一つのアプロ
ーチとして、パイプライン制御を用いてベクトル
処理を高速化するベクトル処理装置が開発されて
いる。これらのうち、CARY−1(米)やS−
810(日立)のようなベクトル処理装置では、多数
のベクトルレジスタと呼ばれる高速レジスタを
CPU内部に保有することにより、中間結果の主
記憶への格納を避けることができ、主記憶への負
荷の軽減を図つている。第1図のプログラムにお
いては、配列T,Fを主記憶から読み出し、配列
TNへ書き込むことが主な主記憶の負荷となつて
いる。現在のベクトル処理装置では、このような
プログラムは、主記憶ネツクが原因で性能が押え
られることが多い。しかし、第1図のようなプロ
グラムでは、ベクトルデータT(I,J)I=1,
…,NT(I+1,J)I=1,…,N T(I−
1,J)I=1,…,Nなど一要素分しかずれて
いないベクトルデータから構成されているが、現
在のベクトル処理では3つのベクトルデータに対
しそれぞれ別に主記憶から読み出しベクトルレジ
スタに書き込んでおり、主記憶への無駄な負荷を
かけている。このようなプログラムは偏微分方程
式の数値解法に頻出する。
In scientific and technical calculations, DO as shown in Figure 1
There is a demand for faster FORTRAN programs that include loops. In response to this demand, as one approach, vector processing devices have been developed that use pipeline control to speed up vector processing. Among these, CARY-1 (US) and S-
A vector processing device like the 810 (Hitachi) uses a large number of high-speed registers called vector registers.
By retaining it within the CPU, it is possible to avoid storing intermediate results in main memory, thereby reducing the load on main memory. In the program shown in Figure 1, arrays T and F are read from main memory and array
Writing to TN is the main load on main memory. In current vector processing devices, the performance of such programs is often hampered by the main memory network. However, in the program shown in Figure 1, vector data T(I, J)I=1,
…,NT(I+1,J)I=1,…,NT(I-
1, J) It is composed of vector data that is shifted by only one element, such as I = 1, ..., N, but in current vector processing, each of the three vector data is read from the main memory and written to the vector register. This puts an unnecessary load on main memory. Such programs are frequently used in numerical solutions of partial differential equations.

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

本発明の目的は、主記憶への負荷を大巾に軽減
することが可能なベクトルレジスタ構成をもつベ
クトルプロセツサを提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a vector processor having a vector register configuration that can significantly reduce the load on main memory.

〔発明の概要〕[Summary of the invention]

上記の目的を達成するために、本発明において
は第4図に示すような通常のベクトルレジスタ
に、数要素保持可能なガード要素(R7i1,R7i2
を設ける。そしてベクトルデータを主記憶からベ
クトルレジスタにロードする際、ガード要素にも
隣接データをロードする命令と、ベクトル要素間
のシフト命令を設けることにより、一度主記憶か
らヌエツチされたデータの有効利用を図り、主記
憶への負荷を軽減する。
In order to achieve the above object, in the present invention, guard elements (R7 i1 , R7 i2 ) capable of holding several elements are added to a normal vector register as shown in FIG.
will be established. When vector data is loaded from the main memory to the vector register, by providing an instruction to load adjacent data to the guard element and a shift instruction between vector elements, we aim to make effective use of the data once netched from the main memory. , reducing the load on main memory.

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

以下、本発明の一実施例を説明する。本発明が
適用されるベクトルプロセツサ構成の一例を第2
図に示す。第2図は特願昭56−42314号に示され
るベクトルプロセツサを簡略化したものである。
すなわち、このベクトルプロセツサは、スカラ処
理スニツトSP、ベクトル処理ユニツトVP、これ
らに共通に設けられた主記憶装置(MS)C1、
主記憶制御回路(SCU)C2を有する。主記憶
装置C1には、スカラ処理ユニツトSPが実行す
るためのスカラ命令列と、ベクトル処理ユニツト
VPが実行するためのベクトル命令列とが区分し
て記憶され、それ以外にベクトルと、スカラデー
タがストアされていて、これらは、主記憶制御回
路C2によりリアクセスされる。
An embodiment of the present invention will be described below. A second example of a vector processor configuration to which the present invention is applied is shown below.
As shown in the figure. FIG. 2 is a simplified version of the vector processor shown in Japanese Patent Application No. 1983-42314.
That is, this vector processor includes a scalar processing unit SP, a vector processing unit VP, a main memory (MS) C1 provided in common to these units,
It has a main storage control circuit (SCU) C2. The main storage device C1 contains a scalar instruction sequence to be executed by the scalar processing unit SP and a vector processing unit.
A vector instruction sequence for execution by the VP is stored separately, and vectors and scalar data are also stored, and these are re-accessed by the main memory control circuit C2.

記憶制御回路C2は、スカラ処理ユニツトSP
からのデータ又はスカラ命令の読出し要求に応答
して、そのユニツトSPから与えられるアドレス
にて指定されるデータ又はスカラ命令を主記憶装
置C1から読出し、スカラ処理ユニツトSPへ送
出する。また、記憶制御回路C2は、スカラ処理
ユニツトSPからのデータ書込み要求に応答して、
そのユニツトSPから与えられるアドレスにて指
定される主記憶装置C1内の位置に、そのユニツ
トSPから与えられるデータを格納する。同様に、
記憶制御回路C2は、ベクトル処理ユニツトVP
からのデータ又はベクトル命令の読出し要求に応
答して、主記憶装置C1をベクトル処理ユニツト
VPに送出する。記憶制御回路C2は、また、ベ
クトル処理ユニツトVPからのデータ書込み要求
に応答して、主記憶装置C1をアクセスする。
The storage control circuit C2 includes a scalar processing unit SP
In response to a request to read data or a scalar instruction from the unit SP, the data or scalar instruction specified by the address given by the unit SP is read from the main memory C1 and sent to the scalar processing unit SP. Furthermore, in response to a data write request from the scalar processing unit SP, the storage control circuit C2
The data given from the unit SP is stored in the location in the main memory C1 specified by the address given from the unit SP. Similarly,
The storage control circuit C2 is a vector processing unit VP.
In response to a request to read data or vector instructions from the main memory C1, the vector processing unit
Send to VP. The storage control circuit C2 also accesses the main storage device C1 in response to a data write request from the vector processing unit VP.

このように、本発明で用いる記憶制御回路C2
は、スカラ処理ユニツトSPとベクトル処理ユニ
ツトVPからのアクセス要求に、別々に応答する
ように構成されている。
In this way, the storage control circuit C2 used in the present invention
is configured to respond separately to access requests from the scalar processing unit SP and the vector processing unit VP.

スカラ処理ユニツトSPは、スカラ命令レジス
タ(SIR)R1と汎用レジスタ(GR)R2、ス
カラ演算器C3とこれらを制御する制御部SCを
有し、これらにより主記憶装置C1内のスカラ命
令列を実行する。このスカラ命令列には、一般的
なスカラ命令、たとえばIBM社発行のマニユア
ル「System/370 Principles of Operation」
(GC−22−7000)に記載されている命令が含まれ
る。スカラ処理ユニツトSPは、これらの命令に
より汎用レジスタ(GR)R2又は主記憶装置C
1内のスカラデータについてのスカラ演算を行
い、その結果を、GR,R2又は主記憶装置C1
に格納する。
The scalar processing unit SP has a scalar instruction register (SIR) R1, a general purpose register (GR) R2, a scalar arithmetic unit C3, and a control section SC that controls these, and uses these to execute a scalar instruction string in the main memory C1. do. This scalar instruction string includes general scalar instructions, such as the manual "System/370 Principles of Operation" published by IBM.
(GC-22-7000). The scalar processing unit SP uses these instructions to access general register (GR) R2 or main memory C.
A scalar operation is performed on the scalar data within 1, and the result is stored in GR, R2 or main memory C1.
Store in.

本発明で用いるベクトルプロセツサのスカラ処
理ユニツトSPは、これらのスカラ命令以外に、
ベクトル処理ユニツトVPが動作するに必要な情
報を汎用レジスタ(GR)R2から読出し、この
ユニツトVPに与えるための複数のスカラ命令お
よびベクトル処理ユニツトVPの起動を指示する
スカラ命令を実行する。この結果、ベクトル処理
ユニツトVPが行うベクトル演算に必要な、べク
トル演算すべきベクトルデータの要素数(ベクト
ル長)、ベクトルデータの先頭要素数のアドレス、
ベクトルデータ要素間のアドレス増分値(インク
リメント値)がそれぞれ、ベクトル長レジスタ
(VLR)R4、ベクトルアドレスレジスタ
(VAR)R5、ベクトルアドレスインクリメント
レジスタ(VAIR)R6にセツトされ、更に、実
行されるべきベクトル命令列の先頭の命令のアド
レスがベクトル命令アドレスレジスタ(VIAR)
R3にセツトされる。
In addition to these scalar instructions, the scalar processing unit SP of the vector processor used in the present invention
The information necessary for the vector processing unit VP to operate is read from the general purpose register (GR) R2, and a plurality of scalar instructions to be given to this unit VP and a scalar instruction to instruct the activation of the vector processing unit VP are executed. As a result, the number of elements of vector data to be subjected to vector operation (vector length), the address of the number of first elements of vector data, and the
Address increment values between vector data elements are set in the vector length register (VLR) R4, vector address register (VAR) R5, and vector address increment register (VAIR) R6, respectively, and the vector to be executed is The address of the first instruction in the instruction string is the vector instruction address register (VIAR).
Set to R3.

これらのレジスタに基づき、VIAR、R3にて
指定されるベクトル命令から始まるベクトル命令
列を制御部VCの制御で、記憶制御装置C2を介
して、主記憶装置C1より読出し、ベクトルレジ
スタ(VR)R7を用いて、ベクトル演算器C4
でベクトル演算を実行する。
Based on these registers, a vector instruction sequence starting from the vector instruction specified by VIAR and R3 is read out from the main storage device C1 via the storage control device C2 under the control of the control unit VC, and is stored in the vector register (VR) R7. Using vector operator C4
Perform vector operations with .

本発明は、以上のベクトル演算において、ベク
トルレジスタにガード要素を設け、ベクトル長よ
り長いデータをロードする命令と、ベクトル要素
間のシフト命令を制御する方法に関するものであ
る。以下第6図のベクトル演算のプログラムに基
つき、第3〜5図を用いて説明する。
The present invention relates to a method of providing a guard element in a vector register and controlling an instruction to load data longer than the vector length and a shift instruction between vector elements in the above vector operation. The vector calculation program shown in FIG. 6 will be explained below with reference to FIGS. 3 to 5.

第6図aのFORTRANプログラムに対し、第
6図bのようなベクトルオブジエクト列が展開さ
れる。これらのベクトルオブジエクトの実行に必
要とされる、ベクトル長レジスタ(VLR)R4、
ベクトルアドレスレジスタ(VAR)R5、ベク
トルアドレスインクリメントレジスタ(VAIR)
R6及びベクトル命令アドレスレジスタ
(VIAR)R3は前記のようにスカラ処理ユニツ
トSPによりセツトされるとする。ここで、第6
図bV1〜V6のベクトル命令について説明する。
これらの命令は、命令コードフイールドR80
と、第1,第2,第3のレジスタオペランドをそ
れぞれ指定する3つのフイールドR81,R8
2,R83からなる。(第3図)。
A vector object sequence as shown in FIG. 6b is developed for the FORTRAN program shown in FIG. 6a. Vector length register (VLR) R4, required for the execution of these vector objects;
Vector address register (VAR) R5, vector address increment register (VAIR)
It is assumed that R6 and the vector instruction address register (VIAR) R3 are set by the scalar processing unit SP as described above. Here, the sixth
The vector instructions in Figures bV1 to V6 will be explained.
These instructions have instruction code field R80
and three fields R81 and R8 specifying the first, second, and third register operands, respectively.
2, R83. (Figure 3).

() LOADE(V1) 通常のLOAD命令は第2のオペランドR8
2で示されるベクトルデータの先頭要素のアド
レスを示すレジスタVAR R5と第3オペラン
ドR83で示されるベクトルデータの要素間の
アドレス増分値を示すレジスタVAIR R6に
より(VAR)+(VAIR)*l l=φ,…,
N−1のアドレスで示されるN個のベクトルデ
ータをR1フイールドで指定されるベクトルレ
ジスタR7iに格納する。(第4図)。
() LOADE (V1) Normal LOAD instruction uses the second operand R8
(VAR)+(VAIR)*l l= φ,…,
N vector data indicated by address N-1 are stored in vector register R7 i specified by field R1. (Figure 4).

さらにLOADE命令では、第4図R7i1,R
i2で示す、各i番レジスタVRiのガード要素
にベクトルデータの隣接要素をロードする。第
4図の実施例ではガード要素レジスタはR7i
,R7i2の2つのため、ロードすべきデータは
アドレス(VAR)−(VAIR)と(VAR)+
(VAIR)*Nで示される2個のデータである。
Furthermore, in the LOADE instruction, R7 i1 , R
7. Load the adjacent element of the vector data into the guard element of each i-th register VR i , indicated by i2 . In the embodiment of FIG. 4, the guard element register is R7 i
1 , R7 i2 , the data to be loaded is address (VAR) - (VAIR) and (VAR) +
These are two pieces of data indicated by (VAIR)*N.

() SHIFTL命令(V2) この命令では、第2オペランドR82で示さ
れるベクトルレジスタ内のデータが、第3オペ
ランドで示される数だけシフトされ、第1オペ
ランドR81で示されるベクトルレジスタに格
納される。実施例ではガード要素レジスタR7
i1,R7i2の2個であるため、シフト数は1に
限る。つまり第2オペランドR82え示される
ベクトルレジスタ上の第1要素から第N要素ま
でのデータが、第1オペランドR81で示され
るベクトルレジスタ上の第φ要素から第N−1
要素(すなわちガード要素を除いたベクトルレ
ジスタ上R7i)に移動される(第4図)。
() SHIFTL instruction (V2) In this instruction, the data in the vector register indicated by the second operand R82 is shifted by the number indicated by the third operand, and stored in the vector register indicated by the first operand R81. In the embodiment, guard element register R7
Since there are two, i1 and R7 i2 , the number of shifts is limited to one. In other words, the data from the first element to the Nth element on the vector register indicated by the second operand R82 is the data from the φth element to the N-1th element on the vector register indicated by the first operand R81.
element (ie, R7 i on the vector register excluding the guard element) (FIG. 4).

() SHIFTL命令(V4) SHIFTL命令とシフト方向が逆となる以外
は同じである。すなわち、第2オペランドR8
2で示されるベクトルレジスタ上の第−1要素
から第N−2要素までのデータが、第1オペラ
ンドR81で示されるベクトルレジスタ上の第
φ要素から第N−1要素に移動される。
() SHIFTL instruction (V4) Same as the SHIFTL instruction except that the shift direction is reversed. That is, the second operand R8
Data from the −1st element to the N−2th element on the vector register indicated by 2 is moved from the φth element to the N−1th element on the vector register indicated by the first operand R81.

() ADD命令(V3,V5) 公知のベクトル加算命令で第2オペランドR
82で示されるベクトルレジスタ上のデータと
第3オペランドR83で示されるベクトルレジ
スタ上のデータ要素ごとの加算を行ない、第1
オペランドR81で示されるベクトルレジスタ
に格納する。この時、ベクトルレジスタのガー
ド要素上のデータ間では演算を行なわない。
() ADD instruction (V3, V5) The second operand R is a known vector addition instruction.
The data on the vector register indicated by 82 is added for each data element on the vector register indicated by the third operand R83, and the first
Store in the vector register indicated by operand R81. At this time, no operation is performed between the data on the guard elements of the vector register.

() STORE命令(V5) 公知のベクトルストア命令で第1オペランド
R81で示されるガード要素R7i1,R7i2
除くベクトルレジスタ上のデータを、第2オペ
ランドR82で示されるレジスタVAR R5と
第3オペランドR83で示されるレジスタ
VAIR R6により (VAR)+(VAIR)*l l=φ,…,N
−1 のアドレスで示される主記憶上に格納する。
() STORE instruction (V5) This is a known vector store instruction that transfers the data in the vector register excluding guard elements R7 i1 and R7 i2 indicated by the first operand R81 to the register VAR R5 indicated by the second operand R82 and the third operand. Register indicated by R83
By VAIR R6 (VAR) + (VAIR)*l l=φ,…,N
-1 is stored in the main memory indicated by the address.

以下、第3図、第4図及び第5図の装置の動作
の状態を、第6図bに基づき説明する。
Hereinafter, the operating state of the apparatus shown in FIGS. 3, 4 and 5 will be explained with reference to FIG. 6b.

ベクトル処理ユニツトVPのベクトル命令制御
回路C5がスカラ処理ユニツトSPにより線1を
介して起動されると、先に線2を介してベクトル
命令アドレスレジスタ(VIAR)R3内にセツト
された、ベクトル命令アドレスが線3を介して
SCU,C2に送られ、このアドレスに基づき、
主記憶装置C1内のベクトル命令列の先頭の命令
が読出され、SCU,C2と線4を介してベクト
ル命令レジスタR8にセツトされる。第6図の例
では、V1で示される最初のベクトル命令がセツ
トされる。ベクトル命令がセツトされてこの命令
の命令コードフイールドR80がデコーダL1で
デコードされてこの命令に対応するフリツプフロ
ツプ(以下FFを略す)F1,F2,F3がセツ
トされ、その出力がベクトル命令制御回路C5、
ベクトルアドレス回路C7、ベクトルレジスタ制
御回路C8に送られ、その命令の実行制御に使用
される。同時にVITR,R3の内容は定数加算回
路L2によつて次のベクトル命令をポイントする
ようにプラス1され、再びVIAR,R3にセツト
される。これら一連の動作はベクトル命令制御回
路C5で制御され、次々と命令がよみ出されては
ベクトル命令レジスタVIR,R8にセツトされ、
実行されていく。FF,F1はベクトルレジスタ
への書込みが−1要素から始まる命令、つまり
LOADE命令の時にセツトされる。FF,F2,
F3は読みだすベクトルレジスタの要素番号の位
置に従つて異なつた値にセツトされる。すなわ
ち、第−1要素から読みだす命令、SHIFTR命
令の時はFFF,F2,F3両方ともセツトされ
る。第φ要素から読み出す通常命令、ADD命令、
STOREの時は、FF,F2,F3両方ともリセツ
トされる。第1要素から読み出す命令、
SHIFTL命令の時は、FF,F2はリセツトされ、
FF,F3がセツトされる。以下V1〜V6の各ベク
トル命令における動作を説明する。
When the vector instruction control circuit C5 of the vector processing unit VP is activated by the scalar processing unit SP via line 1, it receives the vector instruction address previously set in the vector instruction address register (VIAR) R3 via line 2. is through line 3
SCU, sent to C2, based on this address,
The first instruction of the vector instruction string in main memory C1 is read out and set in vector instruction register R8 via SCU, C2 and line 4. In the example of FIG. 6, the first vector instruction designated V1 is set. A vector instruction is set, the instruction code field R80 of this instruction is decoded by the decoder L1, flip-flops (hereinafter abbreviated as FF) F1, F2, and F3 corresponding to this instruction are set, and their outputs are sent to the vector instruction control circuit C5,
The signal is sent to the vector address circuit C7 and the vector register control circuit C8, and used to control the execution of the instruction. At the same time, the contents of VITR, R3 are incremented by one by the constant addition circuit L2 to point to the next vector instruction, and are set to VIAR, R3 again. These series of operations are controlled by the vector instruction control circuit C5, and the instructions are read out one after another and set in the vector instruction registers VIR and R8.
It will be executed. FF and F1 are instructions that write to the vector register starting from -1 element, that is,
Set at the time of the LOADE command. FF, F2,
F3 is set to different values depending on the position of the element number of the vector register to be read. That is, in the case of a SHIFTR instruction, which is an instruction to read from the -1st element, both FFF, F2, and F3 are set. Normal instruction to read from the φth element, ADD instruction,
When STORE, both FF, F2, and F3 are reset. an instruction to read from the first element;
When using the SHIFTL command, FF and F2 are reset,
FF and F3 are set. The operation of each vector instruction V1 to V6 will be explained below.

(ステツプV1) V1で示すLOADE命令がセツトされると、前
述のように、FF,F1がセツトされ、FF,F
2,F3がリセツトされる。また、線21により
ベクトル命令制御回路C5に命令コード R80
が入力され、LOADE命令が解読される。線11
にはベクトルデータの先頭アドレスを示すベクト
ルアドレスレジスタ(VAR)R5のレジスタ番
号“φ”が読み出され、又、線12にはベクトル
要素間のアドレスを示すベクトルアドレスインク
リメントレジスタ(VAIR)R6のレジスタ番号
“φ”が読み出され、これらのデータはベクトル
アドレス回路C7に入力される。ベクトルアドレ
ス回路C7(第5図)では、セレクタL23,L
24により線11,12で指定されるφ番ベクト
ルアドレスレジスタVAR,R5の内容、及びφ
番ベクトルアドレスインクリメントレジスタ
VAIR,R6の内容をそれぞれ線25,14上に
読みだす。なお、ベクトルアドレスレジスタ
VAR,R5とベクトルアドレスインクリメント
レジスタVAIR,R6は特願昭56−42314号で示
されるように、スカラ処理ユニツトSPにより、
GR,R2から線2を介し、セレクタL27,L
28に制御されすでにセツトされているものとす
る。加算器C10は、ベクトルデータ先頭アドレ
スをガード要素分余分にロードするため、ロード
すべきアドレスを1要素分ずらすために用いる。
すなわち、LOADE命令のようにFF,F1がセ
ツトされその出力線5に信号“1”がある時は、
セレクタL21により加算器C10にベクトル間
の要素間アドレスが入力される。他の命令時には
出力線5の信号“φ”に対応しセレクタL21に
よりφが入力される。この操作によりステツプ
V1では、加算器C10による減算で、(VARφ)
−(VAIRφ)ガード要素も含めたベクトルデータ
の先頭アドレスが線13上に出力される。またこ
の時、読みだすべきベクトルデータの要素数は、
ガード要素R7i1,R7i2の数2だけ増えるが、
これを加算器C11を用いて制御する。この加算
器C11の1つの入力VLR,R4にはすでにプ
ログラムが指定するベクトル長Nがスカラ処理ユ
ニツトによつてセツトされている。また他方の入
力はFF,F1の出力線5の信号“1”に対応し
+2、信号“φ”に対応し+φが入力される。従
つてこのLOADE命令の場合、作業ベクトル長レ
ジスタWVLR,R10にはN+2がセツトされ、
出力線15を介してベクトル命令制御回路C5に
入力される。そしてロードすべきベクトルデータ
の先頭アドレスとベクトル要素間アドレスが線1
3,14を介してベクトル参照制御回路C6に送
出する(第3図)。ベクトル参照制御回路C6は、
これらの読み出しデータに基づき、ベクトルT
(I,J)の要素を作業ベクトル長N+2だけ読
み出すための記憶アドレスを線31を介して
SCU,C2に順次入力する。この結果、線20
上にベクトルデータT(I,J)のN+2個の要
素が順次読み出される。一方、線20上に読み出
されたデータは、LOADE命令デコード信号22
でセレクタL5に選択され、線10上にある書き
込みレジスタ番号とデイストリビユータL3によ
り、指定ベクトルレジスタに、ベクトルレジスタ
制御回路C8の制御下で順次ストアされる。ベク
トルレジスタ制御回路C8(第4図)では、FF,
F1の出力線5がデイストリビユータL12に入
力され、書き込みベクトルレジスタ番号“φ”が
読みだされている線10により選択された線Op
に出力される。第4図にはi番レジスタに関する
装置の図を書いてある。加算器C30、セレクタ
L7,L9で構成される装置はベクトルレジスタ
VRiにデータを書き込む際のカウンタを示す。
LOADE命令の場合、出力線Opの信号“1”に従
い、セレクタL7により−2が選択され、セレク
タL9に入力される。ベクタ演算の最初はセレク
タL9はセレクタL7の入力を選択し加算器C3
0に入力される。加算器C30の他の入力+1
は、ベクトルレジスタ内の書き込み要素位置を更
新するためのものであり、加算の結果、線50上
には最初に書き込むべきベクトルレジスタの要素
位置−1が出力される。デイストリビユータL5
より線51i上のベクトルデータの最初の要素が
線50上のカウンタの値−1に従い、ベクトルレ
ジスタVRiの第−1要素R7i1に格納される。セ
レクタL9は、以後線50上の値を入力として選
択する。そして、線50上に、書き込むべきベク
トルレジスタの要素位置の更新出力を行ない、そ
のアドレスに従い線51iのデータをベクトルレ
ジスタの第−1番要素から第N番要素まで順次格
納する。
(Step V1) When the LOADE instruction indicated by V1 is set, FF and F1 are set as described above, and FF and F1 are set.
2, F3 is reset. In addition, the instruction code R80 is sent to the vector instruction control circuit C5 via line 21.
is input and the LOADE command is decoded. line 11
The register number "φ" of the vector address register (VAR) R5 indicating the start address of vector data is read out, and the register number "φ" of the vector address increment register (VAIR) R6 indicating the address between vector elements is read out on the line 12. The number "φ" is read out and these data are input to the vector address circuit C7. In the vector address circuit C7 (Fig. 5), selectors L23, L
24, the contents of the φ vector address register VAR, R5 specified by lines 11 and 12, and φ
number vector address increment register
The contents of VAIR and R6 are read out onto lines 25 and 14, respectively. Note that the vector address register
VAR, R5 and vector address increment register VAIR, R6 are processed by the scalar processing unit SP as shown in Japanese Patent Application No. 56-42314.
From GR, R2 via line 2, selector L27, L
28 and has already been set. Adder C10 is used to shift the address to be loaded by one element in order to load the vector data start address in excess of the guard element.
That is, when FF and F1 are set and the signal "1" is on the output line 5 as in the LOADE command,
An inter-element address between vectors is input to the adder C10 by the selector L21. At the time of other commands, φ is inputted by the selector L21 in response to the signal "φ" on the output line 5. This operation will
In V1, by subtraction by adder C10, (VARφ)
−(VAIRφ) The start address of the vector data including the guard element is output on line 13. Also, at this time, the number of elements of vector data to be read is
The number of guard elements R7 i1 and R7 i2 increases by 2, but
This is controlled using adder C11. The vector length N specified by the program has already been set in one input VLR, R4 of this adder C11 by the scalar processing unit. The other input is +2 corresponding to the signal "1" on the output line 5 of FF, F1, and +φ corresponding to the signal "φ". Therefore, in the case of this LOADE instruction, N+2 is set in the work vector length register WVLR, R10,
It is input to the vector command control circuit C5 via the output line 15. The start address of the vector data to be loaded and the address between vector elements are line 1.
3 and 14 to the vector reference control circuit C6 (FIG. 3). The vector reference control circuit C6 is
Based on these read data, vector T
The storage address for reading out the elements of (I, J) by the working vector length N+2 is transmitted via line 31.
Input to SCU and C2 sequentially. As a result, line 20
Above, N+2 elements of vector data T(I, J) are read out in sequence. On the other hand, the data read out on line 20 is transmitted to LOADE command decode signal 22.
is selected by the selector L5, and is sequentially stored in the designated vector register under the control of the vector register control circuit C8 according to the write register number on the line 10 and the distributor L3. In the vector register control circuit C8 (Fig. 4), FF,
The output line 5 of F1 is input to the distributor L12, and the line O p selected by the line 10 from which the write vector register number "φ" is read.
is output to. FIG. 4 shows a diagram of the device related to the i-th register. The device consisting of adder C30 and selectors L7 and L9 is a vector register.
Shows the counter when writing data to VR i .
In the case of the LOADE command, -2 is selected by the selector L7 in accordance with the signal "1" on the output line Op , and is input to the selector L9. At the beginning of vector operation, selector L9 selects the input of selector L7, and adder C3 selects the input of selector L7.
It is input to 0. Other input of adder C30 +1
is for updating the write element position in the vector register, and as a result of the addition, the element position -1 of the vector register to be written first is output on line 50. Day distributor L5
The first element of the vector data on the twisted line 51 i is stored in the -1st element R7 i1 of the vector register VR i according to the value of the counter on the line 50 -1. Selector L9 then selects the value on line 50 as input. Then, the updated element position of the vector register to be written is output on the line 50, and the data on the line 51i is sequentially stored from the -1st element to the Nth element of the vector register according to the address.

またLOADE命令以外の時は、セレクタL7は
−1を選択するため、最初にベクトルレジスタに
データを書き込む時は、線50上のデータはφを
示しており、ベクトルレジスタの第φ要素から順
次格納される。
In addition, when the instruction is not LOADE, selector L7 selects -1, so when data is written to the vector register for the first time, the data on line 50 indicates φ, and data is stored sequentially starting from the φ-th element of the vector register. be done.

(ステツプV2) V2で示すSHIFTL命令がセツトされると、前
述のように、FF,F1,F2がリセツトされ、
FF,F3がリセツトされる。線21によりベク
トル命令制御回路C5に命令コードR80が入力
され、SHIFTL命令が解読される。線11上に
はシフトされるベクトルレジスタ番号‘1'が読み
出されており、セレクタL4によつて、1番ベク
トルレジスタが上のデータ順次線17,19上に
読み出され、セレクタL5により線19上のデー
タが選択され、線10上に読み出されている書き
込みレジスタ番号“2”により、デイストリビユ
ータL3が2番ベクトルレジスタに順次格納して
いく。この時のベクトルレジスタ制御回路C8
(第4図)について説明する。デイストリビユー
タL13は読み出し側ベクトルレジスタに関する
もので、STORE命令以外の時は、ベクトル命令
の第2オペランドR82と第3オペランドR83
で指定されるレジスタ番号が線11,12により
デイストリビユータL13に入力され、ベクトル
レジスタの読み出し位置を示す出力線6,7の出
力をIOP2,IOP3に読み出す。STORE命令の時は、
ベクトル命令の第1オペランドR81で指定され
るレジスタ番所が線10により、デイストリビユ
ータL13に入力され、ベクトルレジスタの読み
出し位置を示す出力線6,7の出力をIOP1に読み
出す。デイストリビユータL13の出力が入力さ
れるセレクタL8は、線6,7上の信号が“1”
“1”の時は−2、“φ”“φ”の時は−1、“φ”
“1”の時はφを選択する。V2のSHIFTL命令の
時は、線6,7上は“φ”“1”であるので、セ
レクタL10にはφが入力される。加算器C3
1、セレクタL10で構成される装置はベクトル
レジスタVRiにデータを読み出す際のカウンタを
示す。ベクトル演算の最初はセレクタ10はセレ
クタL8の入力を選択し、加算器C31に入力さ
れる。加算器C31の他の入力+1は、ベクトル
レジスタ内の読み出し要素位置を更新するための
ものであり、加算の結果線55上には最初に読み
出すべきベクトルレジスタの要素位置+1が出力
される。セレクタL6により、ベクトルレジスタ
VR1の第1要素が選択され線52i上に読み出さ
れる。セレクタL10は、以後、線55上のデー
タの選択を行なう。そして、線55上に、ベクト
ルレジスタの読み出すべき要素位置を更新出力
し、そのアドレスに従い、第1要素から第N要素
までを順次、線52i上に読み出す。またこのベ
クトルデータは線17,19を通り、線10上に
読み出されている書き込みレジスタ番号“2”に
従い、2番レジスタに順次格納していく。この
時、ベクトルレジスタの書き込み要素位置を示す
カウンタを構成するセレクタL7は前述のように
−1が選択されるため、2番ベクトルレジスタ
VR2の第φ要素から第N−1要素に順次格納され
ることになり、ベクトルレジスタ上の要素間の左
シフトが実現できたことになる。また、ベクトル
要素長は、前述のようにLOADE命令以外ではセ
レクタL22はφを選択するため、ソースプログ
ラムで指定するベクトル要素長と同じNとなり制
御に使われる。
(Step V2) When the SHIFTL command indicated by V2 is set, FF, F1, and F2 are reset as described above.
FF and F3 are reset. An instruction code R80 is input to the vector instruction control circuit C5 via line 21, and the SHIFTL instruction is decoded. The vector register number '1' to be shifted is read out on the line 11, and the selector L4 reads out the first vector register onto the upper data lines 17 and 19 in sequence, and the selector L5 reads out the vector register number '1' on the line 17 and 19. The data on line 19 is selected, and according to the write register number "2" read out on line 10, the distributor L3 sequentially stores it in the vector register No. 2. Vector register control circuit C8 at this time
(Fig. 4) will be explained. Distributor L13 is related to the read side vector register, and when the instruction is not STORE, the second operand R82 and third operand R83 of the vector instruction are used.
The register number designated by is input to the distributor L13 through lines 11 and 12, and the outputs from output lines 6 and 7 indicating the read position of the vector register are read out to I OP2 and I OP3 . When using the STORE command,
The register address designated by the first operand R81 of the vector instruction is input to the distributor L13 via line 10, and the outputs on output lines 6 and 7 indicating the read position of the vector register are read out to IOP1 . Selector L8, to which the output of distributor L13 is input, has signals on lines 6 and 7 that are "1".
-2 when "1", -1 when "φ", "φ"
When it is "1", φ is selected. At the time of the V2 SHIFTL instruction, since the lines 6 and 7 are "φ" and "1", φ is input to the selector L10. Adder C3
1. A device composed of selector L10 indicates a counter when reading data to vector register VR i . At the beginning of vector calculation, the selector 10 selects the input of the selector L8, which is input to the adder C31. The other input +1 of the adder C31 is for updating the read element position in the vector register, and the element position +1 of the vector register to be read first is output on the addition result line 55. Selector L6 selects the vector register.
The first element of VR 1 is selected and read out on line 52i. Selector L10 then selects data on line 55. Then, the element position to be read in the vector register is updated and output on the line 55, and according to the address, the first element to the Nth element are sequentially read out on the line 52i. Further, this vector data passes through lines 17 and 19 and is sequentially stored in the second register according to the write register number "2" read out on line 10. At this time, the selector L7, which constitutes the counter indicating the write element position of the vector register, is set to -1 as described above, so the second vector register
The data is sequentially stored from the φth element to the N-1th element of VR 2 , and a left shift between the elements on the vector register has been realized. Furthermore, since the selector L22 selects φ in a command other than the LOADE instruction as described above, the vector element length is N, which is the same as the vector element length specified in the source program, and is used for control.

(ステツプV3) V3で示すADD命令では、前述のように、FF,
F1,F2,F3はリセツトされる(第3図)。
線21によりベクトル命令制御回路C5に命令コ
ードR80が入力され、ADD命令が解読される。
線11,12には加算すべきベクトルレジスタ番
号“1”,“2”がそれぞれ読み出されており、セ
レクタL4により、ベクトルレジスタVR1,VR2
のデータが順次線17,18に読み出され、ベク
トル演算器C4で加算される。その結果が線19
上に読み出され、セレクタL5により線19上の
データが選択され、線10上に読み出されている
書き込みレジスタ番号“3”により、デイストリ
ビユータL3が3番ベクトルレジスタに順次格納
していく。この時の、ベクトルレジスタ制御回路
C8を説明する(第4図)。デイストリビユータ
L13は、線11,12上の読み込みレジスタ番
号“1”,“2”に従いI1,I2に信号線6,7上の
出力を読み出す。この時、FF,F2,F3に従
い、信号線6,7はそれぞれ“φ”“φ”が読み
出されている。この時セレクタL8は−1を選択
する。従つて、最初の読み出すベきベクトルレジ
スタの要素位置はφとなる。またベクトル長に関
しては、セレクタL22はφを選択するため、ソ
ースプログラムで指定された長さと同一となる。
従つて、ベクトルレジスタVR1の第φ要素から第
N−1要素、ベクトルレジスタVR2の第φ要素か
ら第N−1要素が順次読み出されることになる。
書き込み側の制御に関してはSHIFTL命令と同
様である。
(Step V3) In the ADD instruction shown in V3, as mentioned above, FF,
F1, F2 and F3 are reset (FIG. 3).
The instruction code R80 is inputted to the vector instruction control circuit C5 via line 21, and the ADD instruction is decoded.
Vector register numbers "1" and "2" to be added are read out on lines 11 and 12, respectively, and selector L4 selects vector registers VR 1 and VR 2.
The data are sequentially read out onto lines 17 and 18, and are added by vector arithmetic unit C4. The result is line 19
The selector L5 selects the data on line 19, and the write register number "3" read on line 10 causes the distributor L3 to sequentially store the data in the 3rd vector register. . The vector register control circuit C8 at this time will be explained (FIG. 4). The distributor L13 reads the outputs on the signal lines 6 and 7 to I 1 and I 2 according to the read register numbers "1" and "2" on the lines 11 and 12, respectively. At this time, "φ" and "φ" are read out from the signal lines 6 and 7, respectively, according to FF, F2, and F3. At this time, selector L8 selects -1. Therefore, the element position of the power vector register to be read first is φ. Regarding the vector length, since the selector L22 selects φ, the vector length is the same as the length specified in the source program.
Therefore, the φth element to the N-1th element of the vector register VR 1 and the φth element to the N-1th element of the vector register VR 2 are sequentially read out.
Control on the writing side is similar to the SHIFTL instruction.

(ステツプV4) V4で示されるSHIFTR命令は、FF,F1がリ
セツト、FF,F2,F3がリセツトされる点の
みがSHIFTL命令と異なる。
(Step V4) The SHIFTR instruction indicated by V4 differs from the SHIFTL instruction only in that FF, F1 are reset, and FF, F2, F3 are reset.

すなわち、この出力を使用するベクトルレジス
タ制御回路C8内の読み出すベクトルレジスタの
最初の要素位置を制御するセレクタL8がFF,
F2,F3の出力に従い−2を選択する点が異な
る。従つて、読み出しベクトルレジスタVR1の第
−1要素から第N−2要素までの要素が順次読み
出され、書き込み側ベクトルレジスタVR4の第φ
要素から第N−1要素まで書き込まれることにな
る。
That is, the selector L8 that controls the first element position of the vector register to be read in the vector register control circuit C8 that uses this output is FF,
The difference is that -2 is selected according to the outputs of F2 and F3. Therefore, the elements from the −1st element to the N−2th element of the read vector register VR 1 are read out sequentially, and the φth element of the write side vector register VR 4 is read out in sequence.
The data will be written from the element to the N-1th element.

(ステツプV5) ステツプV3とレジスタ番号が異なるだけであ
る。
(Step V5) The only difference from step V3 is the register number.

(ステツプV6) V6で示すSTORE命令がセツトされると、前述
のように、FF,F1,F2,F3がリセツトさ
れる。また、線21によりベクトル命令制御回路
C5に命令コードR80が入力され、STORE命
令が解読される。線11にはベクトルデータの先
頭アドレスを示すベクトルアドレスレジスタ
(VAR)R5のレジスタ番号“1”が読み出され
ており、線12にはベクトル要素間のアドレスを
示すベクトルインクリメントレジスタ(VAIR)
R6のレジスタ番号“1”が読み出され夫々ベク
トルアドレス回路C7に入力される。ベクトルア
ドレス回路C7(第5図)では、セレクタL2
3,L24により線11,12で指定される1番
ベクトルアドレスレジスタR5、及び1番ベクト
ルアドレスインクリメントレジスタR6の内容を
それぞれ線25,14に読み出す。またセレクタ
L21は、この時φを選択し、線13上には線2
5と同一の1番ベクトルアドレスレジスタが読み
出される。そして、ストアすべきベクトルデータ
の先頭アドレスとベクトル要素間アドレスが、線
13,14を介してベクトル参照制御回路C6に
送出される。また、この時、ベクトル要素長はセ
レクタL5がφを選択し、ソースプログラム(第
6図a)の指定と同一のNとなる。そして、第1
オペランドR81の読み出すべきレジスタ番号
“5”は、線10によりデイストリビユータL1
3に入力され、ベクトルレジスタの読み出し位置
を示す出力線6,7の出力をI5に読み出す。出力
線6,7の出力が“φ”“φ”に従いセレクタL
8は−1を選択する。従つて5番ベクトルレジス
タの第φ要素から第N−1要素が線52aに読み
出され、線32を介してSCU、C2に送出され
る。SCU,C2に送出されたベクトルデータは、
ベクトル参照回路C6が線31を介してSCU,
C2に送るアドレスに従い、主記憶装置C1に格
納される。
(Step V6) When the STORE command indicated by V6 is set, FF, F1, F2, and F3 are reset as described above. Further, an instruction code R80 is input to the vector instruction control circuit C5 via line 21, and the STORE instruction is decoded. On line 11, the register number "1" of vector address register (VAR) R5 indicating the start address of vector data is read out, and on line 12, the register number "1" of vector address register (VAR) R5 indicating the address between vector elements is read out.
The register number "1" of R6 is read out and input to the respective vector address circuits C7. In the vector address circuit C7 (FIG. 5), the selector L2
3, L24 reads the contents of the first vector address register R5 and the first vector address increment register R6 designated by lines 11 and 12 onto lines 25 and 14, respectively. Also, the selector L21 selects φ at this time, and the line 2 is on the line 13.
The No. 1 vector address register, which is the same as No. 5, is read out. Then, the start address of the vector data to be stored and the inter-vector element address are sent to the vector reference control circuit C6 via lines 13 and 14. Further, at this time, the selector L5 selects φ as the vector element length, and the vector element length becomes N, which is the same as specified in the source program (FIG. 6a). And the first
The register number “5” to be read from the operand R81 is sent to the distributor L1 by the line 10.
3, and the outputs of output lines 6 and 7 indicating the read position of the vector register are read out to I5 . The outputs of output lines 6 and 7 are set to selector L according to “φ” and “φ”.
8 selects -1. Therefore, the φth element to the N-1th element of the fifth vector register are read out to the line 52a and sent to the SCU and C2 via the line 32. The vector data sent to SCU and C2 is
Vector reference circuit C6 connects SCU via line 31 to
The data is stored in the main storage device C1 according to the address sent to C2.

以上の実施例では、ガード要素が各ベクトルレ
ジスタに2つある場合について説明したが、さら
に増やしSHIFTL,SHIFTR命令で指定できる
シフト数を大きくすることも可能である。
In the above embodiment, a case has been described in which each vector register has two guard elements, but it is also possible to further increase the number of shifts that can be specified by the SHIFTL and SHIFTR instructions.

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

本発明によれば、科学技術計算分野で大きな割
合を占める、偏微分方程式の数値解法のプログラ
ムに頻出する、一要素分しかずれていない多くの
ベクトルデータに対し、それぞれ別に主記憶から
読み出す必要はなく、一つのベクトルデータをベ
クトルレジスタ上に読み出し、そのベクトルデー
タの要素間シフトにより目的のベクトルデータを
得ることができるので、主記憶に対する負荷を大
巾に軽減できる効果がある。
According to the present invention, there is no need to read out each piece of vector data from the main memory separately for a large amount of vector data that is shifted by only one element, which frequently appears in programs for numerical solution of partial differential equations, which occupy a large proportion in the field of scientific and technical computing. Since the target vector data can be obtained by reading one vector data onto the vector register and shifting the vector data between elements, the load on the main memory can be greatly reduced.

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

第1図はDOループを含むFORNTRANプログ
ラムの一例を示す図、第2図は本発明で用いるベ
クトル処理装置の全体構成図、第3図は本発明に
おけるベクトル処理ユニツトの構成を示す図、第
4図は本発明におけるベクトルレジスタ制御回路
の構成を示す図、第5図は本発明におけるベクト
ルアドレス回路の構成を示す図、第6図は
FORTRANプログラムの一例と、それに対する
ベクトル命令列を示す図である。 VRi……i番ベクトルレジスタ、R7i1……i
番ベクトルレジスタのガード要素レジスタ1、R
i2……i番ベクトルレジスタのガード要素レジ
スタ2、R7i……N個の要素からなるi番ベク
トルレジスタの主部。
FIG. 1 is a diagram showing an example of a FORNTRAN program including a DO loop, FIG. 2 is a diagram showing the overall configuration of a vector processing device used in the present invention, FIG. 3 is a diagram showing the configuration of a vector processing unit in the present invention, and FIG. The figure shows the configuration of the vector register control circuit in the present invention, Figure 5 shows the configuration of the vector address circuit in the present invention, and Figure 6 shows the configuration of the vector address circuit in the present invention.
1 is a diagram showing an example of a FORTRAN program and a vector instruction sequence for the program; FIG. VR i ...i number vector register, R7 i1 ...i
Guard element register 1 of number vector register, R
7 i2 ... Guard element register 2 of the i-th vector register, R7 i ... Main part of the i-th vector register consisting of N elements.

Claims (1)

【特許請求の範囲】[Claims] 1 主記憶からベクトルデータをロードされるベ
クトルレジスタと、該ベクトルレジスタに該ベク
トルデータがロードされる際に、該ベクトルデー
タに隣接したベクトル要素を保持するガード要素
レジスタと、該ベクトルレジスタと該ガード要素
レジスタとを連結してシフトする手段とを有し、
該シフト手段の出力を用いてベクトル処理を行う
ベクトル処理装置。
1 A vector register into which vector data is loaded from main memory, a guard element register that holds vector elements adjacent to the vector data when the vector data is loaded into the vector register, and the vector register and the guard. means for concatenating and shifting the element register;
A vector processing device that performs vector processing using the output of the shift means.
JP24200383A 1983-12-23 1983-12-23 Vector processor Granted JPS60134972A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24200383A JPS60134972A (en) 1983-12-23 1983-12-23 Vector processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24200383A JPS60134972A (en) 1983-12-23 1983-12-23 Vector processor

Publications (2)

Publication Number Publication Date
JPS60134972A JPS60134972A (en) 1985-07-18
JPH0427588B2 true JPH0427588B2 (en) 1992-05-12

Family

ID=17082805

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24200383A Granted JPS60134972A (en) 1983-12-23 1983-12-23 Vector processor

Country Status (1)

Country Link
JP (1) JPS60134972A (en)

Also Published As

Publication number Publication date
JPS60134972A (en) 1985-07-18

Similar Documents

Publication Publication Date Title
US4740893A (en) Method for reducing the time for switching between programs
US4507728A (en) Data processing system for parallel processing of different instructions
EP0148478B1 (en) A data processor with control of the significant bit lenghts of general purpose registers
US4745547A (en) Vector processing
US4675809A (en) Data processing system for floating point data having a variable length exponent part
US5638526A (en) Apparatus for operand data bypassing having previous operand storage register connected between arithmetic input selector and arithmetic unit
US4037213A (en) Data processor using a four section instruction format for control of multi-operation functions by a single instruction
JPS6313215B2 (en)
JPH0374434B2 (en)
JPH0512750B2 (en)
US4366536A (en) Modular digital computer system for storing and selecting data processing procedures and data
EP0772819B1 (en) Apparatus and method for efficiently determining addresses for misaligned data stored in memory
JPH0465426B2 (en)
US5197145A (en) Buffer storage system using parallel buffer storage units and move-out buffer registers
EP0240606B1 (en) Pipe-line processing system and microprocessor using the system
US5729723A (en) Data processing unit
JPH0427588B2 (en)
JPH0154746B2 (en)
JPS6058487B2 (en) data processing equipment
US4811213A (en) Vector processor with vector registers
JPH05143451A (en) Data processor
JPH0222413B2 (en)
KR940007692A (en) Data processing device and data processing method
JPS60178539A (en) By-pass control system of information processor
JP3278441B2 (en) Vector processing equipment