JPS6072030A - Information processing device - Google Patents

Information processing device

Info

Publication number
JPS6072030A
JPS6072030A JP17800583A JP17800583A JPS6072030A JP S6072030 A JPS6072030 A JP S6072030A JP 17800583 A JP17800583 A JP 17800583A JP 17800583 A JP17800583 A JP 17800583A JP S6072030 A JPS6072030 A JP S6072030A
Authority
JP
Japan
Prior art keywords
instruction
byte
bytes
data
ibr
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
JP17800583A
Other languages
Japanese (ja)
Inventor
Hideo Sawamoto
英雄 澤本
Kazumitsu Takeda
武田 和光
Koichi Ikeda
池田 公一
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.)
Hitachi Ltd
Nippon Telegraph and Telephone Corp
Original Assignee
Hitachi Ltd
Nippon Telegraph and Telephone 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 Hitachi Ltd, Nippon Telegraph and Telephone Corp filed Critical Hitachi Ltd
Priority to JP17800583A priority Critical patent/JPS6072030A/en
Publication of JPS6072030A publication Critical patent/JPS6072030A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/3005Arrangements for executing specific machine instructions to perform operations for flow control
    • G06F9/30054Unconditional branch instructions

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Advance Control (AREA)

Abstract

PURPOSE:To improve the performance of a branch instruction, etc. by detecting a fact that an instruction address exceeds a page boundary on the way of fetching in instruction if it occurs, and inhibiting storage of the subsequent data. CONSTITUTION:Data from a storage control device SUC is set to instruction buffer registers (hereinafter called IBR) 1-4 of 4-byte length each by the SUC and a WTIBR signal of 4 bytes. Also, an instruction buffer pointer (hereinafter called IBP) 5 indicates from which IBR an instruction to be executed in the next time is fetched. When a instruction address is in a 2-byte boundary and instruction length is above 2 bytes, the IBP5 indicates the head of the next instruction by 2-byte unit and is set to an instruction register IR6, the instruction length is added to the IBR by a 2-byte unit and updated so as to indicate the head of the next instruction. In this way, 16 bytes from an optional 4-byte boundary address can be fetched, and detched data can be stored in order from the IBR used most frequently in the past.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、情報処理装置に係シ、特に複数の命令バッフ
ァレジスタと、1度の命令フェッチで複数の該命令バッ
ファレジスタにフェッチ−データを格納できる機能を有
する情報処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to an information processing device, and particularly relates to a plurality of instruction buffer registers and a method for storing fetched data in the plurality of instruction buffer registers by fetching an instruction once. The present invention relates to an information processing device that has functions that can perform the following functions.

〔従来技術〕[Prior art]

主記憶装置から命令を読み出すには時間が多くかかるた
め、予じめ処理装置の中のバッファメモリに命令を先取
シして格納しておくことが行なわれている。ここで主記
憶装置と4バイトのデータ線で接続された4バイトの命
令バッファレジスタ(以下IBRと呼ぶ)4個(これを
、 IBRo 、IBRl、I構。
Since it takes a lot of time to read instructions from the main memory, instructions are preliminarily stored in a buffer memory in a processing device. Here, there are four 4-byte instruction buffer registers (hereinafter referred to as IBRs) connected to the main memory device by 4-byte data lines (these are called IBRo, IBRl, and I structure).

IBR5とする)と、16バイトの命令フェッチ機能(
アドレスの16バイト境界から16バイトをまとめて主
記憶から読み出す機能)を有する情報処理装置を例に、
従来の方式について説明する。
IBR5) and 16-byte instruction fetch function (
Using an information processing device as an example, which has the function of reading 16 bytes from the main memory at once from the 16-byte boundary of the address,
The conventional method will be explained.

従来、前述の如き情報処理装置では、命令フェッチは、
16バイト境界アドレスからの16バイトをフェッチし
、そのデータを、IBROからIBR5に格納していた
Conventionally, in the above-mentioned information processing device, instruction fetch is performed by
It fetched 16 bytes from a 16-byte boundary address and stored the data from IBRO to IBR5.

しかし、このような方式では、分岐成功の分岐命令にお
いて、分岐先アドレスが、16バイト境界で無い場合に
は、命令フェッチは16バイト境界から行なわれるから
命令フェッチ・データ16バイトの内、有効なデータが
少なくなる。例えば1分岐先アドレスが16yb+12
バイト境界から始まる場合には、16バイトのフェッチ
データの内、有効データは4バイトだけである。
However, in such a system, if the branch destination address of a successful branch instruction is not on a 16-byte boundary, the instruction fetch is performed from the 16-byte boundary, so only the valid 16-byte instruction fetch data is used. less data. For example, 1 branch destination address is 16yb+12
When starting from a byte boundary, only 4 bytes of 16 bytes of fetch data are valid data.

また、分岐命令の他に、IBHの内容をキャンセルする
命令においても、次命令の命令フェッチで、分岐命令の
場合と同様に、有効なフェッチデータが12バイト以下
のことがある。
Furthermore, in addition to branch instructions, in an instruction that cancels the contents of IBH, valid fetch data may be 12 bytes or less when fetching the next instruction, as in the case of a branch instruction.

ここで、命令がメモリ上の任意の2バイト境界アドレス
に、等確率で存在すると仮定すると、分岐成功の分岐命
令、又は命令バッファレジスタをキャンセルする命令の
次命令で発生する命令フェッチで得られる、平均有効デ
ータ長りは’i、1−6土1生土Lり辷り駈辷腹す辷ヒ
ヒしし−= 9 (バイト)でおる。そして、命令フェ
ッチの発生する命令が例えば、16r++12バイト境
界アドレスの4バイト長命令とすると、4回目のデータ
転送が終了するまで、有効な情報がIBHにランチされ
ないから命令のデコード動作が行えない。これを第1図
のタイムチャートに示す。第1図でMDATAは、主記
憶装置から送られる命令フェッチデータであシ、4バイ
トずつ4マシンサイクルかけて、サイクルφl〜φ4で
送られる。第1図の4マシンサイクル目φ4で、IBI
Bに目的の命令をフェッチし、5マシンサイクル目φ5
でノーまじめて命令のデコードができる。
Here, assuming that an instruction exists at an arbitrary 2-byte boundary address on memory with equal probability, the instruction fetch that occurs with the next instruction of a successful branch instruction or an instruction that cancels the instruction buffer register, The average effective data length is 'i, 1-6 soil 1 raw soil L traverse canter traverse belly traverse bhihishishi - = 9 (bytes). If the instruction in which the instruction fetch occurs is, for example, a 4-byte long instruction with a 16r++12-byte boundary address, the instruction cannot be decoded because valid information is not launched into the IBH until the fourth data transfer is completed. This is shown in the time chart of FIG. In FIG. 1, MDATA is instruction fetch data sent from the main memory, and is sent in cycles φ1 to φ4, taking 4 machine cycles for each 4 byte. At the fourth machine cycle φ4 in Figure 1, IBI
Fetch the target instruction to B, 5th machine cycle φ5
You can decode instructions without any serious effort.

さらに、該命令が 1、 16n+12 ハイド境界アドレスの6バイト長
命令 2、R++z+14パイ)f2界アドレスの6バ、イト
長命令 5.16yb+14バイト境界アドレスの4バイト長命
令 の場合には、再度命令フェッチを行なわねばならない。
Furthermore, if the instruction is a 4-byte long instruction with a 1, 16n + 12 hide boundary address, 6 byte length instruction 2, R++z + 14 pie) f2 boundary address, and a 6 byte, byte length instruction 5.16yb + 14 byte boundary address, the instruction is fetched again. must be carried out.

通常、プログラム中の分岐命令の頻度は、約20%であ
シ、前述の如きオーバヘッドは、情報処理装置の性能に
大きく影響する。
Normally, the frequency of branch instructions in a program is about 20%, and the above-mentioned overhead greatly affects the performance of the information processing device.

大形機の場合はIBRを現用と分岐用と2系列持たせ処
理速度の低下を防ぐという技術もあるが、小形機の場合
このようなハードウェアの増加は許容し難い。
For large machines, there is a technique of having two IBRs, one for current use and one for branch, to prevent a decrease in processing speed, but for small machines, such an increase in hardware is difficult to tolerate.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、分岐命令および命令ノくツファレジス
タをキャンセルする命令の性能を高めることができる命
令フェッチ方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide an instruction fetch method that can improve the performance of branch instructions and instructions that cancel instruction buffer registers.

〔発明の概要〕[Summary of the invention]

本発明は、任意のNバイト境界アドレスからかNバイト
の命令フェッチを行ない、m個(但しm≧t)の命令バ
ッファレンスタの内、最も過去にデータを使用したIB
Rから順に、フェッチデータを格納する。また、記憶領
域のページ単位でアドレス変換や記憶保護を行なう情報
処理装置の場合には命令フェッチの途中で命令アドレス
かページ境界を越えると、それを検出し、以降のデータ
はIBHに格納しない命令フェッチ方式である。
The present invention performs an N-byte instruction fetch from an arbitrary N-byte boundary address, and fetches an IB whose data was used most recently among m instruction buffer registers (where m≧t).
Fetch data is stored in order from R. In addition, in the case of an information processing device that performs address translation and memory protection on a page-by-page basis in the storage area, if an instruction address or page boundary is crossed during an instruction fetch, this is detected and the subsequent data is not stored in the IBH. It is a fetch method.

〔発明の実施例〕[Embodiments of the invention]

本発明において、主記憶装置はそれぞれ4バイトずつ読
み出される4つのバンクからなっているものとする。こ
のような所謂マルチパンク力式の記憶装置についてはよ
く知られたところであるから詳述しない。このような記
憶装置からは任意の4バイト境界から連続する16ハイ
トを読み出すことができる。
In the present invention, it is assumed that the main memory device consists of four banks, each of which is read by 4 bytes. Since such a so-called multi-puncture storage device is well known, it will not be described in detail. From such a storage device, 16 consecutive heights can be read from any 4-byte boundary.

従来、命令以外の情報はこのような読み出しを行なって
いたが命令の場合はIBRへの格納及びその読み出しの
制御がその16バイトがページ境界にまたがったとき困
難なため、16バイト境界からしか読み出しは行なわれ
なかったのである。
Conventionally, information other than instructions was read in this way, but in the case of instructions, it is difficult to store them in the IBR and control their reading when those 16 bytes span a page boundary, so it is only read from 16-byte boundaries. was not carried out.

本発明では命令においても任意の4バイト境界から16
バイトな読み出し、4バイトずつ連続して情報処理装置
へ伝送しこれをIBRへ格納する。
In the present invention, even in instructions, 16
Bytes are read, 4 bytes are successively transmitted to the information processing device, and stored in the IBR.

本発明はIBRへの格納のためのポインタ、及びIBR
からの命令の読み出しのポインタを設けて上記読出方法
を可能と1−る制御を行ない、以って、分岐のときなど
の実行の遅れを解消したものである。
The present invention provides a pointer for storage in an IBR, and a pointer for storage in an IBR.
A pointer is provided for reading instructions from the program, and control is performed to enable the above-mentioned reading method, thereby eliminating delays in execution such as when branching.

以下、本発明における制御回路の一実施例を図を用いて
説明する。
An embodiment of the control circuit according to the present invention will be described below with reference to the drawings.

第2図は、IBRを中心とするデータ系のブロック図、
第3図はコントロール系のブロック図、第4図はタイム
チャートである。図中1〜4は各々4バイト長の命令バ
ッファレジスタIBRO〜6であシ、各々、記憶制御装
置(SCVと呼ぶ)と4バイトのデータ線を入力とし、
 「IBRo〜6信号によシ、SCUからのデータをセ
ットする。5のIBpO〜2は1次に実行1−べき命令
をIBRo〜6のどこから取り出すかを示すポインタで
あシ、6は4バイト長の命令レジスタ、IRである。命
令アドレスは2パイ!・境界で命令長は2バ・fl・以
上であるとして、 IBPO〜2は2バイト単位で次命
令の先頭を示し1例えば、IBpO〜2−’ 1’ (
16進表示)の時はIBROの後半2バイトとIBRl
の前半2バイト、またIBPO〜2−’ 7’の時はI
BR5の後半2バイトとIBROの前半2バイトが、乙
のJRにセットされる。IR6に命令がセットされると
、JBRD〜2に命令長が2バイト単位で加えられ、次
命令の先頭を指すように更新される。
Figure 2 is a block diagram of the data system centered on IBR.
FIG. 3 is a block diagram of the control system, and FIG. 4 is a time chart. In the figure, 1 to 4 are instruction buffer registers IBRO to 6 each having a length of 4 bytes, and each inputs a storage control device (referred to as SCV) and a 4 byte data line.
"Set the data from the SCU to the IBRo~6 signal. IBpO~2 of 5 is a pointer that indicates where in IBRo~6 the instruction to be executed first is retrieved from, and 6 is 4 bytes. This is a long instruction register, IR.Assuming that the instruction address is 2 pi! boundary and the instruction length is 2 bar fl. or more, IBPO ~ 2 indicates the beginning of the next instruction in 2 byte units. 2-'1' (
(hexadecimal display), the latter two bytes of IBRO and IBRl
The first 2 bytes of
The last two bytes of BR5 and the first two bytes of IBRO are set in Otsu's JR. When an instruction is set in IR6, the instruction length is added to JBRD~2 in units of 2 bytes and updated to point to the beginning of the next instruction.

第6図の7は、SCUから4バイトデータの転送に伴な
って送られるデータのセット指示信号ENI)によって
カウント・アップされるカウンタで、第4図に示すよう
に、′0′→′1′→′2′→′3′→′4→′0・と
変化し、その3ビツトの出力信号をCNTAO〜2とす
る。8は同じ(ENDによってカウントアツプされるカ
ウンタCNTBでおるが、7のCNTAが、ENDが無
くなるとOにリセットされるのに対し、8はリセットさ
れず、最後の値を保持し、IBRo〜3のどこまで、前
回の命令7エツチで命令が格納されたかを示−f6ビツ
トのポインタであシ、出力信号なCNTBo〜2とする
。CNTBF3は、初期値か′4′の時に4回ENDが
送られると、第4図に示すように、r4r→′1′→′
2′→′3′→′4′と変化し、また命令実行ユニット
から送られるIBRをリセットする信号RIBRが、分
岐命令等で出されると′0′にリセットされ、その後、
命令フェッチによって4回のENI)が送られる場合に
は、IO′→′1′→′2′→′5′→′4′と変化す
る。
7 in FIG. 6 is a counter that is counted up by the data set instruction signal (ENI) sent from the SCU in conjunction with the transfer of 4-byte data, and as shown in FIG. '→'2'→'3'→'4→'0. The 3-bit output signal is CNTAO~2. 8 is the same (counter CNTB is incremented by END), but CNTA of 7 is reset to O when END runs out, whereas 8 is not reset and holds the last value, and IBRo~3 The -f6 bit pointer indicates how far the instruction has been stored in the previous instruction 7 etching, and the output signal CNTBo~2 is set.CNTBF3 is the initial value of ``4'' when END is sent 4 times. Then, as shown in Fig. 4, r4r→'1'→'
The signal RIBR changes from 2' to 3' to 4', and when the signal RIBR sent from the instruction execution unit to reset IBR is issued by a branch instruction, etc., it is reset to 0, and then,
When ENI) is sent four times by instruction fetch, the sequence changes as IO'→'1'→'2'→'5'→'4'.

9のIPENDは、7′のCNTAの出力の最上位ピッ
) CNTAoをラッチするフリップフロップで、4回
目の転送があったときセットされ07?ゲート10を通
って、命令フェッチ中であることを示すラッチのIFl
lをリセットする。11のIFは、IBRが空になった
ことによって発生される命令フェッチの起動信号5TR
TIFでセットされ、前記IFEND9でリセットされ
る。即ち、IFllの出力は都令フェッチが行なわれて
いると@ Is i l/ となってデコーダ14を有
効とする信号である。12のCNTBlD。
IPEND of 9 is a flip-flop that latches CNTAo (the most significant pin of the output of CNTA of 7'), and is set when the fourth transfer occurs.07? IFl of the latch through gate 10 to indicate that an instruction is being fetched.
Reset l. 11 IF is an instruction fetch start signal 5TR generated when the IBR becomes empty.
It is set by TIF and reset by IFEND9. That is, the output of IFll becomes @Is i l/ when the command fetch is performed, and is a signal that enables the decoder 14. 12 CNTBld.

cJvrB2Dra、、CNTBl−2f、)ティレイ
ーラッナでh’F)、ENDと、11のIF’の出力と
を入力とするAVDゲート13によりで・(ネーブルと
なるデコーダ14の入力となる。デコーダ14の出ツバ
jl’l″1BRD−5は、各々1〜4のIBRO〜5
の七ツt−信号である。CNTHの初期値が′4′の場
合、第4図のようにIBRIJから順にIHR5iで、
サイクルφl−φ4の間にECUからのデータをセット
する。
cJvrB2Dra, CNTBl-2f, Tsuba jl'l''1BRD-5 is 1 to 4 IBRO to 5 respectively
This is the seven T-signal. If the initial value of CNTH is '4', as shown in Fig. 4, IHR5i in order from IBRIJ,
Data from the ECU is set during cycles φl-φ4.

1回の命令フェッチ保水で16バイトのデータをフェッ
チする本方式では、アドレス変換や記憶採機などのチェ
ックが必要な場合には先頭アドレスの含まれるページに
つい又のみ行なう。
In this method, which fetches 16 bytes of data with one instruction fetch and water hold, if address conversion or storage checking is necessary, it is performed only on the page containing the first address.

ところが、任意の4バイト境界からの16ハイトフエツ
チを行なうと、16バイトの途中で、ページ境界を越え
ることがある。このような場合には、新しいページにつ
いて、再度アドレス変換や記憶保護チェックなどを行な
わねばならない。
However, when performing a 16-height fetch from an arbitrary 4-byte boundary, a page boundary may be crossed in the middle of 16 bytes. In such a case, address translation and memory protection checks must be performed again for the new page.

そこで、命令フェッチの途中でページ境界をこえると、
SCUでpAGEEND信号を発生させてIFllをリ
セットし、また以降のEND信号を抑止する。
Therefore, if a page boundary is crossed during an instruction fetch,
The SCU generates the pAGEEND signal to reset the IFll, and also suppresses subsequent END signals.

第5図に、ページの最後の4バイトの先頭をアドレスと
する命令フェッチの場合のタイムチャートを示す。1回
目のENDが送られ、次に通常なら2回目のENDが送
られるサイクルで、pAGE−ENDが送られ、END
はこのサイクル以降送られない。CRTHの初期値を′
4′とすると、データはIBROにだけ格納され、CN
TBは1回だけカウントアツプされて′1′となり、有
効データがIBROにしか無いことを示す。IBRoに
格納された命令の実行後火の命令フェッチが起こると、
 CRTHの初期値が′1′なので、第5図の後半に示
したよりに、 IBRlから順にIBH2、IBH3,
IBROとデータが格納され、CNTBも′1′→′2
′→1′5′→・4′→′1′と変化する。
FIG. 5 shows a time chart in the case of an instruction fetch whose address is the beginning of the last 4 bytes of a page. The first END is sent, then in the cycle where the second END would normally be sent, pAGE-END is sent and END is sent.
will not be sent after this cycle. The initial value of CRTH is
4', data is stored only in IBRO and CN
TB is counted up only once and becomes '1', indicating that valid data exists only in IBRO. When an instruction fetch occurs after executing an instruction stored in IBRo,
Since the initial value of CRTH is '1', as shown in the latter half of Figure 5, IBH2, IBH3,
IBRO and data are stored, and CNTB also changes from '1' to '2
It changes as '→1'5'→・4'→'1'.

このように制御することにより、IBRへのデータ格納
順序は、最も過去に使用したIBRから順に格納するこ
とになる。
By controlling in this way, the data is stored in the IBR in the order starting from the IBR that was used in the past.

以上のように任意の4バイト境界からの命令フェッチを
行なうことによシ、1回のフェッチの中にページ境界が
存在すること及び命令レジスタの大きさよシ大きい命令
の取シ扱いが生じることの理由から、ll3Rには前に
フェッチされた位置の直ぐ後から、即ち最も古い情報が
入っている位置から命令を格納するものとし、かつ、ペ
ージ境界を検知1−れはその後の格納は禁止し。
As described above, by performing an instruction fetch from an arbitrary 4-byte boundary, it is possible that a page boundary exists in one fetch, and that an instruction larger than the size of the instruction register is handled. For this reason, instructions are stored in ll3R from immediately after the previously fetched location, that is, from the location containing the oldest information, and if a page boundary is detected, subsequent storage is prohibited. .

その後について改めて、読み出しを行なうようにした。After that, reading is performed again.

以−ヒ述べたように、本実施例においては、任意の4バ
イト境界アドレスからの16バイト7エツチが可能とな
シ、フェッチデータは最も過去に使用したIBRから順
に格納することができる。
As described above, in this embodiment, it is possible to perform a 16-byte 7 fetch from an arbitrary 4-byte boundary address, and the fetch data can be stored in order from the IBR used most recently.

この結果、16バイト境界からの16バイトフ工ツチ方
式では、平均有効データ長りが9バイトであったのに対
し、本方式によれば D=μ5±−15(バイト) となる。
As a result, while the average effective data length was 9 bytes in the 16-byte offset method from the 16-byte boundary, in this method D=μ5±15 (bytes).

さらに、命令フェッチの発生した命令の命令〉 長が2バイトの時は1回目、4バイトの時は1回目又は
2回目、6バイトの時は2回目のENDで、命令アドレ
スと無関係に、必要な命令がIBRに格納できるため、
φ2又はφ3のす・[クルでデコード動作を行なうこと
ができる。
Furthermore, if the instruction length is 2 bytes, it is the first END, if it is 4 bytes, it is the first or second time, and if it is 6 bytes, it is the second END, regardless of the instruction address. instructions can be stored in the IBR,
The decoding operation can be performed with φ2 or φ3.

本発明によれば、任意のNバイト境界アドレスからのか
Nバイトの命令フェッチができ、最も過去にデータを使
用したJBdから順に、フェッチデータを格納すること
ができ、分岐成功の分岐命令や、JBRをキャンセル1
−る命令の性能を向上できる効果がわる。
According to the present invention, it is possible to fetch an N-byte instruction from an arbitrary N-byte boundary address, and store the fetched data in order from JBd that used the data in the past. Cancel 1
- The effect of improving the performance of the instructions is reduced.

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

第1図は従来方式のIBRセットとデコード動作を示す
タイムチャート、第2図はIBHなどのデータ系ブロッ
ク図、第6図はコンミロール系ブロック図、第4図はP
AGEENDが発生しない場合のタイムチャート、第5
図はPAGEENDが発生した場合のタイムチャートで
ある。 1〜4・・・・・・命令バッファレジスタIBRO〜6
.5・・・・・・命令バッファポインタIBPO〜2.
6・・・・・・命令レジスタIR,7・・・・・・カウ
ンタA1B・・・・・・カウンタB。 9・・・・・・フリップフロップIFEND 。 10・・・・・・ORゲート、 11・・・・・・フリップフロップIF。 12−−−−=−C?NTB1〜2 (7) テ4 L
’ イランf CNTBID、2D。 13・・・・・・ANDゲート、14・・・・・・デコ
ーダ。 代理人弁理士 高 橋 明 夫 牛 1 図 羊 311B ツノ 羊4図 第 夕 図
Figure 1 is a time chart showing the conventional IBR set and decoding operation, Figure 2 is a block diagram of data systems such as IBH, Figure 6 is a block diagram of Commiror system, and Figure 4 is a block diagram of P
Time chart when AGEEND does not occur, 5th
The figure is a time chart when PAGEEND occurs. 1 to 4...Instruction buffer register IBRO to 6
.. 5...Instruction buffer pointer IBPO~2.
6...Instruction register IR, 7...Counter A1B...Counter B. 9...Flip-flop IFEND. 10...OR gate, 11...Flip-flop IF. 12---=-C? NTB1~2 (7) Te4 L
'IRAN f CNTBID, 2D. 13...AND gate, 14...decoder. Representative Patent Attorney Akira Takahashi Fugyu 1 Figure Sheep 311B Horned Sheep 4 Figure Evening

Claims (1)

【特許請求の範囲】[Claims] M(M≧2)個のそれぞれNバイトの命令を格納するバ
ッファレジスタと、前記バッファレジスタに主記憶装置
からNバイトずつt (tvt)回連続して転送された
命令を最も古く命令が格納されたバッファレジスタから
順に格納せしめる手段と、前記連続して転送された命令
に主記憶アドレスのページ境界があるときはそれ以降の
命令の前記バッファレジスタへの格納を禁止する手段と
を有することを特徴とする情報処理装置。
A buffer register stores M (M≧2) instructions of N bytes each, and the oldest instruction is stored in the buffer register, which is an instruction that has been successively transferred t (tvt) times by N bytes from the main memory. and means for storing subsequent instructions in the buffer register when there is a page boundary of a main memory address in the continuously transferred instructions. Information processing equipment.
JP17800583A 1983-09-28 1983-09-28 Information processing device Pending JPS6072030A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17800583A JPS6072030A (en) 1983-09-28 1983-09-28 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17800583A JPS6072030A (en) 1983-09-28 1983-09-28 Information processing device

Publications (1)

Publication Number Publication Date
JPS6072030A true JPS6072030A (en) 1985-04-24

Family

ID=16040885

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17800583A Pending JPS6072030A (en) 1983-09-28 1983-09-28 Information processing device

Country Status (1)

Country Link
JP (1) JPS6072030A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04369038A (en) * 1991-06-18 1992-12-21 Matsushita Electric Ind Co Ltd Instruction prefetching device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4838642A (en) * 1971-09-17 1973-06-07
JPS55101181A (en) * 1979-01-30 1980-08-01 Hitachi Ltd Information processing unit
JPS5697150A (en) * 1979-12-29 1981-08-05 Hitachi Ltd Instruction advance fetch device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4838642A (en) * 1971-09-17 1973-06-07
JPS55101181A (en) * 1979-01-30 1980-08-01 Hitachi Ltd Information processing unit
JPS5697150A (en) * 1979-12-29 1981-08-05 Hitachi Ltd Instruction advance fetch device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04369038A (en) * 1991-06-18 1992-12-21 Matsushita Electric Ind Co Ltd Instruction prefetching device

Similar Documents

Publication Publication Date Title
KR920006275B1 (en) Data processing apparatus
EP0244540A2 (en) Write request buffering apparatus
EP0396892B1 (en) Data processing apparatus
JPH0283735A (en) Instruction prefetching device
JPS61109147A (en) Data processor
JPH0332818B2 (en)
JPH03139726A (en) Instruction readout control system
EP0220990B1 (en) Buffer storage control system
JPS6072030A (en) Information processing device
JPH07306785A (en) Processor with branch instruction executing function and branch instruction control method
US3162841A (en) Instruction counter system
JP3211423B2 (en) Branch instruction execution method and branch instruction execution device
JPS5890247A (en) Pipeline controlling system of information processor
JPS6236258B2 (en)
JP2783285B2 (en) Information processing device
KR100197783B1 (en) Data processor with pipeline processing function
JPS60117335A (en) Information processor
JP2555664B2 (en) Branch history table writing control method
JPS63314644A (en) Data processor
JPH10111798A (en) Information processor
JPH0564373B2 (en)
JPS61131047A (en) Pipeline controlling system
JPH0634203B2 (en) Vector processor
JPH0740226B2 (en) Branch instruction control method
JPS58222348A (en) Information processor