JPS626373A - Vector control system - Google Patents

Vector control system

Info

Publication number
JPS626373A
JPS626373A JP60144692A JP14469285A JPS626373A JP S626373 A JPS626373 A JP S626373A JP 60144692 A JP60144692 A JP 60144692A JP 14469285 A JP14469285 A JP 14469285A JP S626373 A JPS626373 A JP S626373A
Authority
JP
Japan
Prior art keywords
vector
register
array
order
distributor
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
JP60144692A
Other languages
Japanese (ja)
Inventor
Yoshiaki 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.)
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 JP60144692A priority Critical patent/JPS626373A/en
Publication of JPS626373A publication Critical patent/JPS626373A/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 attain the application of a vector processing at a high speed in a wider range of operations by converting array data which are continuous in order of rows and columns into an adverse array (columns and rows). CONSTITUTION:A multiplexer C3 contains a table showing the correspondence between the input order of vector elements and the storing positions of these elements in a work vector register. The next column of the table is referred to every time the vector element is read out of a main storage M1. Then the storing numbers of the vector elements set when they are converted into the order of the column direction are sent to a distributor D1. The distributor D1 stores a single vector element in its storing position of a work vector register V1 in response to an indication given from a signal line l12. The contents of the register V1 are written to a designated vector register through a signal line l13 and a distributor D2 after all data are sent to the register V1.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、プログラム制御のディジタル計算機特にベク
トル演算を高速で実行するのに好適なディジタル計算機
(以下これをベクトルプロセッサと呼ぶ)の制御方式に
関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a control method for a program-controlled digital computer, particularly a digital computer suitable for executing vector operations at high speed (hereinafter referred to as a vector processor).

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

科学技術計算に頻繁に現われる大形行列計算などの高速
計算層にベクトルプロセッサが考案されている。ベクト
ルプロセッサでは、次のFORTRAN文で示すような
処理を高速にベクトル処理することができる。
Vector processors have been devised for high-speed calculation layers such as large matrix calculations that frequently occur in scientific and technical calculations. A vector processor can perform vector processing such as the one shown in the following FORTRAN statement at high speed.

DOloJ−1,N DO1Q  A−1,N 1o  C’(L、J)−C(L、J)+A(↓。DOloJ-1,N DO1Q A-1,N 1o C' (L, J) - C (L, J) + A (↓.

J)*B(J、↓)         ・・・・・・(
1)すなわち、A(L、J)をベクトルA、B(J、シ
)をベクトルB、C(L、J)をベクトルCとして、各
ベクトル要素ごとに演算を行い、結果をベクトルCに格
納する。このようなベクトル要素間の演算を、ベクトル
プロセッサは、ベクトル処理手法を用いて高速に処理す
ることができる。しかし、従来のベクトルプロセッサで
は、日立評論、No 、 8 、 VOL、 65 (
1983年)における小高俊彦、及び長島重夫他による
“スーパーコンピュータHITACS−8joアレイプ
ロセツサシステム1と題する文献の16ヘ一ジの表2.
及び図5に示される例のように、ベクトル化できる配列
(記憶装置上に展開された行列データ)は1次元(例え
ばA(A)など)に限られている。すなわち、(1)式
において、配列A、B、Cが共に、行の順に主記憶に格
納されていたとすると、ベクトル要素は主記憶のアドレ
スの順にA (’ + 1) l A (’ + 2)
・・・A(1,N)のように並んでいる。ところが、配
列Bを配列Aに掛けるとき、配列Bは、B(1,1)、
B(2,1)・・・の順(列の順と呼ぶ)に演算に使用
される。しかし、主記憶上には、配列Bは行の順に並ん
でいる。
J) * B (J, ↓) ・・・・・・(
1) In other words, with A(L, J) as vector A, B(J, shi) as vector B, and C(L, J) as vector C, perform calculations for each vector element and store the results in vector C. do. A vector processor can process such operations between vector elements at high speed using vector processing techniques. However, with conventional vector processors, Hitachi Review, No. 8, VOL, 65 (
Table 2 on page 16 of the document entitled "Supercomputer HITACS-8jo Array Processor System 1" by Toshihiko Odaka and Shigeo Nagashima et al. (1983).
As in the example shown in FIG. 5, the array (matrix data developed on a storage device) that can be vectorized is limited to one dimension (for example, A(A), etc.). That is, in equation (1), if arrays A, B, and C are stored in main memory in row order, vector elements are stored in main memory address order as A (' + 1) l A (' + 2 )
...They are arranged like A(1,N). However, when array B is multiplied by array A, array B becomes B(1,1),
The order of B(2,1)... (referred to as column order) is used for calculations. However, on the main memory, array B is arranged in row order.

従って、主記憶に格納されているベクトルBを読み出し
て他の高速な読み出しの可能な記憶手段に格納し、これ
を使用したベクトル演算を行なおうとしても、必要なベ
クトル要素は非連続に格納されているので不可能であっ
た。このため、(り式のような演算は配列Bの各要素を
逐一命令を発行することにより読み出して行なわれてい
た。即ち、ベクトル処理手段は使用できなかった。
Therefore, even if you try to read vector B stored in main memory and store it in another storage device that can be read at high speed and perform vector operations using this, the necessary vector elements will be stored discontinuously. It was impossible because For this reason, operations such as (()) were performed by reading each element of array B one by one by issuing a command. That is, vector processing means could not be used.

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

本発明の目的は、ベクトルプロセッサにおいて、ル×ル
行列が、行または列の順に主記憶に配置されているデー
タを、その逆の配列(列または行の順)に連続に配置す
る変換処理を含むベクトル制御方式を提供することにあ
る。
An object of the present invention is to perform a conversion process in a vector processor in which data arranged in the main memory in the order of rows or columns of a Luxru matrix is successively arranged in the opposite arrangement (in the order of columns or rows). The object of the present invention is to provide a vector control method including the following.

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

ある行列の行方向順配列(列方向順配列)を主記憶から
読み出し行列の種類に従って用意されたその配列におけ
る位置と変換後の位置との対応を示す情報に従って順序
を変換して列方向順配列(行方向順配列)を作る。
Reads the row-wise ordered array (column-wise ordered array) of a certain matrix from the main memory, converts the order according to the information indicating the correspondence between the position in the array prepared according to the type of matrix and the position after conversion, and arranges it in the column-wise ordered array. Create (row-direction ordered array).

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

第4図にN行M列の行列を示す。それぞれの升目は1つ
のベクトル要素を示す。主記憶に格納されているときは
行方向順に記憶されている。
FIG. 4 shows a matrix with N rows and M columns. Each square represents one vector element. When stored in the main memory, they are stored in row order.

以下の実施例では点線で囲まれた三角ベクトルの演算が
行なわれる。
In the following embodiments, calculations are performed on triangular vectors surrounded by dotted lines.

行列Bは主記憶上では第1図左側に示す配列にて格納さ
れている。本発明ではこれをアドレス順に読み出し、こ
れを変換して第1図右側に示す列方向類の配列を作り、
この配列を使ってベクトル演算を行なう。
Matrix B is stored in the main memory in the arrangement shown on the left side of FIG. In the present invention, this is read out in address order and converted to create the column-wise array shown on the right side of Figure 1.
Perform vector operations using this array.

第3図に本発明の一実施例を示す。ベクトルレジスタV
 Ro ”= V Rn−tは0番から255番までの
256個のカラムを持ち、それぞれのカラムには1つの
ベクトル要素が格納できる。かつ、カラム番号の順に1
つの演算サイクルに1つずつカラムの内容が読み出され
る。このベクトルレジスタVRには演算に使用される配
列が演算に先立って格納され、演算結果の配列が主記憶
への転送の前に一旦格納される。第3図において、レジ
スタR1は命令レジスタであり、4つのフィールドに分
割される。OPフィールドは命令コードを示し、信号線
11によって演算制御ユニットC1に送られ、命令の実
行を制御する。
FIG. 3 shows an embodiment of the present invention. Vector register V
Ro ”= V Rn-t has 256 columns from 0 to 255, and each column can store one vector element.
The contents of the columns are read out one by one in each calculation cycle. In this vector register VR, an array used in an operation is stored prior to the operation, and an array resulting from the operation is temporarily stored before being transferred to the main memory. In FIG. 3, register R1 is an instruction register and is divided into four fields. The OP field indicates an instruction code, which is sent to the arithmetic control unit C1 via the signal line 11 to control execution of the instruction.

Lフィールドは結果ベクトルを格納するベクトルレジス
タ番号を指定し、信号線L2によって分配器D2に入力
され、D2内にて信号線114から入力されるワークベ
クトルレジスタV1のデータを結果ベクトルとして、ベ
クトルレジスタV Ra = V Rニー1のいずれの
レジスタに格納するかの制御に利用する。jフィールド
は、主記憶M1士の配列の先頭アドレスが格納されたス
カラレジスタ5Ra=SR□−1の番号を指定し、信号
11A15によってセレクタS1に入力され、スカラレ
ジスタS Ro ”−S Rn−+の中のいずれのレジ
スタを選択するかに使用する。選択された内容は、信号
@J−6にのせられる。4フイールドは、配列長ルが格
納されたスカラレジスタ5Ro=SRn−+の番号を指
定し、信号!!14によってセレクタS2に入力され、
スカラレジスタS Ro”−S Rn −+の中のいず
れのレジスタをi択するかに使用する。選択された内容
は、信号線17にのせられる。レジスタR3は、配列長
ルを保持するレジスタ、レジスタR2は、主記憶M1上
の配列のアドレスを保持するレジスタ、演算器C2はア
ドレス計算などを行う演算器、信号@J、8はレジスタ
R3のデータをのせるデ−タ線、信号I! ’ 9はレ
ジスタR2のデータをのせるデータ線、信号[210は
、演算器C2の結果を主記憶M1に送るアドレス線、信
号線111は、主記憶M1の内容を分配器D1、アドレ
ス計算用マルチプレクサC3に送るデータ線、アドレス
計算用マルチプレクサC3は、主記憶M1から読み田し
たベクトル要素を、ワークベクトルレジスタV1のどこ
に格納するかを計算するマルチプレクサである。このマ
ルチプレクサは例えば第2図に示す4×4行列用のよう
に、格納すべきワークベクトルレジスタ■1の要素番号
を順に保持するものである。信号線112は、格納すべ
きワークベクトルレジスタv1の要素番号を分配器D1
に送るデータ線、分配器D1は、マルチプレクサC3に
従って、ベクトル要素をワークベクトルレジスタV1に
格納する分配器、ワークベクトルレジスタV1は、主記
憶M1のベクトル要素を一時的に保持スルベクトルレジ
スタ、信号IjI215ハ、ワークベクトルレジスタV
1の内容を、分配器D2に伝えるデータ線である。
The L field specifies the vector register number in which the result vector is stored, and is input to the distributor D2 through the signal line L2, and in D2, the data of the work vector register V1 input from the signal line 114 is used as the result vector, and the vector register is V Ra = V Ra is used to control which register of VR knee 1 is stored. The j field specifies the number of the scalar register 5Ra=SR□-1 in which the first address of the array in the main memory M1 is stored, and is input to the selector S1 by the signal 11A15, and the scalar register SRo''-S Rn-+ It is used to select which register in the list.The selected contents are placed on the signal @J-6.The 4th field indicates the number of the scalar register 5Ro=SRn-+ in which the array length is stored. specified, is input to selector S2 by signal !!14,
It is used to select which register among the scalar registers S Ro''-S Rn -+.The selected contents are placed on the signal line 17.Register R3 is a register that holds the array length; Register R2 is a register that holds the address of the array on main memory M1, arithmetic unit C2 is an arithmetic unit that calculates addresses, etc., signal @J, 8 is a data line carrying the data of register R3, and signal I! ' 9 is a data line carrying the data of the register R2, a signal [210 is an address line that sends the result of the arithmetic unit C2 to the main memory M1, and a signal line 111 is a line that transfers the contents of the main memory M1 to the distributor D1 for address calculation. The data line sent to the multiplexer C3 and the address calculation multiplexer C3 are multiplexers that calculate where in the work vector register V1 the vector element read from the main memory M1 is stored.This multiplexer is shown in FIG. 2, for example. Like a 4x4 matrix, the element numbers of the work vector register v1 to be stored are held in order.The signal line 112 transmits the element numbers of the work vector register v1 to be stored to the distributor D1.
The distributor D1 is a distributor that stores the vector elements in the work vector register V1 according to the multiplexer C3.The work vector register V1 is a through vector register that temporarily holds the vector elements of the main memory M1, and the signal IjI215. c. Work vector register V
This is a data line that transmits the contents of 1 to the distributor D2.

演算器C4はベクトル要素同士の演算を行なうものであ
る。
The arithmetic unit C4 performs arithmetic operations between vector elements.

次に本動作を詳細に説明する。この例では4行4列三角
ベクトルの行方向順配列Bを主記憶中から読み出して列
方向順配列に変換する。スカラレジスタS Ro ”−
S un −1のいずれかに読み出されるべき配列Bの
先頭アドレス、他の1つにはその配列の長さを示す値が
格納されている。
Next, this operation will be explained in detail. In this example, a row-wise sequential array B of 4 rows and 4 columns of triangular vectors is read out from the main memory and converted into a column-wise sequential array. Scalar register S Ro ”-
The first address of array B to be read out is stored in one of S un -1, and the value indicating the length of the array is stored in the other one.

命令レジスタR1に本動作の実行を指定する命令が入力
されるとOP e L= / * ’の各フィールドの
内容は、信号1j[fl 、J2,23,24を通して
、それぞれ演算制御ユニットC1、分配器D2、セレク
タS1、S2に送られる。分配器D2、セレクタS1、
S2は、それぞれ、’tit’で指示されたように分配
ルート、及び選択ルートを設定する。演算制御ユニット
C1は、信号11Ai5により必要なベクトルレジスタ
やスカラレジスタに、読み出し、または書き込みの指示
を送出する。同時にアドレス計算用マルチプレクサC3
に演算の指示を与える。それに従って、j、4で指定さ
れたスカラレジスタから、信号$1!26.27を通し
て、レジスタR2,R5に内容が読み出される。まずレ
ジスタR3の内容が、信号@113、演算器C2、信号
線J−10、信号1i[jllをそのまま通って、アド
レス計算用マルチプレクサC3に入力される。
When an instruction specifying the execution of this operation is input to the instruction register R1, the contents of each field of OP e L= / * ' are sent to the arithmetic control unit C1 and the distribution unit through signals 1j[fl, J2, 23, and 24, respectively. device D2, selectors S1 and S2. distributor D2, selector S1,
S2 sets the distribution route and the selection route, respectively, as indicated by 'tit'. The arithmetic control unit C1 sends a read or write instruction to a necessary vector register or scalar register using a signal 11Ai5. At the same time, multiplexer C3 for address calculation
give instructions for calculation. Accordingly, the contents are read from the scalar register designated by j, 4 to registers R2, R5 through signal $1!26.27. First, the contents of the register R3 are input to the address calculation multiplexer C3 through the signal @113, the arithmetic unit C2, the signal line J-10, and the signal 1i[jll.

アドレス計算用マルチプレクサC3では、その内容を基
に、ワークベクトルレジスタV1の中のベクトル要素の
格納位置を変換し、信号5J−12を通して分配器D1
に指示を送出する。マルチプレクサC3中にはベクトル
要素の入力順番とワークベクトルレジスタ中の格納位置
の対応を示すテーブルが行列の種類(大きさ、フルマト
リクスか三角かなど)によって異なるものが用意されて
いる。第2図に示す例は4行4列の三角ベクトルで配列
長は10、第5図は他のテーブルを示し、4行4列のフ
ルマトリクス用であり配列長は16である。いま、演算
器C2から配列長10が与えられたので第2図のテーブ
ルが選択される。
The address calculation multiplexer C3 converts the storage position of the vector element in the work vector register V1 based on the contents, and passes the signal 5J-12 to the distributor D1.
send instructions to. The multiplexer C3 is provided with tables that indicate the correspondence between the input order of vector elements and the storage positions in the work vector register, which differ depending on the type of matrix (size, full matrix, triangular, etc.). The example shown in FIG. 2 is a triangular vector with 4 rows and 4 columns, and the array length is 10. FIG. 5 shows another table, which is for a full matrix with 4 rows and 4 columns, and the array length is 16. Now, since an array length of 10 is given from the arithmetic unit C2, the table shown in FIG. 2 is selected.

主記憶M1からベクトル要素が読み出される度にテーブ
ルの次の欄が参照され列方向順へ変換したときの格納番
号が分配器D1へと送られる。次にレジスタR2の内容
が信号!119を通して演算器C2に入力され、そのま
ま信号!1110を通して主記憶M1に送られる。主記
憶M1では対応するアドレスからデータベクトルを順次
、信号fgJ−11を通して分配器D1に送出していく
。分配器D1は、信号1s212より入力した指示に従
って、1ベクトル要素をワークベクトルレジスタv1の
格納位置へ格納する。対応する主記憶M1のすべてのデ
ータがワークレジスタv1に送出された後に、信号Ij
!113、分配器D2を通して、Lで指定したベクトル
レジスタに、ワークベクトルレジスタv1の内容が書き
込まれる。
Every time a vector element is read out from the main memory M1, the next column of the table is referred to and the storage number when converted into column order is sent to the distributor D1. Next, the contents of register R2 are signal! It is input to the computing unit C2 through 119 and becomes the signal as it is! 1110 to the main memory M1. In the main memory M1, data vectors are sequentially sent from the corresponding address to the distributor D1 through the signal fgJ-11. The distributor D1 stores one vector element in the storage position of the work vector register v1 according to the instruction input from the signal 1s212. After all the data in the corresponding main memory M1 is sent to the work register v1, the signal Ij
! 113, the contents of the work vector register v1 are written to the vector register specified by L through the distributor D2.

このようにして、第2図に示すように列方向順に変換さ
れた配列BがベクトルレジスタVR上に得られる。
In this way, array B converted in column direction is obtained on the vector register VR as shown in FIG.

別に主記憶M1から読み出されたベクトルAの行方向配
列と、このようにして得られたベクトルBの列方向配列
との間のベクトル演算はそれぞれの配列を格納している
ベクトルレジスタVRの同一カラムをカラム番号順に読
み出してそれぞれ演算器C4の異なる入力に与えて演算
すればよい。即ち、ハードウェアの制御だけによる高速
なベクトル処理を利用して演算することができる。
Vector operations between the row-direction array of vectors A read separately from the main memory M1 and the column-direction array of vector B obtained in this way are performed in the same vector register VR that stores the respective arrays. It is sufficient to read out the columns in the order of column numbers and apply them to different inputs of the arithmetic unit C4 for calculation. In other words, calculations can be performed using high-speed vector processing based only on hardware control.

本発明においては行方向順配列から列方向順配列への変
換がハードウェアの処理によって行なわれるため高速で
ある。なお、列方向順配列を行方向順配列に変換する場
合も同様にして行なうことができる。
In the present invention, conversion from row-direction sequential array to column-direction sequential array is performed by hardware processing, so it is fast. Note that a similar method can be used when converting a column-direction sequential arrangement into a row-direction sequential arrangement.

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

本発明によれば、行、または列の順に連続して存在する
配列データを、その逆の配列(列、または行の順)に変
換することができるので、より広い演算に高速なベクト
ル処理を適用することが可能となる。
According to the present invention, it is possible to convert array data that exists consecutively in the order of rows or columns to the reverse array (in the order of columns or rows), so high-speed vector processing can be applied to wider calculations. It becomes possible to apply.

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

第1図は、本発明で行う処理の一例を示した1]、第2
図は、アドレス計算用マルチプレクサの概要を示した図
、第6図は、本発明の一実施例を示した図である。第4
図は行列の一例を示す図、第5図は変更テーブルの例を
示す図。 R1は命令レジスタ、R2はアドレスレジスタ、R3は
配列長を保持するレジスタ、C1は演算制御ユニット、
C2は演算器、C3はアドレス計算用マルチプレクサ、
Mlは主記憶、vlはワークベクトルレジスタ、VRO
〜V Rn−+ ’iベクトルレジスタ、S Ro =
 S Rn−+はスカラレジスタ。 代理人弁理士 小  川  勝  男−第1図 第2図 第3図 第4図 第1囚
FIG. 1 shows an example of the processing performed by the present invention.
This figure shows an outline of an address calculation multiplexer, and FIG. 6 shows an embodiment of the present invention. Fourth
The figure shows an example of a matrix, and FIG. 5 shows an example of a change table. R1 is an instruction register, R2 is an address register, R3 is a register that holds the array length, C1 is an arithmetic control unit,
C2 is an arithmetic unit, C3 is a multiplexer for address calculation,
Ml is main memory, vl is work vector register, VRO
~V Rn-+ 'i vector register, S Ro =
S Rn-+ is a scalar register. Representative Patent Attorney Katsuo Ogawa - Figure 1 Figure 2 Figure 3 Figure 4 Prisoner 1

Claims (1)

【特許請求の範囲】[Claims]  主記憶に行列の行方向順(列方向順)配列が格納され
、これが読み出されてベクトル処理が行なわれる電子計
算機システムにおいて、行列の種類に従った行方向順と
列方向順の配列間の位置の対応を示す変換情報を用意し
、前記主記憶から読み出された行方向順(列方向順)配
列を前記変換情報によって列方向順(行方向順)配列に
変換し、この変換された配列を利用してベクトル処理を
行なうことを特徴とするベクトル制御方式。
In an electronic computer system where a row-wise (column-wise) array of matrices is stored in main memory and is read out to perform vector processing, there is a difference between the row-wise and column-wise arrays according to the type of matrix. Conversion information indicating the correspondence of positions is prepared, and the row-order (column-order) array read from the main memory is converted into a column-order (row-direction) array using the conversion information. A vector control method characterized by performing vector processing using arrays.
JP60144692A 1985-07-03 1985-07-03 Vector control system Pending JPS626373A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60144692A JPS626373A (en) 1985-07-03 1985-07-03 Vector control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60144692A JPS626373A (en) 1985-07-03 1985-07-03 Vector control system

Publications (1)

Publication Number Publication Date
JPS626373A true JPS626373A (en) 1987-01-13

Family

ID=15368047

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60144692A Pending JPS626373A (en) 1985-07-03 1985-07-03 Vector control system

Country Status (1)

Country Link
JP (1) JPS626373A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4875817A (en) * 1986-07-11 1989-10-24 Toyota Jidosha Kabushiki Kaisha Sealed weld nut
JPH02143849U (en) * 1989-05-09 1990-12-06

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59114655A (en) * 1982-12-21 1984-07-02 Nec Corp Data transfer device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59114655A (en) * 1982-12-21 1984-07-02 Nec Corp Data transfer device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4875817A (en) * 1986-07-11 1989-10-24 Toyota Jidosha Kabushiki Kaisha Sealed weld nut
JPH02143849U (en) * 1989-05-09 1990-12-06

Similar Documents

Publication Publication Date Title
US5226171A (en) Parallel vector processing system for individual and broadcast distribution of operands and control information
US5410727A (en) Input/output system for a massively parallel, single instruction, multiple data (SIMD) computer providing for the simultaneous transfer of data between a host computer input/output system and all SIMD memory devices
US5175862A (en) Method and apparatus for a special purpose arithmetic boolean unit
US4727474A (en) Staging memory for massively parallel processor
US5812147A (en) Instruction methods for performing data formatting while moving data between memory and a vector register file
US5148547A (en) Method and apparatus for interfacing bit-serial parallel processors to a coprocessor
US5081573A (en) Parallel processing system
US5586256A (en) Computer system using multidimensional addressing between multiple processors having independently addressable internal memory for efficient reordering and redistribution of data arrays between the processors
US4974146A (en) Array processor
JP2744526B2 (en) Quasi-hexadecimal processor and method
EP0539595A1 (en) Data processor and data processing method
JPS62264357A (en) Simulation of processor addition for parallel processor array
JPH0233191B2 (en)
JPH0652530B2 (en) Vector processor
JPH09231182A (en) Data processor and method for processing data
JPH06162227A (en) Vector parallel computer
US5008852A (en) Parallel accessible memory device
JPS626373A (en) Vector control system
JPS6042516B2 (en) data processing equipment
JP2667806B2 (en) Vector processor
Roesser Two-dimensional microprocessor pipelines for image processing
JP2910108B2 (en) Vector data buffer device
JPH0496172A (en) Data storing system, vector data buffer device, and vector data processor
JP2855899B2 (en) Function memory
JP2655243B2 (en) Complex vector parallel computer