JP2001175456A - Arithmetic unit, arithmetic method and calculator - Google Patents

Arithmetic unit, arithmetic method and calculator

Info

Publication number
JP2001175456A
JP2001175456A JP35663499A JP35663499A JP2001175456A JP 2001175456 A JP2001175456 A JP 2001175456A JP 35663499 A JP35663499 A JP 35663499A JP 35663499 A JP35663499 A JP 35663499A JP 2001175456 A JP2001175456 A JP 2001175456A
Authority
JP
Japan
Prior art keywords
unit
format
exponent
ieee
output
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
JP35663499A
Other languages
Japanese (ja)
Other versions
JP4428778B2 (en
Inventor
Hideo Yamashita
英男 山下
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP35663499A priority Critical patent/JP4428778B2/en
Publication of JP2001175456A publication Critical patent/JP2001175456A/en
Application granted granted Critical
Publication of JP4428778B2 publication Critical patent/JP4428778B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an arithmetic unit and a computer, capable of performing the arithmetic operation of data in plural data formats, using a simple configuration. SOLUTION: This arithmetic unit is provided with an IEEE post-processing part, which is common to an adding/subtracting par, a multiplying part, and a dividing part, and at the time of operating the processing of data in an IEEE format, the outputs of the adding/subtracting part, the multiplying part, and the dividing part are post-processed by the IEEE post-processing part, and outputted.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は演算装置及び演算方
法並びに計算装置に係り、特に、浮動小数点演算を行う
演算装置及び演算方法並びに計算装置に関する。現在、
浮動小数点演算には、ディジット単精度浮動小数点形
式、ディジット倍精度浮動小数点形式、IEEE単精度
浮動小数点形式など複数の浮動小数点演算形式が存在す
る。これら複数の浮動小数点演算形式は、指数演算幅、
指数の基数、丸め演算の有無等が異なる。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computing device, a computing method, and a computing device, and more particularly, to a computing device, a computing method, and a computing device for performing a floating-point operation. Current,
The floating-point arithmetic includes a plurality of floating-point arithmetic formats such as a digit single-precision floating-point format, a digit double-precision floating-point format, and an IEEE single-precision floating-point format. These multiple floating-point arithmetic formats include exponentiation width,
The radix of the exponent, the presence or absence of the rounding operation, etc. are different.

【0002】このため、複数の浮動小数点演算を一つの
浮動小数点演算回路では対応できなかった。複数の浮動
小数点演算形式に対応できる演算装置を実現しようとす
ると、それぞれの浮動小数点演算形式に対応した演算回
路を設ける必要があり、回路規模が大きくなる。よっ
て、複数の浮動小数点形式を回路規模を大きくすること
なく演算できるようにすることが望まれている。
For this reason, a plurality of floating point arithmetic circuits cannot be handled by one floating point arithmetic circuit. In order to realize an arithmetic device that can support a plurality of floating-point arithmetic formats, it is necessary to provide an arithmetic circuit corresponding to each floating-point arithmetic format, and the circuit scale becomes large. Therefore, it is desired that a plurality of floating point formats can be operated without increasing the circuit scale.

【0003】[0003]

【従来の技術】浮動小数点数は、数値を指数及び仮数で
表す数値表現方法である。例えば、数値をx、仮数を
m、指数をe、基数をBとすると、 x=m×Be ・・・(1) で表される。浮動小数点数は、科学技術計算、コンピュ
ータグラフィックスの分野の演算で広く使用される。
2. Description of the Related Art A floating-point number is a numerical expression method in which a number is represented by an exponent and a mantissa. For example, if a numerical value is x, a mantissa is m, an exponent is e, and a radix is B, then x = m × B e (1) Floating point numbers are widely used in calculations in the fields of scientific and technical computing and computer graphics.

【0004】図1は浮動小数点を2進数での表現を説明
するための図を示す。浮動小数点数値1は、符号部2、
指数部3、仮数部4から構成される。符号部2には、数
値1の正又は負を識別するための符号が2進数で格納さ
れる。例えば、符号部2が「0」であれば正、符号部2
が「1」であれば負を示す。指数部3には、式(1)の
「e」に対応する数値が2進数で格納される。
FIG. 1 is a diagram for explaining the representation of a floating point by a binary number. The floating-point value 1 is
It consists of an exponent part 3 and a mantissa part 4. The sign unit 2 stores a sign for identifying whether the numerical value 1 is positive or negative in a binary number. For example, if the sign part 2 is “0”, it is positive, and the sign part 2
Is negative if “1”. In the exponent part 3, a numerical value corresponding to “e” in Expression (1) is stored in a binary number.

【0005】仮数部4には、式(1)の「m」に対応す
る数値が2進数で格納される。この浮動小数点数には、
様々な表現形式がある。主なものに、ディジット浮動小
数点形式及びIEEE(The Institute of Electrical
and Electronic Engineers)浮動小数点形式がある。
ディジット浮動小数点形式は、数値x16が x16=m×16e ・・・(2) で表される形式である。
In the mantissa part 4, a numerical value corresponding to "m" in the equation (1) is stored in a binary number. This floating point number
There are various forms of expression. The main ones are digit floating point format and IEEE (The Institute of Electrical
and Electronic Engineers) There is a floating point format.
The digit floating-point format is a format in which a numerical value x 16 is represented by x 16 = m × 16 e (2).

【0006】また、IEEE浮動小数点形式は、数値x
IEEEが xIEEE=m×2e ・・・(3) で表される形式である。次に、ディジット浮動小数点形
式、IEEE浮動小数点形式をビット表現した場合につ
いて説明する。
In the IEEE floating point format, a numerical value x
IEEE is a format represented by x IEEE = m × 2 e (3). Next, the case where the digit floating point format and the IEEE floating point format are expressed in bits will be described.

【0007】まず、ディジット浮動小数点形式をビット
表現した場合について説明する。ディジット浮動小数点
形式は、それをビット表現した場合の表現形式として
は、例えば、単精度表現形式又は倍精度表現形式、拡張
精度表現方式などがある。図2はディジット浮動小数点
形式の数値をビット表現したとき場合を説明するための
図である。図2(A)はディジット単精度浮動小数点形
式、図2(B)はディジット倍精度浮動小数点形式を示
す。
First, the case where the digit floating-point format is expressed in bits will be described. The digit floating-point format, when expressed in bits, includes, for example, a single-precision expression format, a double-precision expression format, and an extended-precision expression format. FIG. 2 is a diagram for explaining a case where a numerical value in a digit floating point format is represented by bits. FIG. 2A shows a digit single precision floating point format, and FIG. 2B shows a digit double precision floating point format.

【0008】ディジット単精度浮動小数点形式のビット
列5は、図2(A)に示すように1ビットの符号部6、
7ビットの指数部7、24ビットの仮数部8の計32ビ
ットのビット列で表現される。ディジット倍精度浮動小
数点形式のビット列9は、図2(B)に示すように1ビ
ットの符号部10、7ビットの指数部11、56ビット
の仮数部12の計64ビットのビット列で表現される。
As shown in FIG. 2A, a bit string 5 in a single-precision floating-point format has a 1-bit code
It is represented by a 32-bit bit string including a 7-bit exponent 7 and a 24-bit mantissa 8. As shown in FIG. 2B, the bit string 9 in the digit double precision floating-point format is represented by a bit string of a total of 64 bits including a 1-bit sign part 10, a 7-bit exponent part 11, and a 56-bit mantissa part 12. .

【0009】なお、ディジット浮動小数点形式では、演
算処理により桁合わせ等で表現できなくなった値につい
てはそれを切り捨てた値が結果となる。次に、IEEE
浮動小数点形式をビット表現した場合について説明す
る。IEEE浮動小数点形式は、それをビット表現した
場合の表現形式としては、例えば、単精度表現形式、倍
精度表現形式、拡張精度表現方式などがある。
In the digit floating-point format, a value that cannot be represented by digit alignment or the like due to arithmetic processing is truncated. Next, IEEE
A case where the floating-point format is represented by bits will be described. The IEEE floating-point format includes, for example, a single-precision representation format, a double-precision representation format, and an extended-precision representation format when expressed in bits.

【0010】図3はIEEE浮動小数点形式の数値をビ
ット表現したとき場合を説明するための図である。図3
(A)はIEEE単精度浮動小数点形式、図3(B)は
IEEE倍精度浮動小数点形式を示す。IEEE単精度
浮動小数点形式のビット列13は、図3(A)に示すよ
うに1ビットの符号部14、8ビットの指数部7、23
ビットの仮数部15の計32ビットのビット列で表現さ
れる。
FIG. 3 is a diagram for explaining a case where a numerical value in the IEEE floating point format is represented by bits. FIG.
3A shows the IEEE single-precision floating-point format, and FIG. 3B shows the IEEE double-precision floating-point format. As shown in FIG. 3A, the bit string 13 in the IEEE single-precision floating-point format is composed of a 1-bit sign part 14, an 8-bit exponent part 7, and 23.
It is represented by a bit string of a total of 32 bits of the mantissa part 15 of bits.

【0011】IEEE倍精度浮動小数点形式のビット列
17は、図3(B)に示すように1ビットの符号部1
8、11ビットの指数部19、52ビットの仮数部20
の計64ビットのビット列で表現される。なお、IEE
E浮動小数点形式では、演算処理により桁合わせ等で表
現できなくなった値については切り捨てるのではなく、
指定されたモードで丸め処理を行ったものを結果とす
る。このため、IEEE浮動小数点形式の方がディジッ
ト浮動小数点形式に比べて演算誤差が少なくなる。この
ように、IEEE浮動小数点形式を処理する演算装置で
は、ディジット浮動小数点形式では必要のないビット単
位シフタ、丸め演算回路等が必要となる。
As shown in FIG. 3B, the bit string 17 in the IEEE double-precision floating-point format is
8, 11-bit exponent part 19, 52-bit mantissa part 20
Is represented by a bit string of 64 bits in total. In addition, IEEE
In the E-floating-point format, values that cannot be represented by digit alignment or the like due to arithmetic processing are not truncated.
The result is the result of rounding in the specified mode. For this reason, the arithmetic error in the IEEE floating point format is smaller than that in the digit floating point format. As described above, the arithmetic device that processes the IEEE floating-point format requires a bit-unit shifter and a rounding circuit that are not required in the digit floating-point format.

【0012】一方、従来のディジット浮動小数点形式の
みを扱う計算機においては、指数演算部の演算幅は、7
ビットでよい。また、演算後の丸め処理も必要なかっ
た。しかし、ディジット浮動小数点形式は、演算誤差が
多い。さらに、近年JAVAなどのプログラムにおいて
はIEEE浮動小数点形式が標準となっている。このた
め、ディジット浮動小数点形式の他に、精度の高いIE
EE浮動小数点形式を扱える計算機が望まれている。
On the other hand, in a conventional computer that handles only the digit floating point format, the operation width of the exponent operation unit is 7
A bit is fine. Also, there is no need for rounding after the operation. However, the digit floating-point format has a large number of calculation errors. Furthermore, in recent years, IEEE floating-point format has become a standard in programs such as JAVA. For this reason, in addition to the digit floating-point format, a highly accurate IE
A computer capable of handling the EE floating point format is desired.

【0013】そこで、従来のディジット浮動小数点形式
を扱う浮動小数点演算装置に、指数演算部の演算幅を拡
張するとともに、仮数桁合わせビットシフタ及び丸め回
路を追加し、IEEE浮動小数点形式の処理を可能とし
た演算装置が開発されている。ここで、まず、従来の浮
動小数点加減算装置について説明する。
In view of the above, it is possible to expand the operation width of the exponent operation unit and add a mantissa digit alignment bit shifter and a rounding circuit to a conventional floating point arithmetic unit that handles the digit floating point format, thereby enabling processing in the IEEE floating point format. Computing devices have been developed. Here, first, a conventional floating point addition / subtraction apparatus will be described.

【0014】図4は、従来の浮動小数点加減算装置の一
例のブロック図を示す。浮動小数点加減算装置21は、
ディジット浮動小数点形式の加減算及びIEEE浮動小
数点形式の数値の加減算を行うものである。浮動小数点
加減算装置21は、入力部22、23、指数比較部2
4、指数差検出部25、桁合部26、加算部27、正規
化数カウント部28、正規化部29、指数補正部30、
選択部31〜34、出力部35、桁溢れビット保持部3
6、丸め演算部37、制御部38から構成される。
FIG. 4 is a block diagram showing an example of a conventional floating point addition / subtraction apparatus. The floating point addition / subtraction device 21
It performs addition and subtraction in a digit floating-point format and addition and subtraction of numerical values in an IEEE floating-point format. The floating point addition / subtraction device 21 includes input units 22 and 23, an exponent comparison unit 2
4, exponent difference detecting section 25, digit matching section 26, adding section 27, normalized number counting section 28, normalizing section 29, exponent correcting section 30,
Selection units 31 to 34, output unit 35, overflow bit holding unit 3
6, a rounding operation unit 37 and a control unit 38.

【0015】入力部22、23には、浮動小数点形式の
数値が供給される。入力部22、23は、ディジット浮
動小数点形式とIEEE浮動小数点形式とで指数ビット
桁数と仮数ビット桁数とが切り換えられる。入力部2
2、23から入力された数値のうち指数ビットは、指数
比較部24、指数差検出部25、選択部31に供給され
る。また、仮数ビットは、選択部32、33に供給され
る。
Input units 22 and 23 are supplied with numerical values in a floating-point format. The input units 22 and 23 switch the number of exponent bits and the number of mantissa bits between a digit floating point format and an IEEE floating point format. Input unit 2
The exponent bits of the numerical values input from 2 and 23 are supplied to the exponent comparing unit 24, the exponent difference detecting unit 25, and the selecting unit 31. The mantissa bits are supplied to the selection units 32 and 33.

【0016】指数比較部24は、入力部22からの指数
ビットと入力部23からの指数ビットとを比較し、選択
部31、32、33を制御する。選択部31は、大きい
方の指数ビットを選択し、指数補正部30に供給する。
選択部32は、指数ビットの小さい方の数値の仮数ビッ
トを選択し、桁合部26に供給する。選択部33は、指
数ビットの大きい方の数値の仮数ビットを選択し、加算
部27に供給する。
The exponent comparing section 24 compares the exponent bit from the input section 22 with the exponent bit from the input section 23, and controls the selecting sections 31, 32, and 33. The selection unit 31 selects the larger exponent bit and supplies it to the exponent correction unit 30.
The selecting unit 32 selects the mantissa bit of the smaller numerical value of the exponent bit and supplies it to the digit matching unit 26. The selecting unit 33 selects the mantissa bit of the larger value of the exponent bit and supplies the selected mantissa bit to the adding unit 27.

【0017】指数差検出部25は、入力部22からの指
数ビットと入力部23からの指数ビットとの指数差を検
出し、桁合部26に供給する。桁合部26は、選択部3
2から供給された仮数ビットを指数差検出部25から供
給された指数差に応じてシフトし、桁合わせを行う。桁
合部26で桁合わせされた仮数ビットは、加算部27に
供給される。なお、桁合部26は、IEEE浮動小数点
形式で加減算を行うときには、桁溢れビット保持部36
に桁溢れビットを保持する。
The exponent difference detecting section 25 detects an exponent difference between the exponent bit from the input section 22 and the exponent bit from the input section 23 and supplies it to the digit matching section 26. The digit matching unit 26 includes the selecting unit 3
The mantissa bits supplied from 2 are shifted according to the exponent difference supplied from the exponent difference detection unit 25 to perform digit alignment. The mantissa bits that have been digit-aligned by the digit matching unit 26 are supplied to the adding unit 27. When performing addition and subtraction in the IEEE floating-point format, the digit matching unit 26 performs the overflow bit holding unit 36.
Holds overflow bits.

【0018】加算部27は、桁合部26からの仮数ビッ
トと選択部33からの仮数ビットとを加算する。加算部
27で加算された仮数ビットは、正規化部29及び選択
部34に供給される。また、加算部27は、正規化カウ
ント部28に正規化の必要な数を設定する。正規化カウ
ント部28は、加算部27から設定された数に応じて正
規化部29を制御する。正規化部29は、加算部27か
ら加算結果が供給され、正規化カウント部28に設定さ
れた数だけ加算結果を正規化をする。なお、正規化部2
9は、IEEE浮動小数点形式の演算を行うときには、
ビット単位で桁合わせシフトを行う。
The adder 27 adds the mantissa bits from the digitizer 26 and the mantissa bits from the selector 33. The mantissa bits added by the adding unit 27 are supplied to the normalizing unit 29 and the selecting unit 34. Further, the adding unit 27 sets the number required for normalization in the normalization counting unit 28. The normalization counting unit 28 controls the normalization unit 29 according to the number set by the adding unit 27. The normalization unit 29 is supplied with the addition result from the addition unit 27, and normalizes the addition result by the number set in the normalization counting unit 28. Note that the normalization unit 2
9 performs IEEE floating-point arithmetic,
Performs digit alignment shift in bit units.

【0019】正規化部29で正規化された仮数ビット
は、選択部34に供給される。選択部34は、正規化カ
ウント部28により正規化部29からの仮数ビット又は
加算部29からの仮数ビットのいずれかを選択し、出力
部35に供給する。選択部34は、正規化カウント部2
8で正規化が必要ないと判断された場合には、加算部2
7からの仮数ビットを選択出力し、正規化カウント部2
8で正規化が必要であると判断された場合には、正規化
部29で正規化された仮数ビットを選択出力する。
The mantissa bits normalized by the normalizing section 29 are supplied to a selecting section 34. The selection unit 34 selects either the mantissa bit from the normalization unit 29 or the mantissa bit from the addition unit 29 by the normalization counting unit 28 and supplies the selected bit to the output unit 35. The selection unit 34 includes the normalized counting unit 2
If it is determined in step 8 that normalization is not necessary, the addition unit 2
7 and outputs a mantissa bit from the normalized count unit 2
If it is determined in step 8 that normalization is necessary, the mantissa bit normalized by the normalization unit 29 is selectively output.

【0020】また、正規化カウント部28は、加算部2
7から設定された数に応じた補正値を指数補正部30に
供給する。指数補正部30は、選択部31からの指数ビ
ットを正規化カウント部28からの補正値に応じて補正
する。丸め演算部37は、ディジット浮動小数点形式の
数値の加減算を行うときには、選択部34からの仮数ビ
ットをそのまま出力部35に供給する。丸め演算部37
は、IEEE浮動小数点形式の数値の加減算を行うとき
には、桁溢れビット保持部36に保持された桁溢れビッ
トに応じて丸め演算を行い、丸め演算結果を出力部35
に供給する。
Further, the normalization counting section 28 includes the adding section 2
The correction value corresponding to the number set from 7 is supplied to the exponent correction unit 30. The exponent correction unit 30 corrects the exponent bit from the selection unit 31 according to the correction value from the normalization count unit 28. When adding or subtracting a numerical value in the digit floating point format, the rounding operation unit 37 supplies the mantissa bit from the selection unit 34 to the output unit 35 as it is. Rounding operation unit 37
Performs addition and subtraction of numbers in the IEEE floating-point format, performs a rounding operation according to the overflow bit held in the overflow bit holding unit 36, and outputs the rounding operation result to the output unit 35.
To supply.

【0021】出力部35は、指数補正部30からの指数
ビットと選択部34からの仮数ビットとを合成して演算
結果として出力する。制御部38は、ディジット浮動小
数点形式とIEEE浮動小数点形式とで指数ビットと仮
数ビットとの桁数及び桁溢れビット保持部36での桁溢
れビット保持動作並びに丸め演算部37での演算を制御
する。
The output unit 35 combines the exponent bits from the exponent correction unit 30 and the mantissa bits from the selection unit 34 and outputs the result as an operation result. The control unit 38 controls the number of digits of exponent bits and mantissa bits in the digit floating-point format and the IEEE floating-point format, the overflow bit holding operation in the overflow bit holding unit 36, and the operation in the rounding operation unit 37. .

【0022】次に、浮動小数点乗算装置について説明す
る。図5は従来の浮動小数点乗算装置の一例のブロック
図を示す。浮動小数点乗算装置39は、入力部40、4
1、指数演算部42、仮数乗算部43、正規化カウント
部44、正規化部45、指数補正部46、丸め演算部4
7、出力部48、制御部49から構成される。
Next, the floating point multiplication device will be described. FIG. 5 is a block diagram showing an example of a conventional floating-point multiplication device. The floating point multiplication device 39 includes input units 40, 4
1, exponent operation unit 42, mantissa multiplication unit 43, normalization count unit 44, normalization unit 45, exponent correction unit 46, rounding operation unit 4
7, an output unit 48, and a control unit 49.

【0023】入力部40、41は、図4の入力部22、
23と同様に入力された浮動小数点の数値を指数と仮数
に分割する。入力部40、41で分割された指数は、指
数演算部42に供給される。指数演算部42は、入力部
40、41からの指数を加算する。指数演算部42で加
算された指数は、指数補正部46に供給される。
The input units 40 and 41 correspond to the input unit 22 of FIG.
Similarly to 23, the input floating-point numerical value is divided into exponents and mantissas. The exponent divided by the input units 40 and 41 is supplied to the exponent calculation unit 42. The exponent calculation unit 42 adds the exponents from the input units 40 and 41. The exponent added by the exponent operation unit 42 is supplied to the exponent correction unit 46.

【0024】また、入力部40、41で分割された仮数
は、仮数乗算部43に供給される。仮数乗算部43は、
入力部40、41から供給された仮数を乗算する。仮数
乗算部43での乗算結果は、正規化部45に供給され
る。また、仮数乗算部43は、乗算結果、必要な正規化
の回数を正規化カウント部44に供給する。正規化カウ
ント部44は、仮数乗算部43から供給された正規化回
数に応じて正規化部45の正規化数を制御するととも
に、指数補正部46に指数補正値を供給する。
The mantissa divided by the input units 40 and 41 is supplied to a mantissa multiplication unit 43. The mantissa multiplication unit 43
The mantissa supplied from the input units 40 and 41 is multiplied. The multiplication result in the mantissa multiplication unit 43 is supplied to a normalization unit 45. Further, the mantissa multiplication unit 43 supplies the multiplication result and the required number of times of normalization to the normalization counting unit 44. The normalization counting section 44 controls the normalization number of the normalization section 45 according to the number of normalizations supplied from the mantissa multiplication section 43, and supplies an exponent correction value to the exponent correction section 46.

【0025】正規化部45は、仮数乗算部43からの乗
算結果を正規化カウント部44からの正規化回数分だけ
正規化して、その結果を丸め演算部47に供給する。ま
た、正規化部45は、正規化が不要なときには、仮数乗
算部43からの乗算結果をそのまま出力する。なお、正
規化部45は、IEEE浮動小数点で演算を行うときに
は、ビット単位で桁合せシフトを行う。
The normalizing section 45 normalizes the multiplication result from the mantissa multiplication section 43 by the number of times of normalization from the normalization counting section 44 and supplies the result to the rounding operation section 47. When normalization is unnecessary, the normalization unit 45 outputs the multiplication result from the mantissa multiplication unit 43 as it is. It should be noted that the normalization unit 45 performs a digit-alignment shift in units of bits when performing an operation in IEEE floating point.

【0026】丸め演算部47は、正規化部45からの正
規化結果を丸め演算する。丸め演算部47は、制御部4
9によってIEEE浮動小数点演算時に丸め演算を行
い、ディジット浮動小数点演算時には正規部45の出力
をそのまま出力する。丸め演算部47の出力は、出力部
48に供給される。出力部48には、指数補正部46か
ら指数が供給され、丸め演算部47から仮数が供給され
る。出力部48は、指数補正部46からの指数と丸め演
算部47からの仮数を合成して出力する。
The rounding operation unit 47 performs a rounding operation on the normalized result from the normalizing unit 45. The rounding operation unit 47 includes the control unit 4
9, the rounding operation is performed at the time of the IEEE floating point operation, and the output of the normalizing unit 45 is output as it is at the time of the digit floating point operation. The output of the rounding section 47 is supplied to an output section 48. The output section 48 is supplied with the exponent from the exponent correction section 46 and the mantissa from the rounding operation section 47. The output unit 48 combines and outputs the exponent from the exponent correction unit 46 and the mantissa from the rounding operation unit 47.

【0027】次に、従来の浮動小数点除算装置について
説明する。図6は従来の浮動小数点除算装置の一例のブ
ロック構成図を示す。浮動小数点除算装置50は、入力
部51、52、指数演算部53、仮数除算部54、正規
化カウント部55、正規化部56、指数補正部57、丸
め演算部58、出力部59、制御部60から構成され
る。
Next, a conventional floating point divider will be described. FIG. 6 is a block diagram showing an example of a conventional floating-point divider. The floating-point division device 50 includes input units 51 and 52, an exponent operation unit 53, a mantissa division unit 54, a normalization count unit 55, a normalization unit 56, an exponent correction unit 57, a rounding operation unit 58, an output unit 59, and a control unit. 60.

【0028】入力部51、52は、図4に示す入力部2
2、23、図5に示す入力部40、41と同様に、浮動
小数点を指数と仮数とに分割する。指数演算部53に
は、入力部51、52から指数が供給される。指数演算
部53は、指数の減算を行う。指数演算部53での演算
結果は、指数補正部57に供給される。仮数除算部54
には、入力部40、41から仮数が供給される。仮数除
算部54は、入力部40からの仮数を入力部40からの
仮数で除算する。仮数除算部54の除算結果は、正規化
部56に供給される。また、仮数除算部54は、除算結
果に応じて必要な正規化の回数を正規化カウント部55
に供給する。
The input units 51 and 52 correspond to the input unit 2 shown in FIG.
2, 23 and the floating point is divided into exponents and mantissas as in the input sections 40 and 41 shown in FIG. The exponent is supplied from the input units 51 and 52 to the exponent calculator 53. The exponent operation unit 53 performs exponent subtraction. The calculation result in the exponent calculation unit 53 is supplied to the exponent correction unit 57. Significand division unit 54
Are supplied with mantissas from the input units 40 and 41. The mantissa division unit 54 divides the mantissa from the input unit 40 by the mantissa from the input unit 40. The result of the division by the mantissa division unit 54 is supplied to a normalization unit 56. Further, the mantissa division unit 54 counts the number of times of normalization necessary according to the division result into a normalization count unit 55.
To supply.

【0029】正規化カウント部55は、図5の正規化カ
ウント部44と同様に仮数除算部54から供給された正
規化回数に応じて正規化部56の正規化数を制御すると
ともに、指数補正部57に指数補正値を供給する。ま
た、指数補正部57は、図5の指数補正部46と同様
に、指数演算部53からの指数を正規化カウント部55
からの指数補正値により補正する。指数補正部57で補
正された指数は、出力部59に供給される。
The normalization counting section 55 controls the normalization number of the normalization section 56 in accordance with the number of times of normalization supplied from the mantissa division section 54 in the same manner as the normalization counting section 44 of FIG. The index correction value is supplied to the section 57. Further, the exponent correction unit 57 converts the exponent from the exponent calculation unit 53 into a normalization count unit 55 similarly to the exponent correction unit 46 in FIG.
Is corrected by the exponent correction value from. The exponent corrected by the exponent correction unit 57 is supplied to the output unit 59.

【0030】丸め演算部58は、図5の丸め演算部47
と同様に、正規化部55からの正規化結果を丸め演算す
る。丸め演算部58は、制御部60によってIEEE浮
動小数点演算時に丸め演算を行い、ディジット浮動小数
点演算時には正規部58の出力をそのまま出力する。丸
め演算部58の出力は、出力部59に供給される。出力
部59には、指数補正部57から指数が供給され、丸め
演算部58から仮数が供給される。出力部59は、図5
の出力部47と同様に、指数補正部57からの指数と丸
め演算部58からの仮数を合成して出力する。
The rounding section 58 is provided with the rounding section 47 shown in FIG.
Similarly, the normalization result from the normalization unit 55 is rounded. The rounding operation unit 58 performs the rounding operation at the time of the IEEE floating point operation by the control unit 60, and outputs the output of the normalization unit 58 as it is at the time of the digit floating point operation. The output of the rounding operation unit 58 is supplied to an output unit 59. The output section 59 is supplied with the exponent from the exponent correction section 57, and is supplied with the mantissa from the rounding operation section 58. The output unit 59 is configured as shown in FIG.
, The exponent from the exponent correction unit 57 and the mantissa from the rounding operation unit 58 are combined and output.

【0031】[0031]

【発明が解決しようとする課題】しかるに、従来のディ
ジット形式とIEEE形式とでは、指数演算幅、指数の
基数が相違する。この相違によりディジット形式の演算
装置でIEEE形式の演算を行う場合には、演算前後の
ビット単位の桁合わせシフト、演算後の丸め演算が必要
となる。
However, the exponent operation width and the radix of the exponent are different between the conventional digit format and the IEEE format. Due to this difference, when an arithmetic operation of the IEEE format is performed by the arithmetic device of the digit format, a digit-alignment shift in units of bits before and after the operation and a rounding operation after the operation are required.

【0032】従来、ディジット形式の演算装置でIEE
E形式の演算を行えるようにするために加減算、乗算、
除算の各演算装置にそれぞれにビット単位の桁合わせシ
フタ、丸め演算回路を設けていた。このため、ゲート数
が多くなるなどの問題点があった。本発明は上記の点に
鑑みてなされたもので、簡単な構成で複数のデータ形式
のデータの演算が行える演算装置及び計算装置を提供す
ることを目的とする。
Conventionally, the arithmetic unit of the digit type uses IEEE.
Addition, subtraction, multiplication,
Each arithmetic unit for division is provided with a digit-by-bit digit shifter and a rounding arithmetic circuit. Therefore, there is a problem that the number of gates is increased. The present invention has been made in view of the above points, and an object of the present invention is to provide an arithmetic device and a calculation device capable of calculating data in a plurality of data formats with a simple configuration.

【0033】[0033]

【課題を解決するための手段】本発明の請求項1は、複
数のデータ形式の入力データに対して共通の演算を行な
う、それぞれ演算内容の異なる複数の演算手段と、前記
入力データのデータ形式を判定する判定手段と、前記演
算内容の異なる演算において共有に用いられ、前記判定
手段での判定結果に応じて所定のデータ形式のデータに
対して共通の付加的処理を行なう処理手段とを有するこ
とを特徴とする。
A first aspect of the present invention is a plurality of operation means for performing a common operation on a plurality of input data in a data format, each of which has a different operation content, and a data format of the input data. And a processing unit that is used in common in operations having different contents of the operation and performs common additional processing on data in a predetermined data format according to a result of the determination by the determining unit. It is characterized by the following.

【0034】請求項2は、入力データに対してそれぞれ
異なる種類の演算を行なう複数の演算手段と、前記異な
る種類の演算において共有に用いられ、前記入力データ
に対する演算過程において共通の付加的処理を行なう処
理手段とを有することを特徴とする。請求項3は、複数
のデータ形式のうち少なくとも一つのデータ形式の入力
データに対して演算を行なう演算方法において、前記入
力データのデータ形式を判定する判定手順と、前記判定
手順での判定結果に応じた演算を行なう演算手順と、前
記判定手順での判定結果に応じて前記演算手順での演算
過程において付加的処理を行なう処理手順とを有するこ
とを特徴とする。
A second aspect of the present invention provides a plurality of arithmetic means for performing different types of operations on input data, and a common additional process used in the different types of operations and commonly used in the operation process on the input data. Performing processing means. Claim 3 is a calculation method for performing a calculation on input data of at least one data format among a plurality of data formats, wherein a determination procedure for determining a data format of the input data, and a determination result in the determination procedure. The present invention is characterized by comprising an operation procedure for performing a corresponding operation, and a processing procedure for performing an additional process in an operation process in the operation procedure in accordance with a result of the judgment in the operation procedure.

【0035】請求項4は、入力データに対して演算を行
なう演算方法において、 前記入力データに対してそれ
ぞれ異なる種類の演算を行なう演算手段により所定の演
算を行なう演算手順と、前記異なる種類の演算において
共有に用いられ、前記演算手順での演算過程において共
通の付加的処理を行なう処理手段により所定の付加的処
理を行なう処理手順とを有することを特徴とする。
According to a fourth aspect of the present invention, there is provided an arithmetic method for performing an arithmetic operation on input data, wherein an arithmetic procedure for performing a predetermined arithmetic operation by arithmetic means for performing different types of arithmetic operations on the input data; And a processing procedure for performing predetermined additional processing by processing means for performing common additional processing in the operation process in the operation procedure.

【0036】請求項5は、複数のデータ形式のうち少な
くとも一つのデータ形式の入力データに対して演算を行
なう演算回路を有する計算装置において、前記演算回路
は、複数のデータ形式の入力データに対して共通の演算
を行なうそれぞれ演算内容の異なる複数の演算部と、前
記入力データのデータ形式を判定する判定手段と、前記
演算内容の異なる演算において共有に用いられ、前記判
定部での判定結果に応じて所定のデータ形式のデータに
対して共通の付加的処理を行なう処理部とを有すること
を特徴とする。
According to a fifth aspect of the present invention, there is provided a computing device having an arithmetic circuit for performing an arithmetic operation on input data of at least one data format among a plurality of data formats, wherein the arithmetic circuit operates on input data of a plurality of data formats. A plurality of operation units each performing a common operation and having different operation contents, determining means for determining the data format of the input data, and a shared use in the operation having the different operation contents; A processing unit for performing common additional processing on data in a predetermined data format in response to the processing.

【0037】本発明によれば、複数の演算手段それぞれ
で共通の付加的処理を行う必要がないので、回路構成を
簡略化できる。また、複数の演算手段では、予め決めら
れた処理を実行すればよいので、複数の演算手段で付加
的処理による遅延が生じることがなく、処理を効率よく
行える。
According to the present invention, there is no need to perform common additional processing in each of a plurality of arithmetic means, so that the circuit configuration can be simplified. In addition, since a plurality of calculation means may execute a predetermined process, the plurality of calculation means do not cause a delay due to additional processing, and the processing can be performed efficiently.

【0038】[0038]

【発明の実施の形態】図7は本発明の計算装置の一実施
例の概略ブロック構成図を示す。本実施例の計算装置1
00は、命令制御ユニット101、演算ユニット10
2、記憶制御ユニット103から構成される。命令制御
ユニット101は、外部から供給される命令に応じて演
算ユニット102、記憶制御ユニット103を制御す
る。
FIG. 7 is a schematic block diagram showing an embodiment of a computer according to the present invention. Calculation device 1 of the present embodiment
00 is the instruction control unit 101, the operation unit 10
2. It is composed of a storage control unit 103. The command control unit 101 controls the arithmetic unit 102 and the storage control unit 103 according to a command supplied from the outside.

【0039】演算ユニット102は、浮動小数点演算ユ
ニット104を含む構成とされている。浮動小数点演算
ユニット104は、後述するような構成とされており、
複数の浮動小数点形式のデータの演算が可能とされてい
る。記憶制御ユニット104は、入力データ、演算結果
を外部に接続されたメモリに記憶する。次に、本実施例
の浮動小数点演算ユニットについて詳細に説明する。
The arithmetic unit 102 includes a floating-point arithmetic unit 104. The floating-point arithmetic unit 104 is configured as described below.
It is possible to operate on a plurality of floating point data. The storage control unit 104 stores input data and calculation results in a memory connected to the outside. Next, the floating-point arithmetic unit of this embodiment will be described in detail.

【0040】図8に本発明の計算装置の一実施例の浮動
小数点演算ユニットのブロック構成図を示す。浮動小数
点演算ユニット104は、入力レジスタ105、10
6、加減算部107、乗算部108、除算部109、I
EEE後処理部110、結果選択部111、結果レジス
タ112から構成される。
FIG. 8 is a block diagram showing a floating-point arithmetic unit according to an embodiment of the present invention. The floating point arithmetic unit 104 includes input registers 105, 10
6, addition / subtraction unit 107, multiplication unit 108, division unit 109, I
It comprises an EEE post-processing unit 110, a result selection unit 111, and a result register 112.

【0041】入力レジスタ105、106には、浮動小
数点形式の数値が供給され、供給された数値を一時的に
保持する。入力レジスタ105、106に保持された数
値は、加減算部107、乗算部108、除算部109に
供給される。加減算部107は、後述するように入力レ
ジスタ105、106から供給された数値を加減算す
る。乗算部108は、後述するように入力レジスタ10
5、106から供給された数値を乗算する。除算部10
9は、後述するように入力レジスタ105、106から
供給された数値を除算する。
The input registers 105 and 106 are supplied with numerical values in floating-point format, and temporarily hold the supplied numerical values. The numerical values held in the input registers 105 and 106 are supplied to an addition / subtraction unit 107, a multiplication unit 108, and a division unit 109. The addition / subtraction unit 107 adds / subtracts the numerical values supplied from the input registers 105 and 106 as described later. The multiplication unit 108 is provided in the input register 10 as described later.
5, multiply by the numerical value supplied from 106. Division unit 10
9 divides the numerical value supplied from the input registers 105 and 106 as described later.

【0042】IEEE後処理部110は、加減算部10
7、乗算部108、除算部109で共通して設けられて
おり、IEEE浮動小数点形式の数値を演算するときに
必要な正規化ビットシフト及び丸め演算を加減算、乗
算、除算で共通して行う。次に、本実施例の加減算部1
07について詳細に説明する。図9は本発明の計算装置
の一実施例の加減算部のブロック構成図を示す。同図
中、図4と同一構成部分には同一符号を付し、その説明
は省略する。
The IEEE post-processing unit 110 includes the addition / subtraction unit 10
7. The multiplication unit 108 and the division unit 109 are provided in common, and perform a normalization bit shift and a rounding operation necessary for calculating a numerical value in the IEEE floating point format in addition, subtraction, multiplication, and division. Next, the addition / subtraction unit 1 of the present embodiment
07 will be described in detail. FIG. 9 is a block diagram showing the arrangement of an addition / subtraction unit in an embodiment of the computing device according to the present invention. 4, the same components as those of FIG. 4 are denoted by the same reference numerals, and the description thereof will be omitted.

【0043】本実施例の加減算部107は、図4の加減
算装置21で丸め演算部37をなくし、形式判定部11
3、形式補正部114、IEEE制御部115を設けて
なる。形式判定部113には、命令制御ユニット101
から命令制御信号が供給される。形式判定部113は、
命令制御ユニット101から供給される命令制御信号に
応じて演算する浮動小数点の形式がディジット形式か、
IEEE形式かを判定する。形式判定部113の判定結
果は、形式補正部114及びIEEE制御部115に供
給される。
The adder / subtractor 107 of this embodiment is different from the adder / subtracter 21 shown in FIG.
3. A format correction unit 114 and an IEEE control unit 115 are provided. The format determination unit 113 includes the instruction control unit 101
Supplies a command control signal. The format determination unit 113
Whether the floating-point format operated according to the command control signal supplied from the command control unit 101 is a digit format,
It is determined whether the format is the IEEE format. The determination result of the format determination unit 113 is supplied to the format correction unit 114 and the IEEE control unit 115.

【0044】形式補正部114は、形式判定部113か
らの判定結果がディジット形式であると判定された場合
には、ディジット形式の指数部の7ビットが指数差検出
部25に供給されるようにビット長を補正する。また、
形式補正部114は、形式判定部113からの判定結果
がIEEE単精度形式であると判定された場合には、I
EEE単精度形式の指数部の9ビットが指数差検出部2
5に供給されるようにビット長を補正し、IEEE倍精
度形式であると判定された場合には、IEEE倍精度形
式の指数部の12ビットが指数差検出部25に供給され
るようにビット長を補正する。
When the result of the determination from the format determination unit 113 is determined to be in the digit format, the format correction unit 114 supplies the 7 bits of the exponent part of the digit format to the exponent difference detection unit 25. Correct the bit length. Also,
If the result of the determination from the format determination unit 113 is determined to be the IEEE single-precision format, the format correction unit 114
9 bits of exponent part of EEE single precision format is exponent difference detector 2
5, the bit length is corrected to be supplied to the exponent difference detection unit 25 when the bit length is corrected to be supplied to the exponent difference detection unit 25. Correct the length.

【0045】IEEE制御部115は、形式判定部11
3からの判定結果に応じた情報をIEEE後処理部11
0に出力する。IEEE後処理部110は、IEEE制
御部115からの情報がIEEE形式のときには動作
し、ディジット形式のときには動作が停止するように制
御される。また、図4では正規化部29の出力は、選択
部34にのみ供給されていたが、本実施例では正規化部
29の出力をIEEE後処理部110に直接供給可能に
している。さらに、図4では指数補正部30の出力は、
出力部35にのみ供給されていたが、本実施例では指数
補正部30をIEEE後処理部110に直接供給可能に
している。また、本実施例では桁溢れビット保持部36
に保持された桁溢れビットはIEEE後処理部110に
直接供給される。
The IEEE control unit 115 includes the format determination unit 11
3 according to the determination result from the IEEE post-processing unit 11
Output to 0. The IEEE post-processing unit 110 is controlled so that it operates when the information from the IEEE control unit 115 is in the IEEE format, and stops when the information is in the digit format. In FIG. 4, the output of the normalization unit 29 is supplied only to the selection unit 34, but in this embodiment, the output of the normalization unit 29 can be directly supplied to the IEEE post-processing unit 110. Further, in FIG. 4, the output of the exponent correction unit 30 is
Although supplied to only the output unit 35, in the present embodiment, the exponent correction unit 30 can be directly supplied to the IEEE post-processing unit 110. In this embodiment, the overflow bit holding unit 36 is used.
Are directly supplied to the IEEE post-processing unit 110.

【0046】次に、乗算部108について詳細に説明す
る。図10は本発明の計算装置の一実施例の乗算部のブ
ロック構成図を示す。同図中、図5、図9と同一構成部
分には同一符号を付し、その説明は省略する。本実施例
の乗算部108は、図5に示す乗算部39の丸め演算部
47を削除し、図9に示す形式判定部113、形式補正
部114、IEEE制御部115を設た構成とされてい
る。また、乗算部108は、指数補正部46、正規化部
45の出力を直接IEEE後処理部110に供給可能と
されている。
Next, the multiplication unit 108 will be described in detail. FIG. 10 is a block diagram showing the arrangement of a multiplication unit according to an embodiment of the computing device of the present invention. 5, the same components as those in FIGS. 5 and 9 are denoted by the same reference numerals, and description thereof will be omitted. The multiplication unit 108 of the present embodiment has a configuration in which the rounding operation unit 47 of the multiplication unit 39 shown in FIG. 5 is deleted, and a format determination unit 113, a format correction unit 114, and an IEEE control unit 115 shown in FIG. 9 are provided. I have. Also, the multiplication unit 108 can directly supply the outputs of the exponent correction unit 46 and the normalization unit 45 to the IEEE post-processing unit 110.

【0047】次に、除算部109について詳細に説明す
る。図11は本発明の計算装置の一実施例の除算部のブ
ロック構成図を示す。同図中、図6、図9と同一構成部
分には同一符号を付し、その説明は省略する。本実施例
の除算部109は、図6に示す除算部50の丸め演算部
58を削除し、図9に示す形式判定部113、形式補正
部114、IEEE制御部115が設けられている。ま
た、除算部109は、指数補正部57、正規化部56の
出力が直接IEEE後処理部110に供給可能となって
いる。
Next, the division unit 109 will be described in detail. FIG. 11 is a block diagram showing the arrangement of a division unit in a computing device according to an embodiment of the present invention. 6, the same components as those in FIGS. 6 and 9 are denoted by the same reference numerals, and description thereof will be omitted. The division unit 109 of the present embodiment eliminates the rounding operation unit 58 of the division unit 50 shown in FIG. 6 and includes a format determination unit 113, a format correction unit 114, and an IEEE control unit 115 shown in FIG. Further, the division unit 109 can directly supply the outputs of the exponent correction unit 57 and the normalization unit 56 to the IEEE post-processing unit 110.

【0048】次に、IEEE後処理部110について詳
細に説明する。図12は本発明の計算装置の一実施例の
IEEE後処理部のブロック構成図を示す。IEEE後
処理部110は、制御部116、選択部117、11
8、ビットシフト数カウント回路119、ビットシフタ
120、指数補正部121、122、丸め演算部12
3、出力部124から構成される。
Next, the IEEE post-processing unit 110 will be described in detail. FIG. 12 is a block diagram of the IEEE post-processing unit of the embodiment of the computing device according to the present invention. The IEEE post-processing unit 110 includes a control unit 116, selection units 117 and 11,
8, bit shift number counting circuit 119, bit shifter 120, exponent correction units 121 and 122, rounding operation unit 12
3. It comprises an output unit 124.

【0049】制御部116には、加減算部107、乗算
部108、除算部109のIEEE制御部115から演
算形式を示す制御情報が供給される。制御部116は、
制御情報に応じて選択部117、118及び出力部12
4を制御する。選択部117には、加減算部107、乗
算部108、除算部109の指数補正部30、46、5
7から指数が供給される。選択部117は、制御部11
6からの制御信号に応じて指数補正部30、46、57
からの指数を択一的に出力する。選択部117から出力
された指数は、指数補正部121に供給される。
The control section 116 is supplied with control information indicating the operation format from the IEEE control section 115 of the addition / subtraction section 107, the multiplication section 108, and the division section 109. The control unit 116
Selectors 117 and 118 and output unit 12 according to control information
4 is controlled. The selection unit 117 includes the addition / subtraction unit 107, the multiplication unit 108, and the exponent correction units 30, 46, and 5 of the division unit 109.
An index is supplied from 7. The selection unit 117 includes the control unit 11
6, the exponent correction units 30, 46, 57
Alternatively outputs the exponent from. The exponent output from the selector 117 is supplied to the exponent corrector 121.

【0050】選択部118には、加減算部107、乗算
部108、除算部109の正規化部29、45、56か
ら仮数が供給される。選択部118は、制御部116か
らの制御信号に応じて正規化部29、45、56からの
仮数を択一的に出力する。選択部118から出力された
仮数は、ビットシフト数カウント回路119、ビットシ
フタ120に供給される。
The selection unit 118 is supplied with mantissas from the addition / subtraction unit 107, the multiplication unit 108, and the normalization units 29, 45, and 56 of the division unit 109. The selection unit 118 alternatively outputs mantissas from the normalization units 29, 45, and 56 according to a control signal from the control unit 116. The mantissa output from the selection unit 118 is supplied to the bit shift number counting circuit 119 and the bit shifter 120.

【0051】ビットシフト数カウント回路119は、選
択部118からの仮数に対して行われるビットシフトの
残りのビットシフト数をカウントする。また、ビットシ
フタ120は、供給された仮数に対してビットシフトを
行う。図13に本発明の計算機の一実施例のビットシフ
トの動作を説明するための図を示す。図13(A)は各
形式の符号部、指数部、仮数部のビット位置を示す図、
図13(B)はビットシフトの動作を説明するための図
を示す。
The bit shift number counting circuit 119 counts the remaining bit shift numbers of the bit shift performed on the mantissa from the selector 118. The bit shifter 120 performs a bit shift on the supplied mantissa. FIG. 13 is a diagram for explaining the bit shift operation of the embodiment of the computer according to the present invention. FIG. 13A is a diagram showing bit positions of a sign part, an exponent part, and a mantissa part of each format;
FIG. 13B is a diagram for explaining the bit shift operation.

【0052】図13(A)に示すようにIEEE単精度
形式では0ビットが符号、1〜8ビットが指数、9〜1
3ビットが仮数となる。このとき、図13(B)に示す
ようにIEEE単精度形式の場合は、9ビット目の「8
ビット」が最上位有効ビットとなるように左シフトが行
われ、IEEE倍精度形式の場合は、12ビット目の
「11ビット」が最上位有効ビットとなるように右シフ
トが行われる。ビットシフタ120の出力は、丸め演算
部123に供給される。
As shown in FIG. 13A, in the IEEE single precision format, 0 bit is a sign, 1 to 8 bits are an exponent, and 9 to 1 are exponents.
Three bits become a mantissa. At this time, in the case of the IEEE single precision format as shown in FIG.
The left shift is performed so that the “bit” becomes the most significant bit. In the case of the IEEE double precision format, the right shift is performed so that the twelfth bit “11 bit” becomes the most significant bit. The output of the bit shifter 120 is supplied to the rounding operation unit 123.

【0053】丸め演算部123は、ビットシフタ120
から供給された仮数に丸め演算を行う。丸め演算は、ビ
ットシフトなどにより溢れた桁を所定のビットに丸め込
む演算処理である。丸め演算部123には、命令制御ユ
ニット101から制御信号が供給される。丸め演算部1
23は、制御信号に応じて動作がオン・オフされる。丸
め演算部123の出力仮数は、出力部124に供給され
る。
The rounding operation section 123 includes a bit shifter 120
Rounds to the mantissa supplied from. The rounding operation is an operation for rounding a digit overflowed by a bit shift or the like to a predetermined bit. A control signal is supplied from the instruction control unit 101 to the rounding operation unit 123. Rounding operation unit 1
23 is turned on / off in response to a control signal. The output mantissa of the rounding operation unit 123 is supplied to the output unit 124.

【0054】また、指数補正部121には、ビットシフ
ト数カウント回路119のカウント値が供給される。指
数補正部121は、ビットシフト数カウント回路119
からのカウント値を選択部117で選択された指数にシ
フト方向に応じて加算又は減算し、指数の補正を行う。
指数補正部121で補正された指数は、指数補正部12
2に供給される。指数補正部122は、丸め演算部12
3に接続され、丸め演算部123から指数補正値が供給
される。丸め演算部123は、丸め演算時に桁溢れが生
じた場合に桁溢れに応じた補正値を指数補正部122に
供給する。指数補正部122は、丸め演算部123から
供給された補正値を指数補正部121からの指数に加減
算することにより指数補正部121からの指数を補正す
る。指数補正部122の出力指数は、出力部124に供
給される。
The count value of the bit shift number counting circuit 119 is supplied to the exponent correction unit 121. The exponent correction unit 121 includes a bit shift number counting circuit 119
Is added or subtracted to the exponent selected by the selection unit 117 according to the shift direction, thereby correcting the exponent.
The exponent corrected by the exponent correction unit 121 is stored in the exponent correction unit 12.
2 is supplied. The exponent correction unit 122 includes the rounding operation unit 12
3 and an exponent correction value is supplied from the rounding operation unit 123. When an overflow occurs during the rounding operation, the rounding operation unit 123 supplies a correction value according to the overflow to the exponent correction unit 122. The exponent correction unit 122 corrects the exponent from the exponent correction unit 121 by adding or subtracting the correction value supplied from the rounding operation unit 123 to the exponent from the exponent correction unit 121. The output index of the index correction unit 122 is supplied to the output unit 124.

【0055】出力部124には、指数補正部122から
指数が供給されるとともに、丸め演算部123から仮数
が供給される。出力部124は、指数補正部122から
の指数と丸め演算部123からの仮数とを合成して出力
する。出力部124には、制御部116から制御信号が
供給される。出力部124は、制御部116からの制御
信号がディジット形式を示す信号のときには出力を停止
する。出力部124の出力がIEEE後処理部110の
出力となる。IEEE後処理部110の出力は、選択部
111に供給される。
The output section 124 receives the exponent from the exponent correction section 122 and the mantissa from the rounding operation section 123. The output unit 124 combines and outputs the exponent from the exponent correction unit 122 and the mantissa from the rounding operation unit 123. A control signal is supplied from the control unit 116 to the output unit 124. The output unit 124 stops outputting when the control signal from the control unit 116 is a signal indicating a digit format. The output of the output unit 124 is the output of the IEEE post-processing unit 110. The output of the IEEE post-processing unit 110 is supplied to the selection unit 111.

【0056】選択部111には、加減算部107の出力
部35の出力、乗算部108の出力部48の出力、除算
部109の出力部59の出力、IEEE後処理部110
の出力部124の出力が供給され、命令制御ユニット1
01から供給される制御信号に応じて何れかの出力を択
一的に出力する。選択部111は、ディジット形式の加
減算のときには、加減算部107からのデータを出力
し、ディジット形式の乗算のときには、乗算部108か
らのデータを出力し、ディジット形式の除算のときに
は、除算部108からのデータを出力する。また、選択
部111は、IEEE形式の演算のときににはIEEE
後処理部110からのデータを出力する。
The selection section 111 includes an output of the output section 35 of the addition / subtraction section 107, an output of the output section 48 of the multiplication section 108, an output of the output section 59 of the division section 109, and an IEEE post-processing section 110.
The output of the output unit 124 is supplied to the command control unit 1
One of the outputs is selectively output in response to a control signal supplied from 01. The selector 111 outputs the data from the adder / subtractor 107 at the time of digit format addition and subtraction, outputs the data from the multiplier 108 at the time of digit format multiplication, and outputs the data from the divider 108 at the time of digit format division. Output data. In addition, the selection unit 111 performs the IEEE operation in the case of the IEEE format operation.
The data from the post-processing unit 110 is output.

【0057】選択部111から出力されたデータは、結
果レジスタ112に供給される。結果レジスタ112
は、選択部111からのデータを保持する。本実施例に
よれば、IEEE形式の演算のビットシフト及び丸め演
算は、IEEE後処理部110でまとめて行われるの
で、加減算部107、乗算部108、除算部109に
は、ビットシフタ及び丸め演算部が不要となる。よっ
て、演算装置の構成を簡略化できる。
The data output from the selector 111 is supplied to the result register 112. Result register 112
Holds the data from the selection unit 111. According to the present embodiment, the bit shift and rounding operations of the IEEE format operation are performed collectively by the IEEE post-processing unit 110, so that the addition / subtraction unit 107, the multiplication unit 108, and the division unit 109 include the bit shifter and the rounding operation unit. Becomes unnecessary. Therefore, the configuration of the arithmetic device can be simplified.

【0058】また、加減算部107、乗算部108、除
算部109は、加減算、乗算、除算のみを行えばよいの
で、演算時にビットシフト、丸め演算処理により遅延が
発生することがなく、効率よく演算を行うことができ
る。次に、演算の具体例について図面とともに説明す
る。図14は本発明の計算機の一実施例のIEEE単精
度形式の加減算の計算経過を示す図を示す。図14にお
いて左欄201は加算時の計算経過、右欄202は減算
時の計算経過を示す。図15は本発明の計算機の一実施
例のIEEE倍精度形式の加算の計算経過を示す図を示
す。図16は本発明の計算機の一実施例のIEEE倍精
度形式の減算の計算経過を示す図を示す。
The addition / subtraction unit 107, the multiplication unit 108, and the division unit 109 need only perform addition / subtraction, multiplication, and division, so that there is no delay due to bit shift and rounding operations during the operation, and the operation can be performed efficiently. It can be performed. Next, a specific example of the calculation will be described with reference to the drawings. FIG. 14 is a diagram showing the calculation progress of addition and subtraction in the IEEE single precision format in one embodiment of the computer of the present invention. In FIG. 14, the left column 201 shows the calculation progress at the time of addition, and the right column 202 shows the calculation progress at the time of subtraction. FIG. 15 is a diagram showing a calculation process of addition in the IEEE double precision format in one embodiment of the computer of the present invention. FIG. 16 is a diagram showing a calculation process of subtraction in the IEEE double precision format in one embodiment of the computer of the present invention.

【0059】図14、図15、図16において、第1行
L1は、入力部22、23への入力データを示す。第2
行L2は、指数補正部114の出力を示す。第3行L3
は、指数差検出部25の出力を示す。第4行L4は、桁
合部26の出力を示す。第5行L5は、桁溢れビット保
持部36の保持データを示す。第6行L6は、仮数加減
算部27の入出力を示す。第7行L7は、正規化数カウ
ント部28の出力を示す。第8行L8は、正規化部29
の出力を示す。第9行L9は、指数補正部30の出力を
示す。第10行L10は、指数補正部30からIEEE
後処理部110に供給される指数データ及び正規化部2
9からIEEE後処理部110に供給される仮数データ
を示す。
In FIG. 14, FIG. 15, and FIG. 16, the first row L1 shows input data to the input units 22 and 23. Second
Row L2 shows the output of the exponent correction unit 114. Third row L3
Indicates the output of the exponent difference detection unit 25. The fourth row L4 shows the output of the digit matching unit 26. The fifth row L5 shows the data held in the overflow bit holding unit 36. The sixth row L6 indicates the input / output of the mantissa addition / subtraction unit 27. The seventh row L7 shows the output of the normalized number counting unit 28. The eighth row L8 indicates that the normalization unit 29
The output of The ninth row L9 shows the output of the exponent correction unit 30. The tenth row L10 indicates that the exponent correction unit 30
Exponential data supplied to post-processing section 110 and normalization section 2
9 shows mantissa data supplied to the IEEE post-processing unit 110 from No. 9.

【0060】第11行L11は、ビットシフト数カウン
ト部119の出力を示す。第12行L12は、ビットシ
フタ120の出力を示す。第13行L13は、指数補正
部122の出力を示す。第14行L14は、丸め演算部
123の出力を示す。第15行L15は、出力部124
の出力を示す。図17は本発明の計算機の一実施例のI
EEE単精度形式の乗算の計算経過を示す図、図18は
本発明の計算機の一実施例のIEEE倍精度形式の乗算
の計算経過を示す図を示す。
The eleventh row L11 shows the output of the bit shift number counting section 119. The twelfth row L12 indicates the output of the bit shifter 120. The thirteenth row L13 indicates an output of the exponent correction unit 122. A fourteenth row L14 indicates an output of the rounding operation unit 123. The fifteenth row L15 includes the output unit 124
The output of FIG. 17 shows an example of the computer according to the embodiment of the present invention.
FIG. 18 is a diagram showing a calculation progress of an IEEE single-precision format multiplication, and FIG. 18 is a diagram showing a calculation progress of an IEEE double-precision format multiplication of an embodiment of the computer of the present invention.

【0061】図17、図18において、第1行L1は、
入力部40、41への入力データを示す。第2行L2
は、指数補正部114の出力を示す。第3行L3は、指
数差検出部42の出力を示す。第4行L4は、仮数乗算
部43の出力を示す。第5行L5は、正規化カウント部
44の出力を示す。第6行L6は、正規化部45の出力
を示す。第7行L7は、指数補正部46の出力を示す。
第8行L8は、指数補正部46及び正規化部45の出力
を示す。第9行L9は、ビットシフト数カウント部11
9の出力を示す。第10行L10は、ビットシフタ12
0の出力を示す。第11行L11は、指数補正部122
の出力を示す。第12行L12は、丸め演算部123の
出力を示す。第13行L13は、出力部124の出力を
示す。
In FIGS. 17 and 18, the first row L1 is
4 shows input data to the input units 40 and 41. 2nd row L2
Indicates the output of the exponent correction unit 114. The third row L3 shows the output of the exponent difference detection unit 42. The fourth row L4 shows the output of the mantissa multiplication unit 43. The fifth row L5 shows the output of the normalization counting unit 44. The sixth row L6 shows the output of the normalization unit 45. The seventh row L7 shows the output of the exponent correction unit 46.
The eighth row L8 shows the output of the exponent correction unit 46 and the normalization unit 45. The ninth row L9 includes a bit shift number counting unit 11
9 shows the output. The tenth row L10 includes the bit shifter 12
Indicates an output of 0. The eleventh row L11 includes an exponent correction unit 122
The output of The twelfth row L12 indicates the output of the rounding operation unit 123. The thirteenth row L13 indicates the output of the output unit 124.

【0062】図19は本発明の計算機の一実施例のIE
EE単精度形式の除算の計算経過を示す図、図20は本
発明の計算機の一実施例のIEEE倍精度形式の除算の
計算経過を示す図を示す。図19、図20において、第
1行L1は、入力部51、52への入力データを示す。
第2行L2は、指数補正部114の出力を示す。第3行
L3は、指数差検出部53の出力を示す。第4行L4
は、仮数除算部54の出力を示す。第5行L5は、正規
化カウント部55の出力を示す。第6行L6は、正規化
部56の出力を示す。第7行L7は、指数補正部57の
出力を示す。第8行L8は、指数補正部57及び正規化
部56の出力を示す。第9行L9は、ビットシフト数カ
ウント部119の出力を示す。第10行L10は、ビッ
トシフタ120の出力を示す。第11行L11は、指数
補正部122の出力を示す。第12行L12は、丸め演
算部123の出力を示す。第13行L13は、出力部1
24の出力を示す。
FIG. 19 shows an IE of an embodiment of the computer according to the present invention.
FIG. 20 is a diagram showing the calculation progress of division in the EE single precision format, and FIG. 20 is a diagram showing the calculation progress of division in the IEEE double precision format in one embodiment of the computer of the present invention. 19 and 20, a first row L1 indicates input data to the input units 51 and 52.
The second row L2 shows the output of the exponent correction unit 114. The third row L3 shows the output of the exponent difference detection unit 53. 4th row L4
Indicates the output of the mantissa divider 54. The fifth row L5 shows the output of the normalization counting unit 55. The sixth row L6 shows the output of the normalization unit 56. The seventh row L7 shows the output of the exponent correction unit 57. The eighth row L8 shows the output of the exponent correction unit 57 and the normalization unit 56. The ninth row L9 shows the output of the bit shift number counting unit 119. The tenth row L10 shows the output of the bit shifter 120. The eleventh row L11 indicates the output of the exponent correction unit 122. The twelfth row L12 indicates the output of the rounding operation unit 123. The thirteenth row L13 indicates that the output unit 1
24 shows the output.

【0063】[0063]

【発明の効果】上述の如く、本発明によれば、複数の演
算手段それぞれで付加的処理を行う必要がないので、回
路構成を簡略化できる等の特長を有する。また、本発明
によれば、複数の演算手段では、予め決められた処理を
実行すればよいので、複数の演算手段で付加的処理によ
る遅延が生じることがなく、処理を効率よく行える等の
特長を有する。
As described above, according to the present invention, since it is not necessary to perform additional processing in each of a plurality of arithmetic means, there is an advantage that the circuit configuration can be simplified. Further, according to the present invention, since a plurality of arithmetic means need only execute a predetermined process, there is no delay due to additional processing in the plurality of arithmetic means, and the processing can be performed efficiently. Having.

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

【図1】浮動小数点を2進数での表現を説明するための
図である。
FIG. 1 is a diagram for describing a representation of a floating point in a binary number.

【図2】ディジット浮動小数点形式の数値をビット表現
した場合を説明するための図である。
FIG. 2 is a diagram for explaining a case where a numerical value in a digit floating-point format is represented by bits.

【図3】IEEE浮動小数点形式の数値をビット表現し
た場合を説明するための図である。
FIG. 3 is a diagram for explaining a case where a numerical value in the IEEE floating-point format is represented by bits.

【図4】従来の浮動小数点加減算装置の一例のブロック
図である。
FIG. 4 is a block diagram of an example of a conventional floating point addition / subtraction apparatus.

【図5】従来の浮動小数点乗算装置の一例のブロック図
である。
FIG. 5 is a block diagram of an example of a conventional floating-point multiplication device.

【図6】従来の浮動小数点除算装置の一例のブロック構
成図である。
FIG. 6 is a block diagram illustrating an example of a conventional floating-point divider.

【図7】本発明の計算装置の一実施例の概略ブロック構
成図である。
FIG. 7 is a schematic block diagram of an embodiment of a computing device according to the present invention.

【図8】本発明の計算装置の一実施例の浮動小数点演算
ユニットのブロック構成図である。
FIG. 8 is a block diagram of a floating-point arithmetic unit according to an embodiment of the present invention.

【図9】本発明の計算装置の一実施例の加減算部のブロ
ック構成図である。
FIG. 9 is a block diagram of an addition / subtraction unit of the embodiment of the calculation device of the present invention.

【図10】本発明の計算装置の一実施例の乗算部のブロ
ック構成図である。
FIG. 10 is a block configuration diagram of a multiplication unit of one embodiment of the calculation device of the present invention.

【図11】本発明の計算装置の一実施例の除算部のブロ
ック構成図である。
FIG. 11 is a block configuration diagram of a division unit of one embodiment of the calculation device of the present invention.

【図12】本発明の計算装置の一実施例のIEEE後処
理部のブロック構成図である。
FIG. 12 is a block diagram of an IEEE post-processing unit of a computing device according to an embodiment of the present invention.

【図13】本発明の計算機の一実施例のビットシフトの
動作を説明するための図である。
FIG. 13 is a diagram for explaining a bit shift operation of the embodiment of the computer of the present invention.

【図14】本発明の計算機の一実施例のIEEE単精度
形式の加減算の計算経過を示す図である。
FIG. 14 is a diagram illustrating a calculation progress of addition and subtraction in the IEEE single precision format in one embodiment of the computer of the present invention.

【図15】本発明の計算機の一実施例のIEEE倍精度
形式の加算の計算経過を示す図である。
FIG. 15 is a diagram showing a calculation progress of addition in the IEEE double precision format in one embodiment of the computer of the present invention.

【図16】本発明の計算機の一実施例のIEEE倍精度
形式の減算の計算経過を示す図である。
FIG. 16 is a diagram showing a calculation progress of subtraction in the IEEE double precision format in one embodiment of the computer of the present invention.

【図17】本発明の計算機の一実施例のIEEE単精度
形式の乗算の計算経過を示す図である。
FIG. 17 is a diagram showing a calculation progress of IEEE single-precision multiplication in one embodiment of the computer of the present invention.

【図18】本発明の計算機の一実施例のIEEE倍精度
形式の乗算の計算経過を示す図である。
FIG. 18 is a diagram showing a calculation process of IEEE double-precision format multiplication of an embodiment of the computer of the present invention.

【図19】本発明の計算機の一実施例のIEEE単精度
形式の除算の計算経過を示す図である。
FIG. 19 is a diagram showing a calculation progress of an IEEE single-precision division in an embodiment of the computer of the present invention.

【図20】本発明の計算機の一実施例のIEEE倍精度
形式の除算の計算経過を示す図である。
FIG. 20 is a diagram showing a calculation progress of division in the IEEE double precision format in one embodiment of the computer of the present invention.

【符号の説明】[Explanation of symbols]

100 計算装置 101 命令制御ユニット 102 演算ユニット 103 記憶制御ユニット 104 浮動小数点ユニット 105、106 入力レジスタ 107 加減算部 108 乗算部 109 除算部 110 IEEE後処理部 111 結果選択部 112 結果レジスタ 113 形式判定部 114 形式補正部 115 IEEE制御部 116 制御部 117、118 選択部 119 ビットシフト数カウント部 120 ビットシフタ 121、122 指数補正部 123 丸めビット演算部 124 出力部 REFERENCE SIGNS LIST 100 computing device 101 instruction control unit 102 arithmetic unit 103 storage control unit 104 floating point unit 105, 106 input register 107 addition / subtraction unit 108 multiplication unit 109 division unit 110 IEEE post-processing unit 111 result selection unit 112 result register 113 type determination unit 114 format Correction unit 115 IEEE control unit 116 Control unit 117, 118 Selection unit 119 Bit shift number counting unit 120 Bit shifter 121, 122 Exponent correction unit 123 Rounding bit operation unit 124 Output unit

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 複数のデータ形式の入力データに対して
共通の演算を行なう、それぞれ演算内容の異なる複数の
演算手段と、 前記入力データのデータ形式を判定する判定手段と、 前記演算内容の異なる演算において共有に用いられ、前
記判定手段での判定結果に応じて所定のデータ形式のデ
ータに対して共通の付加的処理を行なう処理手段とを有
することを特徴とする演算装置。
1. A plurality of arithmetic means for performing a common operation on input data in a plurality of data formats, each of which has a different arithmetic content, a determining means for determining a data format of the input data, and a different arithmetic content. An arithmetic unit comprising: a processing unit that is used in common in an arithmetic operation and performs common additional processing on data in a predetermined data format in accordance with a result of the determination by the determining unit.
【請求項2】 入力データに対してそれぞれ異なる種類
の演算を行なう複数の演算手段と、 前記異なる種類の演算において共有に用いられ、前記入
力データに対する演算過程において共通の付加的処理を
行なう処理手段とを有することを特徴とする演算装置。
2. A plurality of operation means for performing different types of operations on input data, and processing means used in common in the different types of operations and performing common additional processing in an operation process on the input data. An arithmetic device comprising:
【請求項3】 複数のデータ形式のうち少なくとも一つ
のデータ形式の入力データに対して演算を行なう演算方
法において、 前記入力データのデータ形式を判定する判定手順と、 前記判定手順での判定結果に応じた演算を行なう演算手
順と。 前記判定手順での判定結果に応じて前記演算手順での演
算過程において付加的処理を行なう処理手順とを有する
ことを特徴とする演算方法。
3. An operation method for performing an operation on input data of at least one data format among a plurality of data formats, comprising: a determination step of determining a data format of the input data; A calculation procedure for performing a corresponding calculation. A processing procedure for performing an additional process in a calculation process in the calculation procedure according to a determination result in the determination procedure.
【請求項4】 入力データに対して演算を行なう演算方
法において、 前記入力データに対してそれぞれ異なる種類の演算を行
なう演算手段により所定の演算を行なう演算手順と、 前記異なる種類の演算において共有に用いられ、前記演
算手順での演算過程において共通の付加的処理を行なう
処理手段により所定の付加的処理を行なう処理手順とを
有することを特徴とする演算方法。
4. An operation method for performing an operation on input data, comprising: an operation procedure for performing a predetermined operation by operation means for performing different types of operations on the input data; And a processing procedure for performing predetermined additional processing by processing means for performing common additional processing in a calculation process in the calculation procedure.
【請求項5】 複数のデータ形式のうち少なくとも一つ
のデータ形式の入力データに対して演算を行なう演算回
路を有する計算装置において、 前記演算回路は、 複数のデータ形式の入力データに対して共通の演算を行
なうそれぞれ演算内容の異なる複数の演算部と、 前記入力データのデータ形式を判定する判定手段と、 前記演算内容の異なる演算において共有に用いられ、前
記判定部での判定結果に応じて所定のデータ形式のデー
タに対して共通の付加的処理を行なう処理部とを有する
ことを特徴とする計算装置。
5. A computing device having an operation circuit for performing an operation on input data in at least one data format among a plurality of data formats, wherein the operation circuit is common to input data in a plurality of data formats. A plurality of operation units each performing a different operation, each of the operation units having different operation contents; a determination unit that determines a data format of the input data; And a processing unit for performing common additional processing on the data in the data format.
JP35663499A 1999-12-15 1999-12-15 Arithmetic device, arithmetic method, and computing device Expired - Fee Related JP4428778B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35663499A JP4428778B2 (en) 1999-12-15 1999-12-15 Arithmetic device, arithmetic method, and computing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35663499A JP4428778B2 (en) 1999-12-15 1999-12-15 Arithmetic device, arithmetic method, and computing device

Publications (2)

Publication Number Publication Date
JP2001175456A true JP2001175456A (en) 2001-06-29
JP4428778B2 JP4428778B2 (en) 2010-03-10

Family

ID=18450013

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35663499A Expired - Fee Related JP4428778B2 (en) 1999-12-15 1999-12-15 Arithmetic device, arithmetic method, and computing device

Country Status (1)

Country Link
JP (1) JP4428778B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866278A (en) * 2014-02-21 2015-08-26 北京国睿中数科技股份有限公司 Device and method for floating point complex number parallel addition and subtraction

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866278A (en) * 2014-02-21 2015-08-26 北京国睿中数科技股份有限公司 Device and method for floating point complex number parallel addition and subtraction

Also Published As

Publication number Publication date
JP4428778B2 (en) 2010-03-10

Similar Documents

Publication Publication Date Title
KR100994862B1 (en) Floating-point processor with reduced power requirements for selectable subprecision
US7236995B2 (en) Data processing apparatus and method for converting a number between fixed-point and floating-point representations
US10019231B2 (en) Apparatus and method for fixed point to floating point conversion and negative power of two detector
US20110040815A1 (en) Apparatus and method for performing fused multiply add floating point operation
US7395297B2 (en) Floating point system that represents status flag information within a floating point operand
JP3178746B2 (en) Format converter for floating point numbers
US5040138A (en) Circuit for simultaneous arithmetic calculation and normalization estimation
KR100203468B1 (en) Arithmetic apparatus for floating point numbers
US10061561B2 (en) Floating point addition with early shifting
US6205462B1 (en) Digital multiply-accumulate circuit that can operate on both integer and floating point numbers simultaneously
US6990505B2 (en) Method/apparatus for conversion of higher order bits of 64-bit integer to floating point using 53-bit adder hardware
US7401107B2 (en) Data processing apparatus and method for converting a fixed point number to a floating point number
CN108153513B (en) Leading zero prediction
JPH01302425A (en) Floating decimal point adder/subtracter circuit
JP4428778B2 (en) Arithmetic device, arithmetic method, and computing device
CN111124361A (en) Arithmetic processing apparatus and control method thereof
JPS62128331A (en) Information processor
JPH0413734B2 (en)
US7243119B1 (en) Floating point computing unit
JPH07146777A (en) Arithmetic unit
JP3257278B2 (en) Normalizer using redundant shift number prediction and shift error correction
JPS63158626A (en) Arithmetic processing unit
JP3100868B2 (en) Arithmetic unit for floating point numbers
JP3137131B2 (en) Floating point multiplier and multiplication method
JPH01282633A (en) Non-normalized number processing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060308

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081107

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081118

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090109

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090714

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091013

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20091021

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20091208

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20091215

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121225

Year of fee payment: 3

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121225

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131225

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees