JPS6235694B2 - - Google Patents
Info
- Publication number
- JPS6235694B2 JPS6235694B2 JP57146915A JP14691582A JPS6235694B2 JP S6235694 B2 JPS6235694 B2 JP S6235694B2 JP 57146915 A JP57146915 A JP 57146915A JP 14691582 A JP14691582 A JP 14691582A JP S6235694 B2 JPS6235694 B2 JP S6235694B2
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- phase
- control
- tag
- information
- 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
Links
- 239000000872 buffer Substances 0.000 claims description 17
- 238000000034 method Methods 0.000 claims description 12
- 230000010365 information processing Effects 0.000 claims description 6
- 238000010586 diagram Methods 0.000 description 13
- 101100272590 Saccharomyces cerevisiae (strain ATCC 204508 / S288c) BIT2 gene Proteins 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000005764 inhibitory process Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3802—Instruction prefetching
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)
Description
【発明の詳細な説明】
〔発明の技術分野〕
本発明は、1個又は複数個の命令バツフア・レ
ジスタを持ち、現在実行中の命令に後続する命令
を予め命令バツフア・レジスタ中に取り込んでお
くようにした情報処理装置において、任意の命令
実行中或は任意の命令の中において命令取出しア
クセスの禁止及び禁止の取消しを制御用記憶から
の読出しデータに基づいて行う情報処理装置にお
ける命令取出しの禁止及び禁止の取消し方式に関
するものである。[Detailed Description of the Invention] [Technical Field of the Invention] The present invention has one or more instruction buffer registers, and stores instructions following the currently executed instruction in the instruction buffer register in advance. Prohibition of instruction retrieval in an information processing apparatus in which instruction retrieval access is prohibited and the prohibition is canceled during execution of any instruction or in any instruction based on data read from control memory. and the method for revoking the prohibition.
第1図は先行制御方式をとるパイプライン計算
機の命令実行過程を示す図である。第1図aにお
いて、命令1ないし命令3の各1区切りは1CPU
サイクルを表わす。個々の命令実行過程は、第1
図bに示すようにフエーズAないしフエーズFよ
りなる6個のフエーズに命令フエツチ・フエーズ
を加えた7フエーズに分割される。先行制御方式
をとるパイプライン計算機においては、1個又は
複数個の命令バツフア・レジスタを持ち、上記の
如く順序づけられた一連の動作がなされ、先に始
められた命令1の結果の格納が終らないうちに、
次の命令2、命令3の取出し、解読が行われ、さ
らに使用するオペランドやレジスタが異なるとき
は、オペランドの取出し、実行、チエツク、結果
の格納までの前の命令1と異なるステツプが並行
して行われる。このように各フエーズは1又は
2CPUサイクル毎に新しい入力を受けつけること
ができる。しかし、ある命令実行中、PSW(プ
ログラム・ステイタス・ワード)を書き替えるよ
うな命令がくると、それ以降は新しく書かれた
PSWにより実行しなければならない。したがつ
て、先行して取出した命令は、キヤンセルし、新
しいPSWに従つた命令の再取出しを行わなけれ
ばならない。このように命令の種類によつては、
命令の再取出しを行わなければならないもの、例
えばシステム制御マスク、制御レジスタなどの内
容を変更する命令や、LOAD PSWのような他領
域へのジヤンプ命令がある。これらの命令を実行
する場合、その命令に接続する命令を命令バツフ
ア・レジスタに先取りしておくことは不必要にな
る。例えば、LOAD PSWが100番地であるとす
ると101番地の命令を命令バツフア・レジスタに
先取りしておくことは不必要になる。命令取出し
アクセスを行うと、命令フエツチと現在進行中の
命令のオペランド・アクセスが競合することにな
る。不必要な命令取出しアクセスのために、現在
進行中のオペランド・アクセスが遅らされたりす
るのは、性能の向上を妨げる要因ともなる。従来
は、命令取出しの禁止及び禁止の取消しをハード
的に行つているため、命令取出しの禁止及び禁止
の取消しを自由に変更することができなかつた。
FIG. 1 is a diagram showing the instruction execution process of a pipeline computer that uses the advance control method. In Figure 1a, each section of instructions 1 to 3 is 1 CPU
Represents a cycle. The individual instruction execution process is the first
As shown in FIG. b, the signal is divided into seven phases, which are six phases consisting of phases A to F, plus an instruction fetch phase. A pipeline computer that uses a proactive control system has one or more instruction buffer registers, performs a series of ordered operations as described above, and does not finish storing the result of instruction 1 that was started earlier. At home,
When the next instructions 2 and 3 are fetched and decoded, and the operands and registers used are different, the steps that are different from the previous instruction 1, such as fetching the operands, executing, checking, and storing the results, are performed in parallel. It will be done. In this way, each phase is 1 or
It can accept new input every 2 CPU cycles. However, if an instruction that rewrites the PSW (Program Status Word) comes during the execution of a certain instruction, the PSW (Program Status Word) will be rewritten from then on.
Must be performed by PSW. Therefore, the previously fetched instruction must be canceled and the instruction must be fetched again according to the new PSW. In this way, depending on the type of command,
There are instructions that require re-fetching, such as instructions that change the contents of system control masks and control registers, and instructions that jump to other areas, such as LOAD PSW. When these instructions are executed, it becomes unnecessary to prefetch the instruction connected to the instruction into the instruction buffer register. For example, if the LOAD PSW is at address 100, it is unnecessary to prefetch the instruction at address 101 into the instruction buffer register. An instruction fetch access results in a conflict between the instruction fetch and the operand access of the instruction currently in progress. If an operand access currently in progress is delayed due to an unnecessary instruction fetch access, it is also a factor that hinders performance improvement. Conventionally, prohibition of instruction fetching and cancellation of prohibition have been performed in hardware, and therefore prohibition of instruction fetching and cancellation of prohibition cannot be freely changed.
本発明は、上記の問題を解決するものであつ
て、不必要な命令の取出しの禁止及び禁止の取消
しを自由に行うことができる情報処理装置におけ
る命令取出しの禁止及び禁止の取消し方式を提供
することを目的とするものである。
The present invention solves the above-mentioned problems, and provides a method for prohibiting and canceling the prohibition on fetching instructions in an information processing device, which allows the prohibition on fetching of unnecessary instructions and the cancellation of the prohibition. The purpose is to
このために本発明の情報処理装置における命令
取出しの禁止及び禁止の取消し方式は、
先取りした命令を格納する複数個の命令バツフ
ア・レジスタと、
上記複数個の命令バツフア・レジスタに格納さ
れた命令を選択するセレクタと、
上記セレクタから出力された命令の実行を制御
するパイプライン制御部と、
命令の取出しを制御する命令制御部と
を備え、
上記命令制御部は、命令の先取りを行うよう構
成され、
上記パイプライン制御部は、フエーズで処理す
べき仕事を示す制御情報が格納されたフエーズ・
タグの複数個を有すると共に、フエーズ・タグの
制御情報が後段のフエーズ・タグに伝ぱんするよ
うに構成された
情報処理装置において、
上記パイプライン制御部にラツチ回路と制御用
記憶とを設け、
上記命令制御部は、上記ラツチ回路の出力に応
じて命令取出しの禁止又は禁止の取消しを行うよ
うに構成され、
上記制御用記憶には命令フエツチ禁止情報と次
アドレス情報とを含む複数の制御語が格納され、
上記制御用記憶は、パイプライン制御部に投入
された命令のオペレーシヨン・コード又は上記次
アドレス情報によつてリード・アクセスされ、
上記制御用記憶から読出された制御語が最初の
フエーズ・タグにセツトされると共に、当該制御
語の中の命令フエツチ禁止情報が上記ラツチ回路
にラツチされる
ことを特徴とするものである。
For this purpose, the method for prohibiting instruction fetching and canceling the prohibition in the information processing device of the present invention includes a plurality of instruction buffer registers for storing prefetched instructions, and a method for disabling instructions stored in the plurality of instruction buffer registers. A selector for selection, a pipeline control unit for controlling execution of instructions output from the selector, and an instruction control unit for controlling fetching of instructions, and the instruction control unit is configured to prefetch instructions. , the pipeline control unit stores phase information indicating the work to be processed in the phase.
In an information processing device having a plurality of tags and configured so that control information of a phase tag is transmitted to a subsequent phase tag, the pipeline control section is provided with a latch circuit and a control memory, The instruction control unit is configured to prohibit or cancel instruction fetching in accordance with the output of the latch circuit, and the control memory contains a plurality of control words including instruction fetch prohibition information and next address information. The control memory is read and accessed by the operation code of the instruction input to the pipeline control unit or the next address information, and the control word read from the control memory is the first one. This is characterized in that the instruction fetch prohibition information in the control word is set in the phase tag and latched in the latch circuit.
以下、本発明の実施例を図面を参照しつつ説明
する。
Embodiments of the present invention will be described below with reference to the drawings.
第2図は本発明の1実施例を示すブロツク図、
第3図はフエーズ・タグの概要を示す図、第4図
はフエーズAのタグの詳細例を示す図、第5図は
本発明が適用されるCS(制御用記憶)の構成例
を示す図、第6図は本発明におけるパイプライン
処理の例を示す図、第7図は本発明における命令
制御部の構成の1例を示す図である。図におい
て、1は記憶装置、2ないし4は命令バツフア・
レジスタ、5はセレクタ、6はパイプライン制御
部、7は命令制御部、8AはフエーズAタグ、8
BはフエーズBタグ、8CはフエーズCタグ、8
DはフエーズDタグ、8EはフエーズEタグ、9
はラツチ回路、10はCS(制御用記憶)、11は
Bレジスタ、12はXレジスタ、13はDレジス
タ、14はワーク1レジスタ、15はワーク2レ
ジスタ、16はセレクタ、17はADDER(加算
器)、18はレジスタ、19は命令取出し要求発
生回路、20は命令バツフア・レジスタ・クロツ
ク制御回路、21は命令取出し要求に対するイン
ターロツク制御回路を示す。 FIG. 2 is a block diagram showing one embodiment of the present invention;
FIG. 3 is a diagram showing an outline of a phase tag, FIG. 4 is a diagram showing a detailed example of a phase A tag, and FIG. 5 is a diagram showing an example of the configuration of a CS (control memory) to which the present invention is applied. , FIG. 6 is a diagram showing an example of pipeline processing in the present invention, and FIG. 7 is a diagram showing an example of the configuration of the instruction control section in the present invention. In the figure, 1 is a storage device, and 2 to 4 are instruction buffers.
Register, 5 is a selector, 6 is a pipeline control section, 7 is an instruction control section, 8A is a phase A tag, 8
B is Phase B tag, 8C is Phase C tag, 8
D is Phase D tag, 8E is Phase E tag, 9
is a latch circuit, 10 is a CS (control memory), 11 is a B register, 12 is an X register, 13 is a D register, 14 is a work 1 register, 15 is a work 2 register, 16 is a selector, 17 is an ADDER (adder) ), 18 is a register, 19 is an instruction fetch request generation circuit, 20 is an instruction buffer register clock control circuit, and 21 is an interlock control circuit for instruction fetch requests.
第2図において、記憶装置1から命令が読出さ
れて命令バツフア・レジスタ2ないし4に格納さ
れ、命令バツフア・レジスタ2ないし4に格納さ
れた命令がセレクタ5を通してパイプライン制御
部6に送られる。命令制御部7では命令フエツチ
の制御を行い、パイプライン制御部6では命令を
パイプライン的に処理するための制御を行う。パ
イプライン制御部6では、命令実行過程のフエー
ズAでCS10から情報がフエーズAタグ8Aに
読出される。フエーズAタグ8Aとは、CS10
から読出された情報を受けるレジスタで、CS1
0から読出された内容は、必らずこのレジスタに
一度格納される。このレジスタは、パイプライン
のフエーズAの中で格納されるのでフエーズAタ
グと呼ばれる。従つて第3図に示すように命令が
パイプラインのフエーズAからフエーズFと流れ
ていくのと同期してフエーズAタグ8Aの出力も
フエーズBに有る同様なレジスタ(フエーズBタ
グ8B)に情報を伝ぱんさせ、以下同様にフエー
ズCタグ8C、フエーズDタグ8D、フエーズE
タグ8Eとシフトしていく。このタグ(レジス
タ)の情報は、各々のフエーズで処理しなければ
ならない機能(仕事)を示している。たとえばフ
エーズAでは、第4図に示すようにオペランドア
ドレス計算のためのADDER(加算器)17の入
力制御を主に行つている。第4図において、セレ
クタ16ではフエーズAタグ8Aの内容に応じて
ADDER17の入力1ないし入力3に入力する内
容が選択される。例えば、フエーズAタグ8Aの
BIT0と1が“01”の場合にはBレジスタ11の
内容、“10”の場合にはワーク1レジスタ14の
内容、“11”の場合にはワーク2レジスタ15の
内容がセレクタ16によつて選択され、ADDER
17の入力1に入力される。又、フエーズAタグ
8AのBIT2と3が“01”の場合にはXレジスタ
12の内容、“10”の場合にはワーク1レジスタ
14の内容、“11”の場合にはワーク2レジスタ
15の内容がセレクタ16によつて選択され、
ADDER17の入力2に入力される。フエーズA
タグ8AのBIH4と5が“01”の場合にはDレジ
スタ13の内容、“10”の場合にはワーク1レジ
スタ14の内容、“11”の場合にはワーク2レジ
スタ15の内容がセレクタ16によつて選択さ
れ、ADDER17の入力3に入力される。レジス
タ18はADDER17の出力を格納するものであ
る。本発明は、このフエーズAタグ8Aの特定の
ビツト、INH IFCH LCHビツトが“1”である
場合にラツチ回路9が“1”にセツトされ、フエ
ーズAタグ8のINH IFCH LCHビツトが“0”
になつたときにラツチ回路9が“0”にセツトさ
れる。このラツチ回路9の出力は命令制御部7に
送られる。命令制御部7では、ラツチ回路9が
“1”にセツトされていると命令取出しを禁止す
るように処理が行われる。第5図はCSの構成例
を示したものである。LOAD PSWという命令が
パイプライン制御部6に投入されると、オペレー
シヨン・コードX▼82▼をアドレス情報として
CS10からデータが読出され、このデータがフ
エーズAタグ8Aとされる。フエーズAタグ8
AINH IFCH LCHビツトを含む複数の制御用ビ
ツト及び次(NEXT)アドレス部を持つている。
次アドレス部は、例えば次のように使用される。
命令の中には、1フローで実行されるものと複数
のフローによつて実行されるものがあり、次アド
レス部は次のフローのフエーズAタグ8Aの格納
番地を示している。LOAD PSWという命令は複
数のフローにより実行される。LOAD PSWに関
連する最初のフエーズAタグ8AのINH IFCH
LCHビツト“1”にされ、最後のフエーズAタ
グ8AのINH IFCH LCHビツトは“0”にされ
る。中間のフエーズAタグ8AのINH IFCH
LCHビツトも“1”にされる。第6図は、1個
の機械語命令が複数のフローによつて実行される
例を示している。先に述べたように、LCAD
PSWという命令も複数のフローによつて実行さ
れるものである。LOAD PSWの例について説明
すると、第1フローにおいて、CS10から
LOAD PSWのオペレーシヨン・コードX▼82▼
が読出される。INH IFCH LCHビツトが“1”
であるのでラツチ回路9は“1”にセツトされ
る。ラツチ回路9が“1”にセツトされたことを
命令制御部7が読取ると、以降の命令取出しを禁
止する処理が命令制御部7において行われる。そ
して、LOAD PSWによる処理が進行し、最後の
第nフローになると、INH IFCH LCHビツトが
“0”とされるので、ラツチ回路9が“0”にセ
ツトされる。ラツチ回路9が“0”にセツトされ
たことを命令制御回路7が読取ると、命令制御部
7では命令取出しの禁止が取消される。このよう
に本発明は、命令実行中或は命令の中において、
不必要な命令取出しの禁止及び禁止の取消しを制
御用記憶の読出しデータに基づいて行うようにし
たものである。命令制御部の構成の1例を示した
のが第7図である。第7図において、命令取出し
要求発生回路19では、命令取出し禁止条件が無
ければ即ちラツチ回路9の出力が“0”であれ
ば、若しくはインターロツクされていなければ、
Sユニツト(記憶制御部、図示せず)に対し命令
読出し要求を発行し、Sユニツトから受付け信号
が送られてくると、命令バツフア・レジスタ・ク
ロツク制御回路20にそのSユニツト受付け信号
を通知する。その結果、命令バツフア・レジス
タ・クロツク制御回路20では、命令バツフア・
レジスタの内容をシフトさせる。命令取出し要求
に対するインターロツク制御回路21では、Sユ
ニツトからメモリ待ちによるインターロツク信号
が送られてくると、命令取出し要求発生回路19
をインターロツクする。命令取出し要求発生回路
19では、インターロツクされた場合や命令取出
し禁止条件が有(ラツチ回路9の出力が“1”)
の場合には、Sユニツトに対する命令取出し要求
の発行が禁止される。 In FIG. 2, instructions are read from storage device 1 and stored in instruction buffer registers 2 to 4, and the instructions stored in instruction buffer registers 2 to 4 are sent to pipeline control unit 6 through selector 5. The instruction control section 7 performs instruction fetch control, and the pipeline control section 6 performs control for processing instructions in a pipeline manner. In the pipeline control unit 6, information is read from the CS 10 to the phase A tag 8A in phase A of the instruction execution process. Phase A tag 8A is CS10
This is a register that receives information read from CS1.
The contents read from 0 are always stored in this register once. This register is called the Phase A tag because it is stored within Phase A of the pipeline. Therefore, as shown in FIG. 3, as instructions flow from phase A to phase F of the pipeline, the output of phase A tag 8A also transfers information to a similar register (phase B tag 8B) in phase B. Then, in the same way, phase C tag 8C, phase D tag 8D, phase E
Shifting to tag 8E. The information in this tag (register) indicates the function (work) that must be processed in each phase. For example, in phase A, as shown in FIG. 4, input control of an ADDER 17 for operand address calculation is mainly performed. In FIG. 4, the selector 16 selects the
The contents to be input into inputs 1 to 3 of ADDER 17 are selected. For example, Phase A tag 8A
When BIT0 and 1 are “01”, the contents of the B register 11, when they are “10”, the contents of the work 1 register 14, and when they are “11”, the contents of the work 2 register 15 are determined by the selector 16. Selected and ADDER
17 input 1. Also, if BIT2 and 3 of phase A tag 8A are "01", the contents of X register 12, if "10", the contents of work 1 register 14, and if "11", the contents of work 2 register 15. The content is selected by the selector 16,
It is input to input 2 of ADDER17. Phase A
When BIH4 and 5 of tag 8A are "01", the contents of D register 13 are sent to the selector 16, when they are "10", the contents of work 1 register 14 are sent to the selector 16, and when they are "11", the contents of work 2 register 15 are sent to the selector 16. and input to input 3 of ADDER17. Register 18 stores the output of ADDER 17. In the present invention, when a specific bit of the phase A tag 8A, the INH IFCH LCH bit, is "1", the latch circuit 9 is set to "1", and the INH IFCH LCH bit of the phase A tag 8 is set to "0".
When this occurs, the latch circuit 9 is set to "0". The output of this latch circuit 9 is sent to the instruction control section 7. In the instruction control section 7, processing is performed to prohibit instruction fetching when the latch circuit 9 is set to "1". FIG. 5 shows an example of the configuration of CS. When the command LOAD PSW is input to the pipeline control unit 6, operation code X▼82▼ is input as address information.
Data is read from the CS 10, and this data is set as the phase A tag 8A. Phase A tag 8
AINH IFCH Has multiple control bits including the LCH bit and the next (NEXT) address field.
The next address part is used, for example, as follows.
Some of the instructions are executed in one flow, while others are executed in multiple flows, and the next address section indicates the storage address of the phase A tag 8A of the next flow. The instruction LOAD PSW is executed by multiple flows. INH IFCH of first phase A tag 8A associated with LOAD PSW
The LCH bit is set to "1", and the INHIFCH LCH bit of the last phase A tag 8A is set to "0". INH IFCH of intermediate phase A tag 8A
The LCH bit is also set to "1". FIG. 6 shows an example in which one machine language instruction is executed by multiple flows. As mentioned earlier, LCAD
An instruction called PSW is also executed by multiple flows. To explain the example of LOAD PSW, in the first flow, from CS10
LOAD PSW operation code X▼82▼
is read out. INH IFCH LCH bit is “1”
Therefore, the latch circuit 9 is set to "1". When the instruction control section 7 reads that the latch circuit 9 is set to "1", the instruction control section 7 performs a process of prohibiting subsequent instruction fetching. Then, as the processing by the LOAD PSW progresses and reaches the final nth flow, the INH IFCH LCH bit is set to "0", so the latch circuit 9 is set to "0". When the instruction control circuit 7 reads that the latch circuit 9 is set to "0", the instruction control section 7 cancels the inhibition of instruction fetching. In this way, the present invention provides the following features:
The prohibition of unnecessary instruction fetching and the cancellation of prohibition are performed based on the read data of the control memory. FIG. 7 shows an example of the configuration of the command control section. In FIG. 7, in the instruction fetch request generation circuit 19, if there is no instruction fetch prohibition condition, that is, if the output of the latch circuit 9 is "0", or if there is no interlock,
Issues an instruction read request to the S unit (storage control unit, not shown), and when an acceptance signal is sent from the S unit, notifies the instruction buffer register clock control circuit 20 of the S unit acceptance signal. . As a result, the instruction buffer register clock control circuit 20
Shifts the contents of a register. In the interlock control circuit 21 for instruction fetch requests, when an interlock signal due to memory wait is sent from the S unit, the instruction fetch request generation circuit 19
interlock. The instruction fetch request generation circuit 19 determines whether there is an interlock or an instruction fetch prohibition condition (the output of the latch circuit 9 is "1").
In this case, issuing an instruction retrieval request to the S unit is prohibited.
以上の説明から明らかなように、本発明によれ
ば、命令実行中或は命令の中において命令取出し
の禁止或は禁止の取消しを制御用記憶の読出しデ
ータに基づいて行うので、不必要な命令の先取り
の禁止及び禁止の取消しを自由に行うことがで
き、性能の向上を図ることができる。
As is clear from the above description, according to the present invention, the prohibition of instruction retrieval or the cancellation of the prohibition during execution of an instruction or within an instruction is performed based on the read data of the control memory. It is possible to freely prohibit or cancel the prohibition of preemption, and it is possible to improve performance.
第1図は先行制御方式をとるパイプライン計算
機の命令実行過程を示す図、第2図は本発明の1
実施例を示すブロツク図、第3図はフエーズ・タ
グの概要を示す図、第4図はフエーズAタグの詳
細例を示す図、第5図は本発明が適用されるCS
(制御用記憶)の構成例を示す図、第6図は本発
明におけるパイプライン処理の例を示す図、第7
図は本発明における命令制御部の構成の1例を示
す図である。図において、1…記憶装置、2ない
し4…命令バツフア・レジスタ、5…セレクタ、
6…パイプライン制御部、7…命令制御部、8A
…フエーズAタグ、8B…フエーズBタグ、8C
…フエーズCタグ、8D…フエーズDタグ、8E
…フエーズEタグ、9…ラツチ回路、10…CS
(制御用記憶)、11…Bレジスタ、12…Xレジ
スタ、13…Dレジスタ、14…ワーク1レジス
タ、15…ワーク2レジスタ、16…セレクタ、
17…ADDER(加算器)、18…レジスタ、1
9…命令取出し要求発生回路、20…命令バツフ
ア・レジスタ・クロツク制御回路、21…命令取
出し要求に対するインターロツク制御回路。
FIG. 1 is a diagram showing the instruction execution process of a pipeline computer that uses the advance control method, and FIG.
A block diagram showing an embodiment, FIG. 3 is a diagram showing an outline of a phase tag, FIG. 4 is a diagram showing a detailed example of a phase A tag, and FIG. 5 is a CS to which the present invention is applied.
(control memory); FIG. 6 is a diagram showing an example of pipeline processing in the present invention; FIG.
The figure is a diagram showing an example of the configuration of an instruction control section in the present invention. In the figure, 1...Storage device, 2 to 4...Instruction buffer register, 5...Selector,
6...Pipeline control unit, 7...Instruction control unit, 8A
...Phase A tag, 8B...Phase B tag, 8C
...Phase C tag, 8D...Phase D tag, 8E
...Phase E tag, 9...Latch circuit, 10...CS
(control memory), 11...B register, 12...X register, 13...D register, 14...work 1 register, 15...work 2 register, 16...selector,
17...ADDER, 18...Register, 1
9... Instruction fetch request generation circuit, 20... Instruction buffer register clock control circuit, 21... Interlock control circuit for instruction fetch requests.
Claims (1)
フア・レジスタと、 上記複数個の命令バツフア・レジスタに格納さ
れた命令を選択するセレクタと、 上記セレクタから出力された命令の実行を制御
するパイプライン制御部と、 命令の取出しを制御する命令制御部と を備え、 上記命令制御部は、命令の先取りを行うよう構
成され、 上記パイプライン制御部は、フエーズで処理す
べき仕事を示す制御情報が格納されたフエーズ・
タグの複数個を有すると共に、フエーズ・タグの
制御情報が後段のフエーズ・タグに伝ぱんするよ
うに構成された 情報処理装置において、 上記パイプライン制御部にラツチ回路と制御用
記憶とを設け、 上記命令制御部は、上記ラツチ回路の出力に応
じて命令取出しの禁止又は禁止の取消しを行うよ
うに構成され、 上記制御用記憶には命令フエツチ禁止情報と次
アドレス情報とを含む複数の制御語が格納され、 上記制御用記憶は、パイプライン制御部に投入
された命令のオペレーシヨン・コード又は上記次
アドレス情報によつてリード・アクセスされ、 上記制御用記憶から読出された制御語が最初の
フエーズ・タグにセツトされると共に、当該制御
語の中の命令フエツチ禁止情報が上記ラツチ回路
にラツチされる ことを特徴とする情報処理装置における命令取出
しの禁止及び禁止の取消し方式。[Claims] 1. A plurality of instruction buffer registers that store prefetched instructions, a selector that selects the instructions stored in the plurality of instruction buffer registers, and execution of the instruction output from the selector. and an instruction control unit that controls the fetching of instructions, the instruction control unit is configured to prefetch instructions, and the pipeline control unit is configured to perform tasks to be processed in a phase. The phase/phase data containing control information indicating the
In an information processing device having a plurality of tags and configured so that control information of a phase tag is transmitted to a subsequent phase tag, the pipeline control section is provided with a latch circuit and a control memory, The instruction control unit is configured to prohibit or cancel instruction fetching in accordance with the output of the latch circuit, and the control memory contains a plurality of control words including instruction fetch prohibition information and next address information. The control memory is read and accessed by the operation code of the instruction input to the pipeline control unit or the next address information, and the control word read from the control memory is the first one. 1. A method for prohibiting and canceling prohibition of instruction fetch in an information processing apparatus, characterized in that instruction fetch prohibition information in the control word is set in a phase tag and latched in the latch circuit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP14691582A JPS5957348A (en) | 1982-08-26 | 1982-08-26 | System for inhibiting extraction of instruction and cancellig inhibition in information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP14691582A JPS5957348A (en) | 1982-08-26 | 1982-08-26 | System for inhibiting extraction of instruction and cancellig inhibition in information processor |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS5957348A JPS5957348A (en) | 1984-04-02 |
JPS6235694B2 true JPS6235694B2 (en) | 1987-08-03 |
Family
ID=15418437
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP14691582A Granted JPS5957348A (en) | 1982-08-26 | 1982-08-26 | System for inhibiting extraction of instruction and cancellig inhibition in information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS5957348A (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH01263727A (en) * | 1988-04-13 | 1989-10-20 | Mitsubishi Electric Corp | Data processor |
FR2677135B1 (en) * | 1991-05-28 | 1997-09-12 | Commissariat Energie Atomique | AUTOMATIC IDENTIFICATION SYSTEM OF OBJECTS OR INDIVIDUALS BY REMOTE INTERROGATION |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS51139228A (en) * | 1975-04-23 | 1976-12-01 | Nec Corp | Preceding control information processing system |
JPS55123739A (en) * | 1979-03-15 | 1980-09-24 | Fujitsu Ltd | Memory content prefetch control system |
JPS5760442A (en) * | 1980-09-30 | 1982-04-12 | Fujitsu Ltd | Instruction refetch control system |
-
1982
- 1982-08-26 JP JP14691582A patent/JPS5957348A/en active Granted
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS51139228A (en) * | 1975-04-23 | 1976-12-01 | Nec Corp | Preceding control information processing system |
JPS55123739A (en) * | 1979-03-15 | 1980-09-24 | Fujitsu Ltd | Memory content prefetch control system |
JPS5760442A (en) * | 1980-09-30 | 1982-04-12 | Fujitsu Ltd | Instruction refetch control system |
Also Published As
Publication number | Publication date |
---|---|
JPS5957348A (en) | 1984-04-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4740893A (en) | Method for reducing the time for switching between programs | |
KR0138468B1 (en) | Microcomputer | |
JPS62221036A (en) | Calculator | |
JPS6313215B2 (en) | ||
USRE32493E (en) | Data processing unit with pipelined operands | |
EP0655679B1 (en) | Method and apparatus for controlling instruction in pipeline processor | |
EP0087785A2 (en) | Microprogram controlled data processing apparatus | |
EP0240606B1 (en) | Pipe-line processing system and microprocessor using the system | |
JPH03233630A (en) | Information processor | |
JPH06161779A (en) | Interruption control system for data processor | |
US6035392A (en) | Computer with optimizing hardware for conditional hedge fetching into cache storage | |
JP3490005B2 (en) | Instruction control apparatus and method | |
JPS6235694B2 (en) | ||
JPH0512751B2 (en) | ||
EP0573071A2 (en) | A microprocessor | |
US5828861A (en) | System and method for reducing the critical path in memory control unit and input/output control unit operations | |
JPS6051947A (en) | Instruction prefetching system in virtual storage computer | |
JP2814683B2 (en) | Instruction processing unit | |
JP3102399B2 (en) | Data processing apparatus and method | |
JP3147884B2 (en) | Storage device and information processing device | |
JP2591325B2 (en) | Branch control device | |
JPS6116334A (en) | Data processor | |
JPS60178539A (en) | By-pass control system of information processor | |
EP0634717B1 (en) | Data processing unit | |
JPS6149695B2 (en) |