JPH02181821A - Arithmetic device - Google Patents

Arithmetic device

Info

Publication number
JPH02181821A
JPH02181821A JP1001181A JP118189A JPH02181821A JP H02181821 A JPH02181821 A JP H02181821A JP 1001181 A JP1001181 A JP 1001181A JP 118189 A JP118189 A JP 118189A JP H02181821 A JPH02181821 A JP H02181821A
Authority
JP
Japan
Prior art keywords
arithmetic
storage device
address
terminal
selection
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
JP1001181A
Other languages
Japanese (ja)
Inventor
Yasusuke Yamamoto
庸介 山本
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP1001181A priority Critical patent/JPH02181821A/en
Publication of JPH02181821A publication Critical patent/JPH02181821A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To execute a complicated operation by means of a basically same algorithm and to improve a high speed and the reliability of an operation procedure by previously storing an operation result in a storage device. CONSTITUTION:An arithmetic device for special operation 10 consists of a storage device 11, an address input terminal 12 and an output terminal 13. The storage device 11 previously stores the target special operation result in an area designated by an address and executes the operation by calling a storage content with an operation instruction. Namely, the basic operation result such as addition, subtraction, multiplication and division is previously stored in the storage device 11 of the private arithmetic device 10. By inputting the operand to the address input terminal 12 of the arithmetic unit 10 as it is, the storage content is called and is obtained from the output terminal 13. Thus, the arithmetic unit with the high operation speed and with easy constitution can be obtained.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、演算速度が速く、構成が簡単な演算装置に
関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Field of Application] The present invention relates to an arithmetic device with high arithmetic speed and simple configuration.

(従来の技術) 従来、電子計算機による加減乗除などの数値演算は、様
々な手法によって行われてきた。マイクロコンピュータ
のようにシンプルな計算機では、レジスタ内に蓄えられ
た2つのオペランドを加算器に入力して加算結果を得る
という基本演算を、機械語ソフトウェアプログラムによ
って繰り返すという方式で、様々な演算を行っている。
(Prior Art) Numerical operations such as addition, subtraction, multiplication, and division using electronic computers have conventionally been performed using various methods. A simple calculator such as a microcomputer performs various operations by repeating the basic operation of inputting two operands stored in a register into an adder to obtain an addition result using a machine language software program. ing.

大型計算機における代表的な演算手法は、マイクロプロ
グラム制御方式と呼ばれるものである。
A typical calculation method used in large computers is called a microprogram control method.

第5図にこの方式を簡単に図式化したブロック図を示す
。ここに、1は演算命令(インストラクション)を符号
化するデコーダ、2はマイクロプログラム記憶装置(以
下、単に記憶装置という)、3は加算器、4は演算され
るデータ(オペランド)のレジスタである。
FIG. 5 shows a block diagram simply illustrating this method. Here, 1 is a decoder that encodes an operation instruction (instruction), 2 is a microprogram storage device (hereinafter simply referred to as storage device), 3 is an adder, and 4 is a register for data (operands) to be operated.

この方式においては、演算に必要な一連の手続きがマイ
クロプログラム記憶装置2に蓄えられている。通常、こ
の記憶装置2としてはリードオンリーメモリー(ROM
)等が用いられている。この演算装置に演算命令が入っ
てくると、これはデコーダ1で符号化されて、記憶装置
2に入力される。記憶装置2の各記憶セルには、演算に
必要な加算器3への命令、レジスタ4への命令、次の演
算手順が記憶されている記憶セルを指定する記憶装置2
自身のアドレスなどが、書き込まれている。加減乗除な
どの演算は、この記憶内容に従って、レジスタ4の中の
オペランドを何度か加算器3に通すことによって実行さ
れている。
In this system, a series of procedures necessary for calculations are stored in the microprogram storage device 2. Normally, this storage device 2 is a read-only memory (ROM).
) etc. are used. When an arithmetic instruction enters this arithmetic unit, it is encoded by a decoder 1 and input to a storage device 2. Each memory cell of the memory device 2 specifies a memory cell in which an instruction to the adder 3, an instruction to the register 4, and the next operation procedure necessary for the operation are stored.
Your address etc. are written there. Operations such as addition, subtraction, multiplication, and division are executed by passing the operands in the register 4 through the adder 3 several times according to the stored contents.

この方式によれば、演算手順の細部にわたって機械語に
よるソフトウェア的なプログラムを記述する必要はなく
なり、ROMに蓄えられたファームウェアプログラムが
自動的に実行する。したがって、ソフトウェア的なプロ
グラミングは簡略化され、効率良く行えるようになった
。また、演算手順をプログラムとして送り込まなくて良
いので、高速に演算を実行できる。
According to this method, there is no need to write a software program in machine language for the details of the calculation procedure, and the firmware program stored in the ROM automatically executes the program. Therefore, software programming has become simpler and more efficient. Furthermore, since there is no need to send the calculation procedure as a program, the calculation can be executed at high speed.

上記した2つの代表的な方式は、共に加算器3を繰り返
して使用することによって、計算を行うという原理に変
わりはない。したがって、両方式共、インストラクショ
ンが計算機に入力されてから計算結果が出るまでには、
■デコーダ1での遅延時間Td、■記憶装置2での遅延
時間(アクセスタイム)Tm、■加算器3での遅延時間
Ta、■加算器3の出力をレジスタ4に格納する時間T
r、が必要であり、しかも■■■は演算手順が終了する
まで繰り返し実行される。この繰り返し回数をnとすれ
ば、1つの演算が終了するに要する全時間Ttは Tt=Td+n  ・ (Tm+Ta+Tr)のように
記述することができる。マイクロプログラム方式では、
プログラムがハードウェア化した分だけ、高速化されて
いるだけである。
The two representative methods described above are both based on the same principle of performing calculations by repeatedly using the adder 3. Therefore, for both methods, from the time the instructions are input to the computer until the calculation results are output,
■Delay time Td in decoder 1, ■Delay time (access time) Tm in storage device 2, ■Delay time Ta in adder 3, ■Time T to store the output of adder 3 in register 4
r, is required, and ■■■ is repeatedly executed until the calculation procedure is completed. If the number of repetitions is n, the total time Tt required to complete one operation can be written as Tt=Td+n.(Tm+Ta+Tr). In the microprogram method,
The speed of the program is only increased by converting it to hardware.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

このように、この種の方式による演算装置は、各演算ご
とに異なった複雑なプログラムが必要であり、演算によ
って繰り返し回数nが異なり、演算時間がまちまちで、
しかも長い時間が必要であるなどの問題があった。例え
ば、加算演算はn=1で演算が終了するので大きな問題
はない。しかし、乗算演算ではオペランドのビット長に
比例するようなn回の繰り返し演算が必要である。減算
や除算では繰り返し回数nはさらに多くなる。
As described above, an arithmetic device using this type of method requires a different and complex program for each operation, the number of repetitions n varies depending on the operation, and the operation time varies.
Moreover, there were problems such as the need for a long time. For example, since the addition operation ends when n=1, there is no major problem. However, the multiplication operation requires repeated operations n times that are proportional to the bit length of the operand. In subtraction and division, the number of repetitions n becomes even greater.

さらに、高速性を指向した計算機においては、専用の高
速乗算器LSIが開発されており、乗算は加算器3を通
さず乗算器で行うという手法が取られている0乗算器は
比較的簡単な論理で、ハードウェア化できるためである
。しかし、減算や除算、あるいはその他の関数演算はア
ルゴリズムが難しく、専用化LSIの開発の行われてい
ない現状で、乗算器のような例はむしろ例外である。
Furthermore, for high-speed computers, dedicated high-speed multiplier LSIs have been developed, and the 0 multiplier, in which multiplication is performed in the multiplier without passing through adder 3, is relatively simple. This is because it can be converted into hardware based on logic. However, algorithms for subtraction, division, and other functional operations are difficult, and in the current situation where specialized LSIs have not been developed, examples such as multipliers are rather an exception.

このように、演算装置全体として高速で、しかもシステ
ム的な統一性のある装置構成となっていなかった。
As described above, the arithmetic device as a whole does not have a high-speed device configuration and a uniform system.

この発明は、演算装置全体として高速で、しかもシステ
ム的な統一性のある演算装置を提供することを目的とし
てし)る。
An object of the present invention is to provide an arithmetic device that is high-speed as a whole and has a unified system.

(課題を解決するための手段) この発明にかかる演算装置は、演算の対象となるオペラ
ンドデータをアドレスデータとして入力するアドレス入
力端子と、そのアドレスで指定された領域に予め演算結
果を記憶した記憶領域と、オペランドデータに応じた演
算結果を出力する出力端子とを具備したものである。
(Means for Solving the Problems) An arithmetic device according to the present invention includes an address input terminal for inputting operand data to be subjected to an operation as address data, and a memory that stores the operation results in advance in an area specified by the address. It is equipped with an area and an output terminal that outputs an operation result according to operand data.

また、この発明では装置の選択と非選択を行う選択端子
を具備したものである。
Furthermore, the present invention is provided with a selection terminal for selecting and non-selecting devices.

また、この発明ではこの種の演算装置を少なくとも2つ
以上含み、かつこれらの演算装置の選択回路を具備する
ことによって、様々な演算を行うことが可能な汎用的な
演算装置を構成できる。
Further, according to the present invention, by including at least two or more of this type of arithmetic units and providing selection circuits for these arithmetic units, a general-purpose arithmetic unit capable of performing various operations can be constructed.

さらに、本発明と従来からあるマイクロプログラム制御
型演算装置と組み合わせることによって各々の特徴を合
わせ持った、汎用的な演算装置を構成できる。
Furthermore, by combining the present invention with a conventional microprogram-controlled arithmetic device, a general-purpose arithmetic device having the characteristics of each device can be constructed.

〔作用〕[Effect]

この発明においては、アドレス入力端子に演算の対象と
なるデータを直接入力すると記憶装置から直ちに演算結
果が出され、これが出力端子に表われる。また、選択端
子により装置の選択、非選択を行うことができる。
In this invention, when data to be operated on is directly input to the address input terminal, the operation result is immediately output from the storage device, and this is displayed on the output terminal. Furthermore, devices can be selected or unselected using the selection terminal.

そして、記憶装置が複数個ある場合には、選択回路によ
って目的とする記憶装置が選択される。
If there are multiple storage devices, the selection circuit selects the target storage device.

さらに、演算によってマイクロプログラム制御方式の方
が高速に演算処理できるようなものについては、本発明
とマイクロプログラム制御装置をくみあわせ、各々の特
徴を合わせ持った演算をおこなわせることも可能である
Furthermore, for calculations that can be processed more quickly using a microprogram control system, the present invention can be combined with a microprogram control device to perform calculations that have the characteristics of each.

〔実施例〕〔Example〕

第1図はこの発明の第1の実施例を示す構成図である。 FIG. 1 is a block diagram showing a first embodiment of the present invention.

この図で、10はこの発明による特定演算用演算装置で
、記憶装置11.アドレス入力端子12および出力端子
13とからなる。記憶装置11は、ここで目的としてい
る特定の演算結果をあらかじめアドレスで指定された領
域に記憶させておき、演算命令とともに記憶内容を呼び
出すことによって演算を行う。
In this figure, reference numeral 10 denotes a specific calculation arithmetic unit according to the present invention, and a storage device 11. It consists of an address input terminal 12 and an output terminal 13. The storage device 11 stores a specific operation result of interest in an area specified by an address in advance, and performs an operation by calling the stored contents together with an operation instruction.

この発明は、加減乗除などの基本的な演算結果を、各々
の専用の演算装置10の記憶装置11にあらかじめ記憶
させておき、オペランドをそのままこの演算装置10の
アドレス入力端子12に入力することによって、記憶内
容を呼び出し、出力端子13より解を得るものである。
This invention stores basic operation results such as addition, subtraction, multiplication, and division in advance in the storage device 11 of each dedicated arithmetic unit 10, and inputs the operands as they are to the address input terminal 12 of this arithmetic unit 10. , the stored contents are recalled and the solution is obtained from the output terminal 13.

第2図は、この発明の第2の実施例を示すブロック図で
ある。2ビツトの乗算を目的として構成された演算装置
10の例である。14はこの演算装置10の選択端子、
15は16ビツトの記憶素子である。この実施例におい
ては、この16ビツトの記憶素子15が4組で構成され
ており、全体として演算装置10の記憶装置11を構成
している。記憶素子15には、各々4つの入力端子(A
o 、A+ 、A2 、As )と1つの出力端子が出
ている。入力端子は第2図のように、各ビットごとにま
とめられており、演算装置10としてアドレス入力端子
12 (Ao 、A+ 、A2 、As)を構成してい
る。また、出力端子13は全て独立に取り出されており
、演算装置10としての出力端子13(OO,Ol、0
2.03)を構成しティる。いわゆる4ビツト×16ビ
ツトのビット構成となった64ビツトの記憶装置である
FIG. 2 is a block diagram showing a second embodiment of the invention. This is an example of an arithmetic unit 10 configured for the purpose of 2-bit multiplication. 14 is a selection terminal of this arithmetic device 10;
15 is a 16-bit memory element. In this embodiment, the 16-bit memory elements 15 are composed of four sets, and together constitute the memory device 11 of the arithmetic unit 10. Each memory element 15 has four input terminals (A
o, A+, A2, As) and one output terminal is output. As shown in FIG. 2, the input terminals are grouped into bits and constitute address input terminals 12 (Ao, A+, A2, As) of the arithmetic unit 10. Further, all the output terminals 13 are taken out independently, and the output terminals 13 (OO, Ol, 0
2.03). It is a 64-bit storage device with a so-called 4 bits x 16 bits bit configuration.

なお、選択端子14については、複数のこの発明の記憶
装置11が搭載された演算装置10において、そのうち
の1つを選択するときに必要となるものであるので、こ
の働きについては第3図の実施例で説明する。
Note that the selection terminal 14 is required when selecting one of the plurality of storage devices 11 of the present invention in the arithmetic unit 10, so its function will be explained in FIG. This will be explained in examples.

第2図に、具体的な乗算の例として、オペランドA“1
0”と、B″11′を乗算する場合の入出力信号が一緒
に示しである。オペランド信号A、 Bはそのままアド
レス入力端子6に入力する。例えば、(Ao、AIl 
A2.AIl)=(1011)のように入力する。演算
結果A)kBは4個からなる出力端子13から(Oo 
、0+ 、02 、Os )=(0110)のように出
力される。記憶装置11には、あらかじめ演算結果をこ
のような形で出力できるように書き込んでおくわけであ
る。
In Fig. 2, as a specific example of multiplication, operand A “1
The input and output signals when multiplying by 0'' and B''11' are shown together. The operand signals A and B are input to the address input terminal 6 as they are. For example, (Ao, AIl
A2. Input as follows: AIl)=(1011). The calculation result A) kB is output from the output terminal 13 consisting of four (Oo
, 0+ , 02 , Os )=(0110). The calculation results are written in advance in the storage device 11 so that they can be output in this form.

このような演算装置1Qを用いるならば、加減乗除のみ
ならず基本的にどのような論理・演算、特殊関数演算も
可能であることは明らかである。
It is clear that if such an arithmetic unit 1Q is used, not only addition, subtraction, multiplication, and division, but basically any logic/operations and special function operations are possible.

特に除算や特殊関数などはあらかじめ必要な桁数を保証
することができ、演算結果が明確なために、誤差の見積
りなどを極めて的確に予想することが可能となる。
In particular, the required number of digits can be guaranteed in advance for division and special functions, and the calculation results are clear, making it possible to estimate errors extremely accurately.

第3図はこの発明の第3の実施例であって、第1の実施
例に示した記憶装置11を、複数個組み込んだ汎用的な
演算装置1oを簡単に図式化したブロック図である。こ
こに、1は演算命令(インストラクション)をマイクロ
コード(記憶装置11の選択信号とオペランドデータの
選択信号)に符号化するデコーダ、4は演算されるデー
タ(オペランド)のレジスタ、11は第1図、第2図の
実施例に示したと同様の記憶装置で、乗算用あるいは除
算用などの専用のものである。これらの記憶装置11は
、デコーダ1が出力するマイクロコード(選択信号)を
選択端子14に受けて動作状態にはいる(選択される)
ことになる。
FIG. 3 is a third embodiment of the present invention, and is a block diagram simply illustrating a general-purpose arithmetic unit 1o incorporating a plurality of storage devices 11 shown in the first embodiment. Here, 1 is a decoder that encodes an operation instruction into a microcode (a selection signal for the storage device 11 and an operand data selection signal), 4 is a register for the data (operand) to be operated, and 11 is shown in FIG. , is a storage device similar to that shown in the embodiment of FIG. 2, and is dedicated for multiplication or division. These storage devices 11 enter the operating state (selected) by receiving the microcode (selection signal) output from the decoder 1 at the selection terminal 14.
It turns out.

この発明の第3の実施例は上記のような構成になってい
るので、インストラクションがデコーダ1に入力される
と、ここで選択信号に翻訳されて、目的とする記憶装置
11とレジスタ4内のデータを選択する。選択信号を受
けた記憶装置11は、レジスタ4から送り込まれるデー
タをアドレス入力端子12に受けて、演算結果をレジス
タ4に返送して演算を終了する。
The third embodiment of the present invention has the above-mentioned configuration, so that when an instruction is input to the decoder 1, it is translated into a selection signal and sent to the target storage device 11 and register 4. Select data. The storage device 11 that has received the selection signal receives the data sent from the register 4 at the address input terminal 12, returns the calculation result to the register 4, and ends the calculation.

このように、この第3の実施例においては、記憶装置1
1の1サイクルタイムで、きわめて簡単に演算が進行す
る。記憶装置11としてROMを用いることを考えれば
、1サイクルタイムは、マイクロプログラム方式で用い
られているROMとほぼ同程度のものを使用できる。こ
れに比べて、従来のマイクロプログラム方式による演算
装置では、ひとつの演算を行うのにすらマイクロプログ
ラムをROMから呼び出すのに1サイクル必要であり、
それから演算に1サイクル必要である。通常の演算はこ
れを何サイクルも繰り返すことによって、演算結果が得
られる。したがって、この第3の実施例は従来の演算装
置に比べて高速で、信頼性の高い演算を実行できること
になる。
In this way, in this third embodiment, the storage device 1
The calculation progresses extremely easily in one cycle time of 1. Considering that a ROM is used as the storage device 11, it is possible to use a ROM whose one cycle time is approximately the same as that of a ROM used in the microprogram system. In comparison, with conventional microprogram-based arithmetic devices, it takes one cycle to call the microprogram from ROM to perform a single operation.
The operation then requires one cycle. In a normal operation, the result is obtained by repeating this process many times. Therefore, this third embodiment can perform faster and more reliable calculations than conventional calculation devices.

第4図はこの発明の第4の実施例であって、第1の実施
例に示した記憶装置11をマイクロプログラム方式の演
算装置に組込んだ演算装置10を、図式化したブロック
図である。ここに、1は演算命令(インストラクション
)を符号化するデコーダ、2はマイクロプログラム記憶
装置53は加算器、4は演算されるデータ(オペランド
)のレジスタ、11〜14は第3図と同じである。
FIG. 4 is a fourth embodiment of the present invention, and is a block diagram schematically showing an arithmetic device 10 in which the storage device 11 shown in the first embodiment is incorporated into a microprogram type arithmetic device. . Here, 1 is a decoder that encodes an operation instruction (instruction), 2 is a microprogram storage device 53 is an adder, 4 is a register for data (operand) to be operated, and 11 to 14 are the same as in FIG. 3. .

この第4の実施例は、上記のような構成になっているの
で、インストラクションがデコーダ1に入力されると、
ここで選択信号に翻訳されて、記憶装置11やマイクロ
プログラム記憶装置2、あるいはレジスタ4内のデータ
を選択する。選択信号を受けた記憶装置11は、レジス
タ4から送り込まれるデータをアドレス入力端子12に
受けて、演算結果をレジスタ4に返送して、演算を終了
する。
This fourth embodiment has the above configuration, so when an instruction is input to the decoder 1,
Here, it is translated into a selection signal to select data in the storage device 11, microprogram storage device 2, or register 4. The storage device 11 that has received the selection signal receives the data sent from the register 4 at the address input terminal 12, returns the calculation result to the register 4, and ends the calculation.

この第4の実施例においては、マイクロプログラム方式
で計算した方が高速処理可能な加算演算などはこの方式
で計算し、また、この発明の演算装置10の方が高速な
場合には、こちらを使用することによって、全体として
の高速性を得ようとするものである。
In this fourth embodiment, addition operations that can be processed faster by using the microprogram method are calculated using this method. By using this, the aim is to achieve overall high speed.

(発明の効果) 以上説明したように、この発明の演算装置は、記憶装置
にあらかじめ演算結果を記憶させであるので、特殊関数
や行列など、どのように複雑な演算においても、基本的
に同じアルゴリズムで、同一時間で実行させることがで
きるという特徴がある。また、マイクロプログラムが記
憶されている記憶装置を参照する必要がないために、こ
の時間が省略され、装置全体として高速性と演算手順の
信頼性の向上を実現できるという特徴がある。
(Effects of the Invention) As explained above, since the arithmetic device of the present invention stores the arithmetic results in the storage device in advance, no matter how complex the arithmetic operations, such as special functions or matrices, The algorithm has the feature that it can be executed in the same amount of time. Furthermore, since there is no need to refer to the storage device in which the microprogram is stored, this time is omitted, and the device as a whole is characterized in that it can achieve high speed and improve the reliability of the calculation procedure.

さらに、除算や特殊関数などはあらかじめ必要な桁数を
保証することができ、演算結果が明確なために誤差の見
積りなどを極めて的確に予想することが可能となり、こ
のような観点からも演算結果の信頼性を向上させること
ができる。
Furthermore, the required number of digits can be guaranteed in advance for division and special functions, and the calculation results are clear, making it possible to estimate errors extremely accurately. reliability can be improved.

そして、選択端子を有するものは、装置の選択、非選択
を行わせることができる。
If the device has a selection terminal, the device can be selected or unselected.

また、この発明では記憶装置を2つ以上含み、これらを
選択して使用することができるようにしであるので、汎
用性をもたせることができる。
Further, since the present invention includes two or more storage devices and allows the user to select and use these devices, it is possible to provide versatility.

さらに、この発明ではマイクロプログラムによって選択
され演算動作することも可能なので、記憶装置からより
も演算処理が速い場合にはマイクロプログラム制御方式
を用いることができ、全体の処理をより高速化できる利
点がある。
Furthermore, in this invention, it is possible to select and perform arithmetic operations using a microprogram, so if the arithmetic processing is faster than from a storage device, the microprogram control method can be used, which has the advantage of speeding up the overall processing. be.

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

第1図はこの発明の第1の実施例を示すブロック図、第
2図は第2の実施例を示すブロック図、第3図はこの発
明の第3の実施例を示すもので、第1の実施例に示した
演算装置を複数組み込んだ演算装置のブロック図、第4
図はこの発明の第4の実施例であって、第1の実施例に
示した演算装置を組み込んだマイクロプログラム方式の
演算装置のブロック図、第5図は従来のマイクロプログ
ラム方式による演算装置のブロック図である。 図中、1は演算命令(インストラクション)を符号化す
るデコーダ、2はマイクロプログラム記憶装置、3は加
算器、4は加算されるデータ(オペランド)のレジスタ
、10は演算装置、11は記憶装置、12はアドレス入
力端子、13は出力端子、14は選択端子、15は16
ビツトの記憶素子である。
FIG. 1 is a block diagram showing a first embodiment of the invention, FIG. 2 is a block diagram showing a second embodiment, and FIG. 3 is a block diagram showing a third embodiment of the invention. Block diagram of an arithmetic device incorporating a plurality of arithmetic devices shown in the embodiment, No. 4
The figure shows a fourth embodiment of the present invention, and is a block diagram of a microprogram type arithmetic unit incorporating the arithmetic unit shown in the first embodiment, and Fig. 5 is a block diagram of a conventional microprogram type arithmetic unit. It is a block diagram. In the figure, 1 is a decoder that encodes arithmetic instructions, 2 is a microprogram storage device, 3 is an adder, 4 is a register for data (operands) to be added, 10 is an arithmetic device, 11 is a storage device, 12 is an address input terminal, 13 is an output terminal, 14 is a selection terminal, 15 is 16
It is a bit storage element.

Claims (4)

【特許請求の範囲】[Claims] (1)演算の対象となるオペランドデータをアドレスデ
ータとして入力するアドレス入力端子と、そのアドレス
で指定された領域に予め演算結果を記憶した記憶領域と
、オペランドデータに応じた演算結果を出力する出力端
子とを具備した記憶装置によって構成されたことを特徴
とする演算装置。
(1) An address input terminal that inputs the operand data to be operated on as address data, a storage area that stores the operation results in advance in the area specified by the address, and an output that outputs the operation results according to the operand data. 1. An arithmetic device comprising a storage device comprising a terminal.
(2)演算の対象となるオペランドデータをアドレスデ
ータとして入力するアドレス入力端子と、そのアドレス
で指定された領域に予め演算結果を記憶した記憶領域と
、オペランドデータに応じた演算結果を出力する出力端
子と、装置の選択または非選択を行う選択端子を具備し
た記憶装置によって構成されたことを特徴とする演算装
置。
(2) An address input terminal that inputs the operand data to be operated on as address data, a storage area that stores the operation results in advance in the area specified by the address, and an output that outputs the operation results according to the operand data. 1. An arithmetic device comprising a storage device having a terminal and a selection terminal for selecting or non-selecting a device.
(3)請求項(2)に記載の演算装置を少なくとも2つ
以上含み、かつこれらの演算装置の選択装置と、オペラ
ンドデータが記憶されている記憶装置の選択装置と、演
算結果を記憶するレジスタの選択を具備したことを特徴
とする演算装置。
(3) A selection device including at least two arithmetic devices according to claim (2), a selection device for these arithmetic devices, a selection device for a storage device in which operand data is stored, and a register for storing calculation results. An arithmetic device characterized by comprising a selection of.
(4)請求項(2)に記載の演算装置を少なくとも1つ
以上含み、かつこの演算装置がマイクロプログラム制御
によって選択され演算動作することを特徴とする演算装
置。
(4) An arithmetic device comprising at least one arithmetic device according to claim (2), which arithmetic device is selected and performs an arithmetic operation under microprogram control.
JP1001181A 1989-01-09 1989-01-09 Arithmetic device Pending JPH02181821A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1001181A JPH02181821A (en) 1989-01-09 1989-01-09 Arithmetic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1001181A JPH02181821A (en) 1989-01-09 1989-01-09 Arithmetic device

Publications (1)

Publication Number Publication Date
JPH02181821A true JPH02181821A (en) 1990-07-16

Family

ID=11494281

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1001181A Pending JPH02181821A (en) 1989-01-09 1989-01-09 Arithmetic device

Country Status (1)

Country Link
JP (1) JPH02181821A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0628310A (en) * 1992-04-28 1994-02-04 Toshiba Corp Processor system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0628310A (en) * 1992-04-28 1994-02-04 Toshiba Corp Processor system

Similar Documents

Publication Publication Date Title
US4038643A (en) Microprogramming control system
US4228498A (en) Multibus processor for increasing execution speed using a pipeline effect
US4539635A (en) Pipelined digital processor arranged for conditional operation
JPS59174948A (en) Information processing device
JP3237858B2 (en) Arithmetic unit
KR20010078508A (en) Matrix operation apparatus and Digital signal processor capable of matrix operation
US4954947A (en) Instruction processor for processing branch instruction at high speed
CA1170773A (en) Data processor using a read only memory for selecting a part of a register into which data is written
JPH0650512B2 (en) Data processing device
JPH02181821A (en) Arithmetic device
JPS638971A (en) Polynomial vector arithmetic and control unit
JP2793357B2 (en) Parallel processing unit
JP3088956B2 (en) Arithmetic unit
JPH10333883A (en) Multiplying method and circuit therefor
JPS58200349A (en) Microprogram controller
JP2912067B2 (en) Speed control device and debug device
JPS6162174A (en) Information processor
JPH02204828A (en) Arithmetic processing unit
JP3115428B2 (en) Pipeline control method
JP2624738B2 (en) Rounding method
JPS60108932A (en) Decimal operation processor
JPS6155731A (en) Processor provided with condition code discriminating function
JPH02304676A (en) Digital signal processor
JPS59188900A (en) Data processor
JPS5921068B2 (en) Program step calculation method