JPH04337833A - Data processor - Google Patents

Data processor

Info

Publication number
JPH04337833A
JPH04337833A JP3139564A JP13956491A JPH04337833A JP H04337833 A JPH04337833 A JP H04337833A JP 3139564 A JP3139564 A JP 3139564A JP 13956491 A JP13956491 A JP 13956491A JP H04337833 A JPH04337833 A JP H04337833A
Authority
JP
Japan
Prior art keywords
address
instruction
branch
vmn
signal line
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3139564A
Other languages
Japanese (ja)
Inventor
Masaki Suzuki
正樹 鈴木
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 Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP3139564A priority Critical patent/JPH04337833A/en
Publication of JPH04337833A publication Critical patent/JPH04337833A/en
Pending legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To invalidate an entry having same virtual machine number(VMN) registered in a branching history table when TLB by means of VMN is invalidated and to eliminate an invalid address conversion processing. CONSTITUTION:VMN is registered in accordance with the respective entries of the branching history table (TAB) 7 and respective VMN of TAB 7 are sequantially read out in accordance with a VMN invalidating instruction 120. Having read VMN 110 is compared with VMN 107 which is to be invalidated in a VMN match circuit 10. When they match, the entry in TAB 7 at that time is invalidated.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【技術分野】本発明はデータ処理装置に関し、特に分岐
ヒストリテーブルにより分岐命令の分岐先アドレスを先
行予測するようにしたデータ処理装置に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing apparatus, and more particularly to a data processing apparatus in which a branch destination address of a branch instruction is predicted in advance using a branch history table.

【0002】0002

【従来技術】従来のこの種のデータ処理装置では、分岐
命令の命令アドレスとこの分岐命令の分岐先アドレスと
を対のエントリとして格納する分岐ヒストリテーブルと
、命令取出しアドレスにより分岐ヒストリテーブルを索
引することにより導出された命令アドレスと命令取出し
アドレスとを比較する手段とを有し、この比較結果によ
り分岐先アドレスを予測分岐先アドレスとするよう構成
されている。
2. Description of the Related Art Conventional data processing devices of this type have a branch history table that stores the instruction address of a branch instruction and the branch destination address of this branch instruction as paired entries, and a branch history table that is indexed by an instruction fetch address. The branch target address is configured to be a predicted branch target address based on the result of this comparison.

【0003】こごで、仮想アドレスから実アドレスへの
変換を行うために、TLB(Translation 
Lookaside Buffer)が使用される。こ
のTLBにおいては、仮想計算機番号(VMN)により
TLBの該当する内容が無効化される場合があり(これ
を仮想計算機番号によるTLBの無効化と称する)、無
効化されたVMNによるデータの取出しが要求された場
合、TLBに該当するエントリが存在しないために主記
憶をアクセスして実アドレスを生成し、データを取出す
必要がある。また、この様なアドレスによるデータの取
出しは例外となる可能性が高くなる。
[0003] Here, in order to translate from a virtual address to a real address, TLB (Translation
Lookaside Buffer) is used. In this TLB, the corresponding contents of the TLB may be invalidated by the virtual machine number (VMN) (this is called TLB invalidation by virtual machine number), and data cannot be retrieved by the invalidated VMN. When a request is made, since there is no corresponding entry in the TLB, it is necessary to access the main memory, generate a real address, and retrieve the data. Furthermore, data retrieval using such an address is likely to be an exception.

【0004】上述した分岐ヒストリテーブルは、VMN
によるTLB無効化後もそのVMNに対応する仮想アド
レスは分岐ヒストリテーブルに登録されたままである。 そのためTLBに存在しないVMNにおける仮想アドレ
スが分岐ヒストリテーブルから予測分岐先仮想アドレス
として読出され、TLBで実アドレスに変換する際、こ
のVMNに対応する実アドレスは登録されていないため
、無駄な動作を行なう可能性が大きい。また、それによ
って仮想アドレスを実アドレスに変換するために主記憶
をアクセスする必要があるため、命令の処理が遅れてし
まう欠点がある。
[0004] The above-mentioned branch history table is
Even after the TLB is invalidated by VMN, the virtual address corresponding to that VMN remains registered in the branch history table. Therefore, when a virtual address in a VMN that does not exist in the TLB is read as a predicted branch destination virtual address from the branch history table and converted to a real address in the TLB, the real address corresponding to this VMN is not registered, so a useless operation is performed. There is a high possibility that it will be done. Furthermore, since it is necessary to access the main memory in order to convert the virtual address to a real address, there is a drawback that the processing of instructions is delayed.

【0005】更に、分岐ヒストリテーブルに記憶してい
る分岐命令の命令アドレス及び予測分岐先アドレスが、
TLB無効化に使用されたVMNに対応していた場合、
そのエントリは使用されず無駄である。
Furthermore, the instruction address and predicted branch destination address of the branch instruction stored in the branch history table are
If it corresponds to the VMN used for TLB invalidation,
That entry is unused and useless.

【0006】[0006]

【発明の目的】本発明の目的は、VMNによるTLBの
無効化がなされたとき、分岐ヒストリテーブルに登録さ
れている同一VMNを有するエントリを無効化するよう
にしたデータ処理装置を提供することである。
OBJECTS OF THE INVENTION An object of the present invention is to provide a data processing device that invalidates entries having the same VMN registered in a branch history table when a TLB is invalidated by a VMN. be.

【0007】[0007]

【発明の構成】本発明によれば、分岐命令の命令アドレ
スとこの分岐命令の分岐先アドレスとを対のエントリと
して格納する分岐ヒストリテーブルと、命令取出しアド
レスにより前記分岐ヒストリテーブルを索引することに
より導出された命令アドレスと前記命令取出しアドレス
とを比較する手段とを有し、この比較結果により前記分
岐先アドレスを予測分岐先アドレスとするよう構成され
た仮想計算機方式のデータ処理装置であって、仮想計算
機番号を前記分岐ヒストリテーブル内の命令アドレス対
応に登録する手段と、仮想計算機番号の無効化指示に応
答して、前記分岐ヒストリテーブル内に登録されている
仮想計算機番号を順次読出し無効化すべき仮想計算機番
号と読出された仮想計算機番号とを比較する手段と、こ
の比較結果により一致が検出されたとき、前記分岐ヒス
トリテーブル内の対応するエントリを無効化する手段と
を含むことを特徴とするデータ処理装置が得られる。
According to the present invention, a branch history table stores an instruction address of a branch instruction and a branch destination address of this branch instruction as a pair of entries, and the branch history table is indexed by an instruction fetch address. A virtual machine type data processing device comprising means for comparing the derived instruction address and the instruction fetch address, and configured to set the branch destination address as a predicted branch destination address based on the comparison result, A means for registering virtual machine numbers corresponding to instruction addresses in the branch history table, and a means for sequentially reading out and invalidating the virtual machine numbers registered in the branch history table in response to a virtual machine number invalidation instruction. The present invention is characterized by comprising means for comparing a virtual machine number with a read virtual machine number, and means for invalidating a corresponding entry in the branch history table when a match is detected as a result of this comparison. A data processing device is obtained.

【0008】[0008]

【実施例】次に本発明の実施例について図面を参照して
説明する。
Embodiments Next, embodiments of the present invention will be described with reference to the drawings.

【0009】図1は本発明の一実施例のブロック図であ
る。命令アドレス用セレクタ1は、信号線101 を介
して、命令アドレスレジスタ(IAR)4に送出する命
令アドレスをセレクトするセレクタであり、通常動作に
おける分岐ヒストリテーブル読出し及び書込み動作の場
合は、信号線119 を介して命令取出し制御部から送
出される命令取出しアドレス及び分岐命令の分岐アドレ
スをセレクトし、TLBクリア時は、信号線102 を
介して+1カウンタ6及びレジスタ4の上位ビットから
送出されたアドレスをセレクトする。
FIG. 1 is a block diagram of one embodiment of the present invention. The instruction address selector 1 is a selector that selects an instruction address to be sent to the instruction address register (IAR) 4 via the signal line 101. In the case of branch history table read and write operations in normal operation, the instruction address selector 1 is a selector that selects an instruction address to be sent to the instruction address register (IAR) 4 via the signal line 101. selects the instruction fetch address and branch address of the branch instruction sent from the instruction fetch control unit via the signal line 102, and selects the address sent from the +1 counter 6 and the upper bits of the register 4 via the signal line Select.

【0010】レジスタ4は信号線101 を介してセレ
クタ1から送出される命令アドレスを受けるレジスタで
ある。レジスタ4の下位ビットは、RAMアドレスとし
て、信号線103 を介して分岐ヒストリテーブル(T
AB)7、分岐先ヒストリテーブル(DAB)8及び+
1カウンタ6に送出される。レジスタ4の上位ビットは
、書込み動作の場合、信号線104 を介してTAB7
に送出される。また読出し動作の場合は、信号線105
 を介してTABヒット検出回路9に送出される。
Register 4 is a register that receives an instruction address sent from selector 1 via signal line 101. The lower bits of register 4 are stored in the branch history table (T) via signal line 103 as a RAM address.
AB) 7, branch destination history table (DAB) 8 and +
1 counter 6. The upper bit of register 4 is connected to TAB7 via signal line 104 in the case of a write operation.
will be sent to. In addition, in the case of read operation, the signal line 105
The data is sent to the TAB hit detection circuit 9 via the TAB hit detection circuit 9.

【0011】+1カウンタ6は信号線103 を介して
レジスタ4の下位ビットから送出されるRAMアドレス
を増加するカウンタであり、その出力は信号線102 
を介してセレクタ1に送出される。仮想計算機番号用セ
レクタ2は、信号線106 を介して仮想計算機番号保
持レジスタ3に送出するVMNをセレクトするセレクタ
であり、通常動作における分岐ヒストリテーブル書込み
動作の場合、信号線117 を介してTLB制御部から
送出されるVMNをセレクトし、TLBクリア時は、信
号線118を介してTLB制御部から送出されるTLB
クリアVMNをセレクトする。
+1 counter 6 is a counter that increments the RAM address sent from the lower bit of register 4 via signal line 103, and its output is sent to signal line 102.
is sent to selector 1 via. The virtual machine number selector 2 is a selector that selects the VMN to be sent to the virtual machine number holding register 3 via the signal line 106, and in the case of branch history table write operation in normal operation, TLB control is sent via the signal line 117. When clearing the TLB, select the VMN sent from the TLB controller via the signal line 118.
Select clear VMN.

【0012】VMN保持レジスタ3は信号線106 を
介してセレクタ2から送出されるVMNを受けるレジス
タであり、書込み動作の場合、信号線107 を介して
TAB7に送出される。また、TLBクリア時は、信号
線107 を介してVMN一致検出回路10に送出され
る。
The VMN holding register 3 is a register that receives the VMN sent from the selector 2 via the signal line 106, and in the case of a write operation, it is sent to the TAB 7 via the signal line 107. Furthermore, when the TLB is cleared, it is sent to the VMN coincidence detection circuit 10 via the signal line 107.

【0013】分岐先アドレスレジスタ(PDWD)11
は、書込み動作時に、命令レジスタ4で受けた分岐命令
の分岐アドレスと対になる分岐先アドレスを保持するレ
ジスタであり、信号線109 を介してDAB8へ送出
される。
Branch destination address register (PDWD) 11
is a register that holds a branch destination address paired with the branch address of the branch instruction received by the instruction register 4 during a write operation, and is sent to the DAB 8 via the signal line 109.

【0014】TAB7は信号線104 を介して命令レ
ジスタ4の上位ビットから送出される分岐アドレスの上
位ビットと信号線107 を介してVMNレジスタ3か
ら送出されるその分岐アドレスに対応するVMNとを記
憶するRAMであり、TAB7のVMN側(上位ビット
)は信号線110 を介してVMN一致検出回路10に
送出される。 また、分岐アドレス側(下位ビット)は信号線105 
を介してTABヒット検出回路9に送出される。DAB
8は信号線115 を介して予測分岐先アドレスレジス
タ(PDAR)12に送出される。
TAB7 stores the upper bits of the branch address sent from the upper bits of the instruction register 4 via the signal line 104 and the VMN corresponding to the branch address sent from the VMN register 3 via the signal line 107. The VMN side (higher bits) of TAB7 is sent to the VMN coincidence detection circuit 10 via a signal line 110. In addition, the branch address side (lower bit) is connected to the signal line 105.
The data is sent to the TAB hit detection circuit 9 via the TAB hit detection circuit 9. D.A.B.
8 is sent to the predictive branch destination address register (PDAR) 12 via the signal line 115.

【0015】TLBクリア表示フラグ5はTLBクリア
中を示すF/Fであり、信号線120を介してTLB制
御部から送出される信号を受け、信号線108 を介し
てアンドゲート13および命令レジスタ4のリセット信
号として送出される。
The TLB clear display flag 5 is an F/F that indicates that the TLB is being cleared, and receives a signal sent from the TLB control unit via the signal line 120 and sends the signal to the AND gate 13 and the instruction register 4 via the signal line 108. It is sent as a reset signal.

【0016】TABヒット検出回路9は、RAM読出し
動作の場合は、信号線105 を介してTAB7から読
出された分岐命令の分岐アドレスの上位ビットと、信号
線104 を介してレジスタ4の上位ビットから送出さ
れた命令取出しアドレスの上位ビットとを比較する比較
器であり、信号線111 を介してTABヒット検出フ
ラグ14へ送出する。このフラグ14は信号線111 
を介してTABヒット検出回路9から送出された結果を
受けるフラグであり、外部へ送出する。
In the case of a RAM read operation, the TAB hit detection circuit 9 detects the upper bits of the branch address of the branch instruction read from the TAB 7 via the signal line 105 and the upper bits of the register 4 via the signal line 104. This is a comparator that compares the sent instruction fetch address with the upper bits, and sends it to the TAB hit detection flag 14 via the signal line 111. This flag 14 is connected to the signal line 111
This flag receives the result sent from the TAB hit detection circuit 9 via the TAB hit detection circuit 9, and sends it to the outside.

【0017】予測分岐先アドレスレジスタ(PDAR)
12は信号線115 を介してDAB8から送出される
分岐先アドレスを受けるレジスタである。
Predicted branch destination address register (PDAR)
12 is a register that receives the branch destination address sent from DAB8 via signal line 115.

【0018】VMN一致検出回路10は、信号線110
 を介してTAB7から読出された分岐命令の分岐アド
レスに対応したVMNと、信号線107 を介してVM
N保持レジスタ3から送出されるTLBクリアVMNと
を比較する比較器であり、その結果は信号線113 を
介してアンドゲート13へ送出される。
The VMN coincidence detection circuit 10 has a signal line 110.
VMN corresponding to the branch address of the branch instruction read from TAB7 via signal line 107, and VM via signal line 107.
This is a comparator that compares the TLB clear VMN sent from the N holding register 3, and the result is sent to the AND gate 13 via the signal line 113.

【0019】VMN一致検出フラグ15は、信号線11
2 を介してVMN一致検出回路10の結果と信号線1
07 を介してTLBクリア表示フラグ5から送出され
る信号との論理積を信号線113 を介して受けるフラ
グであり、もし結果が“1”ならば信号線114 を介
して反転した結果をVビットセレクタ16に送出する。 ビットセレクタ16は信号線114 を介してVMN一
致検出フラグ15から送出されたVビットと、信号線1
16 を介して内部で生成されたVビットとをセレクト
するセレクタであり、信号線121 を介してTAB7
に送出する。
The VMN coincidence detection flag 15 is set on the signal line 11.
2 to the result of the VMN coincidence detection circuit 10 and the signal line 1
This flag receives the logical product of the signal sent from the TLB clear display flag 5 via the signal line 113 via the signal line 113, and if the result is “1”, the inverted result is sent via the signal line 114 to the V bit. It is sent to the selector 16. The bit selector 16 selects the V bit sent from the VMN match detection flag 15 via the signal line 114 and the signal line 1.
It is a selector that selects the internally generated V bit via the signal line 121, and the TAB7 via the signal line 121.
Send to.

【0020】次に動作について説明する。通常動作には
、分岐命令の結果の登録動作と、命令取出し時の索引動
作とがある。登録動作の場合は、信号線119を介し、
セレクタ1で分岐命令の命令アドレスをセレクトし、レ
ジスタ4で受ける。それと同時に前分岐命令の命令アド
レスと対となる分岐先アドレスをレジスタ11で受ける
。また、前分岐命令の命令アドレスと対応するVMNを
信号線117 を介し、セレクタ2でセレクトし、VM
N保持レジスタ3で受ける。
Next, the operation will be explained. The normal operation includes registering the result of a branch instruction and indexing operation when fetching an instruction. In the case of registration operation, via the signal line 119,
Selector 1 selects the instruction address of the branch instruction, and register 4 receives it. At the same time, the register 11 receives the branch destination address that is paired with the instruction address of the previous branch instruction. In addition, the VMN corresponding to the instruction address of the previous branch instruction is selected by the selector 2 via the signal line 117, and the VM
Received by N holding register 3.

【0021】レジスタ4で受けた命令アドレスの下位ビ
ットをTAB7,DAB8の書込みアドレスとして信号
線103 を介してTAB7,DAB8に送出し、命令
アドレスの上位ビット、レジスタ3で受けたVMN及び
レジスタ11で受けた分岐先アドレスを、信号線104
,107 及び109 を夫々介してTAB7,DAB
8に書込む。
The lower bits of the instruction address received in register 4 are sent to TAB7 and DAB8 via signal line 103 as the write address of TAB7 and DAB8, and the upper bits of the instruction address, VMN received in register 3, and register 11 are The received branch destination address is sent to the signal line 104.
, 107 and 109 respectively TAB7, DAB
Write to 8.

【0022】また、索引の場合は、信号線119 を介
し、セレクタ1で命令取出しアドレスをセレクトして、
レジスタ4で受ける。このレジスタ4の下位ビットをT
AB7,DAB8の索引アドレスとして、TAB7,D
AB8から、書込まれた分岐命令の命令アドレス及び分
岐先アドレスを読出す。読出した命令アドレスとレジス
タ4で受けた命令取出しアドレスとをTAB一致検出回
路9で比較し、等しければフラグ14に“1”をたてる
。同時に信号線115 を介してDAB8から読出した
予測分岐先アドレスをレジスタ12で受ける。
In the case of an index, the selector 1 selects the instruction fetch address via the signal line 119, and
Receive at register 4. The lower bit of this register 4 is T
TAB7, D as the index address of AB7, DAB8
The instruction address and branch destination address of the written branch instruction are read from AB8. The read instruction address and the instruction fetch address received by the register 4 are compared in the TAB coincidence detection circuit 9, and if they are equal, the flag 14 is set to "1". At the same time, the register 12 receives the predicted branch destination address read from DAB8 via the signal line 115.

【0023】次に、発明の特徴とするTLBクリア時の
分岐ヒストリテーブルの消去の動作について説明する。 TLBクリア時、TLB制御部から送出される、クリア
されるVMNを信号線117 を介してセレクタ2でセ
レクトしてレジスタ3で受け、また、TLBクリア信号
を信号線120 を介してフラグ5にセットする。信号
線108を介してフラグ5で受けたTLBクリア信号で
レジスタ4をリセットする。
Next, the operation of erasing the branch history table when clearing the TLB, which is a feature of the invention, will be explained. When clearing the TLB, the VMN to be cleared sent from the TLB control unit is selected by selector 2 via signal line 117 and received by register 3, and the TLB clear signal is set to flag 5 via signal line 120. do. The register 4 is reset by the TLB clear signal received by the flag 5 via the signal line 108.

【0024】レジスタ4の下位ビットを索引アドレスと
して、信号線103 を介して+カウンタ6で+1ずつ
カウントアップしながらTAB7に書込まれているVM
N(TAB7,DAB8に書込まれた分岐命令の命令ア
ドレスおよび分岐先アドレスと対応するVMN)を読出
す。
Using the lower bit of the register 4 as an index address, the VM written to the TAB 7 is counted up by +1 by the + counter 6 via the signal line 103.
N (VMN corresponding to the instruction address and branch destination address of the branch instruction written in TAB7 and DAB8).

【0025】信号線110 を介してTAB7から読出
したVMNと信号線107 を介してレジスタ3で受け
たTLBクリアされるVMNとをVMN一致検出回路1
0で比較する。その結果を信号線112 を介して、信
号線108 を介してフラグ5から送出された信号とを
アンドゲート13で論理積をとり、信号線113 を介
して、フラグ15で受ける。結果が“1”ならば、TL
Bクリア中にクリアされているVMNがTAB7,DA
B8に登録されていることを示すので、信号線114 
を介して反転した結果“0”をVビット(RAMに登録
されているデータが有効であることを示す)として、フ
ラグ13で“1”が立った索引アドレスをセレクタ16
を介してTAB7に書込む。
The VMN coincidence detection circuit 1 detects the VMN read from the TAB 7 via the signal line 110 and the VMN whose TLB is cleared received by the register 3 via the signal line 107.
Compare with 0. The result is ANDed with the signal sent from flag 5 via signal line 112 and signal line 108 by AND gate 13, and received by flag 15 via signal line 113. If the result is “1”, TL
The VMNs cleared during B clearing are TAB7, DA
This indicates that it is registered in B8, so the signal line 114
The index address whose flag 13 is set to "1" is set to "0" as the V bit (indicating that the data registered in the RAM is valid), and the selector 16
Write to TAB7 via.

【0026】[0026]

【発明の効果】以上説明したように本発明は、分岐ヒス
トリテーブルにおいてTLBでVMNによるTLBの無
効化がされた場合で、分岐ヒストリテーブルに無効化さ
れたVMNに対応する分岐命令の命令アドレスと、前分
岐命令の命令アドレスと対となる分岐先アドレスが記憶
されていたとき、そのエントリを無効化する回路を設け
ることにより、TLBにおいて無効化されたVMNでの
データ取出しが要求された場合のTLBミスでの無駄な
アドレス変換処理の抑止、及び分岐ヒストリテーブルの
使用効率を向上させる効果がある。
Effects of the Invention As described above, the present invention provides that when a TLB is invalidated by a VMN in a TLB in a branch history table, the instruction address of a branch instruction corresponding to the invalidated VMN is stored in the branch history table. , when the branch destination address paired with the instruction address of the previous branch instruction is stored, by providing a circuit to invalidate the entry, it is possible to prevent data retrieval from the VMN invalidated in the TLB. This has the effect of suppressing wasteful address translation processing due to TLB misses and improving the usage efficiency of the branch history table.

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

【図1】本発明の実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the invention.

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

1  命令アドレス用セレクタ 2  VMNセレクタ 3  VMN保持レジスタ 4  命令アドレスレジスタ 5  TLBクリア表示フラグ 7  分岐ヒストリテーブル(TAB)8  分岐先ヒ
ストリテーブル(DAB)9  TABヒット検出回路 10  VMN一致検出回路 11  分岐先アドレスレジスタ 12  予測分岐先アドレスレジスタ
1 Instruction address selector 2 VMN selector 3 VMN holding register 4 Instruction address register 5 TLB clear display flag 7 Branch history table (TAB) 8 Branch destination history table (DAB) 9 TAB hit detection circuit 10 VMN match detection circuit 11 Branch destination address Register 12 Predicted branch destination address register

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  分岐命令の命令アドレスとこの分岐命
令の分岐先アドレスとを対のエントリとして格納する分
岐ヒストリテーブルと、命令取出しアドレスにより前記
分岐ヒストリテーブルを索引することにより導出された
命令アドレスと前記命令取出しアドレスとを比較する手
段とを有し、この比較結果により前記分岐先アドレスを
予測分岐先アドレスとするよう構成された仮想計算機方
式のデータ処理装置であって、仮想計算機番号を前記分
岐ヒストリテーブル内の命令アドレス対応に登録する手
段と、仮想計算機番号の無効化指示に応答して、前記分
岐ヒストリテーブル内に登録されている仮想計算機番号
を順次読出し無効化すべき仮想計算機番号と読出された
仮想計算機番号とを比較する手段と、この比較結果によ
り一致が検出されたとき、前記分岐ヒストリテーブル内
の対応するエントリを無効化する手段とを含むことを特
徴とするデータ処理装置。
1. A branch history table that stores an instruction address of a branch instruction and a branch destination address of this branch instruction as paired entries, and an instruction address derived by indexing the branch history table using an instruction fetch address. and means for comparing the instruction fetch address with the instruction fetch address, and is configured to set the branch destination address as the predicted branch destination address based on the comparison result, wherein the virtual machine number is set as the predicted branch destination address. A means for registering corresponding instruction addresses in a history table, and a means for sequentially reading virtual machine numbers registered in the branch history table in response to an instruction to invalidate a virtual machine number, and reading the virtual machine numbers as virtual machine numbers to be invalidated. A data processing device comprising: means for comparing a virtual machine number with a virtual machine number; and means for invalidating a corresponding entry in the branch history table when a match is detected as a result of the comparison.
JP3139564A 1991-05-15 1991-05-15 Data processor Pending JPH04337833A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3139564A JPH04337833A (en) 1991-05-15 1991-05-15 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3139564A JPH04337833A (en) 1991-05-15 1991-05-15 Data processor

Publications (1)

Publication Number Publication Date
JPH04337833A true JPH04337833A (en) 1992-11-25

Family

ID=15248204

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3139564A Pending JPH04337833A (en) 1991-05-15 1991-05-15 Data processor

Country Status (1)

Country Link
JP (1) JPH04337833A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008501166A (en) * 2004-06-02 2008-01-17 インテル コーポレイション TLB correlation type branch predictor and method of using the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008501166A (en) * 2004-06-02 2008-01-17 インテル コーポレイション TLB correlation type branch predictor and method of using the same

Similar Documents

Publication Publication Date Title
KR960001946B1 (en) Translation lookaside buffer
KR920005280B1 (en) High speed cache system
US4068303A (en) Address translation managing system with translation pair purging
US6532528B1 (en) Data processor and data processor system having multiple modes of address indexing and operation
KR880000299B1 (en) Cash apparatus
US5845325A (en) Virtual address write back cache with address reassignment and cache block flush
US5265227A (en) Parallel protection checking in an address translation look-aside buffer
US5426751A (en) Information processing apparatus with address extension function
US20130173882A1 (en) Instruction fetch translation lookaside buffer management to support host and guest o/s translations
GB2458295A (en) Cache way accessing using pointers in a micro tag
WO1998044422A1 (en) Page table walker which positions a sliding field in a virtual address using page size
EP1027654A1 (en) A method and apparatus for implementing a page table walker with a sliding field
JPH07295886A (en) Computer system with hierarchical memory and hierachical memory and hierarchical memory management method
KR20020039685A (en) Fine grain translation discrimination
JP3045952B2 (en) Full associative address translator
US5226132A (en) Multiple virtual addressing using/comparing translation pairs of addresses comprising a space address and an origin address (sto) while using space registers as storage devices for a data processing system
US6519684B1 (en) Low overhead method for selecting and updating an entry in a cache memory
EP0519685A1 (en) Address translation
EP0173909B1 (en) Look-aside buffer least recently used marker controller
KR100321107B1 (en) Method and system for accessing a cache memory within a data processing system
JPH04337833A (en) Data processor
JP2507785B2 (en) Pageable entry invalidation device
JPH01149153A (en) Address converting index mechanism invalidating device
JPS62197846A (en) Address converting device
JPH04177440A (en) Data processor