JPS6125274A - Vector arithmetic processor - Google Patents

Vector arithmetic processor

Info

Publication number
JPS6125274A
JPS6125274A JP14574784A JP14574784A JPS6125274A JP S6125274 A JPS6125274 A JP S6125274A JP 14574784 A JP14574784 A JP 14574784A JP 14574784 A JP14574784 A JP 14574784A JP S6125274 A JPS6125274 A JP S6125274A
Authority
JP
Japan
Prior art keywords
vector
scalar
circuit
arithmetic
input
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
JP14574784A
Other languages
Japanese (ja)
Other versions
JPH0330905B2 (en
Inventor
Toshio Yagihashi
八木橋 俊夫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 filed Critical NEC Corp
Priority to JP14574784A priority Critical patent/JPS6125274A/en
Publication of JPS6125274A publication Critical patent/JPS6125274A/en
Publication of JPH0330905B2 publication Critical patent/JPH0330905B2/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/16Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization

Abstract

PURPOSE:To shorten and rationalize the processing time and furthermore to reduce hardware quantity by converting a scalar divider into a pipeline and sharing the constitution of said pipeline with a set shared vector divider for pipeline. CONSTITUTION:For vector division, the (N+theta)-th vector element in a vector register 2a, the (N+1)-th vector element in a vector register 2b, the (N+2)-th vector element in a vector register 2c and the (N+3)-th vector element in a vector register 2d are read out successively by a scalar shared selection circuit 28. Then a vector scalar shared divider 29 performs the vector divisions. For scalar division, the scalar data are read out of a scalar register 27 and then selected by the circuit 28. Then the divider 29 executes the scalar divisions.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ベクトル演算処理を行う電子計算装置に関す
る。特に、複数個のベクトル演算パイプラインセントで
処理するベクトル演算並列処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an electronic computing device that performs vector arithmetic processing. In particular, the present invention relates to a vector calculation parallel processing method in which processing is performed using a plurality of vector calculation pipeline cents.

〔従来の技術〕[Conventional technology]

従来、この種のづクトル演算処理装置は第3図に示すよ
うに、複数のベクトル要素を含む複数のベクトルレジス
タが図面符号28〜2dのように複数のバンクで構成さ
れている。これらのベクトルレジスタから順次ベクトル
要素を読出す回路が図面符号38〜3dのようにオペラ
ンド選択回路で構成される。このクロスバ回路で選択さ
れたオペランドが図゛面符号4a 〜4d 、 5a 
〜5d 、6a〜6d、7a〜7d等で示されるベクト
ル演算器へ供給される。このベクトル演算器は浮動小数
点加算器、浮動小数点乗算器、論理演算器、シフト演算
器、浮動小数点除算器等である。上記ベクトル演算器の
出力が入力回路18〜1dへ入力される。
Conventionally, in this type of vector arithmetic processing device, as shown in FIG. 3, a plurality of vector registers each including a plurality of vector elements are arranged in a plurality of banks as indicated by reference numerals 28 to 2d in the drawing. Circuits for sequentially reading vector elements from these vector registers are constituted by operand selection circuits as indicated by reference numerals 38 to 3d in the drawing. The operands selected by this crossbar circuit are shown in the figure with reference numerals 4a to 4d and 5a.
~5d, 6a~6d, 7a~7d, etc. are supplied to vector computing units. This vector arithmetic unit is a floating point adder, a floating point multiplier, a logical arithmetic unit, a shift arithmetic unit, a floating point divider, etc. The output of the vector calculator is input to input circuits 18-1d.

この入力回路18〜1dはベクトルデータが格納されて
いる主記憶装置(図外)からベクトルデータが読出され
、示されるメモリ読出しバス100と前記ベクトル演算
器の出力を切替えている。
The input circuits 18 to 1d read vector data from a main memory (not shown) in which vector data is stored, and switch between the memory read bus 100 shown and the output of the vector arithmetic unit.

図面符号9はスカラデータが格納されるスカラレジスタ
である。図面符号1112.13の各部分はスカラデー
タを処理するスカラ演算器をなすもので、浮動小数点加
算器、乗算器、除算器、固定小数点シフタ等を含む。図
面符号10はスカラレジスタ9の出力を前記スカラ演算
器の入力へ供給する分配器である。図面符号8は前記ス
カラ演算器の出力と主記憶装置(図示しない。)からの
スカラデータのメモリ読出しバス200とを切替える入
力回路である。
Reference numeral 9 in the drawing is a scalar register in which scalar data is stored. Each part indicated by reference numerals 1112 and 13 constitutes a scalar arithmetic unit that processes scalar data, and includes a floating point adder, a multiplier, a divider, a fixed point shifter, and the like. Reference numeral 10 in the drawing is a distributor that supplies the output of the scalar register 9 to the input of the scalar arithmetic unit. Reference numeral 8 in the figure is an input circuit that switches between the output of the scalar arithmetic unit and a memory read bus 200 for scalar data from a main storage device (not shown).

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

このような従来のベクトル演算処理装置では、ベクトル
演算パイプラインセット内のセット内ベクトル演算器と
前記スカラ演算器とでは同一の機能の演算器が重複して
存在することになり、金物量の増大を招く欠点があった
In such a conventional vector arithmetic processing device, the in-set vector arithmetic unit in the vector arithmetic pipeline set and the scalar arithmetic unit have the same function, resulting in an increase in the amount of hardware. There was a drawback that led to

本発明は、スカラデータの演算器をパイプライン化し、
従来ベクトル演算パイプラインセット内に設けられたベ
クトル演算器を不要とし、ベクトル演算をスカラ演算器
でベクトル演算パイプラインセントに共有して実行制御
する合理的構成とすることにより、上記欠点を解決し所
要金物量を削減したベクトル演算処理装置を提供する・
ことを目的とする。
The present invention pipelines a scalar data arithmetic unit,
The above drawbacks are solved by eliminating the need for the vector arithmetic unit provided in the conventional vector arithmetic pipeline set, and adopting a rational configuration in which vector arithmetic is shared by a scalar arithmetic unit with the vector arithmetic pipeline center for execution control. Providing a vector calculation processing device that reduces the amount of hardware required.
The purpose is to

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、ベクトル要素をベクトル演算パイプラインセ
ット対応にインタリーブして配列し、ベクトル要素を同
時に読出しベクトル演算を並列処理するベクトル演算回
路と、スカラレジスタ内のスカラデータを処理するスカ
ラ演算処理回路とからなるベクトル演算処理装置におい
て、前記づクトル演算パイプラインセットは複数個のベ
クトルレジスタi、複数個のセット内ベクトル演算器と
、前記ベクトルデータから順次ベクトル要素を抽出する
オペランド選択回路と、このオペランド選択回路の出力
を前記セット内ベクトル演算器へ供給する回路と、前記
セット内ベクトル演算器の出力を前記ベクトルレジスタ
へ書込む手段とから構成され、前記ベクトル演算パイプ
ラインセント内の前記オペランド選択回路の出力と、前
記スカラレジスタの出力とを切替えるベクトルスカラ選
択回路と、このベクトルスカラ選択回路の出力をオペラ
ンドとするベクトルスカラ共有演算器と、このベクトル
スカラ共有演算器の出力を前記ベクトルレジスタと、・
前記スカラレジスタへ書込む手段とからなり、演算種別
に応じて前記ベクトル演算パイプラインセントと、前記
ベクトルスカラ共有演算器とで区別して演算・制御する
構成とすることを特徴とする。
The present invention provides a vector arithmetic circuit that interleaves and arranges vector elements in correspondence with a vector arithmetic pipeline set, reads the vector elements simultaneously and processes vector arithmetic operations in parallel, and a scalar arithmetic processing circuit that processes scalar data in a scalar register. In the vector arithmetic processing device, the vector arithmetic pipeline set includes a plurality of vector registers i, a plurality of in-set vector arithmetic units, an operand selection circuit that sequentially extracts vector elements from the vector data, and an operand The operand selection circuit in the vector calculation pipeline center is comprised of a circuit for supplying the output of the selection circuit to the vector calculation unit in the set, and means for writing the output of the vector calculation unit in the set to the vector register. a vector scalar selection circuit that switches between the output of the vector scalar selection circuit and the output of the scalar register; a vector scalar shared arithmetic unit that uses the output of the vector scalar selection circuit as an operand;・
and a means for writing into the scalar register, and is characterized in that the vector calculation pipeline cent and the vector scalar shared calculation unit are configured to perform calculations and control in a manner that distinguishes between the vector calculation pipeline center and the vector scalar shared calculation unit depending on the type of calculation.

〔作 用〕[For production]

本発明は、ヌカラデータの除算器をパイプライン構成と
し、従来ベクトル演算パイプラインセント内にベクトル
演算パイプラインセット個数分設けられたベクトル除算
器を不要とし、全ベクトル演算パイプラインセットに対
して共有し、かつスカラ演算器と共用して実行・制御す
る構成とすることにより処理時間の合理化と短縮化、ひ
いては所要金物量の大幅削減化が実現する。
The present invention uses a pipeline configuration for the divider for NUCARRA data, eliminates the need for vector dividers that are provided for the number of vector operation pipeline sets in the conventional vector operation pipeline center, and shares the dividers for all vector operation pipeline sets. , and is configured to be executed and controlled in common with a scalar arithmetic unit, thereby streamlining and shortening the processing time, and in turn realizing a significant reduction in the amount of metal required.

〔実施例〕〔Example〕

次に本発明を第1図の実施例装置により説明する。メモ
リ転送バス300が入力する入力回路1a〜1dの出力
は、ベクトルレジスタ群28〜2dに入力する。これら
はそれぞれ8バイト(64bit )のベクトル要素を
64語含むベクトルレジスタが8個分で構成されるベク
トルレジスタである。またこれらに接続される各部分3
8〜3dは8個のベクトルレジスタの中からベクトル演
算対象のベクトルレジスタを選択する8B幅のオペラン
ド選択回路である。この回路に接続される部分4a〜4
dは8B幅の2入力浮動小数点加算をパイプライン的に
処理するセント内浮動小数点加算器である。
Next, the present invention will be explained using an embodiment of the apparatus shown in FIG. The outputs of input circuits 1a-1d to which memory transfer bus 300 is input are input to vector register groups 28-2d. These are vector registers consisting of eight vector registers each containing 64 words of 8-byte (64-bit) vector elements. Also, each part 3 connected to these
8 to 3d are 8B wide operand selection circuits that select a vector register to be subjected to a vector operation from among eight vector registers. Portions 4a-4 connected to this circuit
d is an intra-cent floating point adder that processes 8B wide two-input floating point addition in a pipeline manner.

同様に接続される部分5a〜5dは8B幅の2入力浮動
小数点乗算をパイプライン的に処理するセント内浮動小
数点乗算器である。さらに同様に接続される部分6a〜
6dは8B幅の固定小数点データをシフトする機能をパ
イプライン的に処理するセット内シフト演算器である。
Similarly connected portions 5a to 5d are intra-cent floating point multipliers that process 8B width two-input floating point multiplication in a pipeline manner. Further, similarly connected portions 6a~
6d is an intra-set shift calculator that processes the function of shifting 8B wide fixed-point data in a pipeline manner.

入力回路1a〜1dは図外のベクトルデータが格納され
ている主記憶装置から読み出されたベクトルデータのメ
モリ転送バス100と前記セット内ベクトル浮動小数点
加算器48〜4d、乗算器5a〜5d、セット内シフト
演算器08〜6dの出力とを切替える回路である。スカ
ラデータ続出しバス200が入力回路8を介して入力す
る。図面符号9はスカラデータを格納するスカラレジス
タである。また図面符号28は上記スカラレジスタ9の
出力と前記ベクトル演算パイプラインセント内の前記オ
ペランド選択回路3a〜3dの出力とを切替えるように
接続されたベクトルスカラ選択回路である。このベクト
ルスカラ選択回路28の出力はベクトルスカラ共有除算
器29へ供給される。このベクトルスカラ共有除算器2
9の出力は入力回路8へ帰還接続される。この入力回路
8は主記憶装置からのスカラデータ読出しバス400と
前記ベクトル演算、う共有除算器29の出力とを切替え
る回路である。ベクトル演算制御回路35は上記各演算
パイプラインおよびスカラ演算処理回路を制御する。
Input circuits 1a to 1d include a memory transfer bus 100 for vector data read from a main storage device in which vector data (not shown) is stored, the in-set vector floating point adders 48 to 4d, multipliers 5a to 5d, This circuit switches between the outputs of the intra-set shift calculation units 08 to 6d. The scalar data successive bus 200 is inputted via the input circuit 8 . Reference numeral 9 in the drawing is a scalar register that stores scalar data. Reference numeral 28 is a vector scalar selection circuit connected to switch between the output of the scalar register 9 and the output of the operand selection circuits 3a to 3d in the vector operation pipeline center. The output of this vector-scalar selection circuit 28 is supplied to a vector-scalar shared divider 29. This vector scalar shared divider 2
The output of 9 is connected back to the input circuit 8. This input circuit 8 is a circuit that switches between the scalar data read bus 400 from the main memory and the output of the vector calculation and shared divider 29. The vector arithmetic control circuit 35 controls each arithmetic pipeline and the scalar arithmetic processing circuit.

第2図はベクトルスカラ共有除算器29のブロック構成
図である。その図面符号30は浮動小数点除算の前処理
回路で除数の逓信逆数を逆数テーブルから検索する回路
である。図面符号31は中間向を14ビット単位に4回
分処理し56ビツトの商を算出する高発生回路である。
FIG. 2 is a block diagram of the vector-scalar shared divider 29. Reference numeral 30 in the figure is a preprocessing circuit for floating point division, which searches the reciprocal table for the transmitted reciprocal of the divisor. Reference numeral 31 in the figure is a high generation circuit that processes the intermediate direction four times in units of 14 bits and calculates the quotient of 56 bits.

また、図面符号32は除算の後処理で事後正規化回路で
ある。図面符号33は浮動小数点の指数部処理回路であ
る。これら各ベクトル演算パイプラインセットのベクト
ルレジスタ内のベクトル要素は、各ベクトル演算パイプ
ライン対応にインタリーブされており、N+θ、N−)
1.N+2、N+3(Nはθを含む整数)番1のベクト
ル要素がそれぞれ2a、2b、2c、jdのベクトルレ
ジスタに配列されるようにベクトルロード時制御される
。ベクトル演算の内、ベクトル加算、乗算、シフト演算
についてはベクトルレジスタ28〜2dからベクトル命
令で指定されるベクトルレジスタから同時に4つのベク
トル要素がオペランド選択回路38〜3dでi択され、
ベクトル加算の場合セット内浮動小数点加算器48〜4
dで、ベクトル乗算の場合はセント内浮動小数点乗算器
58〜5dで、ベクトルシフト演算の場合はセット内シ
フト演算器68〜6dで1マシンサイクルで1ベクトル
要素のベクトル演算を処理する。
Further, reference numeral 32 in the drawing is a post-normalization circuit for post-processing of division. Reference numeral 33 is a floating point exponent processing circuit. The vector elements in the vector register of each vector operation pipeline set are interleaved corresponding to each vector operation pipeline, and are N+θ, N−).
1. Control is performed during vector loading so that vector elements numbered N+2 and N+3 (N is an integer including θ) are arranged in vector registers 2a, 2b, 2c, and jd, respectively. Among vector operations, for vector addition, multiplication, and shift operations, four vector elements are simultaneously selected by operand selection circuits 38 to 3d from the vector registers 28 to 2d designated by the vector instruction;
For vector addition, in-set floating point adders 48-4
At d, in the case of vector multiplication, the intra-cent floating point multipliers 58 to 5d process vector operations for one vector element in one machine cycle, and in the case of vector shift operations, the intra-set shift arithmetic units 68 to 6d process.

これらの結果は入力回路18〜1dを経由してベクトル
レジスタ28〜2dに書込まれる。ベクトル除算につい
てはベクゝトルスカラ共有選択回路28でベクトルレジ
スタ2a内のN+θ番目のベクトル要素、ベクトルレジ
スタ2b内のN+1番目のベクトル要素、ベクトルレジ
スタ2c内のN+2番目のベクトル要素、ベクトルレジ
スタ2d内のN+3番目のベクトル要素を順次読出しベ
クドルスカラ共有除算器29でベクトル除算を処理する
These results are written to vector registers 28-2d via input circuits 18-1d. For vector division, the vector scalar sharing selection circuit 28 selects the N+θth vector element in the vector register 2a, the N+1st vector element in the vector register 2b, the N+2nd vector element in the vector register 2c, and the N+θth vector element in the vector register 2d. The N+3rd vector element is sequentially read out and vector division is processed by the vector scalar shared divider 29.

スカラ除算についてはスカラデータがスカラレジスタ2
7から読出され、ベクトルスカラ共有選択回路28でス
カラデータが選択され前記ベクトルスカラ共有除算器2
9でスカラ除算が実行される。
For scalar division, scalar data is stored in scalar register 2.
7, the scalar data is selected by the vector scalar sharing selection circuit 28, and the scalar data is read out from the vector scalar sharing divider 2.
A scalar division is performed at 9.

以上のようにスカラデークの除算器をパイプライン構成
とし従来ベクトル演算パイプラインセット内にベクトル
演算バイプラ4ンセソト個数分設けられたベクトル除算
器を不要とし全ベクトル演算パイプラインセットに対し
て共有し、かつスカラ演算器と共用実行制御する構成と
することにより金物量の大幅削減を図ったベクトル演算
処理装置が提供可能となる。
As described above, the Scala Dake divider is configured in a pipeline, eliminating the need for the vector dividers that were provided in the conventional vector calculation pipeline set for the number of vector calculation biplins, and sharing them with all vector calculation pipeline sets. By adopting a configuration that performs shared execution control with a scalar arithmetic unit, it is possible to provide a vector arithmetic processing device that significantly reduces the amount of hardware required.

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

本発明は、以上説明したように、スカラ除算器をパイプ
ライン化し、ベクトル演算パイプラインセント共有ベク
トル除算器と共有構成とすることにより処理時間の合理
化・短縮化ひいては所要金物量を大幅に削減できる効果
がある。
As explained above, the present invention makes it possible to rationalize and shorten the processing time and to significantly reduce the amount of hardware required by pipelineizing the scalar divider and sharing the configuration with the vector arithmetic pipeline center shared vector divider. effective.

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

第1図は本発明の実施例装置を示すブロック構成図。 第2図は第1図の一部分のブロック構成詳細図。 第3図は従来例装置を示すブロック構成図。 18〜1d・・・入力回路、2a〜2d・・・ベクトル
レジスタ、3a〜3d・・・オペランド選択回路、4a
。 〜4d・・・セント内浮動小数点加算器、5a〜5d・
・・セット内浮動小数点乗算器、68〜6d・・・セッ
ト内シフト演算器、78〜7d・・・セント内ベクトル
演算器、8・・・入力回路、9・・・スカラレジスタ、
10・・・分配器、11・・・スカラ加算器、12・・
・スカラ乗算器、13・・・スカラ除算器、28・・・
ベクトルスカラ共有選択回路、29・・・ベクトルスカ
ラ共有除算器、30・・・除算前処理回路、31・・・
除算商発生回路、32・・・除算後処理回路、33・・
・浮動小数点指数部処理回路14・・・ベクトル除算制
御回路、35・・・ベクトル演算制御回路。 鬼 1 ロ O ¥−)3県
FIG. 1 is a block diagram showing an embodiment of the present invention. FIG. 2 is a detailed block diagram of a portion of FIG. 1. FIG. 3 is a block diagram showing a conventional device. 18-1d... Input circuit, 2a-2d... Vector register, 3a-3d... Operand selection circuit, 4a
. ~4d... floating point adder in cents, 5a~5d・
... Floating point multiplier in set, 68-6d... Shift operator in set, 78-7d... Vector operator in cent, 8... Input circuit, 9... Scalar register,
10...Distributor, 11...Scalar adder, 12...
・Scalar multiplier, 13... Scalar divider, 28...
Vector scalar sharing selection circuit, 29... Vector scalar sharing divider, 30... Division preprocessing circuit, 31...
Division quotient generation circuit, 32... Division post-processing circuit, 33...
- Floating point exponent part processing circuit 14...Vector division control circuit, 35...Vector calculation control circuit. Oni 1 RoO ¥-) 3 prefectures

Claims (1)

【特許請求の範囲】[Claims] (1)入力するインタリーブされたベクトル要素対応に
ベクトル演算パイプラインを設け、 入力するスカラ量に対応してスカラ演算処理回路を設け
、 上記ベクトル演算パイプラインは、それぞれ入力信号を
取り込む入力回路と、 この入力回路に接続された複数段のベクトルレジスタと
、 このベクトルレジスタから順次ベクトル要素を抽出する
オペランド選択回路と、 このオペランド選択回路に接続された第一のベクトル演
算器と、 この演算器の出力を上記入力回路に接続する回路手段と を含み、 上記スカラ演算処理回路は、 入力信号を取り込む入力回路と、 この入力回路に接続された複数段のスカラレジスタと、 このスカラレジスタから出力されるデータを演算するス
カラ演算器と を含み、 上記演算パイプラインおよび上記スカラ演算処理回路を
制御するベクトル演算制御回路を備えたベクトル演算処
理装置において、 上記オペランド選択回路の出力を逐次抽出する各パイプ
ラインに共通の選択手段を設け、 この選択手段の入力に上記スカラレジスタの出力が接続
され、 上記選択手段の出力を入力とし、上記ベクトル演算パイ
プラインおよび上記スカラ演算処理回路に共通の演算器
と、 この演算器の出力を上記ベクトル演算パイプラインおよ
び上記スカラ演算処理回路の入力回路に接続する回路手
段と を備え、 上記ベクトル演算制御回路には、演算種別に対応して上
記ベクトル演算器と上記共通の演算器とで区別して演算
を実行させる手段を含む ことを特徴とするベクトル演算処理装置。
(1) A vector calculation pipeline is provided corresponding to the input interleaved vector elements, a scalar calculation processing circuit is provided corresponding to the input scalar amount, and each of the vector calculation pipelines has an input circuit that takes in the input signal, A multi-stage vector register connected to this input circuit, an operand selection circuit that sequentially extracts vector elements from this vector register, a first vector calculation unit connected to this operand selection circuit, and an output of this calculation unit. The scalar arithmetic processing circuit includes: an input circuit that takes in an input signal; a multi-stage scalar register connected to the input circuit; and a circuit that connects the input signal to the input circuit. a scalar arithmetic unit that operates, and a vector arithmetic control circuit that controls the arithmetic pipeline and the scalar arithmetic processing circuit; A common selection means is provided, the output of the scalar register is connected to the input of the selection means, the output of the selection means is input, and the arithmetic unit is common to the vector operation pipeline and the scalar operation processing circuit; circuit means for connecting the output of the arithmetic unit to the vector arithmetic pipeline and the input circuit of the scalar arithmetic processing circuit; A vector arithmetic processing device characterized by comprising means for executing arithmetic operations separately from arithmetic units.
JP14574784A 1984-07-13 1984-07-13 Vector arithmetic processor Granted JPS6125274A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14574784A JPS6125274A (en) 1984-07-13 1984-07-13 Vector arithmetic processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14574784A JPS6125274A (en) 1984-07-13 1984-07-13 Vector arithmetic processor

Publications (2)

Publication Number Publication Date
JPS6125274A true JPS6125274A (en) 1986-02-04
JPH0330905B2 JPH0330905B2 (en) 1991-05-01

Family

ID=15392214

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14574784A Granted JPS6125274A (en) 1984-07-13 1984-07-13 Vector arithmetic processor

Country Status (1)

Country Link
JP (1) JPS6125274A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4928238A (en) * 1986-07-04 1990-05-22 Nec Corporation Scalar data arithmetic control system for vector arithmetic processor
JP2007233730A (en) * 2006-03-01 2007-09-13 Mitsubishi Electric Corp Three-dimensional graphic drawing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4928238A (en) * 1986-07-04 1990-05-22 Nec Corporation Scalar data arithmetic control system for vector arithmetic processor
JP2007233730A (en) * 2006-03-01 2007-09-13 Mitsubishi Electric Corp Three-dimensional graphic drawing device

Also Published As

Publication number Publication date
JPH0330905B2 (en) 1991-05-01

Similar Documents

Publication Publication Date Title
US4075704A (en) Floating point data processor for high speech operation
US4179734A (en) Floating point data processor having fast access memory means
US5226171A (en) Parallel vector processing system for individual and broadcast distribution of operands and control information
EP0976027B1 (en) ARITHMETIC PROCESSOR combining finite field arithmetic and modular integer arithmetic
US5081573A (en) Parallel processing system
US4228498A (en) Multibus processor for increasing execution speed using a pipeline effect
EP0042452B1 (en) Signal processor computing arrangement and method of operating said arrangement
GB1585285A (en) Parallel data processor apparatus
JP2002149400A (en) Simd arithmetic system capable of designating plural registers
US5164724A (en) Data format converters for use with digit-serial signals
Senzig et al. Computer organization for array processing
Frankovich et al. A functional description of the Lincoln TX-2 computer
JPS6125274A (en) Vector arithmetic processor
US4685077A (en) Data processing apparatus having binary multiplication capability
JPS6125273A (en) Vector arithmetic processor
KR100251547B1 (en) Digital signal processor
RU2006929C1 (en) Computer system for interval computations
JPH05324694A (en) Reconstitutable parallel processor
Thomas Fundamentals of digital computer programming
EP0055124B1 (en) Digital multipliers
KR100315303B1 (en) Digital signal processor
EP0148991A2 (en) A high speed microinstruction unit
CA1109163A (en) Floating point data processor
CA1109164A (en) Floating point data processor
JPH0445860B2 (en)