JP2542565B2 - Branch predictive control method - Google Patents

Branch predictive control method

Info

Publication number
JP2542565B2
JP2542565B2 JP60015886A JP1588685A JP2542565B2 JP 2542565 B2 JP2542565 B2 JP 2542565B2 JP 60015886 A JP60015886 A JP 60015886A JP 1588685 A JP1588685 A JP 1588685A JP 2542565 B2 JP2542565 B2 JP 2542565B2
Authority
JP
Japan
Prior art keywords
branch
instruction
address
register
history buffer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP60015886A
Other languages
Japanese (ja)
Other versions
JPS61198335A (en
Inventor
忠雄 近藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
Nippon Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP60015886A priority Critical patent/JP2542565B2/en
Publication of JPS61198335A publication Critical patent/JPS61198335A/en
Application granted granted Critical
Publication of JP2542565B2 publication Critical patent/JP2542565B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は分岐命令の高速化を図る分岐予測制御方式に
関する。
The present invention relates to a branch prediction control method for increasing the speed of branch instructions.

〔従来の技術〕[Conventional technology]

分岐命令の高速化技術として、分岐命令の履歴を記憶
し、過去の結果を基に分岐成功/不成功及び分岐先を予
測する方法がある。(例えばIEEECOMPUTER1984 1月号
P6〜P22) 〔発明が解決しようとする問題点〕 上述した分岐予測は、分岐命令を含む命令語アドレス
と、該分岐命令の分岐先アドレスとを保持する分岐ヒス
トリバッファを設け、命令取出時に取出し命令中に分岐
命令を含む場合、分岐先アドレスを得るものである。一
方、分岐命令の分岐成功/失敗は、分岐命令実行時に初
めて判るものである。従ってその時迄、分岐命令のアド
レスおよび分岐先アドレスを保持する必要があるため、
これらを保持するハードウェアが必要であり、ハードウ
ェア量が増加するという欠点がある。
As a technique for speeding up a branch instruction, there is a method of storing a history of the branch instruction and predicting whether the branch is successful or unsuccessful and the branch destination based on the past result. (For example, IEEE COMPUTER 1984 January issue
P6 to P22) [Problems to be solved by the invention] In the above-described branch prediction, a branch history buffer for holding an instruction word address including a branch instruction and a branch destination address of the branch instruction is provided, When the instruction includes a branch instruction, the branch destination address is obtained. On the other hand, the branch success / failure of the branch instruction can be known only when the branch instruction is executed. Therefore, until that time, it is necessary to hold the address of the branch instruction and the branch destination address.
The hardware for holding these is required, and there is a drawback that the amount of hardware increases.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の分岐予測制御方式では、先取りした命令語の
書替検出用に先取りした命令語アドレスの範囲を保持す
る命令語アドレスレジスタを分岐ヒストリバッファへの
書込アドレス保持用レジスタと共用化している。
In the branch prediction control method of the present invention, the instruction word address register that holds the range of the prefetched instruction word address for detecting the rewriting of the prefetched instruction word is shared with the register for holding the write address to the branch history buffer. .

〔実施例〕〔Example〕

次に本発明について図面を参照して詳細に説明する。 Next, the present invention will be described in detail with reference to the drawings.

第1図を参照すると、本発明の一実施例は、外部から
与えられる仮想アドレスを格納する仮想アドレスレジス
タ1,このレジスタ1からのアドレスおよび取出命令アド
レスレジスタ(L)10のアドレスに「1」を加算したア
ドレスとのどちらか一方を選択して出力する切替回路2,
この切換回路2からの出力のうち下位ビットにより指定
された位置に分岐命令のアドレスを格納する分岐ヒスト
リバッファ(K)3,前記下位ビットにより指定された位
置に分岐先アドレスを保持する分岐ヒストリバッファ
(D)4,分岐ヒストリバッファ(K)3の内容と前記レ
ジスタ1からのアドレスとを比較する比較回路5および
6,この比較回路5および6のどちらか一方の一致検出に
応答して分岐ヒストリバッファ(D)4の出力を選択出
力する切替回路7,ストア命令によるメモリへの書込アド
レスを保持するストア命令アドレスレジスタ8,取出した
命令のアドレス範囲のうち上限のアドレスを保持する取
出命令アドレスレジスタ(U)9,このアドレス範囲のう
ち少なくとも1組の下限のアドレスを保持する取出命令
アドレスレジスタ(L)10,このレジスタ10の内容に
「1」を加算するカウンタ11,前記レジスタ8からのア
ドレスおよび前記レジスタ9からのアドレスを比較する
比較回路12,前記レジスタ8からのアドレスおよび前記
レジスタ10からのアドレスを比較する比較回路13,およ
びこれら比較回路12および13の出力の論理積をとるアン
ドゲート14から構成されている。
Referring to FIG. 1, an embodiment of the present invention is such that a virtual address register 1 for storing a virtual address given from the outside, an address from this register 1 and an address of a fetch instruction address register (L) 10 are "1". Switching circuit that selects and outputs either one of the
A branch history buffer (K) 3 for storing the address of the branch instruction at the position designated by the lower bit of the output from the switching circuit 2, and a branch history buffer for holding the branch destination address at the position designated by the lower bit. (D) 4, a comparison circuit 5 for comparing the contents of the branch history buffer (K) 3 with the address from the register 1, and
6, a switching circuit 7 for selectively outputting the output of the branch history buffer (D) 4 in response to the match detection of either one of the comparison circuits 5 and 6, a store instruction for holding a write address to the memory by the store instruction Address register 8, fetch instruction address register (U) 9 that holds the upper limit address of the fetched instruction address range, fetch instruction address register (L) 10 that holds at least one set of the lower limit address of this address range A counter 11 for adding "1" to the contents of the register 10, a comparison circuit 12 for comparing the address from the register 8 and the address from the register 9, an address from the register 8 and an address from the register 10. It is composed of a comparison circuit 13 for comparison, and an AND gate 14 which takes the logical product of the outputs of these comparison circuits 12 and 13.

前記レジスタ10はレジスタファイルで構成されてもよ
い。
The register 10 may be composed of a register file.

次に本発明の一実施例の動作を詳細に説明する。 Next, the operation of the embodiment of the present invention will be described in detail.

第2図を参照すると、命令語のアドレス変換サイクル
(AI)で計算された命令語の仮想アドレスは、(図示し
ない)キャッシュメモリに送出されると同時にこのAIサ
イクル終了時には仮想アドレスレジスタ1に保持され
る。そして、命令語の取出しのアドレス変換サイクル
(PI)において、分岐ヒストリバッファ(K)3及び分
岐ヒストリバッファ(D)4が索引される。
Referring to FIG. 2, the virtual address of the instruction word calculated in the instruction word address conversion cycle (AI) is sent to the cache memory (not shown) and at the same time, stored in the virtual address register 1 at the end of this AI cycle. To be done. Then, in the address translation cycle (PI) for fetching the instruction word, the branch history buffer (K) 3 and the branch history buffer (D) 4 are indexed.

分岐ヒストリバッファ(K)3及び分岐ヒストリバッ
ファ(D)4は、公知の2レベルのセットアソシアティ
ブキャッシュメモリと同様の構成を有する。分岐ヒスト
リバッファ(K)3は、索引用キーデータとして分岐命
令の命令アドレスの上位部分とその有効性を示すバリッ
ドビットとを記憶する。分岐ヒストリバッファ(D)4
は、分岐ヒストリバッファ(K)3の各エントリに保持
された分岐命令に対応する分岐先アドレスを保持する。
The branch history buffer (K) 3 and the branch history buffer (D) 4 have the same structure as a well-known two-level set associative cache memory. The branch history buffer (K) 3 stores the upper part of the instruction address of the branch instruction and the valid bit indicating its effectiveness as the index key data. Branch history buffer (D) 4
Holds the branch destination address corresponding to the branch instruction held in each entry of the branch history buffer (K) 3.

取出命令レジスタ9及び10として、本実施例では3組
のレジスタを有するものとする。これにより、最大2個
の分岐する分岐命令を含む3組の命令ストリームを先取
りすることができる。
In this embodiment, the fetch instruction registers 9 and 10 have three sets of registers. This makes it possible to prefetch three sets of instruction streams including a maximum of two branch instructions.

まず、分岐ヒストリバッファ(K)3と分岐ヒストリ
バッファ(D)4に何も登録されていない状態では、分
岐命令の実行に応じて、以下のように登録の処理がなさ
れる。
First, when nothing is registered in the branch history buffer (K) 3 and the branch history buffer (D) 4, the registration process is performed as follows according to the execution of the branch instruction.

分岐命令が無条件分岐命令である場合または条件分岐
命令であって分岐した場合には、この分岐命令の命令ア
ドレスが分岐ヒストリバッファ(K)3に、分岐先アド
レスが分岐ヒストリバッファ(D)4に、それぞれ第2
図に示される命令実行のEサイクルにて登録される。こ
の登録には、取出命令アドレスレジスタ(L)10の内、
実行中の命令アドレスを保持するエントリの内容と分岐
先アドレスを保持する他のエントリの内容とを使用す
る。すなわち、分岐ヒストリバッファ(K)3および分
岐ヒストリバッファ(D)4にヒットしなかった分岐命
令を実行する場合には、この分岐命令のAサイクルにお
いて、分岐命令の分岐先アドレスが決定される。この分
岐先アドレスは仮想アドレスレジスタ1にセットされ
る。このアドレスが新ストリームの命令アドレスとし
て、他の取出命令アドレスレジスタ9及び10にセットさ
れる。この分岐命令のEサイクルの1クロック前には、
実行中の命令アドレスが取出命令アドレスレジスタ
(L)10から仮想アドレスレジスタ1に転送される。そ
して、この分岐命令のEサイクルにおいて分岐する旨が
決定されると、分岐ヒストリバッファ(K)3の対応す
るエントリに仮想アドレスレジスタ1からの分岐命令ア
ドレスが登録され、分岐ヒストリバッファ(D)4の対
応するエントリに取出命令アドレスレジスタ(L)10の
分岐先アドレスが登録される。
When the branch instruction is an unconditional branch instruction or a conditional branch instruction and the branch is made, the instruction address of this branch instruction is stored in the branch history buffer (K) 3 and the branch destination address is stored in the branch history buffer (D) 4. Second each
It is registered in the E cycle of instruction execution shown in the figure. For this registration, out of the fetch instruction address register (L) 10,
The contents of the entry holding the instruction address being executed and the contents of the other entry holding the branch destination address are used. That is, when executing a branch instruction that has not hit the branch history buffer (K) 3 and the branch history buffer (D) 4, the branch destination address of the branch instruction is determined in the A cycle of this branch instruction. This branch destination address is set in the virtual address register 1. This address is set in the other fetch instruction address registers 9 and 10 as the instruction address of the new stream. One clock before the E cycle of this branch instruction,
The instruction address being executed is transferred from the fetched instruction address register (L) 10 to the virtual address register 1. Then, when it is decided to branch in the E cycle of this branch instruction, the branch instruction address from the virtual address register 1 is registered in the corresponding entry of the branch history buffer (K) 3, and the branch history buffer (D) 4 is registered. The branch destination address of the fetch instruction address register (L) 10 is registered in the corresponding entry of.

尚、このとき2レベルある分岐ヒストリバッファの内
いずれのレベルにセットするかは、周知のリプレースメ
ントアルゴリズムによる。
At this time, the level of the branch history buffer having two levels to be set depends on a well-known replacement algorithm.

次に、分岐ヒストリバッファ(K)3と分岐ヒストリ
バッファ(D)4に登録された状態では、分岐命令の実
行に応じて、以下のような処理がなされる。
Next, in the state registered in the branch history buffer (K) 3 and the branch history buffer (D) 4, the following processing is performed according to the execution of the branch instruction.

仮想アドレスレジスタ1の内容により索引された分岐
ヒストリバッファ(K)3の一致が比較回路5または6
で検出されると、分岐ヒストリバッファ(D)4のうち
比較回路5または6で一致が検出されたレベルが切替回
路7により選択される。そして、その対応するバリッド
ビットが「有効」を示していれば、切替回路7の出力
は、分岐予測ヒット信号とともに分岐予測アドレスとし
てキャッシュメモリの分岐先命令取出しアクセス用とし
て送出される。この分岐予測アドレス出力を用いて命令
取出しをすることによって、分岐先命令語の取出しが高
速化され、分岐命令が高速に実行されることになる。
The match of the branch history buffer (K) 3 indexed by the contents of the virtual address register 1 indicates the comparison circuit 5 or 6.
Then, the switching circuit 7 selects the level of the branch history buffer (D) 4 for which the comparison circuit 5 or 6 detects a match. If the corresponding valid bit indicates "valid", the output of the switching circuit 7 is sent together with the branch prediction hit signal as a branch prediction address for the branch destination instruction fetch access of the cache memory. By fetching an instruction using this branch predicted address output, the fetching of the branch target instruction word is accelerated, and the branch instruction is executed at high speed.

次に、分岐ヒストリバッファ3及び4に既に登録され
た内容が、命令の書替えにより分岐命令でなくなっ
た、分岐先アドレスが変更された、分岐の方向が変
わった、等の理由で不正になった場合には、その分岐命
令のEサイクルにおいて分岐予測の失敗が検出される。
これにより、分岐ヒストリバッファ(K)3中の有効性
表示ビット(バリビット)のリセットが行われて、対応
するエントリが無効となる。
Next, the contents already registered in the branch history buffers 3 and 4 became invalid due to the fact that the instruction was rewritten so that it was no longer a branch instruction, the branch destination address was changed, the branch direction was changed, etc. In this case, a branch prediction failure is detected in the E cycle of the branch instruction.
As a result, the validity indication bit (vari bit) in the branch history buffer (K) 3 is reset, and the corresponding entry becomes invalid.

但し、FORTRANプログラム等で用いられるDOループの
制御用分岐命令については、同一ループを何度も使用す
る可能性があるため、たとえ分岐予測に失敗した場合で
あっても対応するエントリを無効化しない。すなわち、
DOループを抜け出すときに必ず分岐予測は失敗するが、
このとき、毎回分岐ヒストリバッファの対応するエント
リを無効化すると、再度このループを使用するときにも
分岐予測失敗となってしまい、性能が低下するからであ
る。
However, for the DO loop control branch instruction used in a FORTRAN program, etc., since the same loop may be used many times, the corresponding entry is not invalidated even if the branch prediction fails. . That is,
Branch prediction always fails when exiting the DO loop,
At this time, if the corresponding entry in the branch history buffer is invalidated every time, the branch prediction will fail even when this loop is used again, and the performance will deteriorate.

次に取出命令アドレスレジスタ9及び10の動作につい
て説明する。
Next, the operation of the fetch instruction address registers 9 and 10 will be described.

取出命令アドレスレジスタ9は取り出した命令の最終
アドレスを保持し、取出命令アドレスレジスタ10は取り
出した命令のうち実行されていない命令の先頭アドレス
を保持する。従って、これら取出命令アドレスレジスタ
9及び10に挟まれたアドレス領域の命令が、取り出され
た命令であって且つ未実行の命令であることになる。こ
の取出し命令の範囲を保持するため、取出命令アドレス
レジスタ10は各命令実行後にカウンタ11を介して「1」
増分される。また、取出命令アドレスレジスタ9は命令
取出し時に取出された命令の最終アドレスを保持するよ
うに更新される。このように取出命令アドレスレジスタ
9及び10を管理することにより、比較回路12及び13によ
ってストアアドレスと比較することによって、当該範囲
に対して書込みが発生したことを検知する。書替えが検
出されると、命令の取出し直しから処理を再開する。取
り出した命令を保持する命令バッファ及び取出命令アド
レスレジスタ9及び10は上述のように3組あり、使用中
であるか否かを示す制御ビット(バリッドビット)を命
令ストリーム毎に有している。これにより、分岐先命令
の取出しを継続して実行できるのか、または、取出命令
アドレスレジスタ9及び10の空きを待たなければならな
いのか、を管理する。
The fetched instruction address register 9 holds the final address of the fetched instruction, and the fetched instruction address register 10 holds the start address of the instruction not executed among the fetched instructions. Therefore, the instruction in the address area sandwiched between the fetched instruction address registers 9 and 10 is the fetched instruction and the unexecuted instruction. In order to retain the range of this fetch instruction, the fetch instruction address register 10 is set to "1" via the counter 11 after each instruction is executed.
Incremented. Further, the fetched instruction address register 9 is updated to hold the final address of the fetched instruction at the time of fetching the instruction. By thus managing the fetch instruction address registers 9 and 10, the comparison circuits 12 and 13 compare with the store address to detect that writing has occurred in the range. When the rewriting is detected, the process is restarted from the instruction re-fetching. The instruction buffer for holding the fetched instruction and fetched instruction address registers 9 and 10 have three sets as described above, and each control stream has a control bit (valid bit) indicating whether or not it is in use. This manages whether the fetch of the branch destination instruction can be continuously executed or whether the fetch instruction address registers 9 and 10 must wait for a vacancy.

これにより、このバリッドビットが未使用を示してい
れば最初の命令取出しであり、このバリッドビットが使
用中を示していれば後続命令の取出しであると判断でき
る。分岐先の最初の命令取出し時には、取出命令アドレ
スレジスタ9及び10の両方のレジスタに命令アドレスが
セットされるが、2回目以降の命令取出し時には取出命
令アドレスレジスタ9のみに命令アドレスがセットされ
る。
As a result, it can be determined that the first instruction is fetched if this valid bit indicates that it is not used, and that the subsequent instruction is fetched if this valid bit indicates that it is in use. At the time of fetching the first instruction at the branch destination, instruction addresses are set in both the fetch instruction address registers 9 and 10, but at the second and subsequent instruction fetches, only the fetch instruction address register 9 is set.

第2図を参照すると、分岐予測時の性能が従来方式と
比較される。分岐予測成功時には、分岐命令実行時間が
大幅に改善されている。従来方式では条件分岐命令の演
算サイクルで、分岐成功/不成功が判断される。分岐成
功の場合次のサイクルから分岐先命令のアドレス計算サ
イクルが開始されるため、分岐命令の実行完了(Eサイ
クル終了)から分岐先命令のEサイクル終了まで4マシ
ンサイクル必要である。一方分岐予測を行った場合、分
岐命令の取出PIサイクルで分岐予測バッファを索引する
ことにより、取出した命令に分岐成功予測の分岐命令を
含む場合には分岐先アドレスを得ることができる。この
アドレスを用いて分岐先命令の取出およびデコードが行
われ、分岐命令のEサイクルの次のサイクルで、分岐先
命令が実行されることにより、本例のパイプライン構造
の場合、従来方式に比し分岐命令の実行時間が4倍高速
化される。
Referring to FIG. 2, the performance at the time of branch prediction is compared with the conventional method. When the branch prediction is successful, the branch instruction execution time is significantly improved. In the conventional method, branch success / failure is determined in the operation cycle of the conditional branch instruction. If the branch is successful, the address calculation cycle of the branch target instruction starts from the next cycle, and therefore four machine cycles are required from the completion of execution of the branch instruction (end of E cycle) to the end of E cycle of the branch target instruction. On the other hand, when branch prediction is performed, the branch prediction buffer is indexed in the fetch instruction PI cycle of the branch instruction, whereby the branch destination address can be obtained when the fetched instruction includes the branch instruction of the branch success prediction. The branch destination instruction is fetched and decoded using this address, and the branch destination instruction is executed in the cycle next to the E cycle of the branch instruction. The execution time of the branch instruction is four times faster.

〔発明の効果〕〔The invention's effect〕

本発明は先取りした命令語の書替検出用に先取りした
命令語アドレスの範囲を保持する命令語アドレスレジス
タを分岐予測バッファへの書込アドレス保持用レジスタ
と共用化し、ハードウェア量の削減をはかるとともに性
能改善を図っている。
According to the present invention, the instruction word address register that holds the range of the prefetched instruction word address for detecting the rewriting of the prefetched instruction word is shared with the register for holding the write address to the branch prediction buffer to reduce the amount of hardware. We are also working to improve performance.

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

第1図は本発明の一実施例を示す図、および第2図は分
岐予測の効果を示す図である。 第1図および第2図において、1……仮想アドレスレジ
スタ、2,7……切替回路、3……分岐予測バッファ
(K)、4……分岐予測バッファ(D)、5,6,12,13…
…比較回路、8……ストアアドレスレジスタ、9……取
出命令アドレスレジスタ(U)、10……取出命令アドレ
スレジスタ(L)、11……カウンタ。
FIG. 1 is a diagram showing an embodiment of the present invention, and FIG. 2 is a diagram showing the effect of branch prediction. 1 and 2, 1 ... Virtual address register, 2, 7 ... Switching circuit, 3 ... Branch prediction buffer (K), 4 ... Branch prediction buffer (D), 5, 6, 12, 13…
Comparator circuit, 8 ... Store address register, 9 ... Extraction instruction address register (U), 10 ... Extraction instruction address register (L), 11 ... Counter.

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】分岐命令の分岐先命令語の先取りを行うた
めに、分岐命令のアドレスと該分岐命令の分岐先アドレ
スとの対を複数個保持する分岐ヒストリバッファと、 最も最近に先取りされた命令語のアドレスを格納する第
1のレジスタ群と最も以前に先取りされた命令語のアド
レスを格納する第2のレジスタ群とを有し先取りした命
令語の書き替え発生の検出を行う先取り命令語書替検出
手段とを備え、 前記第2のレジスタ群の第1のレジスタには現在実行中
の命令語のアドレスが格納され、前記第2のレジスタ群
の第2のレジスタには分岐先アドレスが格納され、 先取りされた分岐命令のアドレスが前記分岐ヒストリバ
ッファに保持されていない場合には、当該分岐命令の実
行時に、前記第2のレジスタ群の第1のレジスタの内容
を前記分岐ヒストリバッファに当該分岐命令のアドレス
として登録し、前記第2のレジスタ群の第2のレジスタ
の内容を前記分岐ヒストリバッファに分岐先アドレスと
して登録することを特徴とする分岐予測制御方式。
1. A branch history buffer holding a plurality of pairs of a branch instruction address and a branch destination address of the branch instruction for prefetching a branch destination instruction word of a branch instruction, and the most recently prefetched. A prefetch instruction word having a first register group for storing the address of the instruction word and a second register group for storing the address of the instruction word previously prefetched, and detecting occurrence of rewriting of the prefetched instruction word Rewriting detection means, wherein the first register of the second register group stores the address of the instruction word currently being executed, and the second register of the second register group stores the branch destination address. If the address of the stored and prefetched branch instruction is not held in the branch history buffer, the contents of the first register of the second register group are stored when the branch instruction is executed. Registered in Toki history buffer as the address of the branch instruction, the branch prediction control scheme in which a content of the second register of the second register group and registers as a branch destination address in the branch history buffer.
【請求項2】分岐命令の分岐予測に失敗したときに前記
分岐ヒストリバッファの当該分岐命令に対応するエント
リの内容を無効化する無効化手段をさらに有し、前記無
効化手段は、ループ制御用の分岐命令の分岐予測に失敗
したときは、前記分岐ヒストリバッファの対応するエン
トリの内容を無効化しないことを特徴とする特許請求の
範囲第1項記載の分岐予測制御方式。
2. When the branch prediction of a branch instruction is unsuccessful, the branch history buffer further comprises invalidating means for invalidating the contents of the entry corresponding to the branch instruction, and the invalidating means is for loop control. 2. The branch prediction control method according to claim 1, wherein when the branch prediction of the branch instruction is failed, the contents of the corresponding entry in the branch history buffer are not invalidated.
JP60015886A 1985-01-30 1985-01-30 Branch predictive control method Expired - Lifetime JP2542565B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60015886A JP2542565B2 (en) 1985-01-30 1985-01-30 Branch predictive control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60015886A JP2542565B2 (en) 1985-01-30 1985-01-30 Branch predictive control method

Publications (2)

Publication Number Publication Date
JPS61198335A JPS61198335A (en) 1986-09-02
JP2542565B2 true JP2542565B2 (en) 1996-10-09

Family

ID=11901273

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60015886A Expired - Lifetime JP2542565B2 (en) 1985-01-30 1985-01-30 Branch predictive control method

Country Status (1)

Country Link
JP (1) JP2542565B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2859172B2 (en) * 1995-08-29 1999-02-17 甲府日本電気株式会社 Information processing equipment debug circuit

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5991549A (en) * 1982-11-17 1984-05-26 Nec Corp Method for storing instruction word to instruction buffer

Also Published As

Publication number Publication date
JPS61198335A (en) 1986-09-02

Similar Documents

Publication Publication Date Title
US4477872A (en) Decode history table for conditional branch instructions
US4847753A (en) Pipelined computer
US4827402A (en) Branch advanced control apparatus for advanced control of a branch instruction in a data processing system
EP0118828B1 (en) Instruction fetch apparatus and method of operating same
US4991080A (en) Pipeline processing apparatus for executing instructions in three streams, including branch stream pre-execution processor for pre-executing conditional branch instructions
US4583165A (en) Apparatus and method for controlling storage access in a multilevel storage system
US5941981A (en) System for using a data history table to select among multiple data prefetch algorithms
US4725947A (en) Data processor with a branch target instruction storage
CA1244554A (en) Pageable branch history table
US5790823A (en) Operand prefetch table
US20020091915A1 (en) Load prediction and thread identification in a multithreaded microprocessor
US5297281A (en) Multiple sequence processor system
US5930832A (en) Apparatus to guarantee TLB inclusion for store operations
JPH1074166A (en) Multilevel dynamic set predicting method and its device
JPH0334024A (en) Method of branch prediction and instrument for the same
JPH10228377A (en) Information processor for predicting branch
JPWO2007099598A1 (en) Processor having prefetch function
US5634119A (en) Computer processing unit employing a separate millicode branch history table
US5740418A (en) Pipelined processor carrying out branch prediction by BTB
US5794027A (en) Method and apparatus for managing the execution of instructons with proximate successive branches in a cache-based data processing system
KR930003124B1 (en) Apparatus for the control of branch instruction in pipeline system
TW200815981A (en) Methods and apparatus for reducing lookups in a branch target address cache
JP2542565B2 (en) Branch predictive control method
JP2534662B2 (en) Instruction cache control method
JPH046983B2 (en)