JPH03250324A - Data processing system, integer/floating point data converter, and floating point/integer data converter - Google Patents

Data processing system, integer/floating point data converter, and floating point/integer data converter

Info

Publication number
JPH03250324A
JPH03250324A JP2047749A JP4774990A JPH03250324A JP H03250324 A JPH03250324 A JP H03250324A JP 2047749 A JP2047749 A JP 2047749A JP 4774990 A JP4774990 A JP 4774990A JP H03250324 A JPH03250324 A JP H03250324A
Authority
JP
Japan
Prior art keywords
data
output
integer
floating point
outputs
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2047749A
Other languages
Japanese (ja)
Inventor
Masamichi Fukaya
深谷 正道
Akihiro Katsura
晃洋 桂
Yasushi Fukunaga
泰 福永
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2047749A priority Critical patent/JPH03250324A/en
Publication of JPH03250324A publication Critical patent/JPH03250324A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain the fast working of both an integer-only processor and a floating point-only processor by providing the integer/floating point data converter and a floating point/integer data converter to the data transfer paths of both processors. CONSTITUTION:An integer-only processor 11 and a floating point-only processor 12 are connected to each other via a bidirectional conversion means 20 for both integer and floating data. Thus both processors are not required to perform the conversion processing for data expression forms of both processors 11 and 12. Therefore both processors can spare the time for execution of other arithmetic operations and ensure the fast working performance. In addition, both processors 11 and 12 are not required to program the conversion processing instructions and can simplify their program production tasks since the necessary conversion processing can be carried out with both processors just by designating the data transfer destinations.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、データ処理システムに係り、特に整数データ
を取扱うプロセッサと浮動小数点データを扱うプロセッ
サとが混在したデータ処理システムに関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data processing system, and particularly to a data processing system in which a processor that handles integer data and a processor that handles floating point data coexist.

〔従来の技術〕[Conventional technology]

整数データを扱うプロセッサにより浮動小数点データを
扱わせるには、浮動小数点データを整数データの表現形
式に変換する処理が必要となる。
In order to have a processor that handles integer data handle floating point data, it is necessary to convert the floating point data into an integer data representation format.

逆に浮動小数点データを扱うプロセッサにより整数デー
タを扱わせる場合も同様である。このような表現形式の
変換処理にはソフトウェアで処理する手段と、ハードウ
ェアにより処理する手段とがある。従来、ソフトウェア
により処理する方がハードウェアの構成が簡単になるこ
とから、広く採用されていた。
Conversely, the same applies when a processor that handles floating point data is made to handle integer data. Such expression format conversion processing includes means for processing using software and means for processing using hardware. Conventionally, processing using software has been widely adopted because it simplifies the hardware configuration.

しかし、ソフトウェアによる処理は実行時間がかかるた
め、データ処理全体の高速化の妨げになるという゛問題
がある。
However, since software processing takes time to execute, there is a problem in that it hinders speeding up the overall data processing.

そこで、従来、特開昭63−223825号公報に記載
されているように、ハードウェア構成のデータ表現形式
変換手段が提案されている。これはデータ駆動型処理装
置に、整数データを浮動小数点データに変換する手段を
設けたものである。
Therefore, a hardware-based data representation format conversion means has been proposed as described in Japanese Patent Application Laid-Open No. 63-223825. This is a data-driven processing device equipped with means for converting integer data into floating point data.

〔発明が解決しようとする課迎〕[The problem that the invention attempts to solve]

しかし、上記公報の従来技術は、すなわち、データ駆動
型処理装置では1つのプロセッサにおいて複数のデータ
表現形式を扱うようになっているため、そのプロセッサ
手段に含まれたデータ形式変換手段には、データ表現形
式の判別手段が必要となる。そのため、データ形式変換
手段の構成が複雑になるという問題がある。
However, in the prior art of the above-mentioned publication, in other words, in a data-driven processing device, one processor handles multiple data expression formats, so the data format conversion means included in the processor means is A means of determining the expression format is required. Therefore, there is a problem that the configuration of the data format conversion means becomes complicated.

また、上記データ駆動型処理装置は整数と浮動小数点の
両方のデータを扱えるという利点はあるが、システム構
成上から、各プロセッサを専ら扱うデータの表現形式に
特定した方が有利な場合がある。このような、整数専用
プロセッサと浮動小数点専用プロセッサが混在する従来
のデータ処理システムにおいて、それらのデータ表現形
式を変換処理する独立したハードウェア構成の手段がな
かったため、各プロセッサにより処理していたが、浮動
小数点演算の処理速度が向上して整数演算の処理速度に
近づきつつある現状では、相対的に上記変換処理の時間
の占める割合が大きくなるという問題がある。また、デ
ータ表現形式の変換実行を指示する命令をプログラムに
挿入しなければならず、プログラム長が長くなるという
問題がある。
Further, although the data-driven processing device has the advantage of being able to handle both integer and floating point data, it may be advantageous to specify a data representation format that is exclusively handled by each processor from the system configuration perspective. In conventional data processing systems such as this, where integer-only processors and floating-point processors coexist, there was no means for an independent hardware configuration to convert these data representation formats, so processing was performed by each processor. In the current situation where the processing speed of floating point operations has improved and is approaching the processing speed of integer operations, there is a problem that the proportion of time occupied by the conversion processing becomes relatively large. Furthermore, it is necessary to insert into the program an instruction for instructing the execution of data representation format conversion, resulting in a problem that the program length becomes long.

本発明の目的は、整数専用プロセッサと浮動小数点専用
プロセッサとが混在するデータ処理システムにおいて、
データ表現形式(整数−浮動序数点)の変換に係る各プ
ロセッサの負荷を排除して、各プロセッサの演算能力を
向上できるデータ処理システムを提供することにある。
An object of the present invention is to provide a data processing system in which a processor dedicated to integer numbers and a processor dedicated to floating point numbers coexist.
It is an object of the present invention to provide a data processing system that can improve the computing power of each processor by eliminating the load on each processor related to data representation format (integer-floating ordinal point) conversion.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は、上記目的を達成するため、整数専用プロセッ
サと浮動小数点専用プロセッサとを、整数・浮動小数点
データの双方向変換手段を介して接続してなるものとし
たのである。
In order to achieve the above object, the present invention connects an integer-only processor and a floating-point processor through a bidirectional conversion means for integer/floating-point data.

〔作用〕[Effect]

このように構成されることから、本発明によれば、次の
作用により上記目的が達成される。
With this configuration, according to the present invention, the above object is achieved through the following actions.

すなわち、整数・浮動小数点データの双方向変換手段を
設けたことから、各プロセッサはデータ表現形式の変換
処理を実行する必要がなくなり、その分値の演算処理を
行えるので高速処理が可能になる。また、各プロセッサ
はデータの転送先を指定するだけで必要な変換処理がな
されることから、変換処理の命令をプログラムする必要
がないので、プログラム作成作業が簡単になる。
That is, since a bidirectional conversion means for integer/floating point data is provided, each processor does not need to perform conversion processing of data representation formats, and can perform arithmetic processing of values accordingly, thereby enabling high-speed processing. Further, since each processor performs the necessary conversion processing simply by specifying the data transfer destination, there is no need to program conversion processing instructions, which simplifies the program creation work.

〔実施例〕〔Example〕

以下、本発明を実施例に基づいて説明する。 Hereinafter, the present invention will be explained based on examples.

第1図に本発明を適用してなる一実施例のデータ処理シ
ステムの全体構成図を示す。このシステムで扱われるデ
ータ表現形式としては、符号付き整数・符号なし整数、
浮動小数点実数、文字などのデータであり、またそれぞ
れデータ長の異なるものも含まれるが、ここでは整数と
浮動小数点のデータに係る部分についてのみ説明する。
FIG. 1 shows an overall configuration diagram of an embodiment of a data processing system to which the present invention is applied. Data representation formats handled by this system include signed integers, unsigned integers,
Data includes floating point real numbers, characters, etc., and includes data with different data lengths, but only the parts related to integer and floating point data will be explained here.

第1図に示すように、プロセッサとしては整数専用プロ
セッサ(エプロセッサ)11と浮動lJX数点プロセッ
サ(Fプロセッサ)12が混在している。これらのプロ
セッサ11と12はそれぞれ整数(I)データバス13
と浮動小数点(F)データバス14に接続されている。
As shown in FIG. 1, the processors include an integer-only processor (eprocessor) 11 and a floating IJX several-point processor (F processor) 12. These processors 11 and 12 each have an integer (I) data bus 13.
and a floating point (F) data bus 14.

また、これらのデータバス13と14にはそれぞれ整数
(I)レジスタ15と浮動小数点(F)レジスタ16と
が接続されている。そして、■データバス13とFデー
タバス14は整数データを浮動小数点データに変換する
ハードウェア構成のI/F変換装置17と、逆に変換を
行なうハードウェア構成のF/I変換装置18とにより
連結されている。
Further, an integer (I) register 15 and a floating point (F) register 16 are connected to these data buses 13 and 14, respectively. ■The data bus 13 and the F data bus 14 are connected by an I/F conversion device 17 having a hardware configuration that converts integer data into floating point data, and an F/I conversion device 18 having a hardware configuration that performs the reverse conversion. connected.

このように構成されるデータ処理システムでは、整数デ
ータはIレジスタ15に蓄えられ、■プロセッサ11で
処理される。また、浮動小数点データはFレジスタ16
に蓄えられ、Fプロセッサ12で処理される。Fデータ
バス14上のデータをエプロセッサ11で処理するとき
は、F/I変換装置18によって浮動小数点データを整
数データに変換する。また、■データバス13上のデー
タをFプロセッサ12で処理するときは、I/F交換装
置17によって整数データを浮動小数点データに変換す
る。
In the data processing system configured as described above, integer data is stored in the I register 15 and processed by the processor 11. Also, floating point data is stored in the F register 16.
and processed by the F processor 12. When data on the F data bus 14 is processed by the eprocessor 11, the F/I conversion device 18 converts floating point data into integer data. Also, when data on the data bus 13 is processed by the F processor 12, the I/F exchange device 17 converts integer data into floating point data.

また、本実施例システムでは、■プロセッサ11とFプ
ロセッサ12は、データ表現形式を変換するための特別
な命令を持つ必要がなく、各プロセッサ11と12が演
算結果を格納するレジスタ15又は16を指定すること
によって、指定されたレジスタのデータ表現形式に合わ
せてデータの変換が実行される。すなわち、各プロセッ
サ11゜12は各レジスタ15.16を介してデータを
転送するようになっており、異なるデータバス13と1
4間でデータが転送されるときは、必らずいずれかの変
換装置17又は18を介してやりとりされる。したがっ
て、各プロセッサ11と12のプログラムが簡単になる
。このことを第2図を用いて説明する。
Furthermore, in the system of this embodiment, (1) the processor 11 and the F processor 12 do not need to have a special instruction for converting the data representation format, and each processor 11 and 12 has a register 15 or 16 for storing the operation result. By specifying this, data is converted according to the data representation format of the specified register. That is, each processor 11, 12 is configured to transfer data via each register 15, 16, and is connected to a different data bus 13 and 1.
When data is transferred between the four, it is always done via one of the conversion devices 17 or 18. Therefore, programming of each processor 11 and 12 becomes simple. This will be explained using FIG. 2.

第2図(a)、(b)に示したプログラムは、いずれも
整数レジスタr1に格納されている整数データと、浮動
小数点レジスタf1に格納されている浮動小数点データ
とを加算し、演算結果を浮動小数点レジスタf1に格納
するものである。
The programs shown in FIGS. 2(a) and (b) both add the integer data stored in the integer register r1 and the floating point data stored in the floating point register f1, and calculate the operation result. It is stored in the floating point register f1.

同図(a)は、ソフト方式の従来技術を用いた場合のも
の、同図(b)は本実施例による場合のものである。そ
れらの図から判るように、本実施例によれば従来必要で
あった整数を浮動小数点に変換する命令(mov  r
l、f2)が不要となり、且つ、途中の演算結果を記憶
するためのレジスタf2を使わずに済む。このことから
、本実施例によるデータ処理システムでは、従来に比べ
てプログラム長を短縮することが可能となり、更にレジ
スタの占有頻度が低下して利用効率が向上する。
FIG. 4(a) shows the case where the software-based conventional technology is used, and FIG. As can be seen from these figures, according to this embodiment, an instruction (mov r
l, f2) becomes unnecessary, and the register f2 for storing intermediate calculation results can be omitted. Therefore, in the data processing system according to the present embodiment, the program length can be shortened compared to the conventional system, and the frequency of register occupancy is reduced, thereby improving utilization efficiency.

第3図に符号付き32ビツト整数データを倍精度浮動小
数点データに変換するI/F変換装置17の内部構成図
を示す。図示のように絶対値変換器40、桁数エンコー
ダ41、シフタ42.(0)判定器43、(1)判定器
44、(0)発生器45.16進整数の(IF)発生器
46.16進整数の(20)発生器47、マルチプレク
サ48゜49からなる。
FIG. 3 shows an internal configuration diagram of the I/F conversion device 17 that converts signed 32-bit integer data into double precision floating point data. As shown in the figure, an absolute value converter 40, a digit number encoder 41, a shifter 42 . It consists of (0) decider 43, (1) decider 44, (0) generator 45, hexadecimal integer (IF) generator 46, hexadecimal integer (20) generator 47, and multiplexer 48°49.

この装置が取り扱うデータの表現形式を第4図(a)、
(b)に示す。整数データ121の第31ビツトは符号
ビットである。また、浮動小数点データ122の第Oビ
ットから第51ビツトは仮数部f、第52ビツトから第
62ビツトは指数部e、第63ビツトは符号ビットであ
り表現される実数は−IS×1.fX2e″1023で
ある。コツトき仮数部の最上位ビットの「1」は省略さ
れる。
Figure 4(a) shows the representation format of data handled by this device.
Shown in (b). The 31st bit of integer data 121 is a sign bit. Furthermore, the Oth to 51st bits of the floating point data 122 are the mantissa part f, the 52nd to 62nd bits are the exponent part e, and the 63rd bit is the sign bit, and the real number represented is -IS×1. fX2e″1023. The most significant bit “1” of the short mantissa is omitted.

ただし、e=o、f=oの場合はrQJを意味する。こ
れはアイ・イー・イー・イー(IEEE)で定められた
形式である。
However, when e=o and f=o, it means rQJ. This is a format defined by the IEEE (IEEE).

入力される整数データは32ビツトのデータであり、ま
ず絶対値変換器40にて絶対値に変換される。すなわち
、符号ビット(第31ビツト)が正LL O11のとき
は第Oビットから第30ビツトの内容をそのまま桁数エ
ンコーダ41に、第Oビットから第29ビツトの内容を
シフタ42に出力する。負11117のときは第Oビッ
トから第30ビツトの内容の補数に変換してそれぞれ出
力する。また、入力される整数データの符号ビットは出
力浮動小数点データの符号ビット(第63ビツト)とし
て出力される。(0)判定器43は入力整数データの内
容が(0)に等しいか否か判定し、(0)に等しいとき
はsr 1 nをマルチプレクサ48と49のP端子に
出力する。(1)判定器W44は入力整数データの内容
が(1)か否かを判定し、(1)のときは111 II
を、それ以外のときはdi OIIをマルチプレクサ4
8と49のq端子に出力する。
The input integer data is 32-bit data, and is first converted into an absolute value by an absolute value converter 40. That is, when the sign bit (31st bit) is positive LLO11, the contents of the Oth bit to the 30th bit are output as they are to the digit number encoder 41, and the contents of the Oth bit to the 29th bit are output to the shifter 42. When it is negative 11117, it is converted into the complement of the contents of the Oth bit to the 30th bit and outputted. Further, the sign bit of the input integer data is output as the sign bit (63rd bit) of the output floating point data. (0) The determiner 43 determines whether the content of the input integer data is equal to (0) or not, and when equal to (0), outputs sr 1 n to the P terminals of the multiplexers 48 and 49. (1) The determiner W44 determines whether the content of the input integer data is (1) or not, and when it is (1), 111 II
, otherwise di OII to multiplexer 4
Output to q terminals of 8 and 49.

桁数エンコーダ41は入力される整数データの数値の実
際の桁数Nから2を減算した桁数データ(N−2)を指
数部eとして、マルチプレクサ49のW端子に出力する
とともに、シフタ42に出力する。シフタ42は入力さ
れる30ビツト分のデータを(30ビット−桁数データ
)= (30−(N−2))だけシフトし、その分だけ
のビットデータを捨て仮数部fとして浮動小数点データ
の第22ビツトから第51ビツトに出力する。(0)発
生器45はすべてのビットがlI OIIの信号を出力
するもので、浮動小数点データの第Oビットから第22
ビツトにKI O71を出力する。これは、32ビツト
の整数データを浮動小数点データに変換すると、浮動小
数点データの第Oビットから第21ビツトまでは常に1
1071になるからである。
The digit number encoder 41 outputs digit number data (N-2) obtained by subtracting 2 from the actual number of digits N of the input integer data value as an exponent part e to the W terminal of the multiplexer 49, and also outputs it to the shifter 42. Output. The shifter 42 shifts the input 30 bits of data by (30 bits - number of digits data) = (30 - (N - 2)), discards that bit data and uses it as the mantissa part f to convert the floating point data. It outputs from the 22nd bit to the 51st bit. (0) The generator 45 outputs a signal in which all bits are lI OII, and the Oth to 22nd bits of floating point data
Outputs KIO71 to the bit. This means that when converting 32-bit integer data to floating point data, the floating point data's Oth bit to 21st bit are always 1.
This is because it becomes 1071.

またマルチプレクサ48と49のU端子に浮動小数点デ
ータの第57ビツトから第62ビツトと第52ビツトか
ら第56ビツトのデータとして出力する。(1)発生器
46は5ビツトのすべてのビットが111 IIの信号
をマルチプレクサ48と49のWに出力する。(2o)
発生器47はビットデータの内容が“l、O,O,O,
O,O”の信号をマルチプレクサ48のV端子に出力す
る。マルチプレクサ48と49はP+ q端子と、入力
されるベクトルU、V、Wの内容に従い、次式の論理式
により表わされる出力yをそれぞれ出力する。
Further, the floating point data is outputted to the U terminals of multiplexers 48 and 49 as data of the 57th bit to the 62nd bit and the 52nd bit to the 56th bit. (1) The generator 46 outputs a signal of 5 bits, all of which are 111 II, to the W of the multiplexers 48 and 49. (2o)
The generator 47 has bit data contents of “l, O, O, O,
O, O'' signals are output to the V terminal of the multiplexer 48.The multiplexers 48 and 49 output the output y expressed by the following logical formula according to the P+ q terminal and the contents of the input vectors U, V, and W. Output each.

なお、ベクトルの成分は0”又は“1”の2通りとする
Note that there are two components of the vector: 0" or "1".

y=pqu+pqv+pqw このように構成されるI/F変換装置17の動作を説明
する。入力整数データの値が(0)のときは、(0)判
定器43から1(I IIがマルチプレクサ48と49
のp端子に入力される。これによりマルチプレクサ48
と49はり端子の内容、すなわち全ビットが1゛o′″
の信号を、浮動小数点データの第57ビツトから第62
ビツト及び第52ビツトから第56ビツトにrr Ot
rを出力する。これにより、入力整数データが(0)の
ときは、浮動小数点データの指数部eのビット(第52
から第62ビツト)がI/ OIIとなる。一方、仮数
部f(第22ビツトから第51ビツト)の内容は、シフ
タ42の出力が全ビット110”になるので、全ビット
II O#になる。
y=pqu+pqv+pqw The operation of the I/F conversion device 17 configured as described above will be explained. When the value of input integer data is (0), (0) determiner 43 to 1 (I II is multiplexer 48 and 49
is input to the p terminal of This allows multiplexer 48
and the contents of the 49 beam terminal, that is, all bits are 1゛o′″
signals from the 57th bit to the 62nd bit of the floating point data.
bit and rr Ot from 52nd bit to 56th bit
Output r. As a result, when the input integer data is (0), the bit (52nd
to 62nd bit) becomes I/OII. On the other hand, the contents of the mantissa part f (22nd bit to 51st bit) are all bits IIO# because the output of the shifter 42 is all bits 110''.

次に、入力整数データの値が(1)のときは、(1)判
定器44の出力が41111となり、これがマルチプレ
クサ48と49のq端子に入力される。
Next, when the value of the input integer data is (1), (1) the output of the determiner 44 becomes 41111, which is input to the q terminals of the multiplexers 48 and 49.

マルチプレクサ48と49はq端子にIt I IIが
入力されると、(IF)発生器46から入力された全て
がIt I IIのビット信号を出力浮動小数点データ
の第52ビツトから第61ビツトに出力する。
When It I II is input to the q terminals of the multiplexers 48 and 49, all the bit signals input from the (IF) generator 46 are It I II, and output them from the 52nd bit to the 61st bit of the floating point data. do.

すなわち、指数部eを(1023)にすることになる。That is, the exponent part e is set to (1023).

また、シフタ42の出力は全てのビットが0′″となる
ので、出力浮動小数点データの仮数部fはII Ojj
になる。
In addition, since all bits of the output of the shifter 42 are 0'', the mantissa part f of the output floating point data is II Ojj
become.

次に、入力整数データの値が2桁以上の整数のときにつ
いて説明する。入力された整数は絶対値変換器40で絶
対値に変換された後、シフタ42および桁数エンコーダ
41に入力される。桁数エンコーダ41は入力された3
1ビツトの整数の桁数Nより2を引いた数をマルチプレ
クサ49に与える。このときマルチプレクサ49は出力
浮動か数点データの第52ビツトから第56ビツトに1
桁数エンコーダ41の出力を出力する。また、このとき
マルチプレクサ48は、(20)発生器47の値を出力
するので、出力浮動小数点データの第62ビツトにパ1
”が出力され第57から第61ビツトには0“が出力さ
れる。これにより絶対値変換器40の出力に対応する浮
動小数点データの指数部eが生成される。仮数部fはシ
フタ42の出力により生成される。すなわち、入力整数
データの第O〜第29ビットのデータを、(N−2)ビ
ット左ヘシフトし、これによって上位桁から(N−2)
ビット分を捨てて、残りを仮数部fとして出力する。
Next, a case where the value of input integer data is an integer of two or more digits will be explained. The input integer is converted into an absolute value by an absolute value converter 40 and then input to a shifter 42 and a digit number encoder 41. The number of digits encoder 41 is the input 3
A number obtained by subtracting 2 from the number of digits N of a 1-bit integer is given to the multiplexer 49. At this time, the multiplexer 49 inputs 1 from the 52nd bit to the 56th bit of the output floating or several point data.
The output of the digit number encoder 41 is output. Also, at this time, the multiplexer 48 outputs the value of the (20) generator 47, so the 62nd bit of the output floating point data is
" is output, and 0" is output from the 57th to 61st bits. As a result, the exponent part e of the floating point data corresponding to the output of the absolute value converter 40 is generated. The mantissa part f is generated by the output of the shifter 42. In other words, the data of the Oth to 29th bits of the input integer data is shifted to the left by (N-2) bits, thereby starting from the high-order digit (N-2).
The bits are discarded and the remainder is output as the mantissa part f.

第5図は、浮動小数点データを整数データに変換するF
/I変換装置18の内部構成図である。
Figure 5 shows F for converting floating point data to integer data.
2 is an internal configuration diagram of the /I conversion device 18. FIG.

浮動小数点データの第21ビツトから第51ビツトの上
位にil 171を連結したデータはシフタ61に与え
られる。ここで“1”を連結したのは。
Data in which il 171 is concatenated with the 21st to 51st bits of the floating point data is provided to the shifter 61. What is the reason for concatenating “1” here?

浮動小数点の表現で省略されていた仮数部最上位の“1
”を復元するためである。浮動小数点データの第52ビ
ツトから第62ビツトは指数部エンコーダ62に与えら
れる。指数部エンコーダ62はシフタ61の制御に用い
られる。この指数部エンコーダ62とシフタ61の組み
合わせにより、指数部が表現している桁数だけ1IIF
51..21の値が近似値変換器63に設定される。近
似値変換装置63は入力データに対し切り捨て、切り上
げ、四捨五入等の処理を施し結果を補数変換器64に出
力する。補数変換器64では、浮動小数点データの符号
ビット(第63ビツト)がtt 117「負」のときに
与えられたデータを補数に変換する。なお、浮動小数点
の符号ビットは、そのまま出力整数データの符号ビット
に用いられる。
The most significant “1” in the mantissa, which was omitted in floating-point representation,
The 52nd to 62nd bits of the floating point data are given to the exponent encoder 62. The exponent encoder 62 is used to control the shifter 61. Depending on the combination, the number of digits represented by the exponent part is 1IIF.
51. .. 21 is set in the approximate value converter 63. The approximate value converter 63 performs processing such as rounding down, rounding up, and rounding off the input data, and outputs the results to the complement converter 64. The complement converter 64 converts the data given when the sign bit (63rd bit) of the floating point data is tt117 "negative" into a complement. Note that the sign bit of the floating point number is used as it is as the sign bit of the output integer data.

上述したように、第1図実施例によれば、整数専用プロ
セッサと浮動小数点専用プロセッサとが混在するデータ
処理システムにおいて、それらの2種類のプロセッサを
それぞれデータバスを介して同一表現形式のレジスタに
接続し、そのデータバスをハードウェア構成のI/F変
換装置とF/I変換装置を介して接続し、一方のプロセ
ッサから他方のプロセッサにデータを転送するにあたり
、相手のプロセッサのデータ表現形式に対応した変換を
行なう変換装置を介してレジスタにデータを転送するよ
うにしたことから、各プロセッサは整数と浮動小数点デ
ータの変換処理を行なう必要がない。これにより、各プ
ロセッサの負荷が軽減されて、他の処理の高速化が図れ
るとともに、変換処理にかかる専用命令がプロセッサに
不要となるので、プログラム作成が容易になる。
As described above, according to the embodiment of FIG. 1, in a data processing system in which integer-only processors and floating-point-only processors coexist, these two types of processors are connected to registers of the same representation format via data buses. When connecting the data bus through the hardware configuration I/F conversion device and F/I conversion device, and transferring data from one processor to the other processor, the data representation format of the other processor is Since data is transferred to the register via a conversion device that performs the corresponding conversion, each processor does not need to perform conversion processing between integer and floating point data. This reduces the load on each processor, speeds up other processing, and eliminates the need for the processors to provide dedicated instructions for conversion processing, making it easier to create programs.

第6図に本発明の他の実施例を示す。本実施例は整数デ
ータ形式の内部バス21に接続された■レジスタ15を
1プロセツサ11とFプロセッサ12が共用するシステ
ムに適用した例であり、外部バス22は浮動小数点デー
タ形式とされている。
FIG. 6 shows another embodiment of the invention. This embodiment is an example in which a register 15 connected to an internal bus 21 in integer data format is used in a system in which one processor 11 and an F processor 12 share, and the external bus 22 is in floating point data format.

図示のように、■プロセッサ11は整数・浮動小数点の
双方向可能な工・Fデータ変換装置20を介して外部バ
ス22に接続され、Fプロセッサ12は同様の1・Fデ
ータ変換装置20を介して内部バスに接続されている。
As shown in the figure, the processor 11 is connected to an external bus 22 via a bidirectional integer/floating point data converter 20, and the F processor 12 is connected via a similar 1/F data converter 20. connected to an internal bus.

なお、I/Fデータ変換装置20は前述した第3図と第
5図のI/Fデータ変換装置とF/Iデータ変換装置の
双方を有する構成である。本実施例によれば、■プロセ
ッサ11から外部バス22にデータを出力する指令によ
り、I/F変換装置20はI/F変換装置として作用し
、逆に外部バス22から1プロセツサ11にデータが転
送されるとき(あるいは取り込まれるとき)はF/Iデ
ータ変換装置として作用する。Fプロセッサ12に係る
■・Fデータ変換装置20についても同様である。
The I/F data conversion device 20 has a configuration including both the I/F data conversion device and the F/I data conversion device shown in FIGS. 3 and 5 described above. According to this embodiment, (1) the I/F conversion device 20 acts as an I/F conversion device in response to a command to output data from the processor 11 to the external bus 22; When transferred (or captured), it acts as an F/I data conversion device. The same applies to the F data conversion device 20 related to the F processor 12.

本実施例によれば、内部バス70のデータ表現形式を整
数に統一でき、これに対して、ハードウェア構成のI/
Fデータ変換装置76を介するだけでFプロセッサ73
を結合できる。
According to this embodiment, the data representation format of the internal bus 70 can be unified to integers, whereas the hardware configuration
F processor 73 simply via F data converter 76
can be combined.

第7図に本発明の他の実施例の構成図を示す。FIG. 7 shows a configuration diagram of another embodiment of the present invention.

本実施例は第6図実施例と類似であるが、内部バス23
のデータ表現形式を浮動小数点に統一したものであり、
また外部バス24のデータ表現形式は整数・浮動小数点
のいずれでもよい点で異なる。
This embodiment is similar to the embodiment shown in FIG.
The data representation format is unified to floating point,
Further, the data representation format of the external bus 24 may be either integer or floating point.

なお、レジスタ16は浮動小数点形式のものである。Note that the register 16 is of floating point format.

第8図に本発明の他の実施例の構成図を示す。FIG. 8 shows a configuration diagram of another embodiment of the present invention.

本実施例の特徴は、■レジスタ25とFレジスタ26に
記憶されているデータが、I/Fデータ変換装置17と
F/Iデータ変換装置18を介して共有されている点に
ある。
The feature of this embodiment is that the data stored in register 25 and F register 26 are shared via I/F data conversion device 17 and F/I data conversion device 18.

すなわち、■プロセッサ11が、■レジスタ25に書き
込みを行うと、I/Fデータ変換装置17を介してFレ
ジスタ26にも同時にデータが書き込まれる。また、F
プロセッサ12がFレジスタ26にデータを書き込むと
F/Iデータ変換装置18を介してIレジスタ25にも
同時にデータの書き込みが実行される。この結果、I/
Fデータ変換装置17がFレジスタ26にデータを書き
込んでいる間も、Fプロセッサ12は、別のFレジスタ
16を用いて処理を実行できる。
That is, when the (1) processor 11 writes data to the (2) register 25, data is simultaneously written to the F register 26 via the I/F data conversion device 17. Also, F
When the processor 12 writes data to the F register 26, the data is simultaneously written to the I register 25 via the F/I data conversion device 18. As a result, I/
Even while the F data conversion device 17 is writing data to the F register 26, the F processor 12 can execute processing using another F register 16.

次に第7図で説明したシステムを表示装置28を有する
電子計算機システムに適用した実施例を第9図に示す。
Next, FIG. 9 shows an embodiment in which the system described in FIG. 7 is applied to an electronic computer system having a display device 28.

本実施例によれば、■プロセッサ11とFプロセッサ1
2のシステムの処理高速化により、表示装W2Bに高速
な表示を行なわせることができる。
According to this embodiment, ■ processor 11 and F processor 1
By increasing the processing speed of the system No. 2, it is possible to cause the display device W2B to perform high-speed display.

なお、符号27で示したものはメモリである。また、表
示装置28に代えて、第10図に示すように、プリンタ
29を用いれば、高速印字を行なわせることかできる。
Note that the reference numeral 27 indicates a memory. Furthermore, if a printer 29 is used in place of the display device 28, as shown in FIG. 10, high-speed printing can be performed.

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

以上説明したように、本発明によれば次に示す効果があ
る。
As explained above, the present invention has the following effects.

整数専用プロセッサと浮動小数点専用プロセッサが混在
′するデータ処理システムにおいて、両者のデータ転送
経路に整数・浮動小数点データの双方向変換手段を設け
たことから、各プロセッサはデータ表現形式の変換処理
を実行する必要がなくなり、その公地の演算処理を行え
るので高速処理が可能になる。また、各プロセッサはデ
ータの転送先を指定するだけで必要な変換処理がなされ
ることから、変換処理の命令をプログラムする必要がな
いので、プログラム作成作業が簡単になる。
In a data processing system that includes a mixture of integer-only processors and floating-point processors, bidirectional conversion means for integer and floating-point data is provided in the data transfer path between the two, allowing each processor to perform data representation format conversion processing. This eliminates the need to perform arithmetic operations on the public domain, enabling high-speed processing. Further, since each processor performs the necessary conversion processing simply by specifying the data transfer destination, there is no need to program conversion processing instructions, which simplifies the program creation work.

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

第1図は本発明の一実施例のシステム構成図、第2図は
第1図実施例のプログラムの一例を示す図、第3図は第
1図実施例のI/F変換器の詳細構成図、第4図は整数
データと浮動小数点データのデータフレーム構成図、第
5図は第1図実施例のF/I変換器の詳細構成図、第6
図乃至第10図はそれぞれ本発明の他の実施例のシステ
ム構成図である。 11・・・整数専用プロセッサ(1)プロセッサ、12
・・浮動小数点専用(F)プロセッサ。 15・・・整数(I)レジスタ、 16・・浮動小数点(F)レジスタ、 17・・・整数/浮動小数点データ(I/F)変換器、
18・・浮動小数点/整数データ(F/I)変換器、2
0・・・整数・浮動小数点データ双方向変換器。
Fig. 1 is a system configuration diagram of an embodiment of the present invention, Fig. 2 is a diagram showing an example of a program of the embodiment of Fig. 1, and Fig. 3 is a detailed configuration of the I/F converter of the embodiment of Fig. 1. 4 is a data frame configuration diagram of integer data and floating point data, FIG. 5 is a detailed configuration diagram of the F/I converter of the embodiment shown in FIG. 1, and FIG.
10 through 10 are system configuration diagrams of other embodiments of the present invention. 11...Integer-only processor (1) processor, 12
...Floating point dedicated (F) processor. 15... Integer (I) register, 16... Floating point (F) register, 17... Integer/floating point data (I/F) converter,
18...Floating point/integer data (F/I) converter, 2
0: Integer/floating point data bidirectional converter.

Claims (1)

【特許請求の範囲】 1、整数専用プロセッサと浮動小数点専用プロセッサと
を、整数・浮動小数点データの双方向変換手段を介して
接続してなるデータ処理システム。 2、整数専用プロセッサと、該整数専用プロセッサに第
1のデータバスを介して接続された第1の記憶手段と、
浮動小数点専用プロセッサと、該浮動小数点専用プロセ
ッサに第2のデータバスを介して接続された第2の記憶
手段と、前記第1のデータバス上の整数データを浮動小
数点データに変換して前記第2のデータバス上に出力す
る整数/浮動小数点データ変換手段と前記第2のデータ
バス上の浮動小数点データを整数データに変換して前記
第1のデータバス上に出力する浮動小数点/整数データ
変換手段とを有してなるデータ処理システム。 3、整数専用プロセッサと、浮動小数点専用プロセッサ
と、該浮動小数点専用プロセッサが接続されたデータバ
スと、該データバスに接続された記憶手段と、前記整数
専用プロセッサと前記データバスとを接続してなる整数
・浮動小数点データの双方向変換手段とを有してなるデ
ータ処理システム。 4、整数専用プロセッサと、該整数専用プロセッサにそ
れぞれ第1と第2のデータバスを介して接続された第1
と第2の整数専用記憶手段と、浮動小数点専用プロセッ
サと、該浮動小数点専用プロセッサに第3と第4のデー
タバスを介して接続された第3と第4の浮動小数点専用
記憶手段と、前記第2と第4のデータバスとを接続して
なる整数・浮動小数点データの双方向変換手段とを有し
てなるデータ処理システム。 5、前記整数/浮動小数点データ変換手段が、整数デー
タの入力端子と、該端子から入力される整数データを絶
対値に変換する絶対値変換手段と、該絶対値に変換され
た整数を入力しその桁数を求め該桁行から2を引いた桁
数データを出力する桁数エンコーダと、前記絶対値に変
換された整数と前記桁数データを入力し前記整数を桁数
データ分だけ上位ビット側にシフトして出力するシフタ
と、前記入力される整数データの値が(0)のとき判定
信号“1”を出力する(0)判定器と、前記入力される
整数データの値が(1)のとき判定信号“1”を出力す
る(1)判定器と、複数の出力ビットを有し該出力ビッ
トに全て“0”を出力する(0)発生器と、複数の出力
ビットを有し該出力ビットに全て“1”を出力する(1
)発生器と、出力浮動小数点データの指数部の底のビッ
トデータを出力する底発生器と、前記(0)発生器と前
記(1)発生器と前記底発生器の出力を入力し、前記(
0)判定器の出力が“1”のとき前記(0)発生器の出
力を、前記(1)判定器の出力が“1”のとき前記(1
)発生器の出力を、前記(0)判定器と前記(1)判定
器の出力がいずれも“1”でないとき前記底発生器の出
力を選択して出力する第1のマルチプレクサと、前記(
0)発生器と前記(1)発生器と前記桁数エンコーダの
出力を入力し、前記(0)判定器の出力が“1”のとき
前記(0)発生器の出力を、前記(1)判定器の出力が
“1”のとき前記(1)発生器の出力を、前記(0)判
定器と前記(1)判定器の出力がいずれも“1”でない
とき前記桁数エンコーダの出力を選択して出力する第2
のマルチプレクサと、前記シフタの出力を出力浮動小数
点データの仮数部として出力する出力端子と、前記第1
と第2のマルチプレクサの出力を指数部として出力する
出力端子と、前記入力整数データの符号ビットに接続さ
れ出力浮動小数点データの符号として出力する出力端子
とを有してなり、前記浮動小数点/整数データ変換手段
が、浮動小数点データが入力される入力端子と、該入力
される浮動小数点データの指数部を入力し出力整数デー
タの桁数を求める指数部エンコーダと、前記入力される
浮動小数点データの仮数部を入力し前記指数部エンコー
ダにより求められた桁数だけ上位ビット側にシフトする
とともに最上位ビットに“1”を付加して出力するシフ
タと、該シフタの出力を入力し所定の丸め処理をして出
力する近似値変換器と、該近似値変換器の出力を入力し
前記入力浮動小数点データの符号ビットの内容に基づい
て補数変換する補数変換器と、該補数変換器の出力に前
記符号ビットを付加して整数データとして出力する出力
端子とを有してなることを特徴とする請求項2、3、4
記載のデータ処理システム。 6、整数データの入力端と、該端子から入力される整数
データを絶対値に変換する絶対値変換手段と、該絶対値
に変換された整数を入力しその桁数を求め該桁数から2
を引いた桁数データを出力する桁数エンコーダと、前記
絶対値に変換された整数と前記桁数データを入力し前記
整数を桁数データ分だけ上位ビット側にシフトして出力
するシフタと、前記入力される整数データの値が(0)
のとき判定信号“1”を出力する(0)判定器と、前記
入力される整数データの値が(1)のとき判定信号“1
”を出力する(1)判定器と、複数の出力ビットを有し
該出力ビットに全て“0”を出力する(0)発生器と、
複数の出力ビットを有し該出力ビットに全て“1”を出
力する(1)発生器と、出力浮動小数点データの指数部
の底のビットデータを出力する底発生器と、前記(0)
発生器と前記(1)発生器と前記底発生器の出力を入力
し、前記(0)判定器の出力が“1”のとき前記(0)
発生器の出力を、前記(1)判定器の出力が“1”のと
き前記(1)発生器の出力を、前記(0)判定器と前記
(1)判定器の出力がいずれも“1”でないとき前記底
発生器の出力を選択して出力する第1のマルチプレクサ
と、前記(0)発生器と前記(1)発生器と前記桁数エ
ンコーダの出力を入力し、前記(0)判定器の出力が“
1”のとき前記(0)発生器の出力を、前記(1)判定
器の出力が“1”のとき前記(1)発生器の出力を、前
記(0)判定器と前記(1)判定器の出力がいずれも“
1”でないとき前記桁数エンコーダの出力を選択して出
力する第2のマルチプレクサと、前記シフタの出力を出
力浮動小数点データの仮数部として出力する出力端子と
、前記第1と第2のマルチプレクサの出力を指数部とし
て出力する出力端子と、前記入力整数データの符号ビッ
トに接続され出力浮動小数点データの符号として出力す
る出力端子とを有してなる整数/浮動小数点データ変換
装置。 7、浮動小数点データが入力される入力端子と、該入力
される浮動小数点データの指数部を入力し出力整数デー
タの桁数を求める指数部エンコーダと、前記入力される
浮動小数点データの仮数部を入力し前記指数部エンコー
ダにより求められた桁数だけ上位ビット側にシフトする
とともに最上位ビットに“1”を付加して出力するシフ
タと、該シフタの出力を入力し所定の丸め処理をして出
力する近似値変換器と、該近似値変換器の出力を入力し
前記入力浮動小数点データの符号ビットの内容に基づい
て補数変換する補数変換器と、該補数変換器の出力に前
記符号ビットを付加して整数データとして出力する出力
端子とを有してなる浮動小数点/整数データ変換装置。
[Scope of Claims] 1. A data processing system in which an integer-only processor and a floating-point processor are connected via bidirectional conversion means for integer/floating-point data. 2. an integer-only processor; a first storage means connected to the integer-only processor via a first data bus;
a floating point dedicated processor; a second storage means connected to the floating point dedicated processor via a second data bus; an integer/floating point data conversion means for outputting onto the second data bus; and a floating point/integer data conversion means for converting the floating point data on the second data bus into integer data and outputting the converted data onto the first data bus. A data processing system comprising means. 3. An integer-dedicated processor, a floating-point-dedicated processor, a data bus to which the floating-point-dedicated processor is connected, a storage means connected to the data bus, and a connection between the integer-dedicated processor and the data bus; A data processing system comprising: bidirectional conversion means for integer/floating point data. 4. an integer-only processor; and a first integer-only processor connected to the integer-only processor via first and second data buses, respectively.
and a second integer-only storage means; a floating-point-only processor; and third and fourth floating-point storage means connected to the floating-point-only processor via third and fourth data buses; A data processing system comprising bidirectional conversion means for integer/floating point data, which is formed by connecting a second and a fourth data bus. 5. The integer/floating point data conversion means receives an input terminal for integer data, an absolute value conversion means for converting the integer data input from the terminal into an absolute value, and inputs the integer converted to the absolute value. A digit encoder that calculates the number of digits and outputs the digit data obtained by subtracting 2 from the digit row, and a digit encoder that inputs the integer converted to the absolute value and the digit data and changes the integer to the upper bit side by the digit number data. a shifter that outputs a shift signal, a (0) determiner that outputs a determination signal "1" when the value of the input integer data is (0), and a (0) determiner that outputs a determination signal "1" when the value of the input integer data is (1). (1) a determiner that outputs a determination signal "1" when Output all “1” to the output bits (1
) generator, a base generator that outputs the base bit data of the exponent part of the output floating point data, inputting the outputs of the (0) generator, the (1) generator, and the base generator; (
0) When the output of the determiner is “1”, the output of the (0) generator is determined, and when the output of the (1) determiner is “1”, the output of the (1) generator is
) A first multiplexer that selects and outputs the output of the base generator when neither the output of the (0) determiner nor the output of the (1) determiner is "1";
0) The output of the generator and the (1) generator and the digit number encoder are input, and when the output of the (0) determiner is "1", the output of the (0) generator is input as described in (1). When the output of the determiner is "1", the output of the (1) generator is used; when the output of the (0) determiner and the output of the (1) determiner are both not "1", the output of the digit number encoder is determined. The second to select and output
a multiplexer, an output terminal for outputting the output of the shifter as the mantissa part of the output floating point data, and the first multiplexer;
and an output terminal that outputs the output of the second multiplexer as an exponent part, and an output terminal that is connected to the sign bit of the input integer data and outputs the sign of the output floating point data, and the floating point/integer The data conversion means includes an input terminal into which floating point data is input, an exponent encoder which inputs the exponent part of the input floating point data and calculates the number of digits of the output integer data, and A shifter that inputs the mantissa and shifts it to the upper bit side by the number of digits determined by the exponent encoder and adds "1" to the most significant bit and outputs it; and a shifter that inputs the output of the shifter and performs a predetermined rounding process. an approximate value converter that inputs the output of the approximate value converter and performs complement conversion based on the contents of the sign bit of the input floating point data; Claims 2, 3, and 4 further comprising an output terminal for adding a sign bit and outputting the resultant as integer data.
Data processing system as described. 6. An input terminal for integer data, an absolute value conversion means for converting the integer data input from the terminal into an absolute value, input the integer converted to the absolute value, calculate the number of digits, and calculate 2 from the number of digits.
a digit encoder that outputs digit number data obtained by subtracting , and a shifter that inputs the integer converted to the absolute value and the digit number data, shifts the integer to the upper bit side by the digit number data, and outputs the result. The value of the input integer data is (0)
a (0) determiner that outputs a determination signal “1” when the value of the input integer data is (1);
(1) a determiner that outputs “0”; a (0) generator that has a plurality of output bits and outputs all “0” to the output bits;
(1) a generator that has a plurality of output bits and outputs all "1" to the output bits; a base generator that outputs the base bit data of the exponent part of output floating point data; and (0)
Input the outputs of the generator and the (1) generator and the base generator, and when the output of the (0) determiner is "1", the (0)
When the output of the generator (1) is "1", the output of the (1) generator is "1", and the output of the (0) determiner and the (1) determiner are both "1". a first multiplexer that selects and outputs the output of the base generator when the base generator is not ``; The output of the device is “
When the output of the (1) determiner is "1", the output of the (1) generator is determined by the (0) determiner and the (1) determiner. The output of the device is “
a second multiplexer that selects and outputs the output of the digit number encoder when the number of digits is not 1'', an output terminal that outputs the output of the shifter as the mantissa part of the output floating point data, and the first and second multiplexers. An integer/floating point data conversion device comprising an output terminal that outputs an output as an exponent part, and an output terminal that is connected to the sign bit of the input integer data and outputs the sign of the output floating point data. 7. Floating point an input terminal into which data is input; an exponent encoder which inputs the exponent part of the input floating point data and calculates the number of digits of output integer data; and an exponent encoder which inputs the mantissa part of the input floating point data and calculates the number of digits of the output integer data; A shifter that shifts to the upper bit side by the number of digits determined by the partial encoder and adds "1" to the most significant bit and outputs it, and an approximate value that inputs the output of the shifter, performs predetermined rounding processing, and outputs it. a converter, a complement converter inputting the output of the approximate value converter and converting it to a complement based on the contents of the sign bit of the input floating point data; A floating point/integer data conversion device comprising an output terminal for outputting data.
JP2047749A 1990-02-28 1990-02-28 Data processing system, integer/floating point data converter, and floating point/integer data converter Pending JPH03250324A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2047749A JPH03250324A (en) 1990-02-28 1990-02-28 Data processing system, integer/floating point data converter, and floating point/integer data converter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2047749A JPH03250324A (en) 1990-02-28 1990-02-28 Data processing system, integer/floating point data converter, and floating point/integer data converter

Publications (1)

Publication Number Publication Date
JPH03250324A true JPH03250324A (en) 1991-11-08

Family

ID=12784002

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2047749A Pending JPH03250324A (en) 1990-02-28 1990-02-28 Data processing system, integer/floating point data converter, and floating point/integer data converter

Country Status (1)

Country Link
JP (1) JPH03250324A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006154979A (en) * 2004-11-25 2006-06-15 Sony Corp Floating point number arithmetic circuit

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006154979A (en) * 2004-11-25 2006-06-15 Sony Corp Floating point number arithmetic circuit
US7949696B2 (en) 2004-11-25 2011-05-24 Sony Corporation Floating-point number arithmetic circuit for handling immediate values

Similar Documents

Publication Publication Date Title
JP2651267B2 (en) Arithmetic processing device and arithmetic processing method
JP3583474B2 (en) Multiplier
JPS6097435A (en) Arithmetic processor
JPS61122747A (en) Data processor
US4503511A (en) Computing system with multifunctional arithmetic logic unit in single integrated circuit
JPS6124729B2 (en)
JPH03250324A (en) Data processing system, integer/floating point data converter, and floating point/integer data converter
JPH0346024A (en) Floating point computing element
CN114371828A (en) Polynomial multiplier and processor with same
KR100196270B1 (en) Microprocessor
JP3144859B2 (en) Arithmetic logic unit
JPH0991118A (en) Floating point arithmetic unit
JPH0291724A (en) Arithmetic unit
JPS61143838A (en) Arithmetic unit
JP2004192405A (en) Simd type processor
US5018092A (en) Stack-type arithmetic circuit
JP3186095B2 (en) Arithmetic processing unit
JPH05346906A (en) Conversion system for pointer data on shared memory
JP2907276B2 (en) Arithmetic processing unit
JPS61101834A (en) Semiconductor integrated circuit processor
JPS619725A (en) Microprogram control circuit
JPH0823808B2 (en) Digital signal processor
JP3742745B2 (en) Arithmetic processing unit
SU750491A1 (en) Coordinate transforming device
JPS6133538A (en) Arithmetic unit