JPH05197549A - Branch instruction control system - Google Patents

Branch instruction control system

Info

Publication number
JPH05197549A
JPH05197549A JP4009975A JP997592A JPH05197549A JP H05197549 A JPH05197549 A JP H05197549A JP 4009975 A JP4009975 A JP 4009975A JP 997592 A JP997592 A JP 997592A JP H05197549 A JPH05197549 A JP H05197549A
Authority
JP
Japan
Prior art keywords
address
relative address
branch
bits
branch instruction
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.)
Granted
Application number
JP4009975A
Other languages
Japanese (ja)
Other versions
JP2944809B2 (en
Inventor
Chiyonsuwannapaisaan Poonshiyai
チョンスワンナパイサーン ポーンシャイ
Takahito Noda
敬人 野田
Yuji Kamisaka
裕士 神阪
Kazuyasu Nonomura
一泰 野々村
Toru Watabe
徹 渡部
Takumi Maruyama
拓巳 丸山
Takumi Takeno
巧 竹野
Shinya Kato
慎哉 加藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP997592A priority Critical patent/JP2944809B2/en
Publication of JPH05197549A publication Critical patent/JPH05197549A/en
Application granted granted Critical
Publication of JP2944809B2 publication Critical patent/JP2944809B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To improve the total processing performance by varying the execution cycle of a branch-destination address arithmetic means according to the relative address of a branch instruction. CONSTITUTION:A relative address monitor part 1 is provided to monitor whether or not the high-order specific bits of the relative address field AF of the branch instruction BR is a specific pattern. When the relative address field AF consists of 16 bits, for example, the high-order 8 bits are monitored to monitor whether or not they are a specific pattern such as an all-'0' or all-'l' pattern. In the case of the specific pattern, an addition part 2 performs address calculation in one machine cycle by using an instruction address iA being monitored and the low-order 8 bits of the relative address field AF and sets the addition result in a latch register 3. When the high-order 8 bits are not the specific pattern, the relative address monitor part 1 outputs a set clock for 2 machine cycles to the latch register 3, so the arithmetic result of the addition part 2 is set in the latch register 3.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、無条件分岐命令及び条
件付分岐命令等の分岐先アドレスの計算時の実行サイク
ル数を可変とするようにした分岐命令制御方式に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a branch instruction control system in which the number of execution cycles when calculating a branch destination address such as an unconditional branch instruction and a conditional branch instruction is variable.

【0002】[0002]

【従来の技術】データ処理装置では、通常、図4(A)
に示す如く、まず命令をメモリからフェッチ(F)し
て命令バッファに格納する。次にその命令をデコード
(D)してその内容に従って、分岐先アドレスの計算を
行い、実行のためのデータがレジスタ・ファイルからレ
ジスタにセットされる。それから前記デコードの結果
に従って命令を実行(E)する。そしてこの実行の結
果つまり演算結果がレジスタ・ファイルあるいはメモリ
に格納(W)される。
2. Description of the Related Art In a data processing device, normally, FIG.
As shown in, the instruction is first fetched (F) from the memory and stored in the instruction buffer. Next, the instruction is decoded (D), the branch destination address is calculated according to the content, and the data for execution is set in the register from the register file. Then, the instruction is executed (E) according to the result of the decoding. The result of this execution, that is, the operation result is stored (W) in the register file or the memory.

【0003】このように1つの命令を処理するのに、前
記F、D、E、Wの4サイクル必要とするが、実際に命
令は、図4(B)に示す如く、パイプライン方式でオー
バラップして処理されるため、見かけ上1サイクルで処
理できる。
In order to process one instruction in this way, the four cycles of F, D, E and W are required, but in reality, the instruction is over-processed by the pipeline method as shown in FIG. 4 (B). Since they are wrapped and processed, they can be processed in one cycle in appearance.

【0004】なお図4(B)において、F1 〜W1 が命
令実行サイクルであり、各ステージは1マシンサイクル
で処理される。従ってマシンサイクルは、F〜Wのステ
ージのうち一番遅いステージ手段に依存することがわか
る。
In FIG. 4B, F 1 to W 1 are instruction execution cycles, and each stage is processed in one machine cycle. Therefore, it is understood that the machine cycle depends on the slowest stage means among the stages F to W.

【0005】ところでこのようなデータ処理に際して、
分岐命令は出現率が高く、高速な分岐判定や分岐先アド
レス計算が要求されている。特に分岐判定を必要としな
い無条件分岐命令を含み、分岐するか否かが容易に判定
できる場合は、分岐先アドレスをできるだけ早く、少な
いマシンサイクルで計算することが必要になる。
By the way, in such data processing,
Branch instructions have a high appearance rate, and high-speed branch determination and branch destination address calculation are required. In particular, if an unconditional branch instruction that does not require branch determination is included and it is possible to easily determine whether or not to branch, it is necessary to calculate the branch destination address as soon as possible and in a small number of machine cycles.

【0006】しかも,前記の如く、通常パイプライン型
データ処理装置のマシンサイクルは一番遅いサイクルに
よって決められる。従って分岐先アドレスの計算におい
て、早いマシンサイクルでできることと同時に、無駄な
マシンサイクルがないことが重要な課題となっている。
Moreover, as described above, the machine cycle of the pipeline type data processor is usually determined by the slowest cycle. Therefore, in the calculation of the branch destination address, it is an important issue that there is no wasteful machine cycle at the same time that it can be done in a short machine cycle.

【0007】ところで分岐命令の処理では、一般にデコ
ード段階で分岐先アドレスが計算される。例えば図5に
示す如く、加算部50とラッチ・レジスタ51を設け、
現在実行中の命令アドレスiAに、分岐命令BR内の相
対アドレスフィ−ルドに記入される相対アドレスOAを
加算することにより求められる。
By the way, in the processing of a branch instruction, the branch destination address is generally calculated in the decoding stage. For example, as shown in FIG. 5, an adding section 50 and a latch register 51 are provided,
It is obtained by adding the relative address OA written in the relative address field in the branch instruction BR to the instruction address iA currently being executed.

【0008】この加算部50における加算結果は一旦ラ
ッチ・レジスタ51にセットされ、これにより制御メモ
リ52が読み出され、分岐先命令が出力されることにな
る。そしてこの相対アドレスOAの内容により計算時間
が決められることになる。ビット長が長ければこの演算
時間は長くなる。
The result of addition in the adder 50 is temporarily set in the latch register 51, whereby the control memory 52 is read and the branch destination instruction is output. The calculation time is determined by the content of this relative address OA. The longer the bit length, the longer this calculation time.

【0009】通常この処理が非常に遅いため、従来では
以下の〜の手法がある。マシンサイクルを長くし
て、この処理を長い1マシンサイクル中で行うようにす
る。デコード段階をすべての分岐命令に対して2マシ
ンサイクルかけて処理を行う。オペコードOPにより
1マシンサイクルで処理するか又は2マシンサイクルで
処理するのかを選択可能としている。
Since this processing is usually very slow, the following methods (1) to (3) have been conventionally used. The machine cycle is lengthened so that this processing is performed in one long machine cycle. The decode stage is processed for all branch instructions in two machine cycles. It is possible to select whether to process in one machine cycle or two machine cycles by the operation code OP.

【0010】[0010]

【発明が解決しようとする課題】ところで、前記で
は、全体のマシンサイクルが遅くなるので、この加算と
は関係のないステージにおいてもマシンサイクルが長く
なるために、全体として処理速度が遅くなる。
By the way, in the above, since the whole machine cycle becomes slow, the machine cycle becomes long even in the stage unrelated to the addition, so that the processing speed becomes slow as a whole.

【0011】前記では、例え分岐先アドレスが早く計
算出来ても、図6に示す如く、分岐命令F1 ではデコー
ド段階がいつもD1-1 とD1-2 のマシンサイクルとなっ
ているために、次の分岐先命令F′が1マシンサイクル
遅れることになる。
In the above description, even if the branch destination address can be calculated early, the decoding stage of the branch instruction F 1 is always the machine cycle of D 1-1 and D 1-2 as shown in FIG. , The next branch destination instruction F'is delayed by one machine cycle.

【0012】また前記では、分岐相対アドレスの大き
さに応じて命令種類つまりOPコードを使い分ける必要
があるため、プログラム作成/コンパイラが複雑とな
る。従って本発明の目的は、早いマシンサイクルで、分
岐命令の同一オペコードにおいて、必要な時にのみ2マ
シンサイクルをかけて分岐実行サイクルのアドレス計算
を行うことにより、全体の処理性能を向上させる分岐命
令制御方式を提供することである。
Further, in the above, since it is necessary to properly use the instruction type, that is, the OP code, according to the size of the branch relative address, the program creation / compiler becomes complicated. Therefore, an object of the present invention is to provide a branch instruction control that improves overall processing performance by performing address calculation of a branch execution cycle by performing two machine cycles only when necessary in the same operation code of a branch instruction in a fast machine cycle. It is to provide a method.

【0013】[0013]

【課題を解決するための手段】前記目的を達成するた
め、本発明では、図1に示す如く、相対アドレス監視部
1を設け、分岐命令BRの相対アドレスフィールドAF
の上位の特定ビットが特定パターンか否かを監視する。
相対アドレスフィールドAFが16ビットであるとき、
例えば上位8ビットを監視して、これがオール「0」あ
るいはオール「1」の如き特定パターンか否かを監視す
る。
To achieve the above object, in the present invention, as shown in FIG. 1, a relative address monitoring unit 1 is provided and a relative address field AF of a branch instruction BR is provided.
It is monitored whether or not the upper specific bit of is a specific pattern.
When the relative address field AF is 16 bits,
For example, the upper 8 bits are monitored to see if this is a specific pattern such as all "0" or all "1".

【0014】特定パターンのとき、加算部2において、
監視実行中の命令アドレスiAと、相対アドレスフィー
ルドAFの下位8ビットとを1マシンサイクルでアドレ
ス計算を行い、その加算結果をラッチ・レジスタ3にセ
ットする。すなわち相対アドレス監視部1から1サイク
ルのセット・クロックをラッチ・レジスタ3に出力し
て、加算部2の演算出力をセットさせる。
In the case of a specific pattern, the adder 2
The address of the instruction address iA being monitored and the lower 8 bits of the relative address field AF is calculated in one machine cycle, and the addition result is set in the latch register 3. That is, the relative address monitoring unit 1 outputs a one-cycle set clock to the latch register 3 to set the operation output of the adder unit 2.

【0015】しかし、特定パターンでなければ、相対ア
ドレス監視部1は2マシンサイクルのセット・クロック
をラッチ・レジスタ3に出力するので、これにより加算
部2において2マシンサイクルで演算された結果がラッ
チ・レジスタ3にセットされる。いずれの場合も、この
ラッチ・レジスタ3にセットされた分岐実行サイクルア
ドレスにより次のタイミングで、バッファ・メモリ4に
格納されている制御命令から前記分岐先アドレスによる
分岐命令がフェッチされる。
However, if it is not a specific pattern, the relative address monitoring unit 1 outputs a set clock of 2 machine cycles to the latch register 3, so that the result calculated by the adder unit 2 in 2 machine cycles is latched. -Set in register 3. In any case, the branch instruction at the branch destination address is fetched from the control instruction stored in the buffer memory 4 at the next timing by the branch execution cycle address set in the latch register 3.

【0016】[0016]

【作用】本発明では、相対アドレスフィールドAFに記
入された相対アドレスの値がある一定値を越えるかどう
かをこの相対アドレス監視部1が監視し、越える場合は
2マシンサイクルかけて分岐先のアドレス計算を行う。
In the present invention, the relative address monitoring unit 1 monitors whether or not the value of the relative address entered in the relative address field AF exceeds a certain value, and if it exceeds, it takes two machine cycles to branch to the address of the branch destination. Calculate.

【0017】このようにすることにより、1マシンサイ
クルで計算できるものは1マシンサイクルで計算される
ので、全体のマシンサイクルを増やさずに処理できる。
したがって前記よりマシンサイクルが短く、1マシン
サイクルで演算可能なものは前記よりも、1サイクル
速くなり、前記のように複雑なプログラム作成/コン
パイラも必要としていない。
By doing so, since what can be calculated in one machine cycle is calculated in one machine cycle, processing can be performed without increasing the total machine cycle.
Therefore, a machine cycle that is shorter than the above and that can be calculated in one machine cycle is one cycle faster than the above, and the complicated program creation / compiler as described above is not required.

【0018】[0018]

【実施例】本発明の一実施例を図2及び図3に基づき説
明する。図2は本発明の一実施例構成図、図3は本発明
の動作説明図である。図中他と同符号部分は同一部分を
示し、2−1,2−2はいずれも加算部、5は+1を行
う加算部、6,7はそれぞれインバータ、G1 〜G4
ゲート、OR1、OR2はオアゲートである。説明の簡
略化のために相対アドレスフィールドAFにおける相対
アドレスのビット数を16とし、現在実行中のアドレス
iAを32ビットの例で説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT An embodiment of the present invention will be described with reference to FIGS. FIG. 2 is a configuration diagram of an embodiment of the present invention, and FIG. 3 is an operation explanatory diagram of the present invention. In the figure, the same parts as the other parts indicate the same parts. 2-1 and 2-2 are addition parts, 5 is an addition part for performing +1, 6 and 7 are inverters, G 1 to G 4 are gates, and OR 1 , OR2 is an OR gate. For simplification of description, the number of bits of the relative address in the relative address field AF is 16, and the address iA currently being executed is described as an example of 32 bits.

【0019】ここで加算部2−1は、現在実行中の命令
アドレスiAの上位24ビット(00〜23)と、分岐
命令BRの上位8ビット(00〜07)を2マシンサイ
クルで加算するものである。また加算部2−2は、現在
実行中の命令アドレスiAの下位8ビット(24〜3
1)と、分岐命令BRの下位8ビット(08〜15)を
1マシンサイクルで加算するものである。
Here, the adder 2-1 adds the upper 24 bits (00-23) of the currently executed instruction address iA and the upper 8 bits (00-07) of the branch instruction BR in two machine cycles. Is. Further, the addition unit 2-2 determines the lower 8 bits (24 to 3) of the currently executed instruction address iA.
1) and the lower 8 bits (08 to 15) of the branch instruction BR are added in one machine cycle.

【0020】なお、加算部2−2の演算結果にキャリィ
が生じたとき、ゲートG1 をオンにして現在実行中の命
令アドレスiAの上位24ビット(00〜23)を加算
部5により+1したものを出力する。前記加算部2−2
のキャリィは加算部2−1にも伝達され、加算される。
キャリィが生じないときは、インバータ6の出力により
2 がオンとなり、現在実行中の命令アドレスiAの上
位24ビット(00〜23)がそのまま出力される。
When a carry occurs in the operation result of the adder 2-2, the gate G 1 is turned on and the upper 24 bits (00 to 23) of the instruction address iA currently being executed are incremented by 1 by the adder 5. Output things. The adder 2-2
Carry is also transmitted to and added to the adder 2-1.
When carry does not occur, the output of the inverter 6 turns on G 2 and the upper 24 bits (00 to 23) of the currently executed instruction address iA are output as they are.

【0021】次に図2の動作について説明する。相対ア
ドレス監視部1は、加算部2−1,2−2におけるアド
レス計算中に、相対アドレスフィールドAFにおける相
対アドレスの上位8ビットがオール「0」かオール
「1」の如き特定パターンであるか否かを判断する。
Next, the operation of FIG. 2 will be described. During the address calculation in the adders 2-1 and 2-2, the relative address monitoring unit 1 determines whether the upper 8 bits of the relative address in the relative address field AF have a specific pattern such as all "0" or all "1". Determine whether or not.

【0022】もし、オール「0」又はオール「1」であ
れば相対アドレス監視部1は「1」を出力し、ゲートG
3 をオンにする。これによりオアゲートOR1の出力が
オアゲートOR2を経由してラッチ・レジスタ3の上位
24ビットフィールドにセットされる。このときラッチ
・レジスタ3の下位フィールドには加算部2−2の出力
8ビットがセットされる。
If all "0" or all "1", the relative address monitoring unit 1 outputs "1" and the gate G
Turn on 3 . As a result, the output of the OR gate OR1 is set in the upper 24 bit field of the latch register 3 via the OR gate OR2. At this time, the 8 bits output from the adder 2-2 are set in the lower field of the latch register 3.

【0023】このとき、前記オアゲートOR1の出力
は、加算部2−2における加算結果のキャリィの有無に
応じて現在実行中の命令アドレスiAの上位24ビット
(00〜23)そのものか、これにキャリィを加算され
たものか出力されることになる。そして、このラッチ・
レジスタ3にセットされたアドレスによりバッファ・メ
モリ4がアクセスされ、分岐先命令が出力されることに
なる。
At this time, the output of the OR gate OR1 is either the upper 24 bits (00 to 23) of the instruction address iA currently being executed, or the carry, depending on whether or not there is a carry in the addition result in the adder 2-2. Will be output. And this latch
The buffer memory 4 is accessed by the address set in the register 3 and the branch destination instruction is output.

【0024】しかし、前記相対アドレスの上位8ビット
が特定パターンでなければ、相対アドレス監視部1は
「0」を出力する。これによりインバータ7が「1」を
出力するので、ゲートG4 がオンになり、オアゲートO
R2から加算部2−1の加算結果が出力されてラッチ・
レジスタ3の上位24ビットフィールドにセットされ
る。
However, if the upper 8 bits of the relative address is not a specific pattern, the relative address monitoring section 1 outputs "0". Since this by the inverter 7 outputs "1", gate G 4 is turned on, the OR gate O
R2 outputs the addition result of the adder 2-1 and latches it.
It is set in the upper 24 bit field of register 3.

【0025】このとき、ラッチ・レジスタ3の下位フィ
ールドには加算部2−2の出力8ビットがセットされ
る。なお、ラッチ・レジスタ3のセットクロックは、こ
の監視結果に合うようなタイミングで出力されることに
なる。そしてこのラッチ・レジスタ3にセットされたア
ドレスによりバッファ・メモリ4がアクセスされ、分岐
先命令が出力される。
At this time, 8 bits output from the adder 2-2 are set in the lower field of the latch register 3. The set clock of the latch register 3 is output at a timing that matches this monitoring result. Then, the buffer memory 4 is accessed by the address set in the latch register 3 and the branch destination instruction is output.

【0026】したがって、本発明によれば、図3に示す
如く、分岐命令BR0 の相対アドレスの上位ビットが特
定パターンであれば、加算部におけるアドレス計算は、
0 で示す如く、1マシンサイクルで実行されて出力さ
れるので、次のタイミングによりその分岐先命令はフェ
ッチF1 される。
Therefore, according to the present invention, as shown in FIG. 3, when the upper bit of the relative address of the branch instruction BR 0 is a specific pattern, the address calculation in the adder is
As indicated by D 0 , the branch destination instruction is fetched F 1 at the next timing because it is executed and output in one machine cycle.

【0027】しかし、特性パターンでなければ加算部に
おけるアドレス計算は、図3に示す分岐命令BR2 のD
2-1 ,D2-2 に示す如く、2マシンサイクルで実行され
て、加算部2−1より出力されることになる。従って本
発明によれば、分岐命令により、1マシンサイクルある
いは2マシンサイクルでデコード(加算も含む)される
ので、常に2マシンサイクル必要とした場合に比較して
高速化することができる。
However, if it is not the characteristic pattern, the address calculation in the adder is performed by the D of the branch instruction BR 2 shown in FIG.
2-1 and D 2-2 , it is executed in two machine cycles and output from the adder 2-1. Therefore, according to the present invention, since the branch instruction decodes (including addition) in one machine cycle or two machine cycles, the speed can be increased as compared with the case where two machine cycles are always required.

【0028】なお前記説明では、実行アドレスを32ビ
ットとし、相対アドレスを16ビットとし、特定パター
ンをオール「0」またはオール「1」の例について説明
したが、本発明は勿論これらに限定されるものではな
い。
In the above description, the execution address is 32 bits, the relative address is 16 bits, and the specific pattern is all "0" or all "1". However, the present invention is naturally limited to these. Not a thing.

【0029】[0029]

【発明の効果】本発明によれば、従来のように、全体の
マシンサイクルを長くする必要はなく、また1マシンサ
イクルで計算可能なものについては従来より1マシンサ
イクル早く演算することができる。しかも前記発明が解
決しようとする課題に示す如く、複雑なプログラム作
成/コンパイラも必要とせず、簡単なハード構成により
1マシンサイクルまたは2マシンサイクルの選択を行う
ことができる。
As described above, according to the present invention, it is not necessary to lengthen the entire machine cycle as in the prior art, and it is possible to perform an operation one machine cycle earlier than that of the prior art if it can be calculated in one machine cycle. Moreover, as shown in the problem to be solved by the invention, no complicated program creation / compiler is required, and one machine cycle or two machine cycles can be selected with a simple hardware configuration.

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

【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】本発明の一実施例構成図である。FIG. 2 is a configuration diagram of an embodiment of the present invention.

【図3】本発明の動作説明図である。FIG. 3 is an operation explanatory diagram of the present invention.

【図4】データ処理装置におけるパイプライン動作説明
図である。
FIG. 4 is an explanatory diagram of pipeline operation in the data processing device.

【図5】従来例構成図である。FIG. 5 is a configuration diagram of a conventional example.

【図6】従来の動作説明図である。FIG. 6 is a diagram for explaining a conventional operation.

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

1 相対アドレス監視部 2 加算部 3 ラッチ・レジスタ 4 バッファ・メモリ 1 Relative address monitor 2 Adder 3 Latch register 4 Buffer memory

───────────────────────────────────────────────────── フロントページの続き (72)発明者 野々村 一泰 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 渡部 徹 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 丸山 拓巳 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 竹野 巧 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (72)発明者 加藤 慎哉 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Kazuyasu Nonomura 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture, Fujitsu Limited (72) Inventor Toru Watanabe, 1015, Kamedotachu, Nakahara-ku, Kawasaki City, Kanagawa Prefecture, Fujitsu Limited (72) Inventor Takumi Maruyama 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture, Fujitsu Limited (72) Inventor Takumi Takeno 1015, Uedotachu, Nakahara-ku, Kawasaki City, Kanagawa Prefecture, Fujitsu Limited (72) Inventor Shinya Kato, Kanagawa 1015 Kamiodanaka, Nakahara-ku, Kawasaki, Japan

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 相対アドレスにもとづき分岐先アドレス
を演算する分岐命令制御方式において、 分岐命令の相対アドレスを監視する監視手段(1)と、 分岐先アドレスを演算する実行サイクルを変化させる可
変手段とを設け、 分岐命令の相対アドレスの大きさを前記監視手段(1)
で監視して、その大きさに応じて分岐先アドレス演算手
段における実行サイクルを変化させるようにしたことを
特徴とする分岐命令制御方式。
1. A branch instruction control system for calculating a branch destination address based on a relative address, a monitoring means (1) for monitoring a relative address of a branch instruction, and a variable means for changing an execution cycle for calculating a branch destination address. And the size of the relative address of the branch instruction is monitored by the monitoring means (1).
The branch instruction control system is characterized in that the execution cycle in the branch destination address computing means is changed according to the size of the branch instruction control means.
【請求項2】 前記監視手段(1)は相対アドレスがあ
る一定値を越えているかどうかを前記相対アドレスの上
位部分を解読することにより判定して、実行サイクルを
変化させることを特徴とする請求項1記載の分岐命令制
御方式。
2. The monitoring means (1) changes the execution cycle by judging whether the relative address exceeds a certain value by decoding the upper part of the relative address. The branch instruction control system according to item 1.
【請求項3】 前記可変手段を演算実行サイクルの速い
演算手段と、演算実行サイクルの遅い演算手段とを設
け、これを前記監視手段(1)により切換制御すること
により実行サイクルを変化させるようにしたことを特徴
とする請求項1記載の分岐命令制御方式。
3. The variable means is provided with an operation means having a fast operation execution cycle and an operation means having a slow operation execution cycle, and the execution cycle is changed by switching control of the monitoring means (1). The branch instruction control system according to claim 1, wherein
JP997592A 1992-01-23 1992-01-23 Branch instruction controller Expired - Fee Related JP2944809B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP997592A JP2944809B2 (en) 1992-01-23 1992-01-23 Branch instruction controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP997592A JP2944809B2 (en) 1992-01-23 1992-01-23 Branch instruction controller

Publications (2)

Publication Number Publication Date
JPH05197549A true JPH05197549A (en) 1993-08-06
JP2944809B2 JP2944809B2 (en) 1999-09-06

Family

ID=11734919

Family Applications (1)

Application Number Title Priority Date Filing Date
JP997592A Expired - Fee Related JP2944809B2 (en) 1992-01-23 1992-01-23 Branch instruction controller

Country Status (1)

Country Link
JP (1) JP2944809B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6633973B1 (en) 1999-12-24 2003-10-14 Mitsubishi Denki Kabushiki Kaisha Trace control circuit adapted for high-speed microcomputer operation

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6633973B1 (en) 1999-12-24 2003-10-14 Mitsubishi Denki Kabushiki Kaisha Trace control circuit adapted for high-speed microcomputer operation
US6996704B2 (en) 1999-12-24 2006-02-07 Renesas Technology Corp. Trace control circuit adapted for high-speed microcomputer operation

Also Published As

Publication number Publication date
JP2944809B2 (en) 1999-09-06

Similar Documents

Publication Publication Date Title
US4539635A (en) Pipelined digital processor arranged for conditional operation
JPH10228377A (en) Information processor for predicting branch
JP3749233B2 (en) Instruction execution method and apparatus in pipeline
JP3811140B2 (en) Information processing device
US20030188143A1 (en) 2N- way MAX/MIN instructions using N-stage 2- way MAX/MIN blocks
JPH05197549A (en) Branch instruction control system
JP2008299729A (en) Processor
JPS6125166B2 (en)
US6976049B2 (en) Method and apparatus for implementing single/dual packed multi-way addition instructions having accumulation options
JP2503223B2 (en) Prior control method
JP4002288B2 (en) Information processing device
JPH05250156A (en) Risc processor
JP2924735B2 (en) Pipeline operation device and decoder device
KR100635111B1 (en) The branch processing processor having specifiable delay slots and squashing condition
JP3512707B2 (en) Microcomputer
JPS6134168B2 (en)
JPH0619705A (en) Pipeline control system
JP3074790B2 (en) Microprocessor
JPH0241770B2 (en)
JP2629899B2 (en) Tag branching device
JPH01284926A (en) Instruction reading system for arithmetic unit
JPH06290042A (en) Microprocessor
JPH05257683A (en) Pipeline structure of large scale integrated circuit
JPH11203136A (en) Information processor and storage medium
JPH0546389A (en) Parallel processor

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990608

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090625

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees