JPH0740226B2 - Branch instruction control method - Google Patents

Branch instruction control method

Info

Publication number
JPH0740226B2
JPH0740226B2 JP19485287A JP19485287A JPH0740226B2 JP H0740226 B2 JPH0740226 B2 JP H0740226B2 JP 19485287 A JP19485287 A JP 19485287A JP 19485287 A JP19485287 A JP 19485287A JP H0740226 B2 JPH0740226 B2 JP H0740226B2
Authority
JP
Japan
Prior art keywords
instruction
branch
speed memory
memory
executed
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
JP19485287A
Other languages
Japanese (ja)
Other versions
JPS6437625A (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 JP19485287A priority Critical patent/JPH0740226B2/en
Publication of JPS6437625A publication Critical patent/JPS6437625A/en
Publication of JPH0740226B2 publication Critical patent/JPH0740226B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 [概 要] 本発明は機械語命令の実行をマイクロプログラムによる
処理によって行ない、該マイクロプログラムは高速メモ
リと中速メモリとよりなる制御記憶に格納され、パイプ
ライン上で実行するごとく構成された電子計算機におけ
る分岐命令の実行制御に関し、 テスト命令と分岐命令が連続した場合の分岐不成功のと
きの、処理速度の向上を図る制御方式を提供することを
目的とし、 テスト命令と分岐命令とが連続した場合に該分岐命令の
次に実行すべき命令が制御記憶の中速メモリにあると予
測し、分岐予測が不成功であったとき、前記分岐命令の
後続の命令の取り消し処理をマイクロ命令実行の一サイ
クルの間抑止する手段を設けることにより構成する。
DETAILED DESCRIPTION OF THE INVENTION [Outline] The present invention executes a machine language instruction by processing by a microprogram, which is stored in a control memory including a high-speed memory and a medium-speed memory, and is executed on a pipeline. Concerning the execution control of branch instructions in an electronic computer that is configured to execute, the purpose of the present invention is to provide a control method that improves the processing speed when a branch failure occurs when a test instruction and branch instructions continue. When the instruction and the branch instruction are continuous, it is predicted that the instruction to be executed next to the branch instruction is in the medium speed memory of the control memory, and when the branch prediction is unsuccessful, the instruction subsequent to the branch instruction. It is configured by providing a means for suppressing the cancellation processing of (1) for one cycle of the microinstruction execution.

[産業上の利用分野] 本発明は電子計算機における命令実行の制御に関し、特
にテスト命令と分岐命令(以下BR命令ともいう)が連続
した場合の分岐命令の制御に係る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to control of instruction execution in an electronic computer, and particularly to control of branch instruction when a test instruction and a branch instruction (hereinafter also referred to as BR instruction) are consecutive.

[従来の技術] 第2図は従来の電子計算機の構成の例を示すブロック図
である。同図(a)において、101は主記憶装置、102は
制御装置、103は演算装置、104は命令パイプライン装
置、105は制御記憶装置を表している。
[Prior Art] FIG. 2 is a block diagram showing an example of the configuration of a conventional electronic computer. In FIG. 1A, 101 is a main storage device, 102 is a control device, 103 is an arithmetic device, 104 is an instruction pipeline device, and 105 is a control storage device.

同図において、主記憶装置101から読み出された機械語
命令は、制御記憶装置105から読み出されたマイクロ命
令を命令パイプライン装置104を通して処理することに
より実行される。
In the figure, the machine language instruction read from the main storage device 101 is executed by processing the micro instruction read from the control storage device 105 through the instruction pipeline device 104.

同図(b)は制御記憶装置の構成の例を示したもので、
106は高速メモリ、107は中速メモリ、108はマイクロプ
ログラムアドレスレジスタを表している。
FIG. 2B shows an example of the configuration of the control storage device.
106 is a high speed memory, 107 is a medium speed memory, and 108 is a micro program address register.

第3図はパイプラインによる処理について説明する図で
あって、(a)は1命令の処理ステート、(b)は命令
パイプライン装置による並列処理、(c)は分岐成功の
場合、(d)は分岐不成功の場合について示している。
FIG. 3 is a diagram for explaining the processing by the pipeline, where (a) is the processing state of one instruction, (b) is the parallel processing by the instruction pipeline device, (c) is the case where the branch is successful, (d). Shows the case where the branch is unsuccessful.

同図において、“D"は命令デコードサイクル、“A"はオ
ベランドアドレスデコードサイクル、“E"は命令実行サ
イクル、“C"はコンディションコード格納サイクル、
“W"は汎用レジスタ書込サイクルを表している。
In the figure, "D" is the instruction decode cycle, "A" is the address decode cycle, "E" is the instruction execution cycle, "C" is the condition code storage cycle,
"W" represents a general-purpose register write cycle.

以下、上記両図を用いて説明を行なう。Hereinafter, description will be given with reference to the above both drawings.

主記憶装置101から読み出された1機械命令は例えば、
第3図(a)に示すように複数ステートより構成され、
命令実行の際には各ステートが重複しないように(b)
に示すようにオーバラップして実行するようにしてい
る。
One machine instruction read from the main memory 101 is, for example,
As shown in FIG. 3 (a), it is composed of a plurality of states,
Make sure that each state does not overlap when executing instructions (b)
As shown in, they are executed by overlapping.

一方、マイクロ命令を格納する制御記憶装置はマイクロ
命令の大容量化に伴い、その経済化を図るため前述のよ
うに1サイクルにてアクセス可能な少数の高速メモリ
と、アクセスに数サイクルを必要とする大量の中速メモ
リを併用しこれらを切り換えて使用している。
On the other hand, the control storage device for storing microinstructions requires a small number of high-speed memories that can be accessed in one cycle and several cycles for access as described above in order to increase the economy of microinstructions as the capacity of microinstructions increases. A large amount of medium speed memory is used together and these are switched and used.

機械語プログラムでテスト命令(メモリ等の内容をテス
トし、状態をコンディションコードレジスタにセットす
る命令;名称例TEST)とその結果のコンディションコー
ドレジスタの内容による分岐命令(名称例BR)が隣り合
わせの命令列になった場合、TEST命令を実行した後Cス
テートで、コンディションコードをコンディションコー
ドレジスタにセットした後、BR命令において分岐する。
そのため、第3図(c)、(d)のようにBR命令の実行
は1サイクル遅らせることになる。(なお(c)でBR命
令のEステートが3サイクルになっているのは後続命令
をアクセスし直すためである。) 従来、このように無条件にTEST命令、BR命令の組合わせ
命令列は処理時間が遅くなっていた。そのために、その
対策としてコンディションコードのセットを待たずにそ
のままバイパスさせて分岐条件に用いることにより他の
命令列の処理(a)と同様の処理を実行できるようにし
た方式Aや分岐する確率の高い方を予測し、その処理を
行なっておき、コンディションコードが求まった時点
で、分岐結果と照らし合わせ、後続命令が正しい場合に
はそのまま、正しくない場合にはキャンセルし実行し直
すといった方式Bが考案されていた。
A test instruction in a machine language program (an instruction that tests the contents of memory etc. and sets the status in the condition code register; name example TEST) and a branch instruction (name example BR) depending on the result of the condition code register are adjacent to each other. In the case of a column, after the TEST instruction is executed, the condition code is set in the condition code register in the C state, and then the branch is made in the BR instruction.
Therefore, execution of the BR instruction is delayed by one cycle as shown in FIGS. 3 (c) and 3 (d). (Note that the reason why the E state of the BR instruction is 3 cycles in (c) is to re-access the subsequent instruction.) Conventionally, the combination instruction sequence of the TEST instruction and the BR instruction is unconditionally Processing time was slow. Therefore, as a countermeasure, the condition code set is bypassed without waiting and used as a branch condition so that the same process as the process (a) of another instruction sequence can be executed. The method B is that the higher one is predicted, the processing is performed, and when the condition code is obtained, it is compared with the branch result, if the subsequent instruction is correct, it is as it is, if it is not correct, it is canceled and re-executed. It was invented.

このような条件の中でハードウェアコストを最小限に抑
えつつ、高速処理を実行しようとする際に問題となる点
は仮にマイクロ命令の先頭のみを高速メモリに格納し、
残りを中速メモリに格納するという特徴を持つ制御記憶
装置だとすると、分岐条件により高速メモリと中速メモ
リの切換をも実行しなければならない。その際には分岐
成功の場合に分岐先命令をアクセスするためのマイクロ
命令を格納している中速メモリと、分岐不成功の場合に
命令パイプライン装置に格納される次命令に対応する先
頭マイクロ命令を格納する高速メモリの区別が必要であ
り、中速メモリと高速メモリのアクセスサイクルタイム
の比の分、BR命令の終了を遅らせなければならない。
Under such conditions, the problem when trying to execute high-speed processing while minimizing the hardware cost is to temporarily store only the beginning of microinstructions in high-speed memory,
If the control storage device is characterized by storing the rest in the medium-speed memory, switching between the high-speed memory and the medium-speed memory must be executed depending on the branch condition. In that case, if the branch is successful, the medium speed memory that stores the microinstruction for accessing the branch destination instruction, and if the branch is unsuccessful, the first microprocessor corresponding to the next instruction stored in the instruction pipeline unit It is necessary to distinguish the high-speed memory that stores the instructions, and the end of the BR instruction must be delayed by the ratio of the access cycle time of the medium-speed memory and the high-speed memory.

そのため、前述の方式Aによる高速化は実現が不可能で
あった。一方、方式Bにおいては、分岐成功と予測する
場合と、分岐不成功と予測する場合の2つの場合がある
が従来の方式ではいずれもオーバヘッドが大であった。
Therefore, it is impossible to realize the high speed by the method A. On the other hand, in the method B, there are two cases, that is, a case where the branch is predicted to be successful and a case where the branch is predicted to be unsuccessful. However, in the conventional method, the overhead is large.

[発明が解決しようとする問題点] 上述したような分岐命令の実行における予測において、
次マイクロ命令が高速メモリか中速メモリのどちらかに
入っているかを予測するためには、予測が外れた場合の
再実行時の処理時間が短くなるように設定すれば良い
が、中速メモリの場合アクセスに数サイクル必要とする
ため、予測を中速メモリ側にする。
[Problems to be Solved by the Invention] In the prediction in the execution of the branch instruction as described above,
In order to predict whether the next microinstruction is in high-speed memory or medium-speed memory, it is sufficient to set so that the processing time at the time of re-execution when the prediction is wrong is short. In this case, since the access requires several cycles, the prediction is made on the medium speed memory side.

第4図はこのような予測の優劣について説明する図であ
って、“H"は高速メモリ側に格納されているマイクロ命
令を、“L"は中速メモリ側に格納されているマイクロ命
令を示しており、(a)は、予測を中速メモリ側とした
場合を、(b)は予測を高速メモリ側とした場合につい
て示している。
FIG. 4 is a diagram for explaining the superiority or inferiority of such prediction, where “H” is a micro instruction stored in the high speed memory side and “L” is a micro instruction stored in the medium speed memory side. 9A shows the case where the prediction is on the medium speed memory side, and FIG. 9B shows the case where the prediction is on the high speed memory side.

同図から(a)の方が(b)よりロスタイムが少ないこ
とが分かる。
It can be seen from the figure that (a) has less loss time than (b).

ところで、上述の(a)の場合において、テスト命令+
分岐命令の組合せの場合のパイプラインの状態は第5図
(a)あるいは(b)のようになる。同図(a)は分岐
成功の場合であり、(b)は分岐不成功の場合である。
(a)において、分岐命令におけるEサイクルが3ステ
ート連続して存在するのは、次分岐先命令フェッチのた
めであり、同様に(b)においては次命令フェッチのた
めである。
By the way, in the case of the above (a), the test instruction +
The pipeline status in the case of a combination of branch instructions is as shown in FIG. 5 (a) or (b). FIG. 7A shows the case where the branch is successful, and FIG. 7B shows the case where the branch is unsuccessful.
In (a), the reason why three cycles of E cycles in a branch instruction exist consecutively is for fetching the next branch target instruction, and similarly in (b) for fetching the next instruction.

従来、上記(a)の場合については何らの問題も生じて
いないが、(b)の場合は前記第4図(a)について示
した予測により、破棄(キャンセル)されるので、もう
一度、同一命令をフェッチしなければならず、そのため
の損失時間(ロスタイム)を生ずるという問題点があっ
た。
Conventionally, no problem has occurred in the case of (a) above, but in the case of (b), it is canceled (cancelled) according to the prediction shown in FIG. Had to be fetched, and there was a problem in that there was lost time (loss time) for that.

本発明はこのような従来の問題点に鑑み、ロスタイムを
生ずることのない分岐命令の制御方式を提供することを
目的としている。
The present invention has been made in view of such conventional problems, and an object thereof is to provide a control method of a branch instruction that does not cause a loss time.

[問題点を解決するための手段] 本発明によれば、上述の目的は、前記特許請求の範囲に
記載した手段により達成される。すなわち、本発明は、
機械語命令の実行をマイクロプログラムによる処理によ
って行ない、該マイクロプログラムは高速メモリと中速
メモリとよりなる制御記憶に格納され、パイプライン上
で実行するごとく構成された電子計算機において、テス
ト命令と分岐命令とが連続した場合に該分岐命令の次に
実行すべき命令が制御記憶の中速メモリにあると予測
し、分岐予測が不成功であったとき、前記分岐命令の後
続の命令の取り消し処理をマイクロ命令実行の一サイク
ルの間抑止する手段を設けた分岐命令制御方式である。
[Means for Solving the Problems] According to the present invention, the above-mentioned object is achieved by the means described in the claims. That is, the present invention is
A machine language instruction is executed by processing by a micro program, the micro program is stored in a control memory composed of a high speed memory and a medium speed memory, and a test instruction and a branch are executed in an electronic computer configured to be executed on a pipeline. When the instruction is continuous, the instruction to be executed next to the branch instruction is predicted to be in the medium-speed memory of the control memory, and when the branch prediction is unsuccessful, cancellation processing of the instruction subsequent to the branch instruction is performed. Is a branch instruction control system provided with a means for inhibiting the micro instruction execution for one cycle.

[作 用] 上記手段において、例えば、第1図(b)に示すように
キャンセル抑止信号を出すことにより、後続命令のキャ
ンセルを1サイクル分抑止する。このとき同図中に英字
符Sで示すように命令バッファに蓄えられている後続命
令を用いて処理を続行できるから、命令の再フェッチを
行なう必要がなく、ロスタイムを生ずることがない。
[Operation] In the above means, for example, by issuing a cancel inhibition signal as shown in FIG. 1B, the cancellation of the subsequent instruction is inhibited for one cycle. At this time, the processing can be continued using the subsequent instruction stored in the instruction buffer as indicated by the letter S in the figure, so that there is no need to refetch the instruction and no loss time occurs.

[実施例] 第1図は本発明の1実施例を説明する図であって、
(a)は電子計算機の構成を示すブロック図であり、1
は主記憶装置、2は制御装置、3は演算装置、4は命令
パイプライン装置、5は制御記憶装置、6は高速メモ
リ、7は中速メモリ、8は現在実行中のマイクロ命令が
保持されるレジスタ(以下、COPともいう。図において
もCOPと記載している。)、9はパイプラインキャンセ
ル回路、10〜13はそれぞれアドレスレジスタ、14はレジ
スタ、15はテスト・分岐命令列検出回路を表している。
[Embodiment] FIG. 1 is a view for explaining one embodiment of the present invention.
FIG. 1A is a block diagram showing the configuration of an electronic computer.
Is a main memory device, 2 is a control device, 3 is an arithmetic device, 4 is an instruction pipeline device, 5 is a control memory device, 6 is a high speed memory, 7 is a medium speed memory, and 8 is a microinstruction currently being executed. Registers (hereinafter also referred to as COPs, also referred to as COPs in the figure), 9 is a pipeline cancel circuit, 10 to 13 are address registers, 14 are registers, and 15 is a test / branch instruction string detection circuit. It represents.

同図におけるレジスタ14はコンディションコードを格納
するレジスタである。また、アドレスレジスタ10は高速
メモリ用のアドレスレジスタ(以下HCARという)、アド
レスレジスタ11は中速メモリ用のアドレスレジスタ(以
下、NNCARという)、アドレスレジスタ12も中速メモリ
用のアドレスレジスタ(以下、NCARという)である。
The register 14 in the figure is a register for storing a condition code. The address register 10 is an address register for high speed memory (hereinafter referred to as HCAR), the address register 11 is an address register for medium speed memory (hereinafter referred to as NNCAR), and the address register 12 is an address register for medium speed memory (hereinafter, referred to as NCAR).

アドレスレジスタ13は現在実行中のマイクロプログラム
のアドレスを保持するレジスタ(以下CCARという)であ
る。
The address register 13 is a register (hereinafter referred to as CCAR) that holds the address of the microprogram currently being executed.

同図において、制御記憶5は高速メモリ6および中速メ
モリ7の2種類のメモリを保有しているが、いずれのメ
モリにマイクロ命令があっても、そのアドレスは、機械
語命令の最初の1バイトに対応するアドレスにより識別
できる。
In the figure, the control memory 5 has two kinds of memory, a high speed memory 6 and a medium speed memory 7. However, whichever memory has a micro instruction, its address is the first 1 of the machine language instruction. It can be identified by the address corresponding to the byte.

機械語命令を実行するための先頭のマイクロ命令は、必
ず高速メモリ6から読み出され、次の命令は中速メモリ
7に格納されている。
The first microinstruction for executing the machine language instruction is always read from the high speed memory 6, and the next instruction is stored in the medium speed memory 7.

アドレスレジスタ10(HCAR)に格納されているアドレス
は変換することにより中速メモリ7のアドレスを得るこ
とが可能である。
By converting the address stored in the address register 10 (HCAR), the address of the medium speed memory 7 can be obtained.

高速メモリ6の場合はアクセスすると次のサイクルでデ
ータが求まるが、中速メモリ7の場合は2サイクルが必
要になる。
When the high speed memory 6 is accessed, data is obtained in the next cycle, but in the case of the medium speed memory 7, two cycles are required.

すなわち、高速メモリ6を索引するのと同時に中速メモ
リ7内のマイクロ命令も索引を開始する必要がある。ま
た、一連のマイクロ命令が終了したときは、当該機械語
命令の実行が終了したことになるので、直ちに次の機械
語命令の先頭のマイクロ命令を高速メモリ6より読み出
して実行を開始する。
That is, at the same time that the high speed memory 6 is indexed, the microinstructions in the medium speed memory 7 must also be indexed. Further, when the series of microinstructions is completed, the execution of the machine language instruction is completed, so immediately the first microinstruction of the next machine language instruction is read from the high speed memory 6 and the execution is started.

このような動作の中でテスト命令と分岐命令が連続した
場合で、分岐不成功であった場合には制御装置2はキャ
ンセル抑止信号によってパイプラインキャンセル回路9
へのキャンセル信号を抑止する。
In the case where the test instruction and the branch instruction are consecutive in such an operation and the branch is unsuccessful, the control device 2 sends the pipeline cancel circuit 9 by the cancel inhibition signal.
Suppress the cancel signal to.

制御装置2において、キャンセル抑止信号はテスト命令
のCサイクルにおいて発出されるが、同じCサイクルで
はコンディションコードがレジスタ14にセットされる。
キャンセル抑止信号は、このコンディションコードのセ
ットによりパイプラインキャンセル回路9へのキャンセ
ル信号が発出されるのを1サイクルだけ抑止する。
In the control device 2, the cancel inhibition signal is issued in the C cycle of the test instruction, but the condition code is set in the register 14 in the same C cycle.
The cancel inhibition signal inhibits the cancellation signal to be issued to the pipeline cancellation circuit 9 for one cycle due to the setting of the condition code.

[発明の効果] 以上説明したように本発明によれば、テスト命令と分岐
命令が連続したとき、後続命令のキャンセルを1サイク
ル分抑止しているので、命令バッファに保持されている
後続命令を再フェッチすることなく処理を続行できるか
ら、損失時間がなくなり、電子計算機の処理効率を高め
ることが可能となる利点がある。
As described above, according to the present invention, when the test instruction and the branch instruction are consecutive, the cancellation of the succeeding instruction is suppressed for one cycle. Therefore, the succeeding instruction held in the instruction buffer is suppressed. Since the processing can be continued without refetching, there is an advantage that the lost time is eliminated and the processing efficiency of the electronic computer can be improved.

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

第1図は本発明の1実施例を説明する図、第2図は従来
の電子計算機の構成の例を示すブロック図、第3図はパ
イプラインによる処理について説明する図、第4図は予
測の優劣について説明する図、第5図は分岐成功、不成
功の場合について説明する図である。 1……主記憶装置、2……制御装置、3……演算装置、
4……命令パイプライン装置、5……制御記憶装置、6
……高速メモリ、7……中速メモリ、8、14……レジス
タ、9……パイプラインキャンセル回路、10〜13……ア
ドレスレジスタ、15……テスト・分岐命令列検出回路
FIG. 1 is a diagram for explaining one embodiment of the present invention, FIG. 2 is a block diagram showing an example of the configuration of a conventional electronic computer, FIG. 3 is a diagram for explaining processing by a pipeline, and FIG. 4 is a prediction. FIG. 5 is a diagram for explaining the superiority and inferiority of FIG. 1 ... main memory device, 2 ... control device, 3 ... computing device,
4 ... Instruction pipeline device, 5 ... Control storage device, 6
...... High speed memory, 7 ・ ・ ・ Medium speed memory, 8,14 …… Register, 9 …… Pipeline cancel circuit, 10 to 13 …… Address register, 15 …… Test / branch instruction string detection circuit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】機械語命令の実行をマイクロプログラムに
よる処理によって行ない、該マイクロプログラムは高速
メモリと中速メモリとよりなる制御記憶に格納され、パ
イプライン上で実行するごとく構成された電子計算機に
おいて、 テスト命令と分岐命令とが連続した場合に該分岐命令の
次に実行すべき命令が制御記憶の中速メモリにあると予
測し、分岐予測が不成功であったとき、前記分岐命令の
後続の命令の取り消し処理をマイクロ命令実行の一サイ
クルの間抑止する手段を設けたことを特徴とする分岐命
令制御方式。
1. An electronic computer configured to execute a machine language instruction by processing by a microprogram, the microprogram being stored in a control memory comprising a high speed memory and a medium speed memory, and being configured to be executed on a pipeline. When the test instruction and the branch instruction are consecutive, the instruction to be executed next to the branch instruction is predicted to be in the medium-speed memory of the control memory, and when the branch prediction is unsuccessful, the subsequent branch instruction is executed. A branch instruction control method characterized in that means for suppressing the instruction cancellation process of 1) is provided for one cycle of microinstruction execution.
JP19485287A 1987-08-04 1987-08-04 Branch instruction control method Expired - Fee Related JPH0740226B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19485287A JPH0740226B2 (en) 1987-08-04 1987-08-04 Branch instruction control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19485287A JPH0740226B2 (en) 1987-08-04 1987-08-04 Branch instruction control method

Publications (2)

Publication Number Publication Date
JPS6437625A JPS6437625A (en) 1989-02-08
JPH0740226B2 true JPH0740226B2 (en) 1995-05-01

Family

ID=16331353

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19485287A Expired - Fee Related JPH0740226B2 (en) 1987-08-04 1987-08-04 Branch instruction control method

Country Status (1)

Country Link
JP (1) JPH0740226B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6098429B2 (en) * 2013-08-12 2017-03-22 富士通株式会社 Arithmetic processing device and control method of arithmetic processing device

Also Published As

Publication number Publication date
JPS6437625A (en) 1989-02-08

Similar Documents

Publication Publication Date Title
EP0437044B1 (en) Data processing system with instruction tag apparatus
US4430706A (en) Branch prediction apparatus and method for a data processing system
US4734852A (en) Mechanism for performing data references to storage in parallel with instruction execution on a reduced instruction-set processor
US5003462A (en) Apparatus and method for implementing precise interrupts on a pipelined processor with multiple functional units with separate address translation interrupt means
US5051896A (en) Apparatus and method for nullifying delayed slot instructions in a pipelined computer system
JP2597811B2 (en) Data processing system
US6289445B2 (en) Circuit and method for initiating exception routines using implicit exception checking
JPS61109147A (en) Data processor
JP3556246B2 (en) Apparatus for interrupt handling in a pipeline processor
EP0378415A2 (en) Multiple instruction dispatch mechanism
US6189093B1 (en) System for initiating exception routine in response to memory access exception by storing exception information and exception bit within architectured register
JPH01310441A (en) Data processor
US3553655A (en) Short forward conditional skip hardware
JPH031231A (en) Microprogram controller
JPH0740226B2 (en) Branch instruction control method
JPS61110238A (en) Microprogram type parallel processor
JP2783285B2 (en) Information processing device
JP2894438B2 (en) Pipeline processing equipment
JP2511063B2 (en) Pipeline control method
JP2814683B2 (en) Instruction processing unit
JP2531791B2 (en) Abnormality handling method when accessing Fetch
EP0015276B1 (en) A digital pipelined computer
EP0211487A1 (en) Conditional operations in computers
JPH07114509A (en) Memory access device
JP3471691B2 (en) Branch instruction control method in micro instruction

Legal Events

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