JP2793396B2 - Computer status holding device - Google Patents

Computer status holding device

Info

Publication number
JP2793396B2
JP2793396B2 JP3300338A JP30033891A JP2793396B2 JP 2793396 B2 JP2793396 B2 JP 2793396B2 JP 3300338 A JP3300338 A JP 3300338A JP 30033891 A JP30033891 A JP 30033891A JP 2793396 B2 JP2793396 B2 JP 2793396B2
Authority
JP
Japan
Prior art keywords
instruction
operation status
pipeline
status
error
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
JP3300338A
Other languages
Japanese (ja)
Other versions
JPH05143338A (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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP3300338A priority Critical patent/JP2793396B2/en
Priority to US07/926,174 priority patent/US5283891A/en
Publication of JPH05143338A publication Critical patent/JPH05143338A/en
Application granted granted Critical
Publication of JP2793396B2 publication Critical patent/JP2793396B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Executing Machine-Instructions (AREA)
  • Debugging And Monitoring (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、パイプライン演算を行
なう電子計算機における演算命令の演算ステータスを確
実に認識できるようにした電子計算機のステータス情報
保持装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a status information holding device for an electronic computer, which is capable of reliably recognizing the operation status of an operation instruction in an electronic computer performing a pipeline operation.

【0002】[0002]

【従来の技術】従来、よりいっそうの演算性能向上のた
めに図4に示すようなパイプライン演算を実施している
電子計算機が多くある。
2. Description of the Related Art Conventionally, there are many electronic computers which execute a pipeline operation as shown in FIG. 4 in order to further improve the operation performance.

【0003】このパイプライン演算は、例えば最初の演
算命令OP−1をフェッチ(F)し、次のマシンサイク
ルの間に、この演算命令OP−1をデコード(D)する
と共に、これと並行して次の演算命令OP−2をフェッ
チし、さらに次のマシンサイクルの間に、最初の演算命
令OP−1を実行(E)すると共に、演算命令OP−2
についてはデコードし、新たな演算命令OP−3につい
てはフェッチする。そしてさらに次のサイクルでは、実
行処理が完了した演算命令OP−1についてはその処理
結果をライトバック(W)すると共に、新たな命令をフ
ェッチしてくる演算方式である。つまり、実行ステージ
が1パイプラインサイクルで終わらなくても、命令パイ
プラインを止めることなく、同じ演算器を利用する命令
を含めて、後続の命令を順次フェッチし、実行していく
演算方式である。
In this pipeline operation, for example, the first operation instruction OP-1 is fetched (F), and during the next machine cycle, this operation instruction OP-1 is decoded (D), and in parallel with this. Fetches the next operation instruction OP-2, further executes (E) the first operation instruction OP-1 during the next machine cycle, and executes the operation instruction OP-2.
Is decoded, and a new operation instruction OP-3 is fetched. In the next cycle, the operation method is such that the processing result is written back (W) and the new instruction is fetched for the operation instruction OP-1 whose execution processing is completed. In other words, even if the execution stage does not end in one pipeline cycle, the subsequent instruction is sequentially fetched and executed, including the instruction using the same arithmetic unit, without stopping the instruction pipeline. .

【0004】このようなパイプライン演算を行なう電子
計算機において、演算エラーが発生した場合、エラーを
発生させた命令、またはリカバリー時の操作対象となる
演算のデスティネーションレジスタなどを特定すること
は困難、あるいは不可能であった。それは、パイプライ
ン演算の実行中に演算エラー割込みを伴うエラーが発生
しても、割込みルーチンからの復帰後の動作に矛盾を生
じさせないために、エラー発生までにフェッチされてい
る命令がすべて完了するのを待ってから演算エラー割込
みルーチンの実行を開始するようにしており、その結
果、演算エラー割込みの開始時にはすでに演算エラーを
発生した命令に後続する他の命令も実行されてしまって
いることによる。このため、従来は、演算エラー発生箇
所の命令語レベルでの特定ができないものと諦めている
ことが多かった。
In an electronic computer that performs such a pipeline operation, when an operation error occurs, it is difficult to specify the instruction that caused the error or the destination register of the operation to be operated during recovery. Or it was impossible. That is, even if an error accompanied by an operation error interrupt occurs during the execution of a pipeline operation, all instructions fetched before the occurrence of the error are completed so as not to cause inconsistency in operation after returning from the interrupt routine. The execution of the operation error interrupt routine is started after the execution of the operation error interrupt. As a result, at the start of the operation error interrupt, another instruction following the instruction in which the operation error has occurred has already been executed. . For this reason, conventionally, it has often been abandoned that an operation error occurrence location cannot be specified at the instruction word level.

【0005】例えば、図4の演算命令OP−1の実行
(E)のとき演算エラーが発生した場合は、演算ステー
タスフラグに演算ステータスが書込まれ、次の演算命令
OP−2,OP−3の演算ステータスも演算ステータス
フラグに書込まれる。その後、割り込みルーチンに飛び
込んだ時点で演算ステータスフラグに書込まれている演
算ステータスは演算命令OP−2であるため、演算エラ
ーの発生した演算ステータスを特定できないことによ
り、エラーリカバリーが不可能になることがある。
For example, when an operation error occurs during execution (E) of the operation instruction OP-1 in FIG. 4, the operation status is written into the operation status flag, and the next operation instruction OP-2, OP-3 is executed. Is also written in the operation status flag. Thereafter, the operation status written in the operation status flag at the time of jumping into the interrupt routine is the operation instruction OP-2. Therefore, the operation status in which the operation error has occurred cannot be specified, so that error recovery becomes impossible. Sometimes.

【0006】特に、実行ステージ(E)で複数の異なる
演算器を同時に利用できる並列処理プロセッサにおいて
その利用が高く、この順序を正しく認識して正確なリカ
バリー処理を実行することも容易ではなかった。
In particular, parallel processors which can simultaneously use a plurality of different arithmetic units in the execution stage (E) are highly used, and it has not been easy to correctly recognize the order and execute an accurate recovery process.

【0007】また、図5に示す実行に複数サイクルを要
する浮動小数点演算命令の演算ステータスを参照する場
合は、浮動小数点の加算命令「A」が5パイプラインサ
イクル目に演算ステータスフラグにセットされているた
め、浮動小数点の乗算命令「M」の演算ステータスをセ
ットできない。このため、浮動小数点の乗算命令「M」
の演算ステータスを参照する命令「G」により、演算ス
テータスフラグを参照したとき、期間Sの間参照すべき
乗算命令「M」の演算ステータスがセットされていない
ので、パイプライン処理を止めることにより同図の斜線
部分が無駄な時間になり、パイプライン処理効率の低下
を防止するのが容易ではなかった。
When referring to the operation status of a floating-point operation instruction requiring a plurality of cycles for execution shown in FIG. 5, a floating-point addition instruction "A" is set in an operation status flag at the fifth pipeline cycle. Therefore, the operation status of the floating-point multiplication instruction “M” cannot be set. Therefore, the floating-point multiplication instruction “M”
When the operation status flag is referred to by the instruction "G" that refers to the operation status of the multiplication instruction "M" to be referred to during the period S, the operation status is not set. The hatched portions in the figure represent wasted time, and it was not easy to prevent a decrease in pipeline processing efficiency.

【0008】このように、従来のパイプライン演算を行
なう電子計算機では、エラーリカバリーの可能性が小さ
く、高性能化のために信頼性をある程度犠牲にする傾向
があった。そして、逆に、高い信頼性を特徴とする電子
計算機では、例えば、命令パイプラインの実行ステージ
が1マシンサイクルを超えるときにはその分、命令パイ
プラインをストールさせて実行ステージには1つの命令
しか存在しないように制御するなどして、演算パイプラ
インによるいっそうの性能向上は諦めても、確実に演算
エラーの発生場所を特定し、リカバリー処理を可能とし
ていく傾向にあった。
As described above, in a conventional computer that performs a pipeline operation, the possibility of error recovery is small, and reliability tends to be sacrificed to some extent for high performance. Conversely, in a computer characterized by high reliability, for example, when the execution stage of the instruction pipeline exceeds one machine cycle, the instruction pipeline is stalled and only one instruction is present in the execution stage. For example, there is a tendency that the location where an arithmetic error occurs is identified and the recovery process is enabled, even if the performance is not improved further by controlling the arithmetic pipeline by giving control such that the arithmetic error does not occur.

【0009】[0009]

【発明が解決しようとする課題】以上のように、従来の
パイプライン演算を行なう電子計算機では、演算エラー
発生部分の命令語レベルでの特定がきわめて困難であ
り、また、演算エラーが重なっている場合、すなわち、
最初の演算エラー発生からすべてのフェッチ済み命令が
完了して演算エラー割込みルーチンへ飛び込むまでの間
に他の演算エラーが発生した場合、その発生回数や順序
の特定がきわめて困難であり、パイプライン演算によっ
て高性能化を達成することができても、演算エラーの正
確なリカバリー実現の可能性が小さく、高い信頼性を確
保することができない問題点があった。
As described above, in a conventional computer which performs a pipeline operation, it is extremely difficult to specify an operation error occurrence portion at an instruction word level, and the operation errors overlap. If, that is,
If another operation error occurs between the time when the first operation error occurs and the time when all fetched instructions have completed and jumped to the operation error interrupt routine, it is extremely difficult to specify the number of occurrences and the order. However, even if high performance can be achieved, there is a small possibility that accurate recovery of an operation error can be realized, and high reliability cannot be ensured.

【0010】本発明は、このような従来の課題について
なされたものであり、その目的は、高性能化のためのパ
イプライン演算を行なう電子計算機において、演算命令
の演算ステータスを確実に認識できることにより、当該
演算命令の演算結果の認識が容易になり、演算性能を犠
牲にすることなく、演算エラーに対するリカバリー機能
も信頼性の高いものとすることができる電子計算機の演
算ステータス保持装置を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made to address such a conventional problem. An object of the present invention is to enable an electronic computer which performs a pipeline operation for high performance to reliably recognize the operation status of an operation instruction. To provide an operation status holding device for an electronic computer that can easily recognize an operation result of the operation instruction and can also have a highly reliable recovery function against an operation error without sacrificing operation performance. It is in.

【0011】上記の目的を達成するために、本発明は、
パイプライン演算を行なう電子計算機の演算ステータス
保持装置において、演算命令のデスティネーションオペ
ランドとして指定可能な各レジスタに1対1で対応して
設けられた演算ステータス保持手段と、前記演算命令の
演算結果の状態を示す演算ステータスを前記演算ステー
タス保持手段に設定するステータス設定手段とを備えた
ことを特徴としている。
[0011] To achieve the above object, the present invention provides:
In an operation status holding device for an electronic computer that performs a pipeline operation, an operation status holding means provided in one-to-one correspondence with each register that can be designated as a destination operand of an operation instruction, Status setting means for setting an operation status indicating a state in the operation status holding means.

【0012】本発明の電子計算機の演算ステータス保持
装置では、ステータス設定手段は、演算命令の演算結果
の状態を示す演算ステータスを当該演算ステータス命令
のデスティネーションオペランドとして指定可能な各レ
ジスタに1対1で対応して設けられている演算ステータ
ス保持手段に設定する。このため、演算命令の演算結果
を容易に認識できる。特に、演算エラーが発生した場合
には、演算ステータス保持手段に保持された演算ステー
タスを調べることにより、当該演算エラーの発生した演
算命令を認識できるので、演算性能を犠牲にすることな
く、演算エラーに対するリカバリー機能も信頼性の高い
ものとすることができる。
In the operation status holding device for an electronic computer according to the present invention, the status setting means has a one-to-one correspondence between the operation status indicating the operation result state of the operation instruction and each register which can be specified as a destination operand of the operation status instruction. Is set in the operation status holding means provided correspondingly. Therefore, the operation result of the operation instruction can be easily recognized. In particular, when an operation error occurs, the operation instruction in which the operation error has occurred can be recognized by checking the operation status held in the operation status holding means. The recovery function can be highly reliable.

【0013】[0013]

【実施例】以下、本発明の実施例を図に基づいて詳説す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below in detail with reference to the drawings.

【0014】図1は本発明の一実施例のブロック図を示
しており、この実施例の電子計算機の演算ステータス保
持装置は、パイプライン演算を実行することができる演
算器1と、演算命令のオペランドとして指定され、使用
されるレジスタr0〜rnで構成されるレジスタファイ
ル3と、レジスタファイル3の各レジスタr0,r1,
r2…,rnに1対1に対応するステータスフラグF
0,f1,f2…,fnで構成され、演算のデスティネ
ーションレジスタに対応するステータスフラグ列に演算
命令の実行結果を示す演算ステータスを格納するように
した演算ステータスフラグ列5を備えている。この演算
ステータスフラグ列5によって請求項1の演算ステータ
ス保持手段が構成されている。
FIG. 1 is a block diagram of one embodiment of the present invention. An operation status holding device of an electronic computer according to this embodiment includes an operation unit 1 capable of executing a pipeline operation and an operation instruction A register file 3 composed of registers r0 to rn specified and used as operands, and registers r0, r1,
r2... rn, a status flag F corresponding to one-to-one
.., Fn, and has an operation status flag string 5 for storing an operation status indicating the execution result of the operation instruction in a status flag string corresponding to the operation destination register. The operation status flag string 5 constitutes the operation status holding means of the first aspect.

【0015】また、本実施例の演算ステータス保持装置
は、演算ステータスをその演算のデスティネーションレ
ジスタに対応する演算ステータスフラグ列5内のフラグ
f0,f1,f2,…,fnにセーブする制御装置7を
備えている。
Further, the operation status holding device of this embodiment saves the operation status to the flags f0, f1, f2,..., Fn in the operation status flag column 5 corresponding to the destination register of the operation. It has.

【0016】次に、上記の構成の電子計算機の演算ステ
ータス保持装置の動作について説明する。
Next, the operation of the operation status holding device of the computer having the above configuration will be described.

【0017】電子計算機は図2に示すようにパイプライ
ン方式で命令を処理していき、その命令パイプラインは
フェッチ(F)、デコード(D)、実行(E)、ライト
バック(W)の4ステージから構成され、演算器1はパ
イプライン演算を行なうことができる。
As shown in FIG. 2, the computer processes instructions in a pipeline manner, and the instruction pipeline has four stages of fetch (F), decode (D), execution (E), and write-back (W). The operation unit 1 is constituted by stages, and can perform a pipeline operation.

【0018】ここで、例えば、最初の演算命令OP−1
の実行ステージ(E)中に演算エラーが発生した場合、
制御装置7は、演算命令OP−1の演算デスティネーシ
ョンレジスタのレジスタファイル3に1対1に対応して
設けられた演算ステータスフラグ列5のフラグf0に演
算命令OP−1の演算ステータスをセットする。また、
制御装置7は、次の演算命令OP−2の実行ステージ
(E)での演算ステータスを演算ステータスフラグ列5
のフラグf3にセットする。更に、演算命令OP−3の
実行ステージ(E)での演算ステータスを制御装置7
は、演算ステータスフラグ列5のフラグf1にセットす
る。上記演算命令OP−1に演算エラーが発生した場
合、割り込みルーチンは、演算ステータスフラグ列5の
フラグf0,f1,…,fnにセットされているフラグ
を順次、調べることによりレジスタファイル3のどのレ
ジスタをデスティネーションとする演算が発生したのか
判定できる。
Here, for example, the first operation instruction OP-1
If an operation error occurs during the execution stage (E) of
The control device 7 sets the operation status of the operation instruction OP-1 in the flag f0 of the operation status flag column 5 provided on a one-to-one basis in the register file 3 of the operation destination register of the operation instruction OP-1. . Also,
The control device 7 calculates the operation status of the next operation instruction OP-2 at the execution stage (E) in the operation status flag column 5.
To the flag f3. Further, the operation status of the operation instruction OP-3 in the execution stage (E) is stored in the control device 7.
Is set to the flag f1 of the operation status flag column 5. When an operation error occurs in the operation instruction OP-1, the interrupt routine sequentially checks the flags set in the flags f0, f1,... It can be determined whether or not an operation having the destination as has occurred.

【0019】更に、実行に複数サイクルを要する浮動小
数点演算命令の演算ステータスを参照する場合を図3を
用いて説明する。
Further, a case of referring to the operation status of a floating-point operation instruction requiring a plurality of cycles for execution will be described with reference to FIG.

【0020】同図において、最初の演算命令である
「A」は、浮動小数点の加算命令(FADD)であり、
「M」は浮動小数点の乗算命令(FMULL)である。
また、「G」は「M」の演算ステータスを参照する命令
(GSTAT)である。
In the figure, the first operation instruction “A” is a floating point addition instruction (FADD),
“M” is a floating point multiplication instruction (FMULL).
“G” is an instruction (GSTAT) that refers to the operation status of “M”.

【0021】まず、最初の演算命令である[A」、フェ
ッチ(F)されてデコード(D)されると同時に、演算
命令「M」がフェッチ(F)される。そして、次のパイ
プラインサイクルでは、演算命令[A」が実行(E)さ
れるとともに、演算命令「M」がデコード(D)され、
演算命令「G」がフェッチ(F)される。この場合、演
算命令「A」は、演算ステータスフラグ列5のf1にロ
ックされる。
First, the first operation instruction [A] is fetched (F) and decoded (D), and at the same time, the operation instruction "M" is fetched (F). Then, in the next pipeline cycle, the operation instruction [A] is executed (E), and the operation instruction “M” is decoded (D).
The operation instruction “G” is fetched (F). In this case, the operation instruction “A” is locked to f1 of the operation status flag column 5.

【0022】次のパイプラインサイクルでは、演算命令
「M」が演算ステータスフラグ列5のフラグf7にロッ
クされる。そして、次のパイプラインサイクルでは、演
算命令「A」は、実行ステージ(E)を終了して演算ス
テータスが演算ステータスフラグ列5のフラグf1にセ
ットされる。このとき、浮動小数点の乗算命令である
「M」の演算ステータスの参照命令「G」は、実行ステ
ージ(E)に移行されっる。更に、次のパイプラインサ
イクルでは、演算命令「A」は、ライトバック(W)に
移行され、更に、3パイプラインサイクル後に、浮動小
数点の乗算命令「M」の演算ステータスは、演算ステー
タスフラグ列5のフラグf7にセットされて、次のパイ
プラインサイクルでライトバック(W)に移行される。
このとき、浮動小数点の乗算の参照命令「G」は、実行
ステージ(E)であり、次のパイプラインサイクルでラ
イトバック(W)に移行される。
In the next pipeline cycle, the operation instruction "M" is locked to the flag f7 of the operation status flag column 5. Then, in the next pipeline cycle, the operation instruction “A” ends the execution stage (E), and the operation status is set to the flag f 1 of the operation status flag column 5. At this time, the reference instruction “G” of the operation status of “M”, which is a floating-point multiplication instruction, is shifted to the execution stage (E). Further, in the next pipeline cycle, the operation instruction “A” is shifted to write back (W), and after three pipeline cycles, the operation status of the floating-point multiplication instruction “M” is changed to the operation status flag column. 5 is set to the flag f7, and the operation shifts to write-back (W) in the next pipeline cycle.
At this time, the reference instruction “G” for the floating-point multiplication is in the execution stage (E), and is shifted to write-back (W) in the next pipeline cycle.

【0023】これにより、パイプライン処理を止めるこ
となく演算を実行できるので、図5に示した従来処理と
比較して演算処理の効率を向上させることができる。
Thus, the operation can be executed without stopping the pipeline processing, so that the efficiency of the operation processing can be improved as compared with the conventional processing shown in FIG.

【0024】以上のようにして、各演算命令の演算ステ
ータスが演算ステータスフラグ列5にセットされている
ので、パイプライン演算実行時の演算エラー情報を正確
に取得でき、高速性能を犠牲にすることなく、エラーリ
カバリーの可能性を大幅に向上させることができるよう
になる。
As described above, since the operation status of each operation instruction is set in the operation status flag column 5, it is possible to accurately obtain operation error information at the time of execution of a pipeline operation, and to sacrifice high-speed performance. Therefore, the possibility of error recovery can be greatly improved.

【0025】なお、この発明は上記の実施例に限定され
ることなく、パイプライン演算を行なう電子計算機一般
に広く応用することができる。
The present invention is not limited to the above-described embodiment, but can be widely applied to general electronic computers that perform pipeline operations.

【0026】[0026]

【発明の効果】以上説明したように、本発明では、演算
命令のデスティネーションオペランドとして指定可能な
各レジスタに1対1で対応した演算ステータス保持手段
を設け、演算命令の演算結果の状態を示す演算ステータ
スを演算ステータス保持手段に設定するようにしたの
で、高性能化のためのパイプライン演算を行なう電子計
算機において、演算命令の演算ステータスを確実に認識
でき、当該演算命令の演算結果の認識が容易になり、演
算性能を犠牲にすることなく、演算エラーに対するリカ
バリー機能も信頼性の高いものとすることができる。
As described above, according to the present invention, the operation status holding means corresponding to each register which can be specified as the destination operand of the operation instruction on a one-to-one basis is provided to indicate the state of the operation result of the operation instruction. Since the operation status is set in the operation status holding means, the operation status of the operation instruction can be reliably recognized in the computer performing the pipeline operation for high performance, and the recognition of the operation result of the operation instruction can be performed. Thus, the recovery function for the operation error can be made highly reliable without sacrificing the operation performance.

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

【図1】本発明の一実施例のブロック図。FIG. 1 is a block diagram of one embodiment of the present invention.

【図2】上記実施例の動作を説明する説明図。FIG. 2 is an explanatory diagram for explaining the operation of the embodiment.

【図3】上記実施例の動作を説明する説明図。FIG. 3 is an explanatory diagram for explaining the operation of the embodiment.

【図4】従来の動作を示す説明図。FIG. 4 is an explanatory diagram showing a conventional operation.

【図5】従来の動作を示す説明図。FIG. 5 is an explanatory diagram showing a conventional operation.

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

1 演算器 3 レジスタファイル 5 演算ステータスフラグ列 7 制御装置 r0,r1,r2,…,rn レジスタ f0,f1,r2,…,rn 演算ステータスフラグ Reference Signs List 1 arithmetic unit 3 register file 5 operation status flag string 7 controller r0, r1, r2, ..., rn register f0, f1, r2, ..., rn operation status flag

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 9/38 G06F 11/34──────────────────────────────────────────────────続 き Continued on front page (58) Field surveyed (Int.Cl. 6 , DB name) G06F 9/38 G06F 11/34

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 パイプライン演算を行なう電子計算機の
演算ステータス保持装置において、 演算命令のデスティネーションオペランドとして指定可
能な各レジスタに1対1で対応して設けられた演算ステ
ータス保持手段と、 前記演算命令の演算結果の状態を示す演算ステータスを
前記演算ステータス保持手段に設定するステータス設定
手段と、 を備えたことを特徴とする電子計算機の演算ステータス
保持装置。
1. An operation status holding device for an electronic computer that performs a pipeline operation, comprising: an operation status holding means provided in one-to-one correspondence with each register that can be specified as a destination operand of an operation instruction; And a status setting means for setting, in the operation status holding means, an operation status indicating a state of the operation result of the instruction.
JP3300338A 1991-08-08 1991-11-15 Computer status holding device Expired - Fee Related JP2793396B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP3300338A JP2793396B2 (en) 1991-11-15 1991-11-15 Computer status holding device
US07/926,174 US5283891A (en) 1991-08-08 1992-08-07 Error information saving apparatus of computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3300338A JP2793396B2 (en) 1991-11-15 1991-11-15 Computer status holding device

Publications (2)

Publication Number Publication Date
JPH05143338A JPH05143338A (en) 1993-06-11
JP2793396B2 true JP2793396B2 (en) 1998-09-03

Family

ID=17883573

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3300338A Expired - Fee Related JP2793396B2 (en) 1991-08-08 1991-11-15 Computer status holding device

Country Status (1)

Country Link
JP (1) JP2793396B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4095698A4 (en) 2020-01-20 2023-03-15 Fujitsu Limited Processor, simulator program, assembler program, and information processing program

Also Published As

Publication number Publication date
JPH05143338A (en) 1993-06-11

Similar Documents

Publication Publication Date Title
US5003462A (en) Apparatus and method for implementing precise interrupts on a pipelined processor with multiple functional units with separate address translation interrupt means
US9262160B2 (en) Load latency speculation in an out-of-order computer processor
JPH06214799A (en) Method and apparatus for improvement of performance of random-sequence loading operation in computer system
JPH07248897A (en) Method and device for recovery from exception in computer system
JP2004516546A (en) Exception handling in pipelined processors
TW201719389A (en) Handling exceptional conditions for vector arithmetic instruction
CN111133418B (en) Allowing non-aborted transactions after exception mask update instructions
US5574872A (en) Method and apparatus for controlling the saving of pipelines in pipelined processors during trap handling
US5996059A (en) System for monitoring an execution pipeline utilizing an address pipeline in parallel with the execution pipeline
CN109416632B (en) Apparatus and method for processing data
TWI220960B (en) Locking source registers in a data processing apparatus
JP3338488B2 (en) Data processing device verification method and device
JPH0810437B2 (en) Guest execution control method for virtual machine system
US5283891A (en) Error information saving apparatus of computer
JP2793396B2 (en) Computer status holding device
EP0212132A1 (en) Method and digital computer for recovering from errors
JPH1196006A (en) Information processor
JP2793386B2 (en) Computer error information storage device for computer
JP2778717B2 (en) Data processing unit
US5673391A (en) Hardware retry trap for millicoded processor
JPH1049373A (en) Method and device for operating multiplex and highly accurate event for pipeline digital processor
JPH09138748A (en) Method and apparatus for early completion of floating-point instruction
JP2824484B2 (en) Pipeline processing computer
JP2894438B2 (en) Pipeline processing equipment
JPS60142747A (en) Instruction execution control system

Legal Events

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