JP2555967B2 - Floating point adder / subtractor - Google Patents

Floating point adder / subtractor

Info

Publication number
JP2555967B2
JP2555967B2 JP5316095A JP31609593A JP2555967B2 JP 2555967 B2 JP2555967 B2 JP 2555967B2 JP 5316095 A JP5316095 A JP 5316095A JP 31609593 A JP31609593 A JP 31609593A JP 2555967 B2 JP2555967 B2 JP 2555967B2
Authority
JP
Japan
Prior art keywords
data
bit
mantissa
overflow
floating
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.)
Expired - Lifetime
Application number
JP5316095A
Other languages
Japanese (ja)
Other versions
JPH07146778A (en
Inventor
竜三 安達
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP5316095A priority Critical patent/JP2555967B2/en
Publication of JPH07146778A publication Critical patent/JPH07146778A/en
Application granted granted Critical
Publication of JP2555967B2 publication Critical patent/JP2555967B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は浮動小数点加減算器に係
り、特に仮数部及び指数部がそれぞれ符号ビットを有
し、2の補数表示で表現される浮動小数点表示の2進数
同士の加減算を行う浮動小数点加減算器に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a floating-point adder / subtractor, and more particularly to addition and subtraction of binary numbers in floating-point representation represented by two's complement representation, each of which has a significand and a exponent. Floating point adder / subtractor

【0002】[0002]

【従来の技術】図2は従来の浮動小数点加減算器の一例
の構成図を示す。従来の浮動小数点加減算器は、加減算
を行う2個の浮動小数点データなどを格納しているレジ
スタファイル1と、これら2個の浮動小数点データの仮
数部データS2及びS3が入力されて加減算を行い、演
算結果データS5及びオーバーフロービットS1を出力
する演算器2と、オーバーフロービットS1を格納する
レジスタ4と、正規化前の仮数部演算結果データS4を
入力として受け、ファームウェアの指示により各種シフ
ト動作をし、シフト結果データS6を出力するバレルシ
フタ5とを有している。
2. Description of the Related Art FIG. 2 is a block diagram showing an example of a conventional floating point adder / subtractor. A conventional floating-point adder / subtractor receives a register file 1 that stores two pieces of floating-point data to be added and subtracted, and mantissa data S2 and S3 of these two pieces of floating-point data to add and subtract, The arithmetic unit 2 that outputs the operation result data S5 and the overflow bit S1, the register 4 that stores the overflow bit S1, and the mantissa operation result data S4 before normalization are received as inputs, and various shift operations are performed according to instructions of the firmware. , And a barrel shifter 5 for outputting shift result data S6.

【0003】ここで、上記の浮動小数点データは、例え
ば図3に示す如き構成とされている。同図において、浮
動小数点データは、指数部pと仮数部mとよりなる。指
数部pは最上位ビットp1が符号ビットで、同様に仮数
部mの最上位ビットm1は符号ビットである。また、こ
れら指数部p及び仮数部mはそれぞれ2の補数表示で表
現される2進数である。
Here, the floating point data has a structure as shown in FIG. 3, for example. In the figure, the floating point data comprises an exponent part p and a mantissa part m. In the exponent part p, the most significant bit p1 is a sign bit, and similarly, the most significant bit m1 of the mantissa part m is a sign bit. In addition, the exponent part p and the mantissa part m are binary numbers expressed in two's complement notation.

【0004】再び図2に戻って説明するに、この従来の
浮動小数点加減算器では、まず、加減算を行う2個の浮
動小数点データの仮数部データS2及びS3をそれぞれ
レジスタファイル1から読み出し、演算器2で加算又は
減算を行う。演算器2はこの加算又は減算の結果、オー
バーフローが発生したときにはオーバーフロービットS
1をレジスタ4に格納し、また、演算結果データ(正規
化前の仮数部データ)S5をレジスタファイル1に格納
する。
Returning to FIG. 2 again, in this conventional floating-point adder / subtractor, first, mantissa data S2 and S3 of two floating-point data to be added / subtracted are read from the register file 1 respectively, and the arithmetic unit is operated. Addition or subtraction is performed at 2. As a result of this addition or subtraction, the computing unit 2 generates an overflow bit S
1 is stored in the register 4, and the operation result data (mantissa data before normalization) S5 is stored in the register file 1.

【0005】次に、ファームウェアがレジスタ4を参照
し、もしオーバーフロービットS1がセットされていれ
ばレジスタファイル1に格納されている、正規化前の仮
数部データである演算結果データS4(S5と同一デー
タ)をバレルシフタ5に入力し、右に1ビット論理シフ
トし(通常のバレルシフタ5は算術シフト、論理シフ
ト、循環シフト機能を持つ)、シフト結果の仮数部デー
タS6をレジスタファイル1に再度格納する。
Next, the firmware refers to the register 4, and if the overflow bit S1 is set, the operation result data S4 (same as S5) which is the mantissa data before normalization stored in the register file 1. Data) is input to the barrel shifter 5 and logically shifted to the right by 1 bit (the normal barrel shifter 5 has arithmetic shift, logical shift and circular shift functions), and the mantissa data S6 of the shift result is stored again in the register file 1. .

【0006】最後に、この加減算器はレジスタファイル
1からこのシフト後の仮数部データS6を取り出し、フ
ァームウェアによって作られた最上位ビット(正規化デ
ータの最上位ビットは最上位から2番目のビットの論理
反転)と演算器2において論理和演算することにより、
正規化された仮数部データを得る。つまり、従来の浮動
小数点加減算器では、仮数部オーバーフロー時の正規化
処理はファームウェアが行っていた。
Finally, the adder / subtractor takes out the shifted mantissa data S6 from the register file 1 and outputs the most significant bit (the most significant bit of the normalized data is the second most significant bit) created by the firmware. (Logical inversion) and the logical sum operation in the arithmetic unit 2
Obtain the normalized mantissa data. That is, in the conventional floating-point adder / subtractor, the normalization process at the time of overflow of the mantissa part was performed by the firmware.

【0007】[0007]

【発明が解決しようとする課題】上記のように、従来の
浮動小数点加減算器では、演算器2において仮数部オー
バーフローが発生した場合の正規化処理は、レジスタ4
を参照することによりオーバーフローかどうかをファー
ムウェアが判定し、オーバーフローであればデータ正規
化の制御用ファームウェアに分岐し、その分岐先のファ
ームウェアによりオーバーフロー時の仮数部の正規化処
理である右1ビットシフトをバレルシフタ5に命令し、
更にファームウェアが最上位ビットを生成し、右1ビッ
トシフト後のデータの最上位ビットに合成することによ
り、仮数部正規化処理を行っている。
As described above, in the conventional floating point adder / subtractor, the normalization process when the mantissa overflow occurs in the arithmetic unit 2 is performed by the register 4
The firmware determines whether or not it is an overflow by referring to, and if it is an overflow, it branches to the control firmware for data normalization, and the firmware at the branch destination normalizes the mantissa at the time of overflow, and shifts to the right by 1 bit. To the barrel shifter 5,
Further, the firmware generates the most significant bit and synthesizes it with the most significant bit of the data after shifting by 1 bit to the right, thereby performing the mantissa normalizing process.

【0008】しかるに、このようなオーバーフロー発生
時の正規化処理が必要となる演算データは比較的多いた
め(指数部が同じで、仮数部の符号が同一の加算及び異
符号の減算)、オーバーフロー発生時の正規化処理のた
めにファームウェアのステップ数を多く必要とする従来
の浮動小数点加減算器では演算速度が遅くなるという問
題がある。
However, since a large amount of operation data requires normalization processing when such an overflow occurs (addition with the same exponent part and same sign of mantissa part and subtraction with different sign), overflow occurs. The conventional floating-point adder / subtractor, which requires a large number of firmware steps for time normalization, has a problem that the operation speed becomes slow.

【0009】本発明は上記の点に鑑みなされたもので、
オーバーフロー発生時の正規化処理をハードウェアで行
うことにより、高速に演算し得る浮動小数点加減算器を
提供することを目的とする。
The present invention has been made in view of the above points,
An object of the present invention is to provide a floating-point adder / subtractor that can perform high-speed operation by performing normalization processing when an overflow occurs in hardware.

【0010】[0010]

【課題を解決するための手段】上記の目的を達成するた
め、本発明はレジスタファイルと、レジスタファイルよ
り第1及び第2の浮動小数点データの仮数部データがそ
れぞれ入力され、それらの加算又は減算を行って得られ
た演算結果データを出力してレジスタファイルに格納す
ると共に、オーバーフロー発生時にはオーバーフロービ
ットを出力する演算器と、演算器の出力オーバーフロー
ビットを格納するレジスタと、オーバーフロービットが
格納されているときのレジスタの出力により入力演算結
果データを右へ1ビットシフトすると共に、空きのでき
た最上位ビットに演算結果データの最上位ビットの論理
反転データを合成し、合成データを正規化された仮数部
データとして出力して前記レジスタファイルに格納する
バレルシフタとを有し、前記バレルシフタとしてファー
ムウェアの指示により各種シフト動作を行う汎用のバレ
ルシフタを共用する構成としたものである。
In order to achieve the above object, the present invention provides a register file and mantissa data of first and second floating point data respectively inputted from the register file, and addition or subtraction thereof. The operation result data obtained by performing the above is output and stored in the register file, and when the overflow occurs, the operation unit that outputs the overflow bit, the register that stores the output overflow bit of the operation unit, and the overflow bit are stored. While the input operation result data is shifted to the right by 1 bit according to the output of the register when it is present, the logically inverted data of the most significant bit of the operation result data is combined with the empty most significant bit, and the combined data is normalized mantissa. Barrel shifter that outputs as part data and stores it in the register file And, far as the barrel shifter
General-purpose ballast that performs various shift operations according to the instructions of the hardware
It is configured to share the lucifer .

【0011】[0011]

【作用】本発明では、演算器による第1及び第2の浮動
小数点データの仮数部データの加算又は減算によりオー
バーフローが発生して前記レジスタにオーバーフロービ
ットがセットされると、バレルシフタにより演算結果デ
ータを右へ1ビットシフトすると共に空きのできた最上
位ビットに演算結果データの最上位ビットの論理反転デ
ータを合成するようにしているため、ハードウェアでオ
ーバーフロー発生時の仮数部正規化処理がされることと
なり、ファームウェアが分岐して仮数部正規化処理を行
う必要がなくなり、オーバーフローが発生しない時と同
一ファームウェアで処理することができる。
According to the present invention, when an overflow bit is set in the register by the addition or subtraction of the mantissa data of the first and second floating point data by the arithmetic unit and the overflow bit is set in the register, the arithmetic result data is transferred by the barrel shifter. Since it shifts to the right by one bit and combines the most significant bit of the vacant space with the logically inverted data of the most significant bit of the operation result data, the mantissa part normalization processing when an overflow occurs in hardware must be performed. Therefore, there is no need to branch the firmware to perform the mantissa normalization process, and the same firmware as when the overflow does not occur can be processed.

【0012】[0012]

【実施例】次に、本発明の一実施例について説明する。
図1は本発明の一実施例の構成図を示す。同図中、図2
と同一構成部分には同一符号を付してある。図1に示す
ように、本実施例の浮動小数点加減算器は、レジスタフ
ァイル1、演算器2、バレルシフタ3及びレジスタ4よ
りなる。レジスタファイル1は加算又は減算を行う2個
の浮動小数点データと、演算結果データ及び演算時の中
間データとを格納している。
Next, an embodiment of the present invention will be described.
FIG. 1 shows a block diagram of an embodiment of the present invention. In FIG.
The same reference numerals are given to the same components as. As shown in FIG. 1, the floating point adder / subtractor of this embodiment comprises a register file 1, an arithmetic unit 2, a barrel shifter 3 and a register 4. The register file 1 stores two pieces of floating point data for addition or subtraction, operation result data and intermediate data at the time of operation.

【0013】また、本実施例では、バレルシフタ3は正
規化前の仮数部演算結果データS4を入力として受け、
ファームウェアの指示により各種シフト動作(算術シフ
ト、論理シフト、循環シフトなど)をするが、更にレジ
スタ4の出力も入力として受け、レジスタ4にオーバー
フロービットがセットされているときには、入力された
正規化前の仮数部演算結果データS4を無条件に右へ1
ビットシフトし、空きのできた最上位ビットに演算結果
データの最上位ビットの論理反転データを合成する。
Further, in this embodiment, the barrel shifter 3 receives the mantissa operation result data S4 before normalization as an input,
Various shift operations (arithmetic shift, logical shift, circular shift, etc.) are performed according to the instructions of the firmware, but the output of the register 4 is also received as an input, and when the overflow bit is set in the register 4, the input before normalization is input. Unconditionally to the right of the mantissa calculation result data S4 of 1
Bit shift is performed, and the logically inverted data of the most significant bit of the operation result data is combined with the most significant bit that has been made available.

【0014】次に、本実施例の動作について説明する。
レジスタファイル1から読み出された2個の浮動小数点
データの、それぞれ例えば40ビットあるいは24ビッ
トの仮数部データS2及びS3は、図3と共に説明した
ように最上位ビットが符号ビットである2の補数表示に
より表現される2進数である。これら仮数部データS2
及びS3は演算器2に入力され、ここで加算又は減算さ
れる。
Next, the operation of this embodiment will be described.
For example, the mantissa data S2 and S3 of, for example, 40 bits or 24 bits of the two pieces of floating point data read from the register file 1 are 2's complement numbers whose most significant bit is a sign bit as described with reference to FIG. It is a binary number represented by a display. These mantissa data S2
And S3 are input to the computing unit 2 where they are added or subtracted.

【0015】これにより、得られた演算結果データS5
は演算器2よりレジスタファイル1に格納される。ま
た、上記の演算器2による加減算の際にオーバーフロー
が発生したときには、そのオーバーフロービットS1が
レジスタ4に格納される(セットされる)。ここで、オ
ーバーフロー発生時には上記の演算結果データ(仮数部
データ)S5(S4)の最上位ビットが本来の符号ビッ
トと論理反転した論理値となる。
As a result, the obtained operation result data S5
Is stored in the register file 1 by the arithmetic unit 2. Further, when an overflow occurs during the addition / subtraction by the arithmetic unit 2, the overflow bit S1 is stored (set) in the register 4. Here, when an overflow occurs, the most significant bit of the operation result data (mantissa part data) S5 (S4) becomes a logical value that is the logical inversion of the original sign bit.

【0016】そこで、ファームウェアはレジスタファイ
ル1から演算結果データS4(前記S5と同一)を読み
出してバレルシフタ3に入力し、正規化処理のためのシ
フトをする。すなわち、正規化処理は、仮数部データS
4の最上位ビット(すなわち符号ビット)の次のビット
(2番目のビット)に、最上位ビットと論理値の異なる
仮数の最上位の値がくるようにシフトする処理であり、
本実施例ではバレルシフタ3がレジスタ4よりオーバー
フロービットS1出力が入力されるときには、無条件で
入力仮数部データS4(正規化処理前の演算結果データ
S5)を右へ1ビットシフトし、そのシフトにより空き
のできた最上位ビットに、入力仮数部データの最上位ビ
ットの論理反転データを合成し、この合成データを正規
化処理された仮数部データS6として出力する。
Therefore, the firmware reads out the operation result data S4 (same as S5) from the register file 1 and inputs it to the barrel shifter 3 to shift it for normalization processing. That is, the normalization process is performed on the mantissa part data S.
This is a process of shifting so that the most significant value of the mantissa having a logical value different from that of the most significant bit comes to the bit (the second bit) next to the most significant bit of 4 (that is, the sign bit),
In this embodiment, when the barrel shifter 3 receives the overflow bit S1 output from the register 4, it unconditionally shifts the input mantissa part data S4 (calculation result data S5 before normalization processing) to the right by one bit, and by the shift. The logically inverted data of the most significant bit of the input mantissa data is combined with the vacant most significant bit, and the combined data is output as the normalized mantissa data S6.

【0017】この仮数部データS6は本来の符号ビット
と同一論理値の符号ビットを最上位ビットに有し、か
つ、2番目以降のビットは正規化処理された演算結果デ
ータであり、レジスタファイル1に格納される。これに
より、演算が終了する。このように、本実施例によれ
ば、オーバーフロー発生時の正規化処理をバレルシフタ
3により行うようにしているため、オーバーフロー発生
時に従来必要であった正規化処理用のファームウェアに
分岐するステップ、及び処理用のステップが不必要とな
り、仮数部オーバーフローが発生したか否かに拘らず、
同一のファームウェアにより正規化処理ができる。
The mantissa part data S6 has a sign bit having the same logical value as the original sign bit in the most significant bit, and the second and subsequent bits are the normalized operation result data. Stored in. This completes the calculation. As described above, according to the present embodiment, since the barrel shifter 3 performs the normalization process when the overflow occurs, the step and the process of branching to the firmware for the normalization process that is conventionally required when the overflow occurs No more steps are needed, regardless of whether the mantissa overflow occurs,
Normalization can be performed with the same firmware.

【0018】 なお、上記の仮数部のオーバーフロー処
理時には指数部も当然に1を加算又は減算する処理が必
要となるが、それは本発明の要旨と直接関係がないため
説明を省略した。
It should be noted that, in the overflow process of the mantissa part, the exponent part naturally needs a process of adding or subtracting 1, but the description is omitted because it is not directly related to the gist of the present invention .

【0019】[0019]

【発明の効果】以上説明したように、本発明によれば、
バレルシフタというハードウェアでオーバーフロー発生
時の仮数部正規化処理をすることにより、ファームウェ
アが分岐して仮数部正規化処理を行う必要がなくなり、
オーバーフローが発生しない時と同一ファームウェアで
処理することができるようにしたため、従来に比しファ
ームウェアステップを大きく削減することができ、従っ
て従来よりも高速に浮動小数点加減算ができる。
As described above, according to the present invention,
By performing the mantissa normalization process when an overflow occurs with hardware called barrel shifter, the firmware does not need to branch and perform the mantissa normalization process.
Since the processing can be performed by the same firmware as when the overflow does not occur, the number of firmware steps can be greatly reduced as compared with the conventional method, and therefore floating point addition / subtraction can be performed faster than the conventional method.

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

【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】従来の一例の構成図である。FIG. 2 is a configuration diagram of a conventional example.

【図3】浮動小数点表示形式の一例の説明図である。FIG. 3 is an explanatory diagram of an example of a floating point display format.

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

1 レジスタファイル 2 演算器 3 バレルシフタ 4 オーバーフロービット格納用レジスタ 1 register file 2 arithmetic unit 3 barrel shifter 4 overflow bit storage register

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 第1及び第2の浮動小数点データを少な
くとも格納しているレジスタファイルと、 該レジスタファイルより該第1及び第2の浮動小数点デ
ータの仮数部データがそれぞれ入力され、それらの加算
又は減算を行って得られた演算結果データを出力して該
レジスタファイルに格納すると共に、オーバーフロー発
生時にはオーバーフロービットを出力する演算器と、 該演算器の出力オーバーフロービットを格納するレジス
タと、 該レジスタの出力と前記レジスタファイルより該演算結
果データが入力され、該オーバーフロービットが格納さ
れているときの該レジスタの出力により該入力演算結果
データを右へ1ビットシフトすると共に、空きのできた
最上位ビットに該演算結果データの最上位ビットの論理
反転データを合成し、該合成データを正規化された仮数
部データとして出力して前記レジスタファイルに格納す
るバレルシフタとを有し、前記バレルシフタとしてファ
ームウェアの指示により各種シフト動作を行う汎用のバ
レルシフタを共用することを特徴とする浮動小数点加減
算器。
1. A register file that stores at least first and second floating-point data, and mantissa data of the first and second floating-point data are input from the register file, respectively, and their addition is performed. Or an arithmetic unit that outputs the arithmetic result data obtained by performing the subtraction and stores it in the register file, and outputs an overflow bit when an overflow occurs; a register that stores the output overflow bit of the arithmetic unit; Output and the operation result data is input from the register file, and the output of the register when the overflow bit is stored shifts the input operation result data to the right by 1 bit, and at the same time, creates a vacant most significant bit. , The logic inversion data of the most significant bit of the operation result data is synthesized, and And it outputs the formed data as normalized mantissa data have a barrel shifter to be stored in the register file, file as the barrel shifter
A general-purpose firmware that performs various shift operations according to firmware instructions.
Floating point adder / subtracter characterized by sharing the rel shifter.
【請求項2】 前記第1及び第2の浮動小数点データ
は、仮数部及び指数部がそれぞれ符号ビットを有し、2
の補数表示で表現される浮動小数点表示の2進数である
ことを特徴とする請求項1記載の浮動小数点加減算器。
2. The first and second floating-point data each have a mantissa part and an exponent part each having a sign bit, and 2
2. The floating point adder / subtractor according to claim 1, wherein the floating point adder / subtractor is a binary number represented by a complement notation of.
JP5316095A 1993-11-22 1993-11-22 Floating point adder / subtractor Expired - Lifetime JP2555967B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5316095A JP2555967B2 (en) 1993-11-22 1993-11-22 Floating point adder / subtractor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5316095A JP2555967B2 (en) 1993-11-22 1993-11-22 Floating point adder / subtractor

Publications (2)

Publication Number Publication Date
JPH07146778A JPH07146778A (en) 1995-06-06
JP2555967B2 true JP2555967B2 (en) 1996-11-20

Family

ID=18073189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5316095A Expired - Lifetime JP2555967B2 (en) 1993-11-22 1993-11-22 Floating point adder / subtractor

Country Status (1)

Country Link
JP (1) JP2555967B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03217938A (en) * 1990-01-23 1991-09-25 Matsushita Electric Ind Co Ltd Floating deciaml rounding normalizing device
JPH05100825A (en) * 1991-10-08 1993-04-23 Nec Eng Ltd Normalization floating point adder/subtracter

Also Published As

Publication number Publication date
JPH07146778A (en) 1995-06-06

Similar Documents

Publication Publication Date Title
JP2622896B2 (en) Division device
JPH05216624A (en) Arithmetic unit
US7188133B2 (en) Floating point number storage method and floating point arithmetic device
US5303174A (en) Floating pointing arithmetic operation system
US5508948A (en) Numeric representation converting apparatus and vector processor unit such apparatus
US5931895A (en) Floating-point arithmetic processing apparatus
US20040254970A1 (en) Apparatus and method for adjusting exponents of floating point numbers
US5187678A (en) Priority encoder and floating-point normalization system for IEEE 754 standard
US5726926A (en) Shifter for shifting floating point number utilizing arithmetic operation of redundant binary number, and adder containing the same
EP0551531A1 (en) Apparatus for executing ADD/SUB operations between IEEE standard floating-point numbers
US5349671A (en) Microprocessor system generating instruction fetch addresses at high speed
JP2555967B2 (en) Floating point adder / subtractor
JPH0546363A (en) Divider
JPH0346024A (en) Floating point computing element
US4951238A (en) Processor for executing arithmetic operations on input data and constant data with a small error
JP2807170B2 (en) Arithmetic unit
JPH01232423A (en) Arithmetic circuit
JP3132436B2 (en) Floating-point multiply-accumulate unit
JP2664750B2 (en) Arithmetic device and arithmetic processing method
JPH0435777B2 (en)
EP1041720B1 (en) Binary zero determination signal generating circuit
JP3205020B2 (en) Arithmetic unit
JP2520484B2 (en) Division circuit
JP2856791B2 (en) Barrel shifter and floating point unit
JP2752698B2 (en) Floating point addition / subtraction circuit

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080905

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20080905

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20090905

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20090905

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20100905

Year of fee payment: 14

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

Free format text: PAYMENT UNTIL: 20110905

Year of fee payment: 15

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

Free format text: PAYMENT UNTIL: 20120905

Year of fee payment: 16

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

Free format text: PAYMENT UNTIL: 20130905

Year of fee payment: 17

EXPY Cancellation because of completion of term