JPH02103625A - Decimal multiplication system - Google Patents

Decimal multiplication system

Info

Publication number
JPH02103625A
JPH02103625A JP25684788A JP25684788A JPH02103625A JP H02103625 A JPH02103625 A JP H02103625A JP 25684788 A JP25684788 A JP 25684788A JP 25684788 A JP25684788 A JP 25684788A JP H02103625 A JPH02103625 A JP H02103625A
Authority
JP
Japan
Prior art keywords
register
decimal
adder
address
multiples
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
JP25684788A
Other languages
Japanese (ja)
Inventor
Akihisa Makita
牧田 明久
Takashi Nishizawa
隆 西澤
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
NEC Computertechno Ltd
Original Assignee
NEC Corp
NEC Computertechno 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 NEC Corp, NEC Computertechno Ltd filed Critical NEC Corp
Priority to JP25684788A priority Critical patent/JPH02103625A/en
Publication of JPH02103625A publication Critical patent/JPH02103625A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To minimize production of futile multiples to improve the calculating speed of decimal multiplication by finding combinations of numerals used in a multiplier after checking each digit of the multiplier and producing multiples of a multiplicant used for the decimal multiplication by the minimum number including the combinations. CONSTITUTION:This decimal multiplication system is constituted of registers 1 and 2, a decimal adder/subtractor 3, register file 4, address register 5, address adder 6, digit shifter 7, operand register 8, decoder 9, and control circuit 10. Then combinations of numerals used in a multiplier are found by checking each digit of the multiplier and multiples of a multiplicant used for decimal multiplication are produced by the minimum number including the combinations. Therefore, futile unused multiples of a multiplicant are not found and the calculating speed of decimal multiplication can be improved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は十進乗算の演算方式に係り、特に被乗数の倍数
生成方式を実現するための十進乗算方式に関するもので
ある。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an arithmetic method for decimal multiplication, and particularly to a decimal multiplication method for realizing a method for generating multiples of a multiplicand.

〔従来の技術〕[Conventional technology]

従来、十進乗算の方式としては、十進の加算器による加
算の繰返しによるものがあるが、高速化の手段として予
め被乗数の1倍から9倍までの9組の倍数を求めて蓄え
ておき、乗数の各桁の十進数に対応する被乗数の倍数値
を読出して乗数の各桁毎に桁を合せて加算してゆくこと
により乗算を行なう方式が考えられていた。
Conventionally, decimal multiplication has been carried out by repeating addition using a decimal adder, but as a means of increasing speed, nine sets of multiples from 1 to 9 times the multiplicand are calculated and stored in advance. A method has been considered in which multiplication is performed by reading out the multiple value of the multiplicand corresponding to the decimal number of each digit of the multiplier and adding the digits together for each digit of the multiplier.

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

上述した従来の十進乗算方式では、乗算の処理に先立っ
て、被乗数の1倍から9倍までの倍数を常に求めること
が必要であった。すなわち、乗数の各桁の十進数の集合
内に1〜9までのいずれか1つ以上の数字を含んでいな
い場合であっても乗算処理で被乗数の倍数加算の処理に
おいて使用されることのない被乗数の倍数を無駄に求め
ているという課題があった。
In the conventional decimal multiplication method described above, it is necessary to always calculate a multiple of the multiplicand from 1 to 9 times prior to the multiplication process. In other words, even if the set of decimal numbers for each digit of the multiplier does not contain one or more numbers from 1 to 9, it will not be used in the process of adding multiples of the multiplicand in the multiplication process. There was a problem that multiples of the multiplicand were being calculated in vain.

〔課題を解決する九めの手段〕[Ninth means to solve the problem]

本発明の十進乗算方式は、被乗数のn倍(n:整数)値
に対してn±1倍値おるいは2n倍値を求め得る十進加
減算器と、この十進加減算器の演算結果を演算後の倍数
値で示される番地に格納する機能を有するレジスタファ
イルと、乗数の各桁を調べて数字1〜9の中で実際に使
われている数字の種類を求めその求め丸数字をすべて含
む最も少ない倍数の組合せを生成する倍数生成り−ケン
スを選択するデコーダと、このデコーダの指示により上
記十進加減算器に対し倍数生成動作を制御する制御回路
とから構成されるものである。
The decimal multiplication method of the present invention includes a decimal adder/subtractor that can obtain an n±1 or 2n times value for an n-fold (n: integer) value of the multiplicand, and a calculation result of the decimal adder/subtractor. A register file that has the function of storing the value at the address indicated by the multiple value after the calculation, and a register file that has the function of storing the multiplier at the address indicated by the multiple value after the calculation, and a register file that examines each digit of the multiplier to determine the type of number actually used among the numbers 1 to 9. It is comprised of a decoder that selects a multiple generation sequence that generates the smallest combination of multiples that include all combinations, and a control circuit that controls the multiple generation operation of the decimal adder/subtractor according to instructions from the decoder.

〔作用〕[Effect]

本発明においては、乗数の各桁を調べて使われている数
字の組合せを求め、十進乗算に用いる被乗数の倍数をこ
の胆合せを含む最小限の数だけ生成する。
In the present invention, each digit of the multiplier is examined to determine the combination of numbers used, and the minimum number of multiples of the multiplicand used in decimal multiplication that includes this combination is generated.

〔実施例〕〔Example〕

以下、図面に基づき本発明の実施例を詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail based on the drawings.

第1図は本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

図において、1はAレジスタ、2はBレジスタ、3は被
乗数のn倍(n:整数)値に対してn±1倍値あるいは
2n倍値を求めることが可能な十進加減算器、4はこの
十進加減算器3の演算結果を演算後の倍数値で示される
番地に格納する機能を有するレジスタファイル、5はア
ドレスレジスタ、6はアドレス加算器、Tは桁シック、
8はオペランドレジスタ、9は乗数の各桁を調べて数字
1〜9の中で実際に使われている数字の種類を求めその
求めた数字をすべて含む最も少ない倍数の組合せを生成
する倍数生成シーケンスを選択するデコーダ、10はこ
のデコーダ9の指示により十進加減算器3に対し倍数生
成動作を制御する制御回路である。
In the figure, 1 is the A register, 2 is the B register, 3 is a decimal adder/subtractor that can calculate n±1 times or 2n times the value of the multiplicand (n: integer), and 4 is the decimal adder/subtractor A register file having a function of storing the operation result of this decimal adder/subtractor 3 at an address indicated by the multiple value after the operation, 5 is an address register, 6 is an address adder, T is a digit thick,
8 is an operand register, and 9 is a multiple generation sequence that examines each digit of the multiplier to find out the types of numbers actually used among numbers 1 to 9, and generates the smallest combination of multiples that includes all the numbers found. A decoder 10 is a control circuit that controls the multiple generation operation of the decimal adder/subtractor 3 according to instructions from the decoder 9.

第2図、第3図および第4図は第1図の動作説明に供す
る動作シーケンスを示す図、第5図、第6図、第7図お
よび第8図は倍数生成シーケンスの動作説明図である。
2, 3, and 4 are diagrams showing the operation sequence to explain the operation in Figure 1, and Figures 5, 6, 7, and 8 are diagrams explaining the operation of the multiple generation sequence. be.

つぎに第1図に示す実施例の動作を第2図ないし第8図
を参照して説明する。
Next, the operation of the embodiment shown in FIG. 1 will be explained with reference to FIGS. 2 to 8.

この第1図に示す実施例の回路の動作は大きく3つに分
かれており、以下に各々の動作を説明する。
The operation of the circuit of the embodiment shown in FIG. 1 is roughly divided into three parts, and each operation will be explained below.

まず、第1番目は、Aレジスタ1に保持された被乗数の
3倍値にBレジスタ2に保持された被乗数を加算し、被
乗数の(n+1)倍値を結果として出力しAレジスタ1
に戻すと共にレジスタファイル4に送る。そして、アド
レスレジスタ5には値nが保持されており、また、アド
レス加算器6には+1加算が指示されているためレジス
タファイル4のn +1番地に被乗数の(n+1)倍値
が格納される。さらに、アドレスレジスタ5にはアドレ
ス加算器6の出力、すなわち、「n+1」の値が格納さ
れる。以上の動作シーケンスを第2図に示す。
First, the multiplicand held in B register 2 is added to the triple value of the multiplicand held in A register 1, and the (n+1) times value of the multiplicand is output as a result.
and send it to register file 4. Since the address register 5 holds the value n, and the address adder 6 is instructed to add +1, the value (n+1) times the multiplicand is stored at address n+1 of the register file 4. . Further, the address register 5 stores the output of the address adder 6, that is, the value "n+1". The above operation sequence is shown in FIG.

つぎに、第2番目の動作は、Aレジスタ1に保持された
被乗数の3倍値を十進加減算器3の両人力に入れて加算
し、被乗数の2・3倍値を結果として出力しAレジスタ
1に戻すと共にレジスタファイル4に送る。そして、ア
ドレスレジスタ5には値「n」が保持されており、また
、アドレス加算器6にはn+n加算が指示されているた
めレジスタファイル4の2・n番地に被乗数の2・3倍
値が格納される。さらに、アドレスレジスタ5にはアド
レス加算器6の出力、すなわち、「2・n」の値が格納
される。以上の動作シーケンスを第3図に示す。
Next, the second operation is to add the triple value of the multiplicand held in the A register 1 into both inputs of the decimal adder/subtractor 3, and output the value 2.3 times the multiplicand as the result. It is returned to register 1 and sent to register file 4. Since the address register 5 holds the value "n" and the address adder 6 is instructed to add n+n, the value 2.3 times the multiplicand is stored at addresses 2 and n in the register file 4. Stored. Further, the address register 5 stores the output of the address adder 6, that is, the value "2·n". The above operation sequence is shown in FIG.

第3番目の動作は、Aレジスタ1に保持された被乗数の
3倍値からBレジスタ2に保持された被乗数を十進加減
算器3により減算し、被乗数の(n−1)倍値を結果と
して出力しAレジスタ1に戻すと共にレジスタファイル
4に送る。そして、アドレスレジスタ5には値rnJが
保持されており、また、アドレス加算器6にはn−1の
減算が指示されている之めレジスタファイル4の(n−
1)番地に被乗数の(n−1)倍値が格納される。
The third operation is to subtract the multiplicand held in B register 2 from the triple value of the multiplicand held in A register 1 using decimal adder/subtractor 3, and use (n-1) times the multiplicand as the result. It is output and returned to A register 1 and sent to register file 4. The address register 5 holds the value rnJ, and the address adder 6 is instructed to subtract n-1 from (n-1) of the register file 4.
1) (n-1) times the multiplicand is stored at the address.

サラに、アドレスレジスタ5には(n−1)の値が格納
される。以上の動作シーケンスを第4図に示す。
Simply, the address register 5 stores the value (n-1). The above operation sequence is shown in FIG.

さらに、Aレジスタ1の入力側に左1桁シフトの機能を
有する桁シック7を設け、Aレジスタ1に被乗数の10
倍値を格納できるようにし、上述の3f1類の動作を組
合せることによシ下表に示すような被乗数の倍数の組合
せを生成することができる。
Furthermore, a digit thick 7 having the function of shifting one digit to the left is provided on the input side of A register 1, and A register 1
By making it possible to store multiples and combining the above-mentioned 3f1 type operations, combinations of multiples of multiplicands as shown in the table below can be generated.

そして、オペランドレジスタ8に保持された乗数の各桁
の値はデコーダ9に入力され、ここで、各桁の値が調べ
られ数字2〜9の中で実際に使われている数字の種類が
求められ、それにしたがってそれらの数字を全て含む最
も少ない倍数の組合せを生成する倍数生成シーケンスを
選択し制御回路10に対しその制御を指示する。
Then, the value of each digit of the multiplier held in the operand register 8 is input to the decoder 9, where the value of each digit is checked and the type of number actually used among the numbers 2 to 9 is determined. Accordingly, a multiple generation sequence that generates the smallest combination of multiples including all of those numbers is selected and the control circuit 10 is instructed to control the sequence.

つぎに、2つの乗数を例にとり、倍数生成シーケンスの
動作を説明する。
Next, the operation of the multiple generation sequence will be explained using two multipliers as an example.

倍数生成シーケンスの動作説明図である第5図の8桁の
乗数r19291114Jが与えられたとき乗数の中で
使用されている数字は1,2,4.9の4al類となる
。前記表の中でこれらの数字を含む最も少ない数字の組
は21番目の組合せで1゜2.4,8.9の5個の倍数
を求めるものである。
When the 8-digit multiplier r19291114J shown in FIG. 5, which is an explanatory diagram of the operation of the multiple generation sequence, is given, the numbers used in the multiplier are 4al, 1, 2, and 4.9. The least set of numbers in the above table that includes these numbers is the 21st combination, which calculates five multiples of 1°2.4, 8.9.

この倍数生成シーケンスは第7図に示すようなシーケン
スとなる。
This multiple generation sequence becomes a sequence as shown in FIG.

そして、Aレジスタ1にはオペランドレジスタ8から桁
シ7りTを介して10倍された被乗数「10・b」が入
力され保持される。また、Bレジスタ2にもオペランド
レジスタ8から被乗数rbJが入力され保持される。ま
た、アドレスレジスタ5には「0」がセットされる。(
サイクル■)つぎに、十進加減算器3にはBレジスタ2
の出力モードが、アドレス加算器6には+1モードがそ
れぞれ設定され、十進加減算器3から出力されたBレジ
スタ2のデータrbJがAレジスタ1に格納され、これ
と同時にアドレス加算器6から出力された値「1」によ
り指示されたレジスタファイル4の1番地にも格納され
る。そして、アドレスレジスタ5にはアドレス加算器6
の出力「1」が格納される。(サイクル■) つぎに、十進加減算器3には(Aレジスタ1十Aレジス
タ1)加算モードが、アドレス加算器6には(アドレス
レジスタ5+アドレスレジスタ5)加算モードがそれぞ
れ設定され、十進加減算器3の出力[2・bJがAレジ
スタ1およびアドレス加算器6から出力された値「2」
により指示されたレジスタファイル4の2′jtr地に
格納される。また、アドレスレジスタ5にはアドレス加
算器6の出力「2」が格納される(サイクル■)そして
、ティクル■および■もサイクル■と同様に動作し、倍
数「4・b」、「8・b」 が求められ、レジスタファ
イル4の4番地、8番地にそれぞれ格納される。
Then, the multiplicand "10.b" multiplied by 10 is input to the A register 1 from the operand register 8 via the digit digit T and is held there. Further, the multiplicand rbJ is also input to the B register 2 from the operand register 8 and held there. Further, “0” is set in the address register 5. (
cycle ■) Next, the decimal adder/subtractor 3 has B register 2.
The output mode of the address adder 6 is set to +1 mode, and the data rbJ of the B register 2 output from the decimal adder/subtracter 3 is stored in the A register 1, and at the same time, the output mode is set to the address adder 6. It is also stored at address 1 of the register file 4 designated by the value "1". The address register 5 has an address adder 6.
The output "1" of is stored. (Cycle ■) Next, the decimal adder/subtractor 3 is set to the (A register 10 A register 1) addition mode, and the address adder 6 is set to the (address register 5 + address register 5) addition mode. The output of adder/subtractor 3 [2・bJ is the value “2” output from A register 1 and address adder 6
The data is stored in location 2'jtr of the register file 4 designated by . Further, the output "2" of the address adder 6 is stored in the address register 5 (cycle ■), and tickles ■ and ■ operate in the same manner as cycle ■, and the multiples "4・b" and "8・b '' are obtained and stored at addresses 4 and 8 of register file 4, respectively.

サイクル■では、十進加減算器3に(Aレジスタ1+B
レジスタ2)加算モードが、アドレス加算器6には+1
モードがそれぞれ設定され、十進加減算器3から出力さ
れたデータ「9・b」がAレジスタ1に格納され、これ
と同時にアドレス加算器6から出力され要領「9」によ
り指示されたレジスタファイル409番地にも格納され
る。
In cycle ■, decimal adder/subtractor 3 receives (A register 1 + B
Register 2) addition mode is +1 for address adder 6
Each mode is set, the data "9.b" output from the decimal adder/subtractor 3 is stored in the A register 1, and at the same time, the register file 409 output from the address adder 6 and designated by the procedure "9" The address is also stored.

これによって、倍数生成シーケンスが終了する。This ends the multiple generation sequence.

そして、第6図に示す8桁の乗数r 64668946
Jについても第8図に示すようなシーケンスで倍数生成
が行なわれる。
Then, the 8-digit multiplier r 64668946 shown in FIG.
Multiples are also generated for J in the sequence shown in FIG.

そして、前述と同様に、Aレジスタ1には「10・b」
が、Bレジスタ2にはrbJがそれぞれ保持されている
。(サイクル■) つぎに、十進加減算器3には(Aレジスタ1−Bレジス
タ2)減算モード、アドレス加算器6には一1モードが
それぞれ設定され、十進加減算器3から出力されたデー
タ「9拳b」がAレジスタ1に格納され、これと同時に
アドレス加算器6から出力された値「9」により指示さ
れたレジスタファイル4の9番地にも格納される。そし
て、アドレスレジスタ5にはアドレス加算器6の出力「
9」が格納される。(サイクル■) そして、サイクル■からサイクル■までも同様に動作し
、倍数「8・bJ 、 r7・bJ 、 [s・bJ 
Then, in the same way as above, "10・b" is stored in A register 1.
However, the B register 2 holds rbJ. (Cycle ■) Next, the decimal adder/subtractor 3 is set to the subtraction mode (A register 1 - B register 2), and the address adder 6 is set to the 11 mode, and the data output from the decimal adder/subtractor 3 is set to "9 fist b" is stored in the A register 1, and at the same time, it is also stored at address 9 of the register file 4 designated by the value "9" output from the address adder 6. Then, the output of the address adder 6 is stored in the address register 5.
9" is stored. (Cycle ■) Then, it operates in the same way from cycle ■ to cycle ■, and the multiples ``8・bJ , r7・bJ , [s・bJ
.

「4・bJが求められ、レジスタファイル4の「8」。``4・bJ is calculated, ``8'' in register file 4.

r7J 、 r6j 、 r5J 、 r4Jの各番地
にそれぞれ格納される。
They are stored at addresses r7J, r6j, r5J, and r4J, respectively.

なお、本発明において、Aレジスタ1.Bレジスタ2.
十進加減算器3.レジスタファイル4゜アドレスレジス
タ5.アドレス加算器6および桁シフタ7によって構成
される被乗数倍数生成回路は大部分乗算処理においても
使用され、また、デコーダ9もオペランドレジスタ8に
保持された乗数に対し各桁毎に不正十進データをチエツ
クする不正十進データ検出回路を流用することができ、
本発明で増加するハードウェア量は少ない。
Note that in the present invention, A register 1. B register 2.
Decimal adder/subtractor 3. Register file 4゜Address register 5. The multiplicand multiple generation circuit composed of the address adder 6 and digit shifter 7 is mostly used in multiplication processing, and the decoder 9 also outputs invalid decimal data for each digit to the multiplier held in the operand register 8. The illegal decimal data detection circuit that checks can be used,
The amount of hardware added by the present invention is small.

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

以上説明したように本発明は、乗数の各桁を調べて使わ
れている数字の組合せを求め、十進乗算に用いる被乗数
の倍数をこの組合せを含む最小限の数だけ生成すること
により、無駄な倍数生成を最小限にし十進乗算の高速化
に効果がある。
As explained above, the present invention examines each digit of the multiplier to determine the combination of numbers used, and generates the minimum number of multiples of the multiplicand used in decimal multiplication that include this combination. This is effective in minimizing the generation of multiples and speeding up decimal multiplication.

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

第1図は本発明の一実施例を示すブロック図、第2図、
第3図および第4図は第1図の動作説明に供する動作シ
ーケンスを示す図、第5図、第6図、第7図および第8
図は倍数生成シーケンスの動作説明図である。 1・・・・Aレジスタ、2・・IIIIBレジスタ、3
・・ψ・十進加減算器、4@・・・レジスタファイル、
5・・・φアドレスレジスタ、6・・Q・アドレス加算
器、7・・@―桁シフタ、8・−番・オペランドレジス
タ、9.・・、デコーダ、10・・・・制御回路。 第1図 第2図 第3図 第4図 第5図 第6図 77図 文イクレ II II[lI[[1JVlW 5e8図
FIG. 1 is a block diagram showing an embodiment of the present invention, FIG.
3 and 4 are diagrams showing operation sequences for explaining the operation of FIG. 1, and FIGS. 5, 6, 7, and 8.
The figure is an explanatory diagram of the operation of the multiple generation sequence. 1...A register, 2...IIIB register, 3
・・・ψ・Decimal adder/subtractor, 4@・・・Register file,
5...φ address register, 6...Q address adder, 7...@-digit shifter, 8...number-operand register, 9. ..., decoder, 10... control circuit. Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 Figure 6 Figure 77 Text Ikure II II[lI[[1JVlW 5e8Figure

Claims (1)

【特許請求の範囲】[Claims] 被乗数のn倍(n:整数)値に対してn±1倍値あるい
は2n倍値を求め得る十進加減算器と、この十進加減算
器の演算結果を演算後の倍数値で示される番地に格納す
る機能を有するレジスタフアイルと、乗数の各桁を調べ
て数字1〜9の中で実際に使われている数字の種類を求
めその求めた数字をすべて含む最も少ない倍数の組合せ
を生成する倍数生成シーケンスを選択するデコーダと、
このデコーダの指示により前記十進加減算器に対し倍数
生成動作を制御する制御回路とから構成されることを特
徴とする十進乗算方式。
A decimal adder/subtractor that can calculate n±1 times or 2n times the value of the multiplicand (n: an integer), and a decimal adder/subtracter that stores the operation result of this decimal adder/subtracter at the address indicated by the multiple value after the operation. A register file that has a storage function, and a multiple that examines each digit of the multiplier to determine the types of numbers actually used among numbers 1 to 9, and generates the smallest combination of multiples that includes all the numbers found. a decoder for selecting a generated sequence;
A decimal multiplication system comprising: a control circuit that controls multiple generation operations for the decimal adder/subtractor according to instructions from the decoder.
JP25684788A 1988-10-12 1988-10-12 Decimal multiplication system Pending JPH02103625A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25684788A JPH02103625A (en) 1988-10-12 1988-10-12 Decimal multiplication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25684788A JPH02103625A (en) 1988-10-12 1988-10-12 Decimal multiplication system

Publications (1)

Publication Number Publication Date
JPH02103625A true JPH02103625A (en) 1990-04-16

Family

ID=17298240

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25684788A Pending JPH02103625A (en) 1988-10-12 1988-10-12 Decimal multiplication system

Country Status (1)

Country Link
JP (1) JPH02103625A (en)

Similar Documents

Publication Publication Date Title
US7225212B2 (en) Extended precision accumulator
US7599981B2 (en) Binary polynomial multiplier
US5796645A (en) Multiply accumulate computation unit
JPH0454633A (en) High radix divider
JPH0368416B2 (en)
JPH0831025B2 (en) Multiplication circuit
US4594680A (en) Apparatus for performing quadratic convergence division in a large data processing system
JPH0477932B2 (en)
JPH05250146A (en) Arithmetic operation circuit executing integer involution processing
US6519621B1 (en) Arithmetic circuit for accumulative operation
JPH02103625A (en) Decimal multiplication system
JPH0584928B2 (en)
JPS6259828B2 (en)
JP3691538B2 (en) Vector data addition method and vector data multiplication method
JPH10333883A (en) Multiplying method and circuit therefor
JP3122622B2 (en) Division device
JP3201097B2 (en) Multiplication prescription method in multiplier
JP2972326B2 (en) Square root calculator
JP3638218B2 (en) Microprocessor with ALU instruction with shift function
JPH02266427A (en) Multiplier
JPH04314126A (en) Inverse number generating device
JPH01304535A (en) Division device
JPH1185471A (en) Operation method and arithmetic unit
JP2001092639A (en) Division and square root arithmetic unit
JPS60129834A (en) Multiplier and divider