JPH07120281B2 - Information processing equipment - Google Patents

Information processing equipment

Info

Publication number
JPH07120281B2
JPH07120281B2 JP63219156A JP21915688A JPH07120281B2 JP H07120281 B2 JPH07120281 B2 JP H07120281B2 JP 63219156 A JP63219156 A JP 63219156A JP 21915688 A JP21915688 A JP 21915688A JP H07120281 B2 JPH07120281 B2 JP H07120281B2
Authority
JP
Japan
Prior art keywords
instruction
branch
stream
buffer
processing
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
JP63219156A
Other languages
Japanese (ja)
Other versions
JPH0266628A (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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP63219156A priority Critical patent/JPH07120281B2/en
Publication of JPH0266628A publication Critical patent/JPH0266628A/en
Publication of JPH07120281B2 publication Critical patent/JPH07120281B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、情報処理装置に関し、特に、パイプライン処
理方式により命令処理を先行制御して処理する情報処理
装置に関するものである。
Description: TECHNICAL FIELD The present invention relates to an information processing apparatus, and more particularly to an information processing apparatus that controls and processes instruction processing in advance by a pipeline processing method.

〔従来の技術〕[Conventional technology]

従来、この種のパイプライン処理方式をとる情報処理装
置は、例えば、特開昭58-96345号公報に記載のように、
複数の命令バッファを設け、分岐命令の実行に先立ち、
分岐先命令の処理のストリーム(記憶装置から読出され
た一連の命令列)の読出しを行ない、分岐成立の判定が
下ると、命令デコード回路への入力を分岐命令が出現し
たストリーム(メインストリーム)から分岐先命令処理
のストリームに直ちに切換えることにより、分岐先命令
読出しのオーバーヘッドを減らしている。
Conventionally, an information processing apparatus that adopts this type of pipeline processing system is disclosed in, for example, Japanese Patent Laid-Open No. 58-96345.
Provide multiple instruction buffers and execute the branch instructions before execution.
When the processing stream of the branch target instruction (a series of instruction strings read from the storage device) is read and it is determined that the branch is taken, the input to the instruction decode circuit is input from the stream (main stream) in which the branch instruction appears. By immediately switching to the branch target instruction processing stream, the overhead of reading the branch target instruction is reduced.

また、各命令バッファに対応するアドレスバッファに、
命令処理のストリームの読出しアドレスを保持し、命令
が実行されるとき、当該命令の命令長を処理中のストリ
ームに対応するアドレスバッファのアドレスに加算して
連続する次命令アドレスを求める。
In addition, in the address buffer corresponding to each instruction buffer,
The read address of the instruction processing stream is held, and when the instruction is executed, the instruction length of the instruction is added to the address of the address buffer corresponding to the stream being processed to obtain the next consecutive instruction address.

分岐命令が実行されるときには、前記次命令アドレスを
求めるとともに、分岐先のターゲットストリームに対応
するアドレスバッファの命令読出しアドレスを選択し、
分岐先命令アドレスを求めている。
When a branch instruction is executed, the next instruction address is obtained, and the instruction read address of the address buffer corresponding to the target stream of the branch destination is selected.
Seeking the branch destination instruction address.

これらの次命令アドレス、分岐先命令アドレスは当該命
令の実行中に割込みや障害が発生した場合の復帰アドレ
スとして用いられる。
These next instruction address and branch destination instruction address are used as a return address when an interrupt or failure occurs during execution of the instruction.

この処理実行中の命令アドレスは、命令カウンタレジス
タに格納されて、命令処理実行の管理に用いられる。
The instruction address during the execution of this processing is stored in the instruction counter register and used for management of the instruction processing execution.

このような命令処理の実行を管理する命令カウント値
(実行中の命令のアドレス)を、ここでは命令カウンタ
と称する。
The instruction count value (address of the instruction being executed) that manages the execution of such instruction processing is referred to as an instruction counter here.

第3図は、従来のパイプライン処理方式の情報処理装置
の一例の要部を示すブロック図である。
FIG. 3 is a block diagram showing a main part of an example of a conventional pipeline processing type information processing apparatus.

第3図において、31は第1の命令バッファ、32は第2の
命令バッファ、33は第3の命令バッファ、34はセレク
タ、35は命令デコード回路、36は分岐判定回路、37は実
行待ち命令キュー、38は実行待ち命令キュー37からの命
令情報を選択するセレクタ、39は命令アドレス加算器、
40〜42は命令アドレス加算器39または命令デコード回路
35からの命令カウンタを選択するセレクタ、43は第1の
命令カウンタバッファ、44は第2の命令カウンタバッフ
ァ、45は第3の命令カウンタバッファ、46はセレクタで
ある。
In FIG. 3, 31 is a first instruction buffer, 32 is a second instruction buffer, 33 is a third instruction buffer, 34 is a selector, 35 is an instruction decoding circuit, 36 is a branch judging circuit, and 37 is an execution waiting instruction. Queue, 38 is a selector for selecting instruction information from the pending instruction queue 37, 39 is an instruction address adder,
40 to 42 are instruction address adder 39 or instruction decode circuit
A selector for selecting an instruction counter from 35, 43 is a first instruction counter buffer, 44 is a second instruction counter buffer, 45 is a third instruction counter buffer, and 46 is a selector.

この情報処理装置において、命令の処理はパイプライン
処理方式により処理される。
In this information processing apparatus, instruction processing is processed by a pipeline processing method.

すなわち、各々の命令処理の実行は、一連の命令列のス
トリームを形成し、そのストリームにおいて、各処理ス
テージ(命令読出しステージ、デコードステージ、オペ
ランド読出しステージ、演算実行ステージ等)を順次に
進めてパイプライン処理で実行される。
That is, the execution of each instruction process forms a stream of a series of instruction sequences, and in the stream, each processing stage (instruction read stage, decode stage, operand read stage, operation execution stage, etc.) is sequentially advanced and piped. It is executed in line processing.

命令列1は、命令処理のストリーム毎に、各々の命令バ
ッファ31〜33に格納されており、命令カウンタバッファ
43〜45とそれぞれ対応している。
The instruction sequence 1 is stored in each of the instruction buffers 31 to 33 for each stream of instruction processing.
It corresponds to 43 to 45 respectively.

次に実行する命令は、分岐判定回路36からの制御信号に
よって選択され、例えば、第1の命令バッファ31からセ
レクタ34により選択され、命令デコード回路35に供給さ
れて、デコードされる。
The instruction to be executed next is selected by the control signal from the branch determination circuit 36, for example, selected from the first instruction buffer 31 by the selector 34, supplied to the instruction decoding circuit 35, and decoded.

命令デコード回路35は命令をデコードすると、命令長と
命令ストリーム番号とを、命令の演算実行時に必要なセ
ットアップ情報と共に、実行待ち命令キュー37に格納す
る。
When the instruction decoding circuit 35 decodes the instruction, it stores the instruction length and the instruction stream number in the execution-waiting instruction queue 37 together with the setup information necessary for executing the operation of the instruction.

実行待ち命令キュー37に格納された命令処理の情報は、
セレクタ38により選択され、セットアップ情報2a、命令
長2b、命令ストリーム番号2cとがそれぞれに出力され
る。
The command processing information stored in the pending command queue 37 is
Selected by the selector 38, the setup information 2a, the instruction length 2b, and the instruction stream number 2c are output to each.

演算実行ステージに入るとき、命令カウンタバッファ43
〜45の中から、該命令処理のストリームに対応する命令
カウンタが命令ストリーム番号2cの指示でセレクタ46に
より選ばれて出力される。
When entering the operation execution stage, the instruction counter buffer 43
From among 45 to 45, the instruction counter corresponding to the stream of the instruction processing is selected and output by the selector 46 according to the instruction of the instruction stream number 2c.

また、命令アドレス加算器39は、当該命令カウンタに命
令長2bを加えて、次の命令カウンタとして、セレクタ40
〜42を介して元の命令カウンタバッファに設定される。
Further, the instruction address adder 39 adds the instruction length 2b to the instruction counter and selects the selector 40 as the next instruction counter.
~ 42 to the original instruction counter buffer.

分岐命令が命令デコード回路35によりデコードされる
と、命令デコード回路35からは分岐先命令アドレスが出
力され、分岐先命令に対するストリームを形成するた
め、命令列1から命令が読み出され、空いている命令バ
ッファ31〜33のいずれかに格納される。
When the branch instruction is decoded by the instruction decode circuit 35, a branch destination instruction address is output from the instruction decode circuit 35 and a stream for the branch destination instruction is formed. Therefore, the instruction is read from the instruction sequence 1 and is empty. It is stored in any of the instruction buffers 31 to 33.

このとき、命令デコード回路35から出力される分岐先命
令アドレスが対応する命令カウンタバッファ43〜45に保
持される。
At this time, the branch destination instruction address output from the instruction decoding circuit 35 is held in the corresponding instruction counter buffers 43 to 45.

このような情報処理装置における命令処理動作を具体的
に、分岐命令を含んだ命令列の処理を実行する場合を例
にして、命令処理に対応するストリームが生成されて命
令処理が行なわれる様子を説明する。
As a concrete example of the instruction processing operation in such an information processing apparatus, the case where the processing of the instruction sequence including the branch instruction is executed is taken as an example, and a state in which a stream corresponding to the instruction processing is generated and the instruction processing is performed explain.

第4図は、第3図の情報処理装置の命令処理動作を説明
するための命令ストリームの例を示す図である。
FIG. 4 is a diagram showing an example of an instruction stream for explaining the instruction processing operation of the information processing apparatus of FIG.

なお、第4図の分岐命令は、すべて、パイプライン処理
の演算実行ステージで命令の演算が実行される前に、デ
コード回路35でデコードされた時点で、分岐判定回路36
により分岐成立が判定される分岐命令とする。
It should be noted that all the branch instructions shown in FIG. 4 are decoded by the decode circuit 35 before the instruction operation is executed at the operation execution stage of the pipeline processing, and the branch decision circuit 36
Is a branch instruction whose branch establishment is determined by.

情報処理装置が命令列の命令処理を実行する場合、命令
処理のストリームを生成して、パイプライン処理により
命令処理を実行する。
When the information processing device executes instruction processing of an instruction sequence, it generates a stream of instruction processing and executes instruction processing by pipeline processing.

まず、実行する命令列のストリームが第1の命令バッフ
ァ31に格納され、命令カウンタが第1の命令カウンタバ
ッファ43に設定される。
First, the stream of instructions to be executed is stored in the first instruction buffer 31, and the instruction counter is set in the first instruction counter buffer 43.

これにより、メインストリームとなる第1のストリーム
#0を生成して、パイプライン処理による命令列の命令
処理が実行される。
As a result, the first stream # 0 serving as the main stream is generated, and the instruction processing of the instruction string by the pipeline processing is executed.

ストリーム#0の命令処理50が進み、分岐命令51が出現
すると、分岐命令51によって、分岐先の命令処理52に対
するストリーム#1を生成する。
When the instruction processing 50 of the stream # 0 proceeds and the branch instruction 51 appears, the branch instruction 51 generates the stream # 1 for the instruction processing 52 of the branch destination.

このため、分岐先の命令列の命令を格納する第2の命令
バッファ32が確保されて、分岐先命令アドレスが第2の
命令カウンタバッファ44に設定される。
Therefore, the second instruction buffer 32 that stores the instruction of the branch destination instruction string is secured, and the branch destination instruction address is set in the second instruction counter buffer 44.

ここで、分岐命令51は、デコード回路35でデコードされ
た時点で、分岐判定回路36により分岐成立が判定される
分岐命令であるので、パイプライン処理で行う先行制御
の命令処理はストリーム#1に移り、そして、次にスト
リーム#1の命令処理52の実行へと進む。
Here, since the branch instruction 51 is a branch instruction for which the branch determination circuit 36 determines that the branch is taken when it is decoded by the decode circuit 35, the instruction processing of the preceding control performed by the pipeline processing is performed on the stream # 1. Then, the flow proceeds to the execution of the instruction processing 52 of stream # 1.

命令処理52が進むと、次にストリーム#1における処理
の中で分岐命令53が出現する。
When the instruction processing 52 proceeds, the branch instruction 53 appears next in the processing in the stream # 1.

この場合も、前述と同様にして、分岐命令53によって、
分岐先の命令処理54に対応するストリーム#2を生成す
るため、分岐先の命令列の命令を格納する第3の命令バ
ッファ33を確保して、分岐先命令アドレスを第3の命令
カウンタバッファ45に設定する。
In this case also, similarly to the above, the branch instruction 53
In order to generate the stream # 2 corresponding to the instruction processing 54 of the branch destination, the third instruction buffer 33 that stores the instruction of the instruction sequence of the branch destination is secured, and the branch destination instruction address is set to the third instruction counter buffer 45. Set to.

ここでも、分岐命令53は、デコード回路35でデコードさ
れた時点で、分岐判定回路36により分岐成立が判定され
る分岐命令であるので、パイプライン処理で行う先行制
御の命令処理はストリーム#2に移り、そして、次にス
トリーム#2の命令処理54の実行へと進む。
Here again, since the branch instruction 53 is a branch instruction whose branch is determined by the branch determination circuit 36 when it is decoded by the decoding circuit 35, the instruction processing of the preceding control performed by the pipeline processing is performed on the stream # 2. Then, the flow proceeds to the execution of the instruction processing 54 of stream # 2.

この場合に、ストリーム#2において、再び分岐命令55
が出現すると、前述と同様にして、新たに分岐先の命令
処理のためのストリームを生成することになる。
In this case, the branch instruction 55 again in the stream # 2.
When appears, a stream for instruction processing of a branch destination is newly generated in the same manner as described above.

この時、ストリーム#0に対応していた第1の命令バッ
ファ31は使用されていないため、分岐命令55によって第
1の命令バッファ31を確保しようとするが、未だ分岐命
令51の演算実行ステージが実行されていない場合には、
第1の命令カウンタバッファ43を解放することができな
い。
At this time, since the first instruction buffer 31 corresponding to the stream # 0 is not used, the branch instruction 55 tries to secure the first instruction buffer 31, but the operation execution stage of the branch instruction 51 is still in progress. If it is not running,
The first instruction counter buffer 43 cannot be released.

このため、分岐命令55のデコードは、分岐命令51の演算
実行が行なわれるまで、待たされてしまうことになり、
パイプライン処理の流れが乱れて、命令の処理速度が低
下してしまう。
Therefore, the decoding of the branch instruction 55 is delayed until the branch instruction 51 is executed.
The flow of pipeline processing is disturbed, and the processing speed of instructions decreases.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

上述のように、従来のパイプライン処理方式の情報処理
装置においては、分岐命令が、パイプライン処理の演算
実行ステージで命令の演算が実行される前に、デコード
回路でデコードされた時点で分岐成立が判定される分岐
命令であり、分岐命令が読み出されたところの命令バッ
ファ中の命令が不必要となる場合でも、命令処理のスト
リームにおける読出しアドレスを格納している命令カウ
ンタバッファは、命令バッファに対応しているため、当
該分岐命令が実行されて命令カウンタを求めるまでは、
該当する命令バッファを解放できない。
As described above, in the conventional pipeline processing type information processing device, a branch instruction is taken at the time when it is decoded by the decode circuit before the operation of the instruction is executed in the operation execution stage of the pipeline processing. Even if the instruction in the instruction buffer from which the branch instruction was read is unnecessary, the instruction counter buffer that stores the read address in the instruction processing stream is Since it corresponds to, until the branch instruction is executed and the instruction counter is obtained,
The corresponding instruction buffer cannot be released.

このため、分岐命令が連続して出現する場合、後続する
分岐命令の分岐先ストリームにおける命令読出しが待た
れてしまい、命令処理の性能向上が困難になっていると
いう問題点があった。
Therefore, when the branch instructions appear consecutively, there is a problem that it is difficult to improve the performance of the instruction processing because the instruction reading of the subsequent branch instruction in the branch destination stream is waited.

本発明は、上記問題を解決するためになされたものであ
り、本発明の目的は、パイプライン処理方式で命令処理
を行う情報処理装置において、分岐命令がデコードステ
ージで分岐成立が判定される分岐命令の場合に、不必要
となった命令が格納されている、分岐命令が読み出され
たところの命令バッファを速やかに解放し、後続する分
岐命令の分岐先のストリーム読出しを可能にすることに
ある。
The present invention has been made to solve the above problems, and an object of the present invention is to provide a branch instruction in which a branch instruction is determined to be taken at a decode stage in an information processing apparatus that performs instruction processing by a pipeline processing method. In the case of an instruction, the instruction buffer in which the unnecessary instruction is stored and the branch instruction is read is promptly released, and the stream of the branch destination stream of the subsequent branch instruction can be read. is there.

本発明の前記ならびにその他の目的と新規な特徴は、本
明細書の記述及び添付図面によって明らかになるであろ
う。
The above and other objects and novel features of the present invention will be apparent from the description of this specification and the accompanying drawings.

〔課題を解決するための手段〕[Means for Solving the Problems]

上記目的を達成するため、本発明においては、命令の読
み出し、デコード、オペランド読み出し、および実行の
各処理ステージを順次に行い、各々の命令に対する処理
をオーバーラップして行うパイプライン処理方式の情報
処理装置において、処理する命令列の一連の命令をスト
リームとして格納する複数個の命令バッファと、前記各
々のストリームの命令読み出しアドレスを、ストリーム
対応に保持するアドレスバッファと、前記ストリームか
ら読み出された命令が分岐命令であることを判定し、分
岐先の新たなストリームを前記命令バッファに格納する
と共に、当該新たなストリームの命令読み出しアドレス
を前記アドレスバッファに格納する手段と、命令処理の
実行を管理する命令カウント値を格納する命令カウンタ
レジスタと、前記ストリームから読み出した分岐命令以
外の命令を実行するとき、当該命令の命令長と前記命令
カウンタレジスタとの内容とを加算して、前記命令カウ
ンタレジスタに格納する第1の手段と、前記ストリーム
から読み出した分岐命令を実行するとき分岐先のストリ
ームの命令読み出しアドレスを前記アドレスバッファか
ら出力し、前記命令カウンタレジスタに設定すると共
に、当該分岐命令が読み出された前記ストリームの命令
読み出しアドレスが格納されていたところの前記アドレ
スバッファを解放する第2の手段と、前記ストリームか
ら読み出された分岐命令の分岐成立がデコードステージ
で判定される場合に、前記第1の手段または前記第2の
手段を実行する前に、当該分岐命令を読み出したところ
の前記命令バッファを解放する手段とを有することを特
徴とする。
In order to achieve the above object, in the present invention, information processing of a pipeline processing method is performed in which each processing stage of instruction reading, decoding, operand reading, and execution is sequentially performed, and processing for each instruction is overlapped. In the apparatus, a plurality of instruction buffers that store a series of instructions of an instruction sequence to be processed as a stream, an address buffer that holds the instruction read addresses of the respective streams in correspondence with the streams, and instructions read from the streams. Is a branch instruction, stores a new branch destination stream in the instruction buffer, and stores the instruction read address of the new stream in the address buffer, and manages the execution of instruction processing. An instruction counter register for storing an instruction count value, and When executing an instruction other than the branch instruction read from the stream, a first means for adding the instruction length of the instruction and the contents of the instruction counter register and storing the result in the instruction counter register, and reading from the stream When the branch instruction is executed, the instruction read address of the stream of the branch destination is output from the address buffer, set in the instruction counter register, and the instruction read address of the stream from which the branch instruction is read is stored. The second means for releasing the address buffer, and the first means or the second means when the branch stage of the branch instruction read from the stream is determined in the decode stage. And a means for releasing the instruction buffer from which the branch instruction has been read. Characterized in that it has.

〔作用〕[Action]

前記手段によれば、パイプライン処理方式の情報処理装
置において、処理する命令列の一連の命令のストリーム
を格納する複数の命令バッファと、各ストリームの命令
読出しアドレスを保持し、前記命令バッファとは独立に
制御できるアドレスバッファとが備えられる。
According to the means, in the information processing apparatus of the pipeline processing system, a plurality of instruction buffers for storing a stream of a series of instructions of an instruction sequence to be processed, and instruction read addresses of each stream are held, and the instruction buffer is An address buffer that can be controlled independently is provided.

各々のストリームの読出しアドレスは、命令バッファと
は独立に制御されるアドレスバッファに格納され、該ア
ドレスバッファにより命令カウンタが求められる。
The read address of each stream is stored in an address buffer controlled independently of the instruction buffer, and the instruction counter is obtained by the address buffer.

分岐先ストリームの読出しが行なわれるとき、読出しア
ドレスはアドレスバッファに格納される。
When the branch destination stream is read, the read address is stored in the address buffer.

分岐命令の分岐成立がデコードステージで判定される場
合に、パイプライン処理で行う先行制御の命令処理は分
岐先ストリームに移り、そして、分岐命令を読み出した
ところの命令バッファは解放される。
When it is determined in the decode stage that the branch of the branch instruction is taken, the instruction processing of the preceding control performed in the pipeline processing moves to the branch destination stream, and the instruction buffer from which the branch instruction is read is released.

分岐命令以外の命令が実行されるとき、当該命令ストリ
ームに対応するアドレスバッファに格納されている命令
カウンタに命令長を加算することにより連続する次の命
令アドレスが求められる。
When an instruction other than a branch instruction is executed, the next successive instruction address is obtained by adding the instruction length to the instruction counter stored in the address buffer corresponding to the instruction stream.

また、分岐命令が実行されるとき、分岐先ストリームに
対応するアドレスバッファを選択して分岐命令アドレス
が求められる。
When a branch instruction is executed, the address buffer corresponding to the branch destination stream is selected to obtain the branch instruction address.

これにより、命令カウンタを格納しているアドレスバッ
ファの解放は分岐命令の実行によりメインストリームか
ら分岐先ストリームに切換えられるときに行われる。
Thus, the address buffer storing the instruction counter is released when the branch stream is switched from the main stream to the branch destination stream by executing the branch instruction.

このように命令カウンタが命令バッファとは独立に求め
られるため、分岐命令の判定が下れば、不要となった命
令バッファをただちに解放することが可能となる。
Since the instruction counter is calculated independently of the instruction buffer in this way, it becomes possible to immediately release the unnecessary instruction buffer when the branch instruction is determined.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面を用いて具体的に説明す
る。
An embodiment of the present invention will be specifically described below with reference to the drawings.

第1図は、本発明の一実施例にかかるパイプライン処理
方式の情報処理装置の要部を示すブロック図である。
FIG. 1 is a block diagram showing a main part of an information processing apparatus of a pipeline processing system according to an embodiment of the present invention.

第1図において、11は第1の命令バッファ、12は第2の
命令バッファ、13は第3の命令バッファであり、前記各
バッファ11、12、13は、それぞれ使用中および解放状態
を示すフラグを有している。
In FIG. 1, 11 is a first instruction buffer, 12 is a second instruction buffer, 13 is a third instruction buffer, and each of the buffers 11, 12, and 13 is a flag indicating a used or released state. have.

14はセレクタ、15は命令デコード回路、16は分岐判定回
路、17は実行待ち命令キュー、18は実行待ち命令キュー
17からの命令情報を選択するセレクタ、19は命令アドレ
ス加算器、20は命令カウンタキュー、21は命令カウンタ
キュー20からの命令カウンタを選択するセレクタ、22は
命令アドレス加算器19またはセレクタ21からの命令カウ
ンタを選択するセレクタ、23は命令カウンタレジスタで
ある。
14 is a selector, 15 is an instruction decoding circuit, 16 is a branch judgment circuit, 17 is an execution waiting instruction queue, 18 is an execution waiting instruction queue
Selector for selecting instruction information from 17; 19 for instruction address adder; 20 for instruction counter queue; 21 for selector for selecting instruction counter from instruction counter queue 20; 22 for instruction address adder 19 or selector 21 A selector for selecting an instruction counter, and 23 is an instruction counter register.

この情報処理装置において、命令の処理はパイプライン
処理方式により処理され、各々の命令処理が一連の命令
列のストリームを形成し、そのストリームにおいて、命
令処理を命令の読出しステージ、デコードステージ、オ
ペランド読出しステージ、演算実行ステージの各々の処
理ステージを順次に進めて実行される。
In this information processing device, instruction processing is processed by a pipeline processing method, and each instruction processing forms a stream of a series of instruction sequences, and in the stream, the instruction processing is performed by an instruction read stage, a decode stage, and an operand read. Each processing stage of the stage and the operation execution stage is sequentially advanced and executed.

命令列1は、命令処理のストリーム毎に、各々の命令バ
ッファ11〜13に格納される。
The instruction sequence 1 is stored in each instruction buffer 11 to 13 for each stream of instruction processing.

これらの命令のストリームに対応する命令読出しアドレ
スは、それぞれ命令カウンタキュー20に格納される。
The instruction read addresses corresponding to these instruction streams are stored in the instruction counter queue 20, respectively.

次に実行する命令は、分岐判定回路16からの制御信号に
よって選択され、例えば、第1の命令バッファ11からセ
レクタ14により選択され、命令デコード回路15に供給さ
れてデコードされる。
The instruction to be executed next is selected by the control signal from the branch determination circuit 16, for example, selected by the selector 14 from the first instruction buffer 11 and supplied to the instruction decoding circuit 15 to be decoded.

命令デコード回路15は命令をデコードすると、命令長2
b、後続命令が分岐先命令であるかどうかを示す後続分
岐先フラグ2bとが、命令の演算実行時に必要なセットア
ップ情報2aと共に、実行待ち命令キュー17に格納され
る。
When the instruction decoding circuit 15 decodes the instruction, the instruction length 2
b, the subsequent branch destination flag 2b indicating whether the subsequent instruction is a branch destination instruction, and the setup information 2a necessary for executing the operation of the instruction are stored in the execution waiting instruction queue 17.

この後続分岐先フラグ2dは、デコードされた命令が分岐
命令であり、引続いて分岐先ストリームを処理する場合
に論理“1"となる。
The subsequent branch destination flag 2d becomes logical "1" when the decoded instruction is a branch instruction and the branch destination stream is subsequently processed.

また、分岐命令がデコードされた場合には、分岐先命令
アドレスが命令カウンタキュー20に格納される。
Further, when the branch instruction is decoded, the branch destination instruction address is stored in the instruction counter queue 20.

実行する命令(命令情報)、実行待ち命令キュー17から
セレクタ18により選択されて、演算実行ステージに入る
とき、命令カウンタレジスタ23により命令カウンタが出
力される。
The instruction to be executed (instruction information) is selected from the execution-waiting instruction queue 17 by the selector 18, and when entering the operation execution stage, the instruction counter is output from the instruction counter register 23.

このとき、後続分岐先フラグ2dが論理“0"の場合には、
実行待ち命令キュー17からセレクタ18を介して出力され
た後続分岐先フラグ2dによりセレクタ22を制御して、命
令カウンタレジスタ23に格納されている命令カウンタに
命令長2bを加えた命令アドレス加算器19からの出力であ
る命令カウンタを選択して、命令カウンタレジスタ23に
設定する。
At this time, if the subsequent branch destination flag 2d is logical "0",
The instruction address adder 19 that adds the instruction length 2b to the instruction counter stored in the instruction counter register 23 by controlling the selector 22 with the subsequent branch destination flag 2d output from the execution-waiting instruction queue 17 through the selector 18 The instruction counter which is the output from is selected and set in the instruction counter register 23.

一方、後続分岐先フラグが論理“1"の場合には、セレク
タ22を制御して、命令カウンタキュー20からセレクタ21
を介して出力された命令カウンタを選択して、命令カウ
ンタレジスタ23に設定する。
On the other hand, when the subsequent branch destination flag is logical “1”, the selector 22 is controlled so that the selector 21 moves from the instruction counter queue 20 to the selector 21.
The instruction counter output via is selected and set in the instruction counter register 23.

即ち、命令が実行待ち命令キュー17から切り出されセッ
トアップされる際に、その命令が前回セットアップされ
た命令と異なるストリームの場合には、そのストリーム
に対応する命令カウンタキュー20を選択するように、セ
レクタ21が制御される。
That is, when an instruction is cut out from the pending instruction queue 17 and set up, if the instruction is a different stream from the previously set up instruction, the instruction counter queue 20 corresponding to the stream is selected. 21 is controlled.

次に、このような情報処理装置における命令処理動作を
具体的に、分岐命令を含んだ命令列の処理を実行する場
合を例にして、命令処理に対応するストリームが生成さ
れて命令処理が行なわれるようすを説明する。
Next, the instruction processing operation in such an information processing apparatus will be concretely described by taking as an example the case where the processing of an instruction sequence including a branch instruction is executed, and a stream corresponding to the instruction processing is generated and the instruction processing is performed. Will be explained.

第2図は、第1図の情報処理装置の命令処理動作を説明
するための命令ストリームの例を示す図である。
FIG. 2 is a diagram showing an example of an instruction stream for explaining the instruction processing operation of the information processing apparatus of FIG.

なお、第2図の分岐命令は、すべて、パイプライン処理
の演算実行ステージで命令の演算が実行される前に、デ
コード回路15でデコードされた時点で、分岐判定回路16
により分岐成立が判定される分岐命令とする。
All the branch instructions in FIG. 2 are decoded by the decode circuit 15 before the operation of the instruction is executed in the operation execution stage of the pipeline processing, and the branch decision circuit 16
Is a branch instruction whose branch establishment is determined by.

情報処理装置が命令列の命令処理を実行する場合、命令
処理のストリームを生成して、パイプライン処理により
命令処理を実行する。
When the information processing device executes instruction processing of an instruction sequence, it generates a stream of instruction processing and executes instruction processing by pipeline processing.

まず、実行する命令列のストリームが第1の命令バッフ
ァ11に格納され、命令カウンタは命令カウンタレジスタ
23に設定される。
First, the stream of instructions to be executed is stored in the first instruction buffer 11, and the instruction counter is the instruction counter register.
Set to 23.

これにより、メインストリームとなる第1のストリーム
#0を生成して、パイプライン処理による命令列の命令
処理が実行される。
As a result, the first stream # 0 serving as the main stream is generated, and the instruction processing of the instruction string by the pipeline processing is executed.

ストリーム#0の命令処理24が進み、分岐命令25が出現
すると、分岐命令25により、分岐先の命令処理26に対す
るストリーム#1を生成する。
When the instruction processing 24 of the stream # 0 proceeds and the branch instruction 25 appears, the branch instruction 25 generates the stream # 1 for the instruction processing 26 at the branch destination.

このため、分岐先の命令列の命令を格納する第2の命令
バッファ12が確保されて、分岐先命令アドレスが命令カ
ウンタキュー20aに設定される。
Therefore, the second instruction buffer 12 that stores the instruction of the branch destination instruction string is secured, and the branch destination instruction address is set in the instruction counter queue 20a.

分岐命令25は、デコード回路15でデコードされた時点
で、分岐判定回路16により分岐成立が判定されるので、
パイプライン処理で行う先行制御の命令処理はストリー
ム#1に移り、そして、ここで第1の命令バッファ11は
解放される。
When the branch instruction 25 is decoded by the decode circuit 15, the branch determination circuit 16 determines that the branch is taken.
The instruction processing of the preceding control performed in the pipeline processing moves to stream # 1, and here, the first instruction buffer 11 is released.

分岐命令25に後続する命令は分岐先の命令であるので、
命令デコード回路15からの命令情報が実行待ち命令キュ
ー17に格納されるとき、後続命令が分岐先であることを
示す後続分岐先フラグは論理“1"として、実行待ち命令
キュー17に格納される。
Since the instruction following the branch instruction 25 is the branch destination instruction,
When the instruction information from the instruction decoding circuit 15 is stored in the execution-waiting instruction queue 17, the subsequent branch-destination flag indicating that the subsequent instruction is a branch destination is stored in the execution-waiting instruction queue 17 as logical "1". .

これにより、命令処理がストリーム#1に移り、命令処
理26に進み、さらに、命令処理26が進むと、分岐命令27
が出現する。
As a result, the instruction processing moves to the stream # 1, the processing proceeds to the instruction processing 26, and when the instruction processing 26 further proceeds, the branch instruction 27
Appears.

この場合においても、分岐命令25の場合と同様にして、
命令バッファが用意される。
Even in this case, similarly to the case of the branch instruction 25,
An instruction buffer is prepared.

用意される命令バッファとして、例えば、第3の命令バ
ッファ13が確保され、分岐命令アドレスが命令カウンタ
キュー20bに設定される。
As the prepared instruction buffer, for example, the third instruction buffer 13 is secured, and the branch instruction address is set in the instruction counter queue 20b.

分岐命令27は、デコード回路15でデコードされた時点
で、分岐判定回路16により分岐成立が判定されるので、
パイプライン処理で行う先行制御の命令処理はストリー
ム#2に移り、そして、ここで第2の命令バッファ12は
解放される。
The branch instruction 27 is determined by the branch determination circuit 16 when the branch instruction 27 is decoded by the decoding circuit 15,
The preceding control instruction processing performed in the pipeline processing moves to stream # 2, and the second instruction buffer 12 is released here.

分岐命令27に後続する命令は分岐先の命令であるので、
命令デコード回路15からの命令情報が実行待ち命令キュ
ー17に格納されるとき、後続命令が分岐先であることを
示す後続分岐先フラグは論理“1"として、実行待ち命令
キュー17に格納される。
Since the instruction following the branch instruction 27 is the branch destination instruction,
When the instruction information from the instruction decoding circuit 15 is stored in the execution-waiting instruction queue 17, the subsequent branch-destination flag indicating that the subsequent instruction is a branch destination is stored in the execution-waiting instruction queue 17 as logical "1". .

これにより、分岐先のストリーム#2が生成されて、命
令処理28が進められる。
As a result, the branch destination stream # 2 is generated, and the instruction processing 28 is advanced.

この分岐先ストリームの命令処理28を進めた場合、再び
分岐命令29が出現すると、前述と同様にして、新たに分
岐先の命令処理のためのストリームを生成することにな
る。
When the branch instruction 29 appears again when the instruction processing 28 of the branch destination stream is advanced, a stream for instruction processing of the branch destination is newly generated in the same manner as described above.

この時、第1の命令バッファ11は既に解放されているた
め、分岐命令29のデコードは抑止されることなく、第1
の命令バッファ11を確保し、分岐命令アドレスを命令カ
ウンタキュー20cに設定し、これにより、ストリーム#
0で命令処理30が進められる。
At this time, since the first instruction buffer 11 has already been released, the decoding of the branch instruction 29 is not suppressed and the first instruction buffer 11 is not suppressed.
Secures the instruction buffer 11 and sets the branch instruction address in the instruction counter queue 20c.
At 0, the instruction processing 30 proceeds.

また、分岐命令25が演算実行ステージに入るとき、分岐
命令25に後続する命令が分岐先命令であることを示す後
続分岐先フラグが論理“1"であることから、セレクタ22
は、セレクタ21の出力の側が選択される。
Further, when the branch instruction 25 enters the operation execution stage, the subsequent branch destination flag indicating that the instruction following the branch instruction 25 is the branch destination instruction is logical “1”.
, The output side of the selector 21 is selected.

これにより、命令カウンタレジスタ23には、命令カウン
タキュー20aの値が設定され、その時の命令カウンタと
して処理が進められるとともに命令カウンタキュー20a
が解放される。
As a result, the value of the instruction counter queue 20a is set in the instruction counter register 23, and the process proceeds as the instruction counter at that time and the instruction counter queue 20a
Is released.

このようにして、命令のストリームの読出しアドレスを
格納するアドレスバッファとなる命令カウンタキュー20
を設け、この命令カウンタキュー20を各々の命令バッフ
ァ11〜13とは独立に制御することにより、分岐判定が直
ちに下れば、該分岐命令の演算実行ステージを待つこと
なく、命令バッファを解放することができる。
In this way, the instruction counter queue 20 becomes an address buffer for storing the read address of the instruction stream.
By controlling the instruction counter queue 20 independently of each of the instruction buffers 11 to 13, if the branch determination is immediately made, the instruction buffer is released without waiting for the operation execution stage of the branch instruction. be able to.

このため、分岐命令が連続して出現する場合にも、パイ
プライン処理の流れが乱れることなく、処理の高速化を
図ることができる。
Therefore, even when branch instructions appear consecutively, the processing speed can be increased without disturbing the flow of pipeline processing.

なお、第2図において、例えば、分岐命令27が、パイプ
ライン処理の演算実行ステージで命令の演算が実行され
たときに、分岐成立または分岐不成立が判定される分岐
命令である場合には、分岐先の命令列の命令を格納する
第3の命令バッファ13が確保される。
In FIG. 2, if the branch instruction 27 is, for example, a branch instruction whose branch is taken or not taken when the operation of the instruction is executed in the operation execution stage of pipeline processing, The third instruction buffer 13 for storing the instructions of the previous instruction sequence is secured.

この場合に、パイプライン処理で行う先行制御の命令処
理は、従来の情報処理装置のように、分岐命令27が読み
出された非分岐のストリーム(ストリーム#1)とな
る。
In this case, the instruction processing of the advance control performed in the pipeline processing is a non-branch stream (stream # 1) from which the branch instruction 27 is read, as in the conventional information processing apparatus.

以上、本実施例にかかる情報処理装置の要部をまとめれ
ば、次のようになる。
The main parts of the information processing apparatus according to the present embodiment are summarized as follows.

(1)複数の命令バッファ(11〜13)には、処理する命
令列の一連の命令のストリームが格納される。また、各
々のストリームの読出しアドレスは、命令バッファ(11
〜13)とは独立に制御される命令カウンタキュー(アド
レスバッファ)20に格納される。
(1) A plurality of instruction buffers (11 to 13) store a series of instruction streams of an instruction sequence to be processed. The read address of each stream is the instruction buffer (11
To 13) are stored in an instruction counter queue (address buffer) 20 which is controlled independently.

(2)分岐命令以外の命令が実行されるときは、命令ア
ドレス加算器19により命令カウンタと命令長とが加算さ
れ、該命令に後続する次命令アドレスが求められ、命令
カウンタとして出力される。
(2) When an instruction other than a branch instruction is executed, the instruction address adder 19 adds the instruction counter and the instruction length, and the next instruction address following the instruction is obtained and output as the instruction counter.

このときセレクタ22では命令アドレス加算器19の出力が
選択され、連続する次命令アドレスとして命令カウンタ
レジスタ23に格納される。
At this time, the output of the instruction address adder 19 is selected by the selector 22 and stored in the instruction counter register 23 as a continuous next instruction address.

(3)分岐命令の分岐成立がデコードステージで判定さ
れる場合に、パイプライン処理で行う先行制御の命令処
理は分岐先ストリームに移り、そして、分岐命令を読み
出したところの命令バッファ(11〜13)は解放される。
(3) When it is determined in the decode stage that the branch of the branch instruction is taken, the instruction processing of the preceding control performed in the pipeline processing moves to the branch destination stream, and the instruction buffer (11 to 13) from which the branch instruction is read out. ) Is released.

(4)分岐命令が実行されるときには、命令カウンタレ
ジスタ23に格納されていたアドレスが出力されると同時
に、セレクタ21において分岐先ストリームの命令アドレ
スが選択され、また、セレクタ22においてセレクタ21の
出力が選択され分岐先命令アドレスが命令カウンタレジ
スタ23に格納される。
(4) When the branch instruction is executed, the address stored in the instruction counter register 23 is output, at the same time, the instruction address of the branch destination stream is selected by the selector 21, and the output of the selector 21 is output by the selector 22. Is selected and the branch destination instruction address is stored in the instruction counter register 23.

(5)これにより、分岐命令の演算実行ステージを待つ
ことなく、命令バッファ(11〜13)を解放することがで
き、このため、分岐命令が連続して出現する場合にも、
パイプライン処理の流れが乱れることなく、処理の高速
化を図ることができる。
(5) As a result, the instruction buffers (11 to 13) can be released without waiting for the operation execution stage of the branch instructions, so that even if the branch instructions appear consecutively,
It is possible to speed up the processing without disturbing the flow of the pipeline processing.

(6)また、命令バッファ(11〜13)と命令カウンタキ
ュー20とをそれぞれ独立に制御して、命令バッファ(11
〜13)と命令カウンタキュー20の解放タイミングを異な
らせ、命令バッファ(11〜13)が解除された後でも、解
除された命令バッファ(11〜13)の読み出しアドレスを
命令カウンタキュー20に格納しておき、実際に分岐命令
が実行され、分岐先のストリームに移った場合に、命令
カウンタキュー20を解放するようにしたので、例えば、
パイプライン方式で処理される命令が1番目に演算命
令、2番目に分岐命令と続き、1番目の演算処理が終了
する前に2番目の分岐命令の分岐成立が判定し、命令バ
ッファ(11〜13)が解放されても、命令カウンタキュー
20に読み出しアドレスが保持されているので、前記1番
目の演算処理の終了時に割込み等が発生した場合でも、
命令カウンタキュー20中の読み出しアドレスを利用する
ことができ、速やかに対応することができる。
(6) In addition, the instruction buffer (11 to 13) and the instruction counter queue 20 are independently controlled, and the instruction buffer (11
~ 13) and the release timing of the instruction counter queue 20 are different, and the read address of the released instruction buffer (11 to 13) is stored in the instruction counter queue 20 even after the instruction buffer (11 to 13) is released. Incidentally, since the instruction counter queue 20 is released when the branch instruction is actually executed and the stream moves to the branch destination, for example,
The instruction processed by the pipeline method is followed by the arithmetic instruction first, the branch instruction second, and the like. Before the first arithmetic processing is completed, it is determined that the branch of the second branch instruction is taken, and the instruction buffer (11 to 13) Even if the instruction counter queue is released
Since the read address is stored in 20, even if an interrupt occurs at the end of the first arithmetic process,
The read address in the instruction counter queue 20 can be used, and it is possible to respond promptly.

以上、本発明を実施例にもとづき具体的に説明したが、
本発明は、前記実施例に限定されるものではなく、その
要旨を逸脱しない範囲において種々変更可能であること
は言うまでもない。
The present invention has been specifically described above based on the embodiments,
It is needless to say that the present invention is not limited to the above-mentioned embodiments and can be variously modified without departing from the scope of the invention.

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

以上、説明したように、本発明によれば、各ストリーム
が格納されている命令バッファと、各ストリームの命令
読み出しアドレスが格納さているアドレスバッファとを
それぞれ独立に制御し、デコードステージで分岐成立が
判定される分岐命令の場合に、分岐命令の実行を待つこ
となく、不要となったストリームが格納されている命令
バッファを解放するようにしたので、後続する分岐命令
の分岐先ストリーム読み出しが可能となり、分岐命令処
理の高速化を図かることが可能となる。
As described above, according to the present invention, the instruction buffer in which each stream is stored and the address buffer in which the instruction read address of each stream is stored are independently controlled, and branching is established in the decode stage. In the case of a branch instruction to be judged, the instruction buffer storing the unnecessary stream is released without waiting for the execution of the branch instruction, so the branch destination stream of the subsequent branch instruction can be read. It is possible to speed up branch instruction processing.

また、命令バッファとアドレスバッファの解放タイミン
グを異ならせ、不要となったストリームが格納されてい
る命令バッファが解除された後でも、不要となったスト
リームの命令読み出しアドレスをアドレスバッファに格
納しておき、実際に分岐命令が実行され、分岐先のスト
リームに移った場合に、分岐判定により不要となったス
トリームの命令読み出しアドレスが格納されているアド
レスバッファを解放するようにしたので、命令の実行中
に割込み等が発生した場合でも速やかに対応することが
可能となる。
Even if the instruction buffer and the address buffer are released at different timings, the instruction read address of the unnecessary stream is stored in the address buffer even after the instruction buffer that stores the unnecessary stream is released. , When a branch instruction is actually executed and the stream moves to the branch destination stream, the address buffer that stores the instruction read address of the stream that became unnecessary due to the branch judgment is released. Even if an interrupt or the like occurs, it is possible to promptly respond.

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

第1図は、本発明の一実施例にかかるパイプライン処理
方式の情報処理装置の要部を示すブロック図、 第2図は、第1図の情報処理装置の命令処理動作を説明
するための命令ストリーム例を示す図、 第3図は、従来のパイプライン処理方式の情報処理装置
の一例の要部を示すブロック図、 第4図は、第3図の情報処理装置の命令処理動作を説明
するための命令ストリームの例を示す図である。 図中、11,31……第1の命令バッファ、12,32……第2の
命令バッファ、13,33……第3の命令バッファ、14,18,2
1,22,34,38,40,41,42,46……セレクタ、15,35……命令
デコード回路、16,36……分岐判定回路、17,37……実行
待ち命令キュー、19,39……命令アドレス加算器、20…
…命令カウンタキュー、23……命令カウンタレジスタ。
FIG. 1 is a block diagram showing a main part of an information processing apparatus of a pipeline processing system according to an embodiment of the present invention, and FIG. 2 is a diagram for explaining an instruction processing operation of the information processing apparatus of FIG. FIG. 3 shows an example of an instruction stream, FIG. 3 is a block diagram showing a main part of an example of an information processing apparatus of a conventional pipeline processing system, and FIG. 4 shows an instruction processing operation of the information processing apparatus of FIG. It is a figure which shows the example of the instruction stream for doing. In the figure, 11,31 ... first instruction buffer, 12,32 ... second instruction buffer, 13,33 ... third instruction buffer, 14,18,2
1,22,34,38,40,41,42,46 …… Selector, 15,35 …… Instruction decode circuit, 16,36 …… Branch decision circuit, 17,37 …… Execution waiting instruction queue, 19,39 ...... Instruction address adder, 20 ...
… Instruction counter queue, 23 …… Instruction counter register.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】命令の読み出し、デコード、オペランド読
み出し、および実行の各処理ステージを順次に行い、各
々の命令に対する処理をオーバーラップして行うパイプ
ライン処理方式の情報処理装置において、 処理する命令列の一連の命令をストリームとして格納す
る複数個の命令バッファと、 前記各々のストリームの命令読み出しアドレスを、スト
リーム対応に保持するアドレスバッファと、 前記ストリームから読み出された命令が分岐命令である
ことを判定し、分岐先の新たなストリームを前記命令バ
ッファに格納すると共に、当該新たなストリームの命令
読み出しアドレスを前記アドレスバッファに格納する手
段と、 命令処理の実行を管理する命令カウント値を格納する命
令カウンタレジスタと、前記ストリームから読み出した
分岐命令以外の命令を実行するとき、当該命令の命令長
と前記命令カウンタレジスタとの内容とを加算して、前
記命令カウンタレジスタに格納する第1の手段と、 前記ストリームから読み出した分岐命令の分岐先の命令
を実行するとき分岐先のストリームの命令読み出しアド
レスを前記アドレスバッファから出力し、前記命令カウ
ンタレジスタに設定すると共に、当該分岐命令が読み出
された前記ストリームの命令読み出しアドレスが格納さ
れていたところの前記アドレスバッファを解放する第2
の手段と、 前記ストリームから読み出された分岐命令の分岐成立が
デコードステージで判定される場合に、前記第1の手段
または前記第2の手段を実行する前に、当該分岐命令を
読み出したところの前記命令バッファを解放する手段と
を有することを特徴とする情報処理装置。
1. An instruction sequence to be processed in an information processing apparatus of a pipeline processing system, in which processing stages of instruction reading, decoding, operand reading, and execution are sequentially performed, and processing for each instruction is overlapped. A plurality of instruction buffers that store a series of instructions as a stream, an address buffer that holds the instruction read address of each stream in correspondence with the stream, and that the instructions read from the stream are branch instructions. A means for judging, storing a new stream of a branch destination in the instruction buffer, and storing an instruction read address of the new stream in the address buffer, and an instruction for storing an instruction count value for managing execution of instruction processing Counter register and branch read from the stream When executing an instruction other than the instruction, a first means for adding the instruction length of the instruction and the contents of the instruction counter register and storing the result in the instruction counter register; and branching of a branch instruction read from the stream When the previous instruction is executed, the instruction read address of the branch destination stream is output from the address buffer, set in the instruction counter register, and the instruction read address of the stream from which the branch instruction is read is stored. Second to release the address buffer in the open
And the step of reading the branch instruction before executing the first means or the second means when the branch stage of the branch instruction read from the stream is determined in the decode stage. And a means for releasing the instruction buffer.
JP63219156A 1988-08-31 1988-08-31 Information processing equipment Expired - Lifetime JPH07120281B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63219156A JPH07120281B2 (en) 1988-08-31 1988-08-31 Information processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63219156A JPH07120281B2 (en) 1988-08-31 1988-08-31 Information processing equipment

Publications (2)

Publication Number Publication Date
JPH0266628A JPH0266628A (en) 1990-03-06
JPH07120281B2 true JPH07120281B2 (en) 1995-12-20

Family

ID=16731079

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63219156A Expired - Lifetime JPH07120281B2 (en) 1988-08-31 1988-08-31 Information processing equipment

Country Status (1)

Country Link
JP (1) JPH07120281B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101156134B (en) * 2005-04-08 2010-10-06 松下电器产业株式会社 Processor and instruction filling method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0812601B2 (en) * 1985-12-20 1996-02-07 日本電気株式会社 Data processing device
JPS62208129A (en) * 1986-03-10 1987-09-12 Fujitsu Ltd Data processing system

Also Published As

Publication number Publication date
JPH0266628A (en) 1990-03-06

Similar Documents

Publication Publication Date Title
US5611061A (en) Method and processor for reliably processing interrupt demands in a pipeline processor
JPS63136138A (en) Information processor
JPS633337B2 (en)
JPS63317828A (en) Reading control system for microcode
JPS62226232A (en) Control system for branch instruction
JPH07120281B2 (en) Information processing equipment
JPS6116335A (en) Information processor
JPS63141131A (en) Pipeline control system
JP2689914B2 (en) Information processing device
JPH03288228A (en) Information processor
JPS61208129A (en) Control system for preread of instruction
JPS63318634A (en) Instruction prefetching system
JPH0991139A (en) Information processor
JPS62175831A (en) Control system for pipeline with tag
JPH0431134B2 (en)
JPH06161752A (en) Branch control system
JPH03263224A (en) Data processor
JPH03129525A (en) Instruction processing system for information processor
JPS60252954A (en) Program control circuit
JPH0619705A (en) Pipeline control system
JPS59158442A (en) Instruction read control system
JPH04145531A (en) Microprogram controller
JPH06124205A (en) Instruction prefetching device
JPS63178335A (en) Microprocessor
JPH02181859A (en) Slave processor interface circuit