JP2727023B2 - Information processing device - Google Patents

Information processing device

Info

Publication number
JP2727023B2
JP2727023B2 JP1237170A JP23717089A JP2727023B2 JP 2727023 B2 JP2727023 B2 JP 2727023B2 JP 1237170 A JP1237170 A JP 1237170A JP 23717089 A JP23717089 A JP 23717089A JP 2727023 B2 JP2727023 B2 JP 2727023B2
Authority
JP
Japan
Prior art keywords
unit
instruction
execution
operand
storage unit
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 - Fee Related
Application number
JP1237170A
Other languages
Japanese (ja)
Other versions
JPH03100826A (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.)
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 JP1237170A priority Critical patent/JP2727023B2/en
Publication of JPH03100826A publication Critical patent/JPH03100826A/en
Application granted granted Critical
Publication of JP2727023B2 publication Critical patent/JP2727023B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Description

【発明の詳細な説明】 〔概要〕 一又は二以上の被演算子についての演算命令に基いて
演算実行を行なう演算ユニットを有する情報処理装置に
関し、 同一の被演算子について同一の演算命令に基づいた演
算を多数含むプログラムの処理速度を簡易な手段で向上
させることを目的とし、 上記演算ユニットにて演算実行するうちで所定の演算
命令内容及び被演算子と、この被演算子を演算実行した
ときの演算結果とを対にして格納するデータ格納部と、
演算実行をされる際に上記データ格納部内に同一の演算
命令内容及び被演算子の組合わせがあるか否かを検索
し、あると判断したときには演算ユニットに演算実行中
止指令を出すと共に、この演算命令内容及び被演算子の
組合わせに該当する演算結果を出力する検索判断部とを
有する情報処理装置である。
DETAILED DESCRIPTION OF THE INVENTION [Summary] The present invention relates to an information processing apparatus having an operation unit for performing an operation based on an operation instruction for one or more operands, and for an identical operand based on the same operation instruction. The purpose of the present invention is to improve the processing speed of a program including a large number of arithmetic operations by simple means, and to execute predetermined arithmetic operation instruction contents and operands and arithmetic operations during the arithmetic execution by the arithmetic unit. A data storage unit that stores the operation result at the time as a pair,
When performing the operation, the data storage unit is searched for the same combination of the operation instruction content and the operand, and when it is determined that there is, a command to stop the execution of the operation is issued to the operation unit. An information processing apparatus having a search determining unit that outputs an operation result corresponding to a combination of operation instruction contents and operands.

〔産業上の利用分野〕[Industrial applications]

本発明は、一又は二以上の被演算子を演算命令に基い
て演算実行を行なう際、同一内容の演算実行の繰り返し
を省略して演算処理時間の短縮を図るようにした情報処
理装置に関する。
The present invention relates to an information processing apparatus that reduces the processing time by omitting repetition of the execution of the same operation when performing an operation on one or more operands based on an operation instruction.

〔技術の背景〕[Technological background]

一般の情報処理装置は、プログラムを実行する演算ユ
ニットを備え、この演算ユニットにおいて制御ユニット
からの演算命令に基づいた所定の演算を行なう。この演
算ユニットにおける演算の種類と順序は、通常高級プロ
グラミング言語によって指定されるが、ある種のアプリ
ケーション・プログラムの実行では大きなまとまりの処
理内容に関して、同一内容の演算処理を繰り返すことが
非常に多く、その度に同一の演算を実行することで処理
時間の低下を招いている。例えば、ワードプロセッサに
おける印刷処理を例にとれば、表を作成する場合、印刷
すべき横線・縦線の各行の指定は、同一であるのにかか
わらず、実際の処理では各行毎に同一の処理が繰り返し
行なわれる。また、同様の例では機械翻訳システムにお
ける辞書内容の取り出しにも見られ、同一の単語が文章
中に多数回出現したときでも、その度に辞書引き処理が
行なわれる。
A general information processing apparatus includes an operation unit that executes a program, and performs a predetermined operation based on an operation command from a control unit in the operation unit. The types and order of operations in this operation unit are usually specified by a high-level programming language, but in the execution of a certain application program, it is very common to repeat the same operation for a large set of processing contents. Executing the same operation each time causes a reduction in processing time. For example, taking the printing process in a word processor as an example, when creating a table, the designation of each horizontal and vertical line to be printed is the same, but in the actual process, the same process is performed for each row. It is repeated. In a similar example, this is also seen in the retrieval of dictionary contents in a machine translation system. Even when the same word appears many times in a sentence, a dictionary lookup process is performed each time.

従って、このような同一演算の繰り返しを避けること
ができれば、プログラム全体の演算に要する処理時間を
短縮することができ、上述したようにワードプロセッ
サ、機械翻訳システムや情報検索システムなど処理量が
非常に大きい場合には、同一演算の繰り返しを避けるこ
とがシステム全体の性能向上につながることになる。
Therefore, if such repetition of the same operation can be avoided, the processing time required for the operation of the entire program can be reduced, and the processing amount of a word processor, a machine translation system, an information retrieval system, etc. is extremely large as described above. In such a case, avoiding repetition of the same operation will lead to an improvement in the performance of the entire system.

〔従来の技術〕[Conventional technology]

従来の情報処理装置にあっては、同一演算の繰返し実
行に対する演算処理時間の短縮法として、例えば同一内
容の演算のうち一部の演算を予め取り除く方法があっ
た。これは同一のプログラム単位の中で、同一の定数を
被演算子に持つような複数の演算がある場合に、演算の
繰返し実行を避けるために、予めプログラマが最適化処
理を行なったり、コンパイラによる自動最適化によって
処理するものである。
In a conventional information processing apparatus, as a method of shortening the operation processing time for repeated execution of the same operation, for example, there is a method of previously removing some of the operations having the same contents. This is because when there are multiple operations in the same program unit that have the same constant in the operand, in order to avoid repeated execution of the operation, the programmer performs optimization processing in advance, Processing is performed by automatic optimization.

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

しかしながら、上述した従来の方法では、プログラム
の中で被演算子が変数として表現されている場合など
は、変数の値の変化が一般的には予想し難いことから、
効率的に最適化を行なうことは困難であった。
However, in the conventional method described above, when the operand is expressed as a variable in a program, the change in the value of the variable is generally difficult to predict.
It has been difficult to optimize efficiently.

一方、同一演算の繰返し実行を、ソフトウエアのプロ
グラムによって省略してしまう処理方法も考えられる
が、そのためのプログラムを組もうとすると論理が複雑
になったりプログラム・ステップが増加してしまい、処
理時間の短縮化を図るという本発明の目的に沿わないも
のとなる。
On the other hand, a processing method in which the repetitive execution of the same operation is omitted by a software program is also conceivable, but if a program for that purpose is to be constructed, the logic becomes complicated or the number of program steps increases, and the processing time This does not meet the object of the present invention of shortening the length.

そこで、本発明の技術的課題は、同一の被演算子につ
いて同一の演算命令に基づいた演算を多数含むプログラ
ムの処理速度を簡易な手段で向上させるものである。
Therefore, a technical problem of the present invention is to improve the processing speed of a program including a large number of operations based on the same operation instruction on the same operand by simple means.

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

本発明は、上記技術的課題を解決するために、第1図
に示したように、一又は二以上の被演算子についての演
算命令に基いて演算実行を行う演算ユニットを有する情
報処理装置において、上記演算ユニットにて演算実行す
るうちで所定の演算命令内容及び被演算子と、この被演
算子を演算実行したときの演算結果とを対にして格納す
るデータ格納部と、演算実行がされる際に、演算ユニッ
トにおける演算実行と併行して上記データ格納部内に同
一の演算命令内容及び被演算子の組合わせがあるか否か
を検索し、あると判断したときには演算ユニットに演算
実行中止指令を出すと共に、演算ユニットからの出力に
代えてこの演算命令内容及び被演算子の組合わせに該当
する演算結果をデータ格納部から出力するよう制御する
検索判断部とを有するものである。
In order to solve the above technical problem, the present invention relates to an information processing apparatus having an operation unit for executing an operation based on an operation instruction for one or more operands as shown in FIG. A data storage unit for storing a pair of a predetermined operation instruction content and an operand during execution of the operation by the operation unit, and an operation result when the operation is performed on the operand; At the same time as the execution of the operation in the operation unit, the data storage unit is searched for the same combination of the operation instruction contents and the operands. A search judging unit for issuing a command and controlling to output from the data storage unit an operation result corresponding to the combination of the operation instruction content and the operand instead of the output from the operation unit. It is intended.

〔作用〕[Action]

上述の手段によれば、所定の演算時、即ち演算実行省
略処理の対象である一又は二以上の被演算子についての
演算時には、演算ユニットと共に演算実行省略ユニット
10(データ格納部2と検索判断部3を備える)が起動さ
れ、演算しようとする被演算子及び演算命令と同一の組
合わせがデータ格納部2に格納されているか否かを検索
判断部3によって検索し、その結果格納されていると判
断された時には、演算ユニット1に演算処理を省略する
ための中止指令を出力すると共に、格納されている演算
結果を出力して演算ユニット1での演算処理に要する時
間を短縮することができる。
According to the above-described means, at the time of a predetermined operation, that is, at the time of an operation for one or more operands to be subjected to the operation execution omission processing, the operation execution omission unit together with the operation unit
10 (including the data storage unit 2 and the search determination unit 3) is activated, and the search determination unit 3 determines whether the same combination of the operand to be operated on and the operation instruction is stored in the data storage unit 2. And when it is determined that the result is stored, a stop instruction for omitting the operation processing is output to the operation unit 1, and the stored operation result is output to execute the operation in the operation unit 1. The time required for processing can be reduced.

一方、同一の組合わせが格納されていない場合には、
演算実行省略ユニット10は演算ユニット1の演算終了を
待って演算ユニット1から演算結果を受取り、演算命令
および被演算子と、その被演算子を演算実行したときの
演算結果とを対にしてデータ格納部2に格納し、次の演
算命令に対して検索判断の対象に加える。
On the other hand, if the same combination is not stored,
The operation execution omitting unit 10 receives the operation result from the operation unit 1 after the operation of the operation unit 1 is completed, and combines the operation instruction and the operand with the operation result obtained when the operation is performed on the operand to form a data. It is stored in the storage unit 2 and added to the next operation instruction as an object of search judgment.

〔実施例〕〔Example〕

以下添付図面に基づいて、本発明の実施例を詳細に説
明する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

第2図は本発明に係る情報処理装置の構成を示すもの
である。同図において、符号4は主記憶ユニットであっ
て、命令又はその他のデータを引き続く実行又は処理の
ために格納するものであって、アドレスを指定した読出
し指令によりこれらのデータを出力する記憶装置であ
る。5は制御ユニットであって、命令を逐次解読して主
記憶ユニット4等に必要な指令を与えることにより、自
動的に演算処理が進行するように制御する装置である。
6,7,8及び9はレジスタ類の集合群であり、データレジ
スタ6は制御ユニット5からの読出し指令を受けた時の
主記憶ユニット4からのデータ、又は演算ユニット1等
からの演算結果を保持するためのレジスタ、演算レジス
タ7は上記制御ユニット5で指令する演算命令のコード
及び一又は二以上の被演算子のアドレスを一つの命令語
の形式として記憶するレジスタ、プロセッサ・ステータ
ス・レジスタ8は制御ユニット5から指定されたアドレ
スにあるデータの状況等を表わすためのレジスタであ
り、内部にプログラムカウンタ8aを有する。なお、上記
符号9は汎用レジスタであって、被演算子などを格納す
るものである。
FIG. 2 shows the configuration of the information processing apparatus according to the present invention. In the figure, reference numeral 4 denotes a main storage unit which stores instructions or other data for subsequent execution or processing, and is a storage device which outputs these data in response to a read command specifying an address. is there. Reference numeral 5 denotes a control unit, which sequentially decodes instructions and gives necessary instructions to the main storage unit 4 and the like, thereby controlling the arithmetic processing to proceed automatically.
Reference numerals 6, 7, 8 and 9 denote a group of registers. The data register 6 stores data from the main storage unit 4 when a read command is received from the control unit 5 or operation results from the operation unit 1 or the like. The register for holding and the operation register 7 are a register for storing the code of the operation instruction instructed by the control unit 5 and the address of one or more operands in the form of one instruction word, a processor status register 8 Is a register for indicating the status of the data at the address specified by the control unit 5 and has a program counter 8a therein. Reference numeral 9 denotes a general-purpose register for storing operands and the like.

上記演算レジスタ7に保持されるデータは、第3図に
示すように、命令語の一般形式として表わすことがで
き、それぞれの命令語は演算命令コード(OP)と、その
演算命令コード(OP)に用いる1又は2以上…n個まで
の被演算子(OPRD1,OPRD2,…OPRDn)とを有する。ま
た、各命令語の先頭にはフラグ(F)が設定されてお
り、所定の演算命令、即ち演算実行を省略する命令語の
場合にはフラグ・オンとし、省略しない命令語の場合は
フラグ・オフとして区分する。このように、全ての命令
語について演算実行の省略を行なわないのは、繰り返し
の使用頻度の高い演算のみに限ることによって、より効
率的に演算時間の短縮化を図ることができるからであ
る。なお、通常のコンピュータでは、サブルーチンに対
応するような大きな処理を一つの命令で実行することが
あるが、本発明ではこのような大きな単位の命令に対し
ても演算実行を省略することができ、その場合には第3
図のOPをサブルーチン・コールとする。そして、OPRD1
を被演算子位置指定として、ここに被演算子の個数及び
被演算子のアドレス列の先頭アドレスを書込み、OPRD2
を演算結果格納位置指定として、ここに演算結果の語数
及び演算結果が置かれる先頭アドレスを書込むことで、
処理することができる。
The data held in the operation register 7 can be represented as a general form of instruction words as shown in FIG. 3, and each instruction word is composed of an operation instruction code (OP) and the operation instruction code (OP). , OPRD 1 , OPRD 2 ,... OPRD n . A flag (F) is set at the head of each instruction word. The flag is turned on for a predetermined operation instruction, that is, an instruction word for which the execution of the operation is to be omitted, and a flag is set for an instruction word for which the execution is not omitted. Classify as off. The reason why the execution of the operation is not omitted for all the instruction words is that the operation time can be more efficiently reduced by limiting only the operation having a high repetition frequency. Note that, in a normal computer, a large process corresponding to a subroutine may be executed by one instruction, but in the present invention, the execution of an operation can be omitted even for such a large unit of instruction, In that case the third
The OP in the figure is a subroutine call. And OPRD 1
As operand locating, writes the start address of the number and the address string operands operand herein, OPRD 2
By writing the number of words of the operation result and the top address where the operation result is placed, as
Can be processed.

また、符号1は演算命令に基づいて、被演算子の演算
実行を行なう演算ユニット、10はデータ格納部2と検索
判断部3とを備え、演算ユニット1での演算実行を省略
するか否かを判別する演算実行省略ユニットである。こ
の演算実行省略ユニット10は演算ユニット1のプロセッ
サを共用しても、演算ユニット1とは別の専用プロセッ
サを用いてもよい。上記演算実行省略ユニット10内に設
定されたデータ格納部2は、上記命令語とこの命令語に
対応する演算ユニット1での演算結果を対にして格納し
ておくためのものであり、例えば第4図に示すように、
演算命令コード(OP)及び一又は二以上の被演算子と、
これらの演算命令コード及び被演算子に基づいて演算ユ
ニット1から転送されてきた演算結果とを表にして格納
する構成となっている。また、格納されたデータの先頭
には使用頻度情報(FU)が入っており、使用頻度の高い
ものから順に格納する。なお、データ格納部2の容量に
制限がある場合には使用頻度の低いデータから消去して
いく。
Reference numeral 1 denotes an operation unit for executing an operation of an operand based on an operation instruction. Reference numeral 10 includes a data storage unit 2 and a search determination unit 3. Is a unit for omitting calculation execution. The operation execution omitting unit 10 may share the processor of the operation unit 1 or use a dedicated processor different from the operation unit 1. The data storage unit 2 set in the operation execution omitting unit 10 is for storing the instruction word and the operation result in the operation unit 1 corresponding to the instruction word in pairs. As shown in FIG.
An operation instruction code (OP) and one or more operands;
The operation instruction code and the operation result transferred from the operation unit 1 based on the operand are stored in a table. Further, the head of the stored data contains usage frequency information (FU), which is stored in descending order of usage frequency. If the capacity of the data storage unit 2 is limited, the data that is used less frequently is deleted.

次に、上記演算ユニット1及び演算実行省略ユニット
10の動作を、第5図に示す制御フローチャートに基づい
て説明する。
Next, the operation unit 1 and the operation execution omitting unit
The operation of Step 10 will be described based on the control flowchart shown in FIG.

まず、制御ユニット5からの演算命令に基づいてスタ
ートし、演算命令の内容が所定の演算命令、即ち演算実
行省略の対象となっているか否かを判断する(ステップ
100)。そして、対象となっていない場合には、演算ユ
ニット1のみが起動されて命令語に含まれたアドレスよ
り、前記主記憶ユニット4又は汎用レジスタ9等から読
出された被演算子について命令語に含まれる演算命令に
より演算が開始され、そのまま演算が実行される(ステ
ップ101)。一方、上記ステップ100において演算命令の
内容が演算実行省略の対象となっている場合には、演算
ユニット1において演算実行が行なわれる(ステップ10
2)と共に、演算実行省略ユニット10も起動され、演算
ユニット1での演算実行を省略できるか否かを判断す
る。この判断はデータ格納部2内に同一内容の演算命令
および被演算子の組合わせが格納されているか否かを検
索することにより行なう(ステップ103)。そして、既
に格納されていると判断したときには、演算ユニット1
側に演算実行中止指令を出すと共に、該データ格納部2
に格納されている演算結果を出力し、併せてデータ格納
部2の使用頻度情報を1つ更新する(ステップ104)。
このとき、演算ユニット1では上述の演算実行省略ユニ
ット10から演算中止指令を受けたか否かを判断し(ステ
ップ105)、中止指令があった時にはそのまま終了し、
中止指令がなかった時には演算を実行した後、その演算
結果を出力すると共に、演算実行省略ユニット10へ転送
する(ステップ106)。そして、最後にこの演算実行結
果を演算実行省略ユニット10のデータ格納部2に格納
し、使用頻度情報を1とする(ステップ107)。
First, the process is started based on an operation command from the control unit 5, and it is determined whether or not the content of the operation command is a predetermined operation command, that is, whether or not the execution of the operation is to be omitted (step S1).
100). If not, only the operation unit 1 is activated, and the operand read from the main storage unit 4 or the general-purpose register 9 is included in the instruction word from the address included in the instruction word. The operation is started by the operation instruction to be executed, and the operation is executed as it is (step 101). On the other hand, if the content of the operation instruction is to be omitted in step 100, the operation is executed in the operation unit 1 (step 10).
Along with 2), the operation execution omitting unit 10 is also started, and it is determined whether or not the operation execution in the arithmetic unit 1 can be omitted. This determination is made by searching whether or not a combination of the operation instruction and the operand having the same contents is stored in the data storage unit 2 (step 103). When it is determined that the data is already stored, the arithmetic unit 1
To the data storage unit 2
Is output, and one of the use frequency information in the data storage unit 2 is updated (step 104).
At this time, the arithmetic unit 1 determines whether or not an arithmetic stop command has been received from the arithmetic execution omitting unit 10 (step 105).
When there is no stop command, after executing the calculation, the calculation result is output and transferred to the calculation execution omitting unit 10 (step 106). Finally, the calculation execution result is stored in the data storage unit 2 of the calculation execution skip unit 10, and the use frequency information is set to 1 (step 107).

〔効果〕〔effect〕

以上説明したように、本発明に係る情報処理装置によ
れば、所定の演算命令及び被演算子とこの演算命令に基
づいた演算結果とを対にして格納するデータ格納部と、
演算実行された時に上記格納されたデータ格納部の中に
同一の演算命令及び被演算子の組合わせが存在するか否
かを検索し、既にあると判断したときには演算ユニット
側に演算実行中止指令を出すと共に、格納されていた演
算結果を出力する検索判断部とを備えることで、同一内
容の演算処理の繰り返しが省略されるので、その繰り返
し分の演算処理時間が省略されることとなる。それ故、
本発明ではプログラムで指定される演算の中で繰返し頻
度が高いほど、また大きな単位の命令によって演算実行
が省略される程その効果が大きく、例えばワードプロセ
ッサ、情報検索システム、機械翻訳システムなどのよう
に同一内容の繰り返し演算が多く、かつ一回の演算命令
に対する処理量が大きい場合において特に速度向上の効
果が大きい。
As described above, according to the information processing apparatus of the present invention, a data storage unit that stores a predetermined operation instruction and an operand and an operation result based on the operation instruction in a pair,
When the operation is executed, a search is made as to whether the same combination of the operation instruction and the operand exists in the stored data storage unit, and when it is determined that the combination exists, the operation execution instruction is issued to the operation unit. And a search determining unit that outputs the stored calculation result, so that the repetition of the calculation processing of the same content is omitted, so that the calculation processing time for the repetition is omitted. Therefore,
In the present invention, the higher the repetition frequency among the operations specified by the program, and the more the execution of the operation is omitted by a large unit of instruction, the greater the effect is. The effect of speed improvement is particularly great when there are many repeated operations with the same contents and the amount of processing for one operation instruction is large.

また、本発明では演算実行省略用のプログラム・ステ
ップを入れる必要がないので、ソフトウエアが複雑化し
ないといった効果もある。
Further, according to the present invention, there is no need to insert a program step for omitting the operation execution, so that there is an effect that software is not complicated.

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

第1図は本発明の原理ブロック図、第2図は情報処理装
置の構成図、第3図は本発明の命令語の一般形式を示す
図、第4図はデータ格納部の構成図、第5図は演算ユニ
ットと演算実行省略ユニットのフローチャートである。 1…演算ユニット 2…データ格納部 3…検索判断部 10…演算実行省略ユニット
FIG. 1 is a block diagram showing the principle of the present invention, FIG. 2 is a block diagram of an information processing apparatus, FIG. 3 is a diagram showing a general format of a command word of the present invention, FIG. FIG. 5 is a flowchart of the operation unit and the operation execution omitting unit. DESCRIPTION OF SYMBOLS 1 ... Operation unit 2 ... Data storage part 3 ... Search judgment part 10 ... Operation execution omission unit

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】一又は二以上の被演算子についての演算命
令に基いて演算実行を行う演算ユニットを有する情報処
理装置において、 上記演算ユニットにて演算実行するうちで所定の演算命
令内容及び被演算子と、この被演算子を演算実行したと
きの演算結果とを対にして格納するデータ格納部と、 演算実行がされる際に、演算ユニットにおける演算実行
と併行して上記データ格納部内に同一の演算命令内容及
び被演算子の組合わせがあるか否かを検索し、あると判
断したときには演算ユニットに演算実行中止指令を出す
と共に、演算ユニットからの出力に代えてこの演算命令
内容及び被演算子の組合わせに該当する演算結果をデー
タ格納部から出力するよう制御する検索判断部とを有す
ることを特徴とする情報処理装置。
1. An information processing apparatus having an operation unit for executing an operation based on an operation instruction for one or more operands, wherein a predetermined operation instruction content and an operation A data storage unit for storing an operator and an operation result when the operation is performed on the operand in a pair, and when the operation is performed, the data is stored in the data storage unit in parallel with the operation performed by the operation unit. A search is made to see if there is a combination of the same operation instruction content and operand, and if it is determined that the operation instruction is issued to the operation unit, an operation execution stop command is issued. An information processing apparatus, comprising: a search determination unit that controls an operation result corresponding to a combination of operands to be output from a data storage unit.
JP1237170A 1989-09-14 1989-09-14 Information processing device Expired - Fee Related JP2727023B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1237170A JP2727023B2 (en) 1989-09-14 1989-09-14 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1237170A JP2727023B2 (en) 1989-09-14 1989-09-14 Information processing device

Publications (2)

Publication Number Publication Date
JPH03100826A JPH03100826A (en) 1991-04-25
JP2727023B2 true JP2727023B2 (en) 1998-03-11

Family

ID=17011418

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1237170A Expired - Fee Related JP2727023B2 (en) 1989-09-14 1989-09-14 Information processing device

Country Status (1)

Country Link
JP (1) JP2727023B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013167978A (en) * 2012-02-14 2013-08-29 Mitsubishi Electric Corp Arithmetic device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5624645A (en) * 1979-08-08 1981-03-09 Hitachi Ltd Decimal multiplication system

Also Published As

Publication number Publication date
JPH03100826A (en) 1991-04-25

Similar Documents

Publication Publication Date Title
US4862351A (en) Method of executing called activities via depictor-linked low level language microcode, hardware logic, and high level language commands; and apparatus for same
JPH0298707A (en) Programmable controller
JP2727023B2 (en) Information processing device
JPH0410081B2 (en)
JPH06324861A (en) System and method for controlling cpu
KR0161830B1 (en) The scan time reducing method for plc
JPS6148741B2 (en)
JPS5829051A (en) Operation processing device
JP2002278774A (en) Method and device for generating instruction word in controlling function unit in processor
JP3441262B2 (en) Data processing device
JPH08297583A (en) Processor and method for interruption processing
JPS6232540A (en) Information processor
JP2696970B2 (en) Information processing device
JP3130421B2 (en) Program analysis method and apparatus
JPS5999552A (en) Microcomputer
JPS5894041A (en) Debug backup device for high-class language
JP3079825B2 (en) Electronic computer equipment
JPS583042A (en) Program execution system
JPH02113335A (en) Computer with tag
JPS58225440A (en) Memory controller
JPH02146688A (en) Hash collision evading system in data driven microprocessor
JPH06175862A (en) Electronic computer
JPH06119169A (en) Microcomputer
JPH0399322A (en) Instruction prefetching system at the time of processing interruption
JPS58215779A (en) Data processor

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees