JPH024011B2 - - Google Patents
Info
- Publication number
- JPH024011B2 JPH024011B2 JP3580484A JP3580484A JPH024011B2 JP H024011 B2 JPH024011 B2 JP H024011B2 JP 3580484 A JP3580484 A JP 3580484A JP 3580484 A JP3580484 A JP 3580484A JP H024011 B2 JPH024011 B2 JP H024011B2
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- address
- register
- stage
- adder
- 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
- 238000000034 method Methods 0.000 claims description 6
- 230000010365 information processing Effects 0.000 claims description 2
- 238000007796 conventional method Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 238000006073 displacement reaction Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
Landscapes
- Advance Control (AREA)
Description
【発明の詳細な説明】
(A) 発明の技術分野
本発明は命令再読出し制御方式、特にパイプラ
イン制御を行うデータ処理装置において、いわゆ
るCS命令、CDS命令、TS命令など後続命令の再
読出しを必要とする命令について、命令再読出し
の開始アドレスをどのステージからでも計算でき
る加算器を持つことにより、命令再読出しを早く
開始できるようにして性能を向上させた命令再読
出し制御方式に関するものである。[Detailed Description of the Invention] (A) Technical Field of the Invention The present invention relates to an instruction rereading control method, particularly in a data processing device that performs pipeline control, to control the rereading of subsequent instructions such as the so-called CS instruction, CDS instruction, and TS instruction. This relates to an instruction rereading control method that improves performance by allowing instruction rereading to start early by having an adder that can calculate the start address for instruction rereading from any stage for the required instructions. .
(B) 従来技術と問題点
パイプライン制御により命令を実行するデータ
処理装置においては、いわゆるシリアライズ命令
として知られたCS(Compare and Swap)命令、
CDS(Compare and Double Swap)命令、TS
(Test and Set)命令等は、先取りしていた後続
命令をすべて捨てて、あらためて命令をフエツチ
する必要がある。この動作は、「命令再読出し」
と呼ばれる。上記命令は、特に時分割でもつて、
多数のタスクが動作するような大型機におけるオ
ペレーテイング・システム(OS)では、出現頻
度がかなり高い。従つて、これらの命令に対する
命令再読出し動作を高速に行い、ロスを少なくす
ることが、処理装置の性能上、極めて重要であ
る。(B) Prior art and problems In data processing devices that execute instructions using pipeline control, CS (Compare and Swap) instructions, known as so-called serialization instructions,
CDS (Compare and Double Swap) instruction, TS
For (Test and Set) commands, it is necessary to discard all subsequent commands that were previously fetched and fetch the command again. This operation is called "instruction rereading".
It is called. The above command, especially in time sharing,
This occurs quite frequently in the operating systems (OS) of large machines that run many tasks. Therefore, it is extremely important for the performance of the processing device to perform instruction reread operations for these instructions at high speed and to reduce loss.
第1図および第2図は従来方式による問題点を
説明するための図を示す。 FIGS. 1 and 2 are diagrams for explaining problems with the conventional method.
第1図は、命令フエツチに3ステージ、命令実
行に6ステージかかるパイプライン構成の計算機
における従来の命令再読出しの例を示している。
命令のフエツチ制御は、例えば命令をフエツチす
るアドレスを決定する1ステージと、命令アドレ
スを実アドレスに変換するITステージと、命令
をバツフアから読み出すIBステージとからなり、
実行制御は、命令フエツチ後に、命令をデコード
するDステージと、オペランド・アドレスを計算
するAステージと、オペランド・アドレスを実ア
ドレスに変換するTステージと、記憶制御部が管
理するバツフアから読み出しを行うBステージ
と、演算処理するEステージと、結果をチエツク
して書き込むWステージの各制御ステージからな
る。これらの各ステージは、一般に独立であつ
て、先行制御が可能であり、高速な計算機では、
パイプライン処理が行われている。以下、上記制
御ステージをもつ場合を例にして説明するが、本
発明は、これに限られるわけではない。 FIG. 1 shows an example of conventional instruction rereading in a computer with a pipeline configuration in which instruction fetching takes three stages and instruction execution takes six stages.
Instruction fetch control consists of, for example, one stage to determine the address to fetch the instruction, an IT stage to convert the instruction address to a real address, and an IB stage to read the instruction from the buffer.
Execution control includes, after an instruction fetch, a D stage that decodes the instruction, an A stage that calculates the operand address, a T stage that converts the operand address into a real address, and reading from the buffer managed by the storage control unit. It consists of a B stage, an E stage for arithmetic processing, and a W stage for checking and writing results. Each of these stages is generally independent and can be controlled in advance, and on a high-speed computer,
Pipeline processing is occurring. Hereinafter, the case where the control stage described above is provided will be explained as an example, but the present invention is not limited to this.
命令再読出しを起こす命令は、通常マルチフロ
ーであり、DステージないしWステージが複数組
でもつて1命令を構成する。そして、第1図図示
の如く、命令再読出しが決定されるフローf1の
後にも数フローf2〜f4あるのが普通である。
従来の方式では、途様のフローf1で検出された
命令再読出し情報をもとにして、命令の最終フロ
ーf4の最終Wステージの後、命令を再読出しす
るアドレスを算出して、命令再読出しを行つてい
た。 An instruction that causes instruction re-reading is usually a multi-flow instruction, and multiple sets of D stage to W stage constitute one instruction. As shown in FIG. 1, normally there are several flows f2 to f4 after the flow f1 in which re-reading of an instruction is determined.
In the conventional method, the address for rereading the instruction is calculated after the final W stage of the final flow f4 of the instruction based on the instruction rereading information detected in the random flow f1, and the instruction is reread. was going there.
即ち、命令を再読しするアドレスを算出する従
来の回路は、例えば第2図図示の如くになつてい
る。第2図において、1は命令アドレスレジス
タ、2は半語カウンタ、、3はPFKレジスタ、4
は命令の実効アドレスを生成する加算器、5は命
令実効アドレスレジスタ、6はバツフア、7は命
令語レジスタを表す。 That is, a conventional circuit for calculating an address for rereading an instruction is, for example, as shown in FIG. In Figure 2, 1 is the instruction address register, 2 is the half-word counter, 3 is the PFK register, and 4 is the PFK register.
is an adder that generates an effective address of an instruction, 5 is an instruction effective address register, 6 is a buffer, and 7 is an instruction word register.
従来の回路では、命令アドレスレジスタ1は、
PSWの命令アドレス部(PSWIAR)を兼用し、
PSWの一部と同じレジスタになつている。通常
の命令フエツチ時には、命令アドレスレジスタ1
とPFKレジスタ3の内容(通常の場合8)とを
加え合わせることにより、フエツチすべき命令ア
ドレスを求める。例えば、割り込みが起こり、実
行中であつた命令アドレス(OLDPSW)が必要
であるときには、フエツチアドレスと半語カウン
タ2の内容である命令アドレスとの変位を、命令
アドレスレジスタ1から減じることにより求める
ようにされる。 In the conventional circuit, the instruction address register 1 is
Also serves as the instruction address section (PSWIAR) of PSW,
It is the same register as part of PSW. During a normal instruction fetch, instruction address register 1
By adding the contents of PFK register 3 (normally 8), the instruction address to be fetched is determined. For example, when an interrupt occurs and the instruction address (OLDPSW) that was being executed is needed, the displacement between the fetch address and the instruction address that is the content of half-word counter 2 is found by subtracting it from instruction address register 1. It will be done like this.
このような方式の場合、後続命令のフエツチ
は、前の命令が終了してからではないと、実行で
きない。即ち命令アドレスレジスタ1をPSWの
一部に兼用しているため、命令実行の途中で命令
アドレスレジスタ1を変えることができないから
である。従つて、命令再読出しのためのアドレス
は、命令の最終フローの終了後でないと作成され
ず、命令再読出しし、後読命令の実行を開始する
までに、多くのロスが生じるという問題があつ
た。 In such a system, a subsequent instruction can only be fetched after the previous instruction has been completed. That is, since the instruction address register 1 is also used as a part of the PSW, the instruction address register 1 cannot be changed during instruction execution. Therefore, the address for rereading an instruction is not created until after the final flow of instructions is completed, and there is a problem in that a lot of loss occurs between rereading an instruction and starting execution of the readbehind instruction. Ta.
(C) 発明の目的と構成
本発明は上記問題点の解決を図り、後続命令の
再読しが必要となつたとき、命令再読出しの開始
アドレスを、どのフローの、どのステージからで
も計算できるようにし、命令再読出し時の命令フ
エツチを早いタイミングで開始できるようにする
ことを目的としている。即ち、本発明の命令再読
出し制御方式は、パイプラインにより命令を実行
制御する情報処理装置における命令再読出し制御
方式において、命令を先行読出しするアドレスが
格納される先取り命令アドレスレジスタと、先行
読出しされた命令を貯えるレジスタと、実行させ
ようとする命令の先頭を示す命令ポインタと、上
記先取り命令アドレスレジスタと上記命令ポイン
タとから実行中の命令アドレスを計算する回路
と、該加算器によつて計算された命令アドレスを
受ける複数段のシフトレジスタで構成される命令
アドレスレジスタと、該命令アドレスレジスタに
対応して命令長が格納される複数段のシフトレジ
スタで構成される命令長レジスタと、上記命令ア
ドレスレジスタのうちの1つとそれに対応する上
記命令長レジスタとから当該命令アドレスレジス
タが保持するアドレスにある命令の次に実行され
るべき命令先頭アドレスを計算する加算器とを備
え、命令再読出しの事象検出時に上記加算器の出
力を上記先取り命令アドレスレジスタにセツト
し、命令再読出しを実行するよう構成したことを
特徴としている。以下、図面を参照しつつ、実施
例に従つて説明する。(C) Object and Structure of the Invention The present invention aims to solve the above-mentioned problems, and makes it possible to calculate the start address for rereading an instruction from any stage of any flow when it is necessary to reread a subsequent instruction. The purpose of the present invention is to make it possible to start an instruction fetch at an early timing when rereading an instruction. That is, the instruction rereading control method of the present invention is an instruction rereading control method for an information processing device that controls execution of instructions using a pipeline, and includes a prefetch instruction address register in which an address for pre-reading an instruction is stored, and a register for pre-reading an instruction. an instruction pointer that indicates the beginning of the instruction to be executed; a circuit that calculates the address of the instruction being executed from the prefetch instruction address register and the instruction pointer; and the adder. an instruction address register consisting of a multi-stage shift register that receives the instruction address, an instruction length register consisting of a multi-stage shift register storing the instruction length corresponding to the instruction address register; an adder for calculating the start address of an instruction to be executed next to the instruction at the address held by the instruction address register from one of the address registers and the corresponding instruction length register; The present invention is characterized in that when an event is detected, the output of the adder is set in the prefetch instruction address register, and the instruction is reread. Hereinafter, embodiments will be described with reference to the drawings.
(D) 発明の実施例
第3図は本発明による制御概要を説明するため
のタイムチヤート、第4図は本発明の一実施例要
部構成、第5図は本発明を用いた命令処理回路の
例を示す。(D) Embodiment of the Invention FIG. 3 is a time chart for explaining the outline of control according to the present invention, FIG. 4 is a main part configuration of an embodiment of the present invention, and FIG. 5 is an instruction processing circuit using the present invention. Here is an example.
本発明の場合、現在実行中の命令の先頭アドレ
スと命令長とを各ステージで保持しておき、命令
再読出しが決定された時点でこれらの情報をもと
にして、命令再読出しのアドレス、即ち後続命令
を命令再読出しするための先頭アドレスを作成
し、命令再読出しを開始するようされる。第3図
に示した例では、Tステージのアドレスとその命
令の命令長をもとに、命令再読出しアドレスを決
定しており、最終フローの終了を待たずに命令再
読出しを行うので、従来例における時間的なロス
が減少している。なお、後述する如く、他のステ
ージで命令再読出し用のアドレスを決定すること
も可能である。 In the case of the present invention, the start address and instruction length of the instruction currently being executed are held at each stage, and when it is decided to reread the instruction, based on this information, the address for rereading the instruction, That is, a start address for re-reading the subsequent instruction is created, and re-reading of the instruction is started. In the example shown in FIG. 3, the instruction reread address is determined based on the T stage address and the instruction length of the instruction, and the instruction is reread without waiting for the end of the final flow. The time loss in the example is reduced. Note that, as will be described later, it is also possible to determine the address for rereading the instruction at another stage.
そのため、命令再読出し用のアドレスを作成す
る回路は、例えば第4図図示の如くになつてい
る。第4図中、符号3ないし7は第2図に対応
し、13は先行読出し用の先取り命令アドレスレ
ジスタ、14は命令ポインタであつて、現在実行
している命令が命令アドレスレジスタ13の示す
アドレスから何ハーフ・ワード(Half Word)
目かを示すポインタ、15は先取りした命令のア
ドレスは計算する加算器、16ないし18はそれ
ぞれ各ステージに対応する命令アドレスレジス
タ、20はデコードした命令の命令長レジスタ、
21ないし23はそれぞれ各ステージに対応する
命令長レジスタ、25は選択したステージに対応
する命令アドレスレジスタ16〜18の1つと、
命令長レジスタ21〜23の対応するものとを加
算する加算器を表す。 Therefore, a circuit for creating an address for rereading instructions is configured as shown in FIG. 4, for example. In FIG. 4, numerals 3 to 7 correspond to those in FIG. 2, 13 is a prefetch instruction address register for advance reading, and 14 is an instruction pointer, in which the currently executed instruction is at the address indicated by the instruction address register 13. How many half words from
15 is an adder that calculates the address of the prefetched instruction; 16 to 18 are instruction address registers corresponding to each stage; 20 is an instruction length register for the decoded instruction;
21 to 23 are instruction length registers corresponding to each stage, 25 is one of instruction address registers 16 to 18 corresponding to the selected stage,
It represents an adder that adds the corresponding ones of the instruction length registers 21 to 23.
先取り命令アドレスレジスタ13には、例えば
8バイト単位で命令を先行読出しするためのアド
レスが格納される。PFKレジスタ3は、初期値
“0”であつて、その後には、“8”の値を保持す
る。加算器4は、命令アドレスレジスタ13の値
とPFKレジスタ3の値とを加算し、実効アドレ
スをレジスタ5にセツトする。このアドレスによ
つて、記憶制御部により、バツフア6が検索さ
れ、命令がフエツチされて、命令語レジスタ7に
読み出されることになる。それ以降は、命令アド
レスに“8”加算されて、順次フエツチが行われ
る。なお、先取り命令アドレスレジスタ13や命
令語レジスタ7等が、命令分岐時のために、複数
個設けられる構成をとつてもよい。 The pre-fetch instruction address register 13 stores an address for pre-reading instructions in 8-byte units, for example. The PFK register 3 has an initial value of "0" and thereafter holds a value of "8". Adder 4 adds the value of instruction address register 13 and the value of PFK register 3, and sets the effective address in register 5. Based on this address, the memory controller searches the buffer 6, fetches the instruction, and reads it into the instruction word register 7. After that, "8" is added to the instruction address and fetches are performed sequentially. Note that a configuration may be adopted in which a plurality of prefetch instruction address registers 13, instruction word registers 7, etc. are provided for the purpose of instruction branching.
命令ポインタ14は、実行される各命令が、8
バイト単位でフエツチされた命令のどこに位置す
るかについての相対ポインタを保持する。加算器
15の出力は、パイプラインで流れる命令のアド
レスであり、複数段のシフトレジスタで構成され
る命令アドレスレジスタ16〜18に、順次送り
出される。一方、これに対応して、命令長を保持
する命令長レジスタ20の内容が、各ステージに
複数段に設けられた命令長レジスタ21〜23に
送り出される。 The instruction pointer 14 indicates that each instruction to be executed
Holds a relative pointer to where in the instruction fetched bytes. The output of the adder 15 is the address of the instruction flowing in the pipeline, and is sequentially sent to instruction address registers 16 to 18, which are composed of multiple stages of shift registers. Correspondingly, the contents of the instruction length register 20 that holds the instruction length are sent to instruction length registers 21 to 23 provided in a plurality of stages at each stage.
この各ステージに対応した命令アドレスレジス
タ16〜18と、命令長レジスタ21〜23との
対を、マルチプレクサで選択し、加算器25でそ
れらの内容を加え合わせることにより、どのステ
ージにおいても、命令再読出しのアドレスを生成
することが可能になつている。命令再読出しが必
要な場合、加算器25によつて生成された命令再
読出しのアドレスを、先取り命令アドレスレジス
タ13にセツトするよう制御することにより、命
令フエツチのシーケンスが、直ちに開始されるよ
うになつている。 By selecting a pair of instruction address registers 16 to 18 and instruction length registers 21 to 23 corresponding to each stage using a multiplexer and adding their contents together using an adder 25, instructions can be replayed at any stage. It has become possible to generate read addresses. When an instruction reread is required, the instruction reread address generated by the adder 25 is controlled to be set in the prefetch instruction address register 13, so that the instruction fetch sequence is started immediately. It's summery.
第5図は本発明を用いた命令処理回路の例を示
しており、図中、第4図と同符号のものは第4図
に対応している。26は実行中の命令アドレスを
保持する命令アドレスレジスタ、27は実行中の
命令の命令長を保持する命令長レジスタ、28は
次の命令アドレスを演算する加算器、30はデイ
スプレイスメント・レジスタ、31はベース・レ
ジスタ、32はインデツクス・レジスタ、33は
オペランド・アドレス生成回路、34および35
はオペランド・アドレス・レジスタ、36はオペ
ランド語レジスタ、37は実行回路、38は結果
レジスタを表す。 FIG. 5 shows an example of an instruction processing circuit using the present invention, and in the figure, the same reference numerals as in FIG. 4 correspond to those in FIG. 26 is an instruction address register that holds the address of the instruction being executed; 27 is an instruction length register that holds the instruction length of the instruction that is being executed; 28 is an adder that calculates the next instruction address; 30 is a displacement register; 31 is a base register, 32 is an index register, 33 is an operand address generation circuit, 34 and 35
is an operand address register, 36 is an operand word register, 37 is an execution circuit, and 38 is a result register.
最初、命令アドレスレジスタ26のPSW命令
アドレス部に、実行すべき命令アドレスが格納さ
れると、先取り命令アドレスレジスタ13にも同
じアドレスが供給される。そして前述したよう
に、加算器4によつて計算されたアドレスに従つ
て、8バイト単位で、順次命令がフエツチされ
る。 Initially, when the instruction address to be executed is stored in the PSW instruction address field of the instruction address register 26, the same address is also supplied to the prefetch instruction address register 13. Then, as described above, the instructions are sequentially fetched in units of 8 bytes according to the address calculated by the adder 4.
オペランド・アドレス生成回路33は、レジス
タ30〜32等の内容から、オペランドの実効ア
ドレスを計算し、オペランド・アドレス・レジス
タ34にセツトする。これによつて、記憶制御部
により、バツフア6がアクセスされて、オペラン
ド語が用意され、演算ユニツト部である実行回路
37によつて、演算が行われる。その結果は、結
果レジスタ38に書き込まれる。 The operand address generation circuit 33 calculates the effective address of the operand from the contents of the registers 30 to 32, etc., and sets it in the operand address register 34. As a result, the buffer 6 is accessed by the storage control section, an operand word is prepared, and an operation is performed by the execution circuit 37, which is an operation unit section. The result is written to result register 38.
本発明の場合、第4図によつて説明したよう
に、各ステージに対応して命令アドレスを保持す
る命令アドレスレジスタ16〜18の内容と、各
命令長レジスタ21〜23の内容とを加算する加
算器25が設けられており、この出力が先取り命
令アドレスレジスタ13に導かれるようになつて
いるため、Aステージ、TステージまたはBステ
ージからの命令再読出しが、可能になつている。
さらに本実施例では、PSWの命令アドレス部
(PSWIAR)と兼用される命令アドレスレジスタ
26と、Wステージにおける命令の命令長の保持
する命令長レジスタ27とに基づいて、現在実行
中である命令の次に位置する命令のアドレスを計
算する加算器28が設けられている。加算器28
によつて、加算器4による先行読出しのためのア
ドレス計算とは別に、次命令の開始アドレスが、
常時計算されるので、これによつて、命令再読出
しのシーケンスが早く開始されるようになつてい
る。 In the case of the present invention, as explained with reference to FIG. 4, the contents of the instruction address registers 16 to 18 that hold instruction addresses corresponding to each stage and the contents of each instruction length register 21 to 23 are added. An adder 25 is provided whose output is directed to the prefetch instruction address register 13, thereby making it possible to reread instructions from the A stage, T stage, or B stage.
Furthermore, in this embodiment, the instruction currently being executed is determined based on the instruction address register 26, which also serves as the instruction address field (PSWIAR) of the PSW, and the instruction length register 27, which holds the instruction length of the instruction in the W stage. An adder 28 is provided which calculates the address of the next located instruction. Adder 28
Apart from the address calculation for advance reading by the adder 4, the start address of the next instruction is
Since it is constantly calculated, this allows the instruction reread sequence to start early.
(E) 発明の効果
以上説明した如く本発明によれば、早いタイミ
ングで命令再読出し用のアドレスを作成し、実行
中である命令の、どのフローのどのステージから
でも、早期に命令再読出しを開始できるので、処
理性能が向上する。(E) Effects of the Invention As explained above, according to the present invention, an address for rereading an instruction is created at an early timing, and an instruction can be reread at an early stage from any stage of any flow of an instruction being executed. Since the process can be started, processing performance is improved.
第1図および第2図は従来方式による問題点を
説明するための図、第3図は本発明による制御概
要を説明するためのタイムチヤート、第4図本発
明の一実施例要部構成、第5図は本発明を用いた
命令処理回路の例を示す。
図中、1は命令アドレスレジスタ、2は半語カ
ウンタ、3はPFKレジスタ、4は命令の実効ア
ドレスを生成する加算器、5は命令実効アドレス
レジスタ、6はバツフア、7は命令語レジスタ、
13は先取り命令アドレスレジスタ、14は命令
ポインタ、16ないし18はそれぞれ各ステージ
に対応する命令アドレスレジスタ、20ないし2
4は命令長レジスタ、25は加算器を表す。
1 and 2 are diagrams for explaining problems with the conventional method, FIG. 3 is a time chart for explaining the outline of control according to the present invention, and FIG. 4 is a main part configuration of an embodiment of the present invention. FIG. 5 shows an example of an instruction processing circuit using the present invention. In the figure, 1 is an instruction address register, 2 is a half-word counter, 3 is a PFK register, 4 is an adder that generates the effective address of the instruction, 5 is an instruction effective address register, 6 is a buffer, 7 is an instruction word register,
13 is a prefetch instruction address register, 14 is an instruction pointer, 16 to 18 are instruction address registers corresponding to each stage, and 20 to 2.
4 represents an instruction length register, and 25 represents an adder.
Claims (1)
処理装置における命令再読出し制御方式におい
て、命令を先行読出しするアドレスが格納される
先取り命令アドレスレジスタと、先行読出しされ
た命令を貯えるレジスタと、実行させようとする
命令の先頭を示す命令ポインタと、上記先取り命
令アドレスレジスタと上記命令ポインタとから実
行中の命令アドレスを計算する回路と、該加算器
によつて計算された命令アドレスを受ける複数段
のシフトレジスタで構成される命令アドレスレジ
スタと、該命令アドレスレジスタに対応して命令
長が格納される複数段のシフトレジスタで構成さ
れる命令長レジスタと、上記命令アドレスレジス
タのうちの1つとそれに対応する上記命令長レジ
スタとから当該命令アドレスレジスタが保持する
アドレスにある命令の次に実行されるべき命令先
頭アドレスを計算する加算器とを備え、命令再読
出しの事象検出時に上記加算器の出力を上記先取
り命令アドレスレジスタにセツトし、命令再読出
しを実行するよう構成したことを特徴とする命令
再読出し制御方式。1 In an instruction rereading control method in an information processing device that controls execution of instructions using a pipeline, a prefetch instruction address register stores an address for pre-reading an instruction, a register stores a pre-read instruction, and a register for storing an instruction to be executed. an instruction pointer indicating the beginning of the instruction to be executed; a circuit that calculates the address of the instruction being executed from the prefetch instruction address register and the instruction pointer; and a multi-stage shift register that receives the instruction address calculated by the adder. an instruction address register consisting of an instruction address register, an instruction length register consisting of a multi-stage shift register in which an instruction length is stored corresponding to the instruction address register, and one of the instruction address registers and the above instruction address register corresponding to the instruction address register. and an adder that calculates the start address of the instruction to be executed next to the instruction at the address held by the instruction address register from the instruction length register, and the output of the adder is preempted when an instruction reread event is detected. An instruction rereading control system characterized in that an instruction is set in an instruction address register to execute instruction rereading.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3580484A JPS60179845A (en) | 1984-02-27 | 1984-02-27 | Instruction rereading control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3580484A JPS60179845A (en) | 1984-02-27 | 1984-02-27 | Instruction rereading control system |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS60179845A JPS60179845A (en) | 1985-09-13 |
JPH024011B2 true JPH024011B2 (en) | 1990-01-25 |
Family
ID=12452106
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3580484A Granted JPS60179845A (en) | 1984-02-27 | 1984-02-27 | Instruction rereading control system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS60179845A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05106625A (en) * | 1991-10-11 | 1993-04-27 | Mano Setsubi Kogyo Kk | Laterally fitting nut |
-
1984
- 1984-02-27 JP JP3580484A patent/JPS60179845A/en active Granted
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05106625A (en) * | 1991-10-11 | 1993-04-27 | Mano Setsubi Kogyo Kk | Laterally fitting nut |
Also Published As
Publication number | Publication date |
---|---|
JPS60179845A (en) | 1985-09-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS6217252B2 (en) | ||
US4747045A (en) | Information processing apparatus having an instruction prefetch circuit | |
US4758949A (en) | Information processing apparatus | |
JPH024011B2 (en) | ||
US4853889A (en) | Arrangement and method for speeding the operation of branch instructions | |
JP3145545B2 (en) | Memory access device | |
JP3132566B2 (en) | Instruction precedence controller | |
JP2861560B2 (en) | Data processing device | |
JPH0235330B2 (en) | ||
JPH0544049B2 (en) | ||
JP2812610B2 (en) | Pipeline control method | |
JP3168657B2 (en) | Branch instruction control circuit | |
JPH0646381B2 (en) | Instruction fetching device | |
JPS6047617B2 (en) | information processing equipment | |
JPS6036614B2 (en) | information processing equipment | |
JP2867798B2 (en) | Advance control unit | |
JPH04181454A (en) | Data access controller | |
JPS586972B2 (en) | information processing equipment | |
JP2583614B2 (en) | Vector arithmetic unit | |
JPS63163634A (en) | Instruction fetch system | |
JPS6047616B2 (en) | information processing equipment | |
JPH0795288B2 (en) | Microcomputer | |
JPH0217544A (en) | Information processor | |
JPS6131894B2 (en) | ||
JPH06332701A (en) | Information processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |