JPS6023378B2 - information processing equipment - Google Patents

information processing equipment

Info

Publication number
JPS6023378B2
JPS6023378B2 JP7395880A JP7395880A JPS6023378B2 JP S6023378 B2 JPS6023378 B2 JP S6023378B2 JP 7395880 A JP7395880 A JP 7395880A JP 7395880 A JP7395880 A JP 7395880A JP S6023378 B2 JPS6023378 B2 JP S6023378B2
Authority
JP
Japan
Prior art keywords
instruction
register
branch
contents
general
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
Application number
JP7395880A
Other languages
Japanese (ja)
Other versions
JPS57755A (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 JP7395880A priority Critical patent/JPS6023378B2/en
Publication of JPS57755A publication Critical patent/JPS57755A/en
Publication of JPS6023378B2 publication Critical patent/JPS6023378B2/en
Expired legal-status Critical Current

Links

Description

【発明の詳細な説明】 本発明は情報処理装置に関し、詳しくは、複数の命令を
オーバラップさせて処理する情報処理装置において、比
較結果により分岐成立、不成立を行なわしめる分岐命令
の高速化処理に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an information processing device, and more particularly, to an information processing device that processes a plurality of instructions in an overlapping manner, and relates to speed-up processing of branch instructions in which a branch is taken or not taken depending on a comparison result. It is something.

第1図は情報処理装置の概略構成を示したもので、図中
、1は命令を解読する命令ユニット(1ユニット)、2
はストレージを含む記憶制御ユニット(SCユニット)
、3は命令で指定されたオペランドに対して演算を実行
する演算ユニット(Eユニット)である。
FIG. 1 shows a schematic configuration of an information processing device, in which 1 is an instruction unit (1 unit) that decodes instructions;
is a storage control unit (SC unit) including storage
, 3 is an arithmetic unit (E unit) that executes arithmetic operations on operands specified by instructions.

1ユニット1は命令をストレージから読出すと、命令の
実行に必要なデータ及び制御情報をEユニット3に送出
する。
When unit 1 reads an instruction from storage, it sends data and control information necessary for executing the instruction to E unit 3.

もし命令が分岐命令の場合、或いは命令の実行に必要な
オペランドがストレージ・オペランドの場合、1ユニッ
ト1はSCユニット2にリクエストを発行し、前者の場
合は分岐先命令群を1ユニット1に、また後者の場合は
必要なデータをEユニット3に送出せしめる。Eユニッ
ト3は1ユニット1或いはSCユニット2から命令の実
行に必要なデータ、制御情報を受けとると、命令で指定
された演算を実行し、演算結果を所与のレジスタ或いは
ストレージに格納して命令を終結する。周知の如く、命
令を実行にあたって1ユニット1及びSCユニット2の
動作時間の方がEユニット3の動作時間に比して長い。
If the instruction is a branch instruction, or if the operand required to execute the instruction is a storage operand, 1 unit 1 issues a request to SC unit 2, and in the former case, the branch destination instructions are sent to 1 unit 1, In the latter case, necessary data is sent to the E unit 3. When the E unit 3 receives data and control information necessary for executing an instruction from the 1 unit 1 or the SC unit 2, it executes the operation specified by the instruction, stores the operation result in a given register or storage, and executes the instruction. Terminate. As is well known, the operating time of unit 1 and SC unit 2 is longer than the operating time of E unit 3 when executing an instruction.

これはストレージ・オペランドのアクセス・タイムが演
算速度より長いことによる。従って、高速な処理装置で
は複数の命令をオーバラップさせて処理する所謂パイプ
ライン制御を実施することにより、処理性能の向上を図
っている。第2図はストレージ・リクエストが演算時間
の3倍の時間を要するとして、分岐命令以外の一般の命
令がパイプライン制御により連続した場合を表わしたタ
イム・チャートである。
This is because the access time for storage operands is longer than the calculation speed. Therefore, in high-speed processing devices, processing performance is improved by implementing so-called pipeline control in which multiple instructions are processed in an overlapping manner. FIG. 2 is a time chart showing a case in which general instructions other than branch instructions are consecutively executed under pipeline control, assuming that a storage request requires three times the calculation time.

第2図において、横軸は装置のマシン・サイクルを示し
、縦軸は装置内の各ユニットの処理の持ち時間を示す。
こ)で、Dは命令のデコードを含むアドレス修飾処理、
Aはアドレス変換処理、Lはバッファストレージあるい
はメインストレージ読み出し処理、Eは命令実行処理の
各時間である。パイプライン制御により、命令aは第1
サイクルでSCユニット2にストレージ・オペランドの
読み出しリクエストを出し、第3サイクルの終了時点に
Eユニット3にデータが転送され、第4サイクルで演算
が実行される。同様に、命令bは第2サイクル〜第4サ
イクルでストレージ・オペランドが読み出され、第5サ
イクルで演算が行なわれる。なお、オペランドとしてス
トレージ・データ以外に汎用レジスタ(GR)等のデー
タを必要とする命令もあり、これらは一般にストレージ
・データよりも早く読み出すことができるが、一般のパ
イプライン制御のもとでは、これらのデータもストレー
ジ・データと同じ時間帯にEユニット3に送出するよう
に制御される。今、この様な情報処理装置において、下
記に示す分岐命令の処理を考えてみる。
In FIG. 2, the horizontal axis shows the machine cycle of the device, and the vertical axis shows the processing time of each unit in the device.
In this), D is address modification processing including instruction decoding,
A is the time for address conversion processing, L is the time for buffer storage or main storage read processing, and E is each time for instruction execution processing. Due to pipeline control, instruction a is the first
A storage operand read request is issued to the SC unit 2 in each cycle, the data is transferred to the E unit 3 at the end of the third cycle, and an operation is executed in the fourth cycle. Similarly, the storage operand of instruction b is read in the second to fourth cycles, and the operation is performed in the fifth cycle. Note that there are also instructions that require data such as general-purpose registers (GR) in addition to storage data as operands, and these can generally be read faster than storage data, but under general pipeline control, These data are also controlled to be sent to the E unit 3 during the same time period as the storage data. Now, let us consider the following branch instruction processing in such an information processing device.

この分岐命令の命令形式は第3図の如くであり、R,フ
ィールドで示されるGRの内容とR3フィールドで示さ
れるGRの内容とを加算し、その加算結果をR,フィー
ルドで示されるGRに格納する。そして、その加算結果
はR3が偶数番号のGRを示している時はR3十1で示
されるGRの内容と比較し、またR3が奇数番号のGR
を示している時はR3で示されるGRの内容と比較し、
加算結果の方が小さいか或いは等しければ第2オペラン
ド・アドレス(&フィールドで指定されるGRの内容と
○2フィールドの内容とを加えて得られるアドレス)に
分岐する。加算結果の方が大きい時は分岐が行なわれず
、該分岐命令の次の命令が実行される。また、上記とは
逆に、加算結果の方が大きい時に分岐が行なわれ、加算
結果の方が小さいか或いは等しい時は分岐が行なわれな
い分岐命令もある。いづれの分岐命令も制御としてはほ
ゞ同じであるので、こ)では前者について記述する。第
3図の分岐命令は主に次の様に使用される。
The instruction format of this branch instruction is as shown in Figure 3, which adds the contents of GR indicated by the R field and the contents of the GR indicated by the R3 field, and adds the result to the GR indicated by the R field. Store. Then, the addition result is compared with the contents of the GR indicated by R3-1 when R3 indicates an even numbered GR, and when R3 indicates an odd numbered GR.
When it shows, compare it with the content of GR shown by R3,
If the addition result is smaller or equal, the process branches to the second operand address (the address obtained by adding the contents of GR specified by the & field and the contents of the ○2 field). When the addition result is larger, no branch is taken and the instruction following the branch instruction is executed. Further, contrary to the above, there is also a branch instruction in which a branch is executed when the addition result is larger, but not when the addition result is smaller or equal. Since both branch instructions have almost the same control, the former will be described in this section. The branch instruction shown in FIG. 3 is mainly used as follows.

今、ストレージ・アドレスS以降に命令群a,b,c,
d,……×,y,z,……が格納され、xが上記分岐命
令であるとする。ストレージ・アドレスS+3以降の命
令d〜xの命令群を初期値mから増分iにより最終値n
になるまで繰り返し実行させたい時、命令xの分岐先ア
ドレスをS+3とし、命令a〜cの演算により命令xの
R,フィールドで指定されるOR(これをORIとする
)に初期値m、R3フィールドで指定される偶数番号の
GR(これをGR2とする)に増分i、R3十1で指定
されるGR(これをGR3とする)に最終値nを格納す
る。これにより、命令d以降が実行され、命令xではG
RIの内容とOR2の内容とを加算し、その結果(n+
i)をGRIに格納する。この加算結果がGR3の内容
(n)より小さいか等しければ、命令xの第2オペラン
ド・アドレスS+3に分岐し、命令d以降が再び実行さ
れる。この結果、分岐命令xによりアドレスS+3{(
n−m)/i}回分岐し、命令d〜xが{(n−m)/
i}十1回実行される。分岐命令xが{(n−m)/i
}十1回目に実行されると、GR1の内容は(n+i)
となり、分岐が行なわれず、命令xの次の命令y、z・
・・・・・が実行される。次に第4図及び第5図に従っ
て上記分岐命令の従来の制御方式を説明する。第4図は
該分岐命令の制御に必要な部分のブロック図、第5図は
その動作を説明するためのタイム・チャートである。第
5図のaは分岐成立の場合、bは不成立の場合で、xは
分岐命令、a,b,c,dは分岐先命令群、yは命令x
の次の命令を示している。第4図において、101はス
トレージで命令及びオペランド・データが格納されてい
る。
Now, after storage address S, instruction groups a, b, c,
Assume that d, . . . ×, y, z, . . . are stored, and x is the branch instruction. The instruction group of instructions d to x after storage address S+3 is changed from the initial value m to the final value n by increment i.
When you want to repeatedly execute until , set the branch destination address of instruction x to S+3, and set the initial value m, R3 to the OR specified by the R field of instruction The increment i is stored in the even-numbered GR specified by the field (this is called GR2), and the final value n is stored in the GR specified by R31 (this is called GR3). As a result, the instruction d and subsequent instructions are executed, and in the instruction x, G
Add the content of RI and the content of OR2, and the result is (n+
i) is stored in GRI. If the result of this addition is less than or equal to the content (n) of GR3, a branch is made to the second operand address S+3 of instruction x, and instructions d and subsequent instructions are executed again. As a result, address S+3{(
Branches are performed {(n-m)/i} times, and instructions d to x are branched {(n-m)/i} times.
i} Executed eleven times. Branch instruction x is {(n-m)/i
}When executed for the eleventh time, the contents of GR1 are (n+i)
Therefore, no branch is taken and the next instructions y, z・
...is executed. Next, a conventional control system for the above-mentioned branch instruction will be explained with reference to FIGS. 4 and 5. FIG. 4 is a block diagram of the part necessary for controlling the branch instruction, and FIG. 5 is a time chart for explaining the operation. In Figure 5, a indicates the branch taken, b indicates the branch is not taken, x is the branch instruction, a, b, c, d are the branch target instruction group, and y is the instruction x.
shows the next instruction. In FIG. 4, a storage 101 stores instructions and operand data.

ストレージ101から読み出された命令は線201を通
して命令バッファ・レジスタ102又は103に格納さ
れる。命令バッファ・レジスタ102及び103は複数
の命令を格納し、それぞれは現在実行中の命令群又は分
岐命令による分岐先命令群を格納する。初期状態におい
ては現在実行中の命令群は命令バッファ・レジスター0
2に格納され、その命令群中に分岐命令があると、分岐
先命令群が命令バッファ・レジスタ103に格納される
。そして、分岐命令の分岐が成立すると、今度は命令バ
ッファ・レジスター03に格納されている命令群が実行
中命令群となり、その中に分岐命令があると、その分岐
先命令群は命令バッファ・レジスタ102に格納される
。命令バッファ・レジスタ102又は103からそれぞ
れ線202又は203上に1つの命令が切り出されると
(切り出し制御に必要な構成は図に示されていない)、
フリッブ・フロップ104の値により線202,203
のいずれかがセレクト・ゲート106で選択されて命令
レジスター07に格納される。即ち、フリップ・フロッ
プ104の出力線204が“0”のときは線202の命
令が選択され、線204が“1”のときは線203の命
令が選択されて命令レジスタ107に格納される。フリ
ツプ・フロップ104は初期状態で“0”にされる。今
、フリップ・フロツプ104は“0”で、第3図の形式
の分岐命令xが命令バッファ・レジスター02から切り
出されたとする。
Instructions read from storage 101 are stored in instruction buffer register 102 or 103 through line 201. Instruction buffer registers 102 and 103 store a plurality of instructions, each storing a group of instructions currently being executed or a group of instructions to be branched to by a branch instruction. In the initial state, the currently executing instructions are in instruction buffer register 0.
If there is a branch instruction in the instruction group, the branch destination instruction group is stored in the instruction buffer register 103. Then, when the branch of the branch instruction is established, the instruction group stored in instruction buffer register 03 becomes the instruction group being executed, and if there is a branch instruction among them, the branch destination instruction group is stored in the instruction buffer register 03. 102. When one instruction is extracted from the instruction buffer register 102 or 103 on line 202 or 203, respectively (the configuration required for extraction control is not shown in the figure),
Lines 202, 203 depending on the value of flip-flop 104
One of them is selected by the select gate 106 and stored in the instruction register 07. That is, when the output line 204 of the flip-flop 104 is "0", the instruction on the line 202 is selected, and when the line 204 is "1", the instruction on the line 203 is selected and stored in the instruction register 107. Flip-flop 104 is initially set to "0". Assume now that the flip-flop 104 is "0" and a branch instruction x in the format shown in FIG. 3 is extracted from the instruction buffer register 02.

命令が命令レジスタ107に格納されると、命令コード
部は線205を通して命令解読器108に入力される。
命令解読器108は命令レジスター07に格納された命
令が分岐命令であると、線210、反転回路105を通
してフリツプ・フロツプ104の値を反転する。即ち、
“0”であれば“1”に、“1”であれば“0”にセッ
トする。つまり、前に説明した如く、該分岐命令刈ま主
にある命令群を複数回繰り返して実行させる為に使用さ
れるため、分岐が成立することの方が多い。従って、予
じめ分岐成立を予測し、フリップ・フロップ104の値
を反転(今の場合は“1”)しておくことにより、第5
図に示す様に、分岐先命令aがストレージ101から読
み出され、命令バッファ・レジスタ103に格納される
と直ちに、該分岐先命令バッファ・レジスタ103から
切り出されて命令レジスタ107に格納できる様にする
のである。分岐成立を予測する効果については後で述べ
る。命令解読器108は、また分岐先命令の読み出し要
求を線211を通してストレージ制御部10川こ送出す
る。この時、線211にはストレージ101から読み出
した命令を命令バッファ・レジスタ102,103のど
ちらに格納するかの制御情報も送出する。今の場合、分
岐命令xは命令バッファ・レジスタ102から切り出さ
れたので、分岐先命令aは命令バッファ・レジスタ10
3に格納するように線211で指示される。命令レジス
タ107に格納された分岐命令xの&部は線208を通
してセレクト・ゲート113に送られ、汎用レジスタ(
GR)群109の内の線208で指定されるものを選択
する結果、該選択されたGRの内容がアドレス加算器1
14のB入力部に入力される。命令レジスタ107のR
3部は線207を通してセレクト・ゲート1 12に送
られるが、該分岐命令xの場合、セレクト・ゲート11
2の出力は“0”にされ、アドレス加算器114の×入
力部は“0”が入力される。アドレス加算器114のD
入力部には命令レジスタ107のD2部が入力され、前
記B入力部に入力されたデータとを加え、結果は線21
2を通してストレージ・アドレス・レジスタ115にセ
ットされ、分岐先命令の読み出しアドレスとなる。命令
レジス夕107のR,部及びR3部はそれぞれ線206
,207を通して命令保存部116及び117に送られ
る。命令レジスタ107に分岐命令が格納されてから以
降の上記動作は第5図の第1サイクルのDの時間帯で行
なわれる。
Once the instruction is stored in instruction register 107, the instruction code portion is input to instruction decoder 108 through line 205.
If the instruction stored in the instruction register 07 is a branch instruction, the instruction decoder 108 inverts the value of the flip-flop 104 through a line 210 and an inversion circuit 105. That is,
If it is "0", it is set to "1", and if it is "1", it is set to "0". In other words, as explained earlier, the branch instruction is mainly used to repeatedly execute a certain group of instructions multiple times, so the branch is more likely to be taken. Therefore, by predicting in advance that the branch will be taken and inverting the value of the flip-flop 104 (in this case, "1"), the fifth
As shown in the figure, as soon as the branch destination instruction a is read from the storage 101 and stored in the instruction buffer register 103, it is extracted from the branch destination instruction buffer register 103 and stored in the instruction register 107. That's what I do. The effect of predicting branch establishment will be discussed later. The instruction decoder 108 also sends a read request for the branch destination instruction to the storage control unit 10 through the line 211. At this time, control information indicating which of the instruction buffer registers 102 and 103 the instruction read from the storage 101 is to be stored is also sent to the line 211. In this case, branch instruction x is extracted from instruction buffer register 102, so branch destination instruction a is extracted from instruction buffer register 102.
3 is indicated by line 211. The & part of the branch instruction
As a result of selecting the one specified by the line 208 from the GR) group 109, the contents of the selected GR are added to the address adder 1.
It is input to the B input section of No. 14. R of instruction register 107
The third part is sent to select gate 112 through line 207, but for branch instruction x, select gate 11
The output of address adder 114 is set to "0", and "0" is input to the x input section of address adder 114. D of address adder 114
The D2 part of the instruction register 107 is input to the input part, and the data input to the B input part is added, and the result is shown on the line 21.
2 to the storage address register 115, and becomes the read address of the branch destination instruction. The R, part and R3 part of the instruction register 107 are respectively connected to the line 206.
, 207 to the instruction storage units 116 and 117. The above operations after the branch instruction is stored in the instruction register 107 are performed in the time period D of the first cycle in FIG.

分岐先命令の読み出し要求を受け取ったストレージ制御
部10川まストレージ101に読み出し起動を行なう。
When the storage control unit 10 receives the request to read the branch destination instruction, it starts reading the storage 101 .

これにより、ストレージ・アドレス・レジスター15で
指定されるアドレスから分岐先命令aが読み出され、線
201、命令バッファ・レジスタ103、セレクト・ゲ
ート106を通して第5図の第4サイクルのDの時間帯
の開始時点に該分岐先命令aが命令レジスタ107に格
納される。一方、命令保存部116及び117は第5図
の第3サイクルのLの時間帯の開始時点に該分岐命令x
のR,及びR3の内容をGR読み出しレジスター19及
び12川こセットし、GR群109の中からGR読み出
しレジスター19及び120で示されるGRをそれぞれ
セレクト・ゲート110及び111で選択して、そのデ
ータを線213及び214に出力する。
As a result, the branch destination instruction a is read from the address specified by the storage address register 15, and is read out through the line 201, the instruction buffer register 103, and the select gate 106 in the time period D of the fourth cycle in FIG. The branch destination instruction a is stored in the instruction register 107 at the start point of the branch destination instruction a. On the other hand, the instruction storage units 116 and 117 store the branch instruction x at the start of the time period L of the third cycle in FIG.
The contents of R and R3 are set to GR read registers 19 and 12, and the GRs indicated by GR read registers 19 and 120 are selected from the GR group 109 by select gates 110 and 111, and the data is read. is output on lines 213 and 214.

線213及び214のデータは第5図の第4サイクルの
Eの時間帯の開始点に演算(E’ユニットの演算入力レ
ジスタ302及び303に格納される。Eユニットは第
5図の第4サイクルに演算入力レジスタ302と303
との内容を演算器304により加算してその結果を演算
出力レジスタ305に格納する。また命令保存部117
に格納された該分岐命令xのR3部は第5図の第3サイ
クルのLの時間帯の開始時点にEユニットのレジスタ3
07にセットされる。そしてレジスタ307にセットさ
れた内容が偶数の時は“1”を、奇数の時は“0”をセ
レクト・ゲート308により選択して、レジスタ307
の内容を加算器309により加算してレジスタ310に
セットし、線215を通して1ユニットに送られる。1
ユニットは線215の内容を第5図の第4サイクルのE
の時間帯の開始時点にセレクト・ゲート118を通して
GR読み出しレジスタ119にセットし、GR群109
の中からGR読み出しレジスター 19で示されるGR
をセレクト・ゲート110で選択して、第5図の第5サ
イクルのEの時間帯の開始時点に演算入力レジスタ30
2にセットする。
The data on lines 213 and 214 are stored in the operation input registers 302 and 303 of the E' unit at the start of the time period E of the fourth cycle in FIG. calculation input registers 302 and 303
The arithmetic unit 304 adds the contents of and stores the result in the arithmetic output register 305. Also, the instruction storage section 117
The R3 part of the branch instruction x stored in
It is set to 07. When the content set in the register 307 is an even number, "1" is selected by the select gate 308, and when the content is odd, "0" is selected by the select gate 308, and the register 307 is
The contents of are added by an adder 309, set in a register 310, and sent to one unit through a line 215. 1
The unit converts the contents of line 215 to E in the fourth cycle of FIG.
is set in the GR read register 119 through the select gate 118 at the start of the time period, and the GR group 109
GR read register from among GR indicated by 19
is selected by the select gate 110, and the arithmetic input register 30 is selected at the start of the time period E of the fifth cycle in FIG.
Set to 2.

もう一方の演算入力レジスタ303には第5図の第4サ
イクルで演算された結果(即ち、該分岐命令xのR,部
で示されるGRの内容とR3部で示されるGRの内容と
を加算した結果)が格納される演算出力レジスタ305
の内容がセレクト・ゲート301で選択されてセットさ
れる。そして、第5図の第5サイクルで演算入力レジス
夕302と303との大小比較(即ち、減算)が演算器
304で行なわれる。その結果は演算出力レジスタ30
5にセットされ、第6サイクルのEの時間帯に線216
を通して分岐判定回路306に与えられる。分岐判定回
路306は演算出力レジスタ305の内容が正の値(0
を含む)が負の値かにより該分岐命令xの分岐成立、不
成立を判定し、分岐不成立時、その出力線217を有効
とする。今、分岐命令xのR,及びR3で示すGRの内
容をそれぞれ加えた結果がR3(R3部の内容が奇数の
とき)、又はR3十1(R3部の内容が偶数のとき)で
示されるGRの内容よりも小さいか等しい時に分岐を行
なう分岐命令の場合、上記演算出力レジスタ305の内
容が正の値(0を含む)のとき分岐が成立する。
The other arithmetic input register 303 contains the result of the arithmetic operation in the fourth cycle of FIG. calculation output register 305 where the result) is stored.
The contents of are selected and set by the select gate 301. Then, in the fifth cycle of FIG. 5, the arithmetic input registers 302 and 303 are compared in magnitude (ie, subtracted) by the arithmetic unit 304. The result is the calculation output register 30
5, and the line 216 is set to E in the sixth cycle.
The signal is applied to the branch determination circuit 306 through the branch determination circuit 306. The branch judgment circuit 306 determines that the content of the calculation output register 305 is a positive value (0
It is determined whether the branch of the branch instruction x is taken or not depending on whether the value (including . Now, the result of adding R of branch instruction x and the contents of GR indicated by R3 is shown as R3 (when the contents of R3 part is an odd number) or R311 (when the contents of R3 part is an even number) In the case of a branch instruction that branches when the content of GR is less than or equal to the content of GR, the branch is established when the content of the arithmetic output register 305 is a positive value (including 0).

これは予じめ分岐成立を予測していたこと)一致するた
め、分岐判定回路306の出力線217を有効とせず、
以後、第5図aに示す如く分岐先命令a,b,・・・・
・・が処理される。一方、演算出力レジスタ305の内
容が負の値のときは分岐が成立せず、予測と相反するた
め、第6サイクルのEの時間帯の開始時点に分岐判定回
路306の出力線217を有効とし、反転回路105を
通してフリップ・フロップ104を反転し、元の状態に
戻す(今の場合“0”にする)。そして、分岐命令xに
引続く命令yが命令バッファ・レジスタ102から切り
出され、セレクト・ゲート106を通して命令レジスタ
107に第5図bの第8サイクルのDの開始時点に格納
される。また、第4図には図示されていないが、分岐先
命令a〜dは第5図bに示す如く、第7サイクルの時間
帯でそれぞれ無効化される。以上は分岐命令の分岐が成
立すると予測した場合についての説明であるが、分岐不
成立を予測した場合について少し説明を行なっておく、
第6図は分岐不成立を予測して処理した場合のタイム・
チャートであり、aは分岐成立時、bは分岐不成立時の
ものである。
This means that the branch was predicted to take place in advance), so the output line 217 of the branch determination circuit 306 is not enabled, and
Thereafter, as shown in FIG. 5a, branch destination instructions a, b, . . .
... is processed. On the other hand, if the content of the calculation output register 305 is a negative value, the branch will not be taken, which contradicts the prediction. , the flip-flop 104 is inverted through the inverting circuit 105 and returned to its original state (in this case, it is set to "0"). Then, the instruction y following the branch instruction x is extracted from the instruction buffer register 102 and stored in the instruction register 107 through the select gate 106 at the start point D of the eighth cycle in FIG. 5b. Although not shown in FIG. 4, the branch destination instructions a to d are invalidated in the seventh cycle, as shown in FIG. 5b. The above is an explanation of the case where a branch of a branch instruction is predicted to be taken, but let me briefly explain the case where a branch is predicted not to be taken.
Figure 6 shows the time and processing time when branch failure is predicted and processed.
This is a chart in which a is a chart when a branch is taken, and b is a chart when a branch is not taken.

第5図と比較すれば明らかなように、bの分岐不成立時
は、第6図の分岐不成立予測の場合の方が分岐命令xの
次の処理される命令yは4サイクル早く実行できる。し
かし、aの分岐成立時は、分岐命令xの次に処理される
命令aは第6図の分岐不成立予測の場合の方が4サイク
ル遅い。該分岐命令は前述した如く分岐が成立すること
の方が多いため、分岐成立時の処理速度が早い分岐成立
を予測した方式が一般に採用されている。ところで、第
3図の形式の分岐命令を処理する場合において、従釆は
第5図に示したごとく、命令のR,部で指定される汎用
レジスタの内容とR3部で指定される汎用レジスタの内
容とをEの時間帯の第1サイクルで加算し、その結果と
R3またはR3十1の汎用レジスタの内容とをEの第2
サイクルで比較して、その結果によりEの第3サイクル
で分岐の判定を行なっていた。
As is clear from a comparison with FIG. 5, when branch b is not taken, the instruction y to be processed next to the branch instruction x can be executed four cycles earlier in the case of the branch failure prediction shown in FIG. However, when branch a is taken, instruction a, which is processed next to branch instruction x, is 4 cycles later than in the branch failure prediction shown in FIG. As described above, the branch instruction is more likely to result in a branch being taken, so a method that predicts the branch taking is generally adopted, which increases the processing speed when the branch is taken. By the way, when processing a branch instruction in the format shown in Figure 3, the follower is the contents of the general-purpose register specified by the R, part of the instruction and the general-purpose register specified by the R3 part, as shown in Figure 5. The contents are added in the first cycle of the time period of E, and the result and the contents of the general-purpose register of R3 or R31 are added to the contents of the general-purpose register of E in the second
Comparisons were made between cycles, and branching was determined in the third cycle of E based on the results.

すなわち、該分岐命令の処理において分岐判定に必要な
演算を全て演算曲ユニットで行なっていた。このため、
分岐の成立・不成立の判定が遅くなり、分岐の予測が失
敗した時の処理速度が遅いという欠点があつた。この発
明の目的とするところは、上記の如き従来の欠点を除去
するものであり、分岐成立時の処理速度を低下させずに
、分岐不成立時の処理速度を向上させる効果を有する情
報処理装置を提供することにある。
That is, in processing the branch instruction, all operations necessary for branch determination are performed in the calculation unit. For this reason,
It has the disadvantage that it is slow to determine whether a branch is taken or not, and the processing speed when branch prediction fails is slow. An object of the present invention is to eliminate the above-mentioned conventional drawbacks, and to provide an information processing apparatus that has the effect of improving the processing speed when a branch is not taken without reducing the processing speed when the branch is taken. It is about providing.

しかして、この発明の特徴とするところは、分岐命令の
R,部を格納するレジスタを持ち、Dの時間帯を2マシ
ンサイクルとして、データを演算ユニットに転送すると
同時にそのデータを比較することにより、該分岐命令の
分岐不成立時の処理速度を向上させるものである。
Therefore, the feature of this invention is that it has a register that stores the R part of the branch instruction, sets the time period D as two machine cycles, and compares the data at the same time as transferring the data to the arithmetic unit. , which improves the processing speed when the branch instruction is not taken.

以下、本発明の一実施例につき図面を用いて詳細に説明
する。第7図は本発明の−実施例のブロック図であり、
第8図はその動作を説明するためのタイム・チャートで
ある。第8図のaは分岐成立時、bは分岐不成立時のも
のである。第7図の構成は第4図とほとんど同じである
ので、第4図と異なる部分についてのみ説明する。
Hereinafter, one embodiment of the present invention will be described in detail using the drawings. FIG. 7 is a block diagram of an embodiment of the present invention;
FIG. 8 is a time chart for explaining the operation. In FIG. 8, a shows the state when the branch is taken, and b shows the state when the branch is not taken. Since the configuration of FIG. 7 is almost the same as that of FIG. 4, only the parts that are different from FIG. 4 will be explained.

第7図において、本発明により追加されたのはR,レジ
スター29と比較回路130である。R,レジスター2
9の入力は命令レジスター07のR.部が接続され、そ
の出力は命令レジスター07のB2に接続される。比較
回路130の入力にはセレクト・ゲート110及び11
1の出力線213及び214が接続され、その出力は分
岐判定回路131に接続される。分岐判定回路131の
動作は第4図の分岐判定回路306の動作と同じである
が、第4図の分岐判定回路306はEュニツトにあるの
に対して、第7図の分岐判定回路131は1ユニットに
ある。第7図のセレクト・ゲート121、加算器122
、アドレス・レジス夕123、アドレス・スタツク・レ
ジスタ124〜126、セレクト・ゲート127、セッ
ト・アップ・アドレス・レジスター28及び線218は
第4図では図示されていなかったが、これは従来の該分
岐命令の動作には関係がなかった)めであり、これらは
他の命令の処理に必要であり、本発明により特に追加さ
れたものではない。また第4図の命令保存部116、セ
レクト・ゲート118、GR読み出しレジスタ120及
びEユニットの301〜305,307〜31川ま本発
明の動作には特に関係がないので第7図では図示しない
。今、フリップ・フロツプ104は“0”とする。
In FIG. 7, R, register 29, and comparison circuit 130 are added according to the present invention. R, register 2
9 input is R.9 of instruction register 07. The output is connected to B2 of the instruction register 07. Select gates 110 and 11 are connected to the input of the comparison circuit 130.
1 output lines 213 and 214 are connected, and the output thereof is connected to a branch determination circuit 131. The operation of the branch determination circuit 131 is the same as that of the branch determination circuit 306 in FIG. 4, but the branch determination circuit 306 in FIG. 4 is located in the E unit, whereas the branch determination circuit 131 in FIG. Located in 1 unit. Select gate 121 and adder 122 in FIG.
, address register 123, address stack registers 124-126, select gate 127, setup address register 28 and line 218 are not shown in FIG. These are not related to the operation of the instruction), are necessary for processing other instructions, and are not particularly added by the present invention. The instruction storage unit 116, select gate 118, GR read register 120, and E unit 301-305, 307-31 shown in FIG. 4 are not shown in FIG. 7 because they are not particularly related to the operation of the present invention. Now, assume that the flip-flop 104 is "0".

第8図の第1サイクルのDの開始時点に分岐命令xが命
令バッファ・レジス夕102から切り出され、命令レジ
スタ107に格納されると、その命令コ−ド部は命令解
読器108に入力される。命令解読器108は従来と同
様、分岐先命令の読出し要求を線211を通してストレ
ージ制御部10川こ送出する。また、該線211には分
岐先命令を命令バッファ・レジスタ102,103のい
ずれに格納するかという制御情報も送出する。分岐先ア
ドレスは命令レジスタ107のB2部とD2部とにより
アドレス加算器1 14で計算され、ストレージ・アド
レス・レジスタ115に転送される。命令レジスター0
7のR,部はR,レジスタ129に格納される。以上の
動作は第8図の第1サイクルのDの時間帯で行なわれる
。次に、R,レジスター29の内容は第2サイクルの開
始時点に命令レジスター07のB部にセットされ、これ
により汎用レジスタ群109の内の1つをセレクト・ゲ
ート113で選択する。また命令レジスター07のR2
部により汎用レジスタ群109の内の1つをセレクト・
ゲ−ト112で選択する。セレクト・ゲート112及び
113で選択された汎用レジスタの内容はそれぞれアド
レス加算器の×入力部及びB入力部に入力される。アド
レス加算器114の○入力部には“0”が入力される。
これにより該分岐命令のR,部で示される汎用レジスタ
の内容とR3部で示される汎用レジスタの内容とがアド
レス加算器114を用いて加算され、その結果はアドレ
ス・レジスター23にセットされる。アドレス・レジス
タ123にセットされた内容は第3サイクルのAの時間
帯にアドレス・スタツク・レジスタ124〜126の内
の1つに格納される。第7図ではアドレス・スタックと
して3つ記されているが、これはパイプライン制御方式
において処理を円滑にするためで、必ずしも3つである
必要はない。命令解読器108は第2サイクルのDの終
了時点に出力線210、反転回路105を通してフリッ
プ・フロップ104を反転し、“1”にセットする。
When the branch instruction x is extracted from the instruction buffer register 102 and stored in the instruction register 107 at the start point D of the first cycle in FIG. Ru. The instruction decoder 108 sends a read request for the branch destination instruction to the storage control unit 10 through the line 211, as in the conventional case. Control information indicating which of the instruction buffer registers 102 and 103 the branch destination instruction is to be stored in is also sent to the line 211. The branch destination address is calculated by the address adder 114 using the B2 part and D2 part of the instruction register 107, and is transferred to the storage address register 115. instruction register 0
The R section of 7 is stored in the R register 129. The above operation is performed in the time period D of the first cycle in FIG. Next, the contents of the R register 29 are set in the B section of the instruction register 07 at the start of the second cycle, thereby causing the select gate 113 to select one of the general purpose registers 109. Also, R2 of instruction register 07
Select one of the general-purpose register group 109 by the section.
The selection is made at gate 112. The contents of the general-purpose registers selected by select gates 112 and 113 are input to the x and B inputs of the address adder, respectively. “0” is input to the ◯ input section of the address adder 114.
As a result, the contents of the general-purpose register indicated by the R, section of the branch instruction and the contents of the general-purpose register indicated by the R3 section are added using the address adder 114, and the result is set in the address register 23. The contents set in address register 123 are stored in one of address stack registers 124-126 during time period A of the third cycle. Although three address stacks are shown in FIG. 7, this is to facilitate processing in the pipeline control system, and the number does not necessarily have to be three. At the end of D of the second cycle, the instruction decoder 108 inverts the flip-flop 104 through the output line 210 and the inversion circuit 105, and sets it to "1".

また第2サイクルの○の時間帯には命令レジスター07
のR3部が命令保存部117に送られる。そして第3サ
イクルのAの時間帯にそのR3部が加算器122に入力
され、加算器122のもう一方の入力にはR3の値が偶
数の時は“1”を、奇数の時は“0”をセレクタ・ゲー
ト121で選ばれて入力される。その結果は第4サイク
ルのLの開始時点にGR議出しレジスタ119にセット
される。またこの時、アドレス・スタック・レジスタ1
24〜126の内の一つに格納された上記内容がセレク
ト・ゲート127により選ばれセット・アップ・アドレ
ス・レジスタ128にセットされる。そして第4サイク
ルのLの時間帯にGR議出しレジスター19で示される
汎用レジスタの内容がセレクト・ゲート110により選
択されて線213上に出力する。またセット・アップ・
アドレス・レジスター28の内容が線218、セレクト
・ゲート111を通して線214上に出力する。そして
線213及び線214上のデータは第4サイクルのLの
終了時点にEユニットに転送される。この時、線213
及び線214上のデータは比較回路130のそれぞれの
入力に接続され、両者のデータの大小比較を行ない、そ
の結果は分岐判定回路131に与えられる。分岐判定回
路131は比較回路130の出力により該分岐命令の分
岐成立・不成立を判定し、分岐不成立時、その出力線2
17を第5サイクルの開始時点に有効とする。分岐成立
時、即ち予測が正しかった時は分岐判定回路131の出
力線217を有効とせず、第8図aに示す如く分岐先命
令a,b,・・・・・・が処理される。分岐不成立時、
即ち予測失敗の時は第8図bに示す如く第5サイクルの
開始時点に分岐判定回路131の出力線217を有効と
し、反転回路105を通してフリップ・フロップ104
を反転して元の状態“0”に戻す。そして分岐命令xに
引続く命令yが命令バッファ・レジスタ102から切り
出され、命令レジスター07に第8図bの第7サイクル
のDの開始時点に格納される。また、分岐先命令a〜c
は第6サイクルの時間帯でそれぞれ無効化される。以上
説明した如く、本発明は分岐命令のR,部で示されるG
Rの内容とR3部で示されるGRの内容との加算をアド
レス加算器で行ない、その加算結果とR3又はR3十1
のGRの内容とをEユニットに送出すると同時にこれら
を比較することにより分岐成立、不成立を判定させるも
のであるから、従釆の上記加算及び比較を全てEユニッ
トで行ない分岐成立、不成立を判定させる場合に比べ、
分岐判定を1サイクル早く行なうことができ、従って分
岐不成立時の処理速度の向上をもたらすことが出来る効
果を有するものである。
Also, during the time period marked with ○ in the second cycle, the instruction register 07
The R3 part is sent to the instruction storage unit 117. Then, in the time period A of the third cycle, the R3 part is input to the adder 122, and the other input of the adder 122 is set to "1" when the value of R3 is an even number, and "0" when it is an odd number. ” is selected by the selector gate 121 and input. The result is set in the GR issue register 119 at the start of L of the fourth cycle. Also at this time, address stack register 1
The above contents stored in one of the addresses 24 to 126 are selected by the select gate 127 and set in the setup address register 128. Then, in the time period L of the fourth cycle, the contents of the general-purpose register indicated by the GR input register 19 are selected by the select gate 110 and output on the line 213. Also, set up
The contents of address register 28 are output on line 214 through line 218 and select gate 111. The data on lines 213 and 214 are then transferred to the E unit at the end of L of the fourth cycle. At this time, line 213
The data on the lines 214 and 214 are connected to respective inputs of the comparison circuit 130, and the magnitudes of both data are compared, and the result is given to the branch determination circuit 131. The branch determination circuit 131 determines whether the branch of the branch instruction is established or not based on the output of the comparison circuit 130, and when the branch is not established, the output line 2
17 is valid at the start of the fifth cycle. When the branch is taken, that is, when the prediction is correct, the output line 217 of the branch determination circuit 131 is not made valid, and the branch destination instructions a, b, . . . are processed as shown in FIG. 8a. When the branch fails,
That is, when prediction fails, the output line 217 of the branch judgment circuit 131 is enabled at the start of the fifth cycle as shown in FIG.
is reversed and returned to its original state "0". Then, the instruction y following the branch instruction x is extracted from the instruction buffer register 102 and stored in the instruction register 07 at the start point D of the seventh cycle in FIG. 8b. Also, branch destination instructions a to c
are respectively invalidated during the sixth cycle. As explained above, the present invention is based on the G
The content of R and the content of GR indicated in the R3 section are added by an address adder, and the addition result is added to R3 or R31.
Since the content of the GR in the subroutine is sent to the E unit and simultaneously compared, it is determined whether the branch is taken or not. Therefore, all the above additions and comparisons of the subordinates are performed in the E unit to determine whether the branch is taken or not. Compared to the case
This has the effect that branch determination can be made one cycle earlier, thereby improving processing speed when a branch is not taken.

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

第1図は情報処理装置の概略構成を示す図、第2図はパ
イプライン制御による一般命令のタイム・チャートを示
す図、第3図は本発明で対象とする分岐命令の命令形式
を示す図、第4図は第3図の分岐命令の従釆の動作を説
明するために必要な部分のブロック図、第5図及び第6
図は第4図の動作を説明するためのタイム・チャートを
示す図、第7図は本発明の一実施例を示す図、第8図は
第7図の動作を説明するためのタイム・チャートを示す
図である。 100・・・・・・ストレージ制御部、101・・・・
・・ストレージ、102,103・・・・・・命令バッ
ファ・レジスタ、104……フリツプ・フロツプ、10
5…・・・反転回路、106,110〜113,121
,127…・・・セレクト・ゲート、107・・・・・
・命令レジスタ、108・・・・・・命令解読器、10
9・・・・・・汎用レジス夕、114・・・・・・アド
レス加算器、115・・・…ストレージ・アドレス・レ
ジスタ、117……命令保存部、119・・・・・・G
F読み出しレジスタ、122・・・・・・加算器、12
3……アドレス・レジスタ、124〜126……アドレ
ス・スタツク・レジスタ、128……セット・アップ・
アドレス・レジスタ、129……R,レジスタ、130
……比較回路、131・・・・・・分岐判定回路。 第1図第2図 第3図 第4図 第5図 第6図 第7図 第8図
FIG. 1 is a diagram showing a schematic configuration of an information processing device, FIG. 2 is a diagram showing a time chart of general instructions under pipeline control, and FIG. 3 is a diagram showing the instruction format of a branch instruction targeted by the present invention. , FIG. 4 is a block diagram of the part necessary to explain the operation of the follower of the branch instruction in FIG. 3, and FIGS.
4 is a diagram showing a time chart for explaining the operation of FIG. 4, FIG. 7 is a diagram showing an embodiment of the present invention, and FIG. 8 is a time chart for explaining the operation of FIG. 7. FIG. 100...Storage control unit, 101...
... Storage, 102, 103 ... Instruction buffer register, 104 ... Flip-flop, 10
5...Inversion circuit, 106, 110 to 113, 121
, 127...Select gate, 107...
・Instruction register, 108...Instruction decoder, 10
9...General-purpose register, 114...Address adder, 115...Storage address register, 117...Instruction storage section, 119...G
F read register, 122... Adder, 12
3...Address register, 124-126...Address stack register, 128...Setup register
Address register, 129...R, register, 130
... Comparison circuit, 131 ... Branch judgment circuit. Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 Figure 6 Figure 7 Figure 8

Claims (1)

【特許請求の範囲】[Claims] 1 記憶装置から読出された複数の命令群をそれぞれ格
納する複数の命令バツフア・レジスタを具備して、その
選択された命令バツフア・レジスタから命令レジスタへ
次々に命令を切り出し、複数の命令をオーバラツプさせ
て処理する情報処理装置において、命令の第1フイール
ドで示される汎用レジスタの内容と第2フイールド(第
1および第2フイールドはいずれも第1オペランド部を
形成している)で示される汎用レジスタの内容とを加算
し、該加算結果と前記第2フイールドの内容で示される
汎用レジスタあるいはその内容+1の番号の汎用レジス
タの内容とを比較し、その結果により第2オペランド・
アドレスに分岐するという分岐命令を処理するため、該
分岐命令の第1フイールドを一時格納するレジスタを設
け、現在実行中の命令群が格納されている命令バツフア
・レジスタ(以下、第1命令バツフア・レジスタという
)から前記命令レジスタへ切り出された命令が前記分岐
命令であることを解読すると、まず第1のサイクルでも
つて、前記分岐命令の第2オペランド・アドレスの分岐
先命令群を記憶装置から読出して前記第1命令バツフア
・レジスタ以外の命令バツフア・レジスタ(以下、第2
命令バツフア・レジスタという)に格納すると共に、該
分岐命令の第1フイールドを前記レジスタへ格納し、次
の第2のサイクルでもつて、前記レジスタの内容を命令
レジスタの第2オペランド・フイールド部に設定して、
該オペランド・フイールド部で示される該当汎用レジス
タの内容と前記第2フイールドで示される該当汎用レジ
スタの内容とを加算し、加算結果をオペランド・アドレ
ス・レジスタに格納し、第3サイクル以降は前記第2命
令バツフア・レジスタの分岐先命令群を有効として、該
分岐先命令群が記憶装置から読出され第2命令バツフア
・レジスタに格納されると該第2命令バツフア・レジス
タから命令レジスタへ次々に命令を切り出して分岐先命
令の処理を行ない、そして、前記オペランド・アドレス
・レジスタに格納された加算結果と分岐命令の第2フイ
ールドの内容で示される汎用レジスタあるいはその内容
+1の番号の汎用レジスタの内容とを演算ユニツトに転
送すると共に、これらの内容を比較して分岐成立・不成
立の判定を行ない、分岐成立の時は前記第2命令バツフ
ア・レジスタの分岐先命令群の処理を引き続き有効とし
、分岐不成立の時は前記第1命令バツフア・レジスタの
命令群を再び有効として処理することを特徴とする情報
処理装置。
1 Equipped with a plurality of instruction buffer registers each storing a plurality of instruction groups read from a storage device, and sequentially cutting out instructions from the selected instruction buffer register to the instruction register to overlap the plurality of instructions. In an information processing device that processes an instruction, the contents of the general-purpose register indicated by the first field of the instruction and the contents of the general-purpose register indicated by the second field (the first and second fields both form the first operand part) are The result of the addition is compared with the general-purpose register indicated by the contents of the second field or the contents of the general-purpose register whose number is +1, and based on the result, the second operand
In order to process a branch instruction that branches to an address, a register is provided to temporarily store the first field of the branch instruction. When it is decoded that the instruction extracted from the instruction register (referred to as a register) is the branch instruction, first, in the first cycle, a group of branch destination instructions at the second operand address of the branch instruction is read from the storage device. instruction buffer registers other than the first instruction buffer register (hereinafter referred to as the second instruction buffer register)
At the same time, the first field of the branch instruction is stored in the register (referred to as an instruction buffer register), and the contents of the register are set in the second operand field of the instruction register in the next second cycle. do,
The contents of the general-purpose register indicated by the operand field section and the contents of the general-purpose register indicated by the second field are added, the addition result is stored in the operand address register, and from the third cycle onward, the contents of the general-purpose register indicated by the second field are added. When the branch destination instructions in the second instruction buffer register are made valid and the branch destination instructions are read from the storage device and stored in the second instruction buffer register, instructions are transferred one after another from the second instruction buffer register to the instruction register. and processes the branch destination instruction, and then extracts the general-purpose register indicated by the addition result stored in the operand address register and the contents of the second field of the branch instruction, or the contents of the general-purpose register whose number is +1. is transferred to the arithmetic unit, and the contents are compared to determine whether the branch is taken or not, and when the branch is taken, the processing of the branch destination instructions in the second instruction buffer register continues to be valid, and the branch is executed. An information processing device characterized in that, when the instruction is not established, the instruction group in the first instruction buffer register is processed by making it valid again.
JP7395880A 1980-06-02 1980-06-02 information processing equipment Expired JPS6023378B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7395880A JPS6023378B2 (en) 1980-06-02 1980-06-02 information processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7395880A JPS6023378B2 (en) 1980-06-02 1980-06-02 information processing equipment

Publications (2)

Publication Number Publication Date
JPS57755A JPS57755A (en) 1982-01-05
JPS6023378B2 true JPS6023378B2 (en) 1985-06-07

Family

ID=13533092

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7395880A Expired JPS6023378B2 (en) 1980-06-02 1980-06-02 information processing equipment

Country Status (1)

Country Link
JP (1) JPS6023378B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60107141A (en) * 1983-11-16 1985-06-12 Fujitsu Ltd Branch control system
JPH0752390B2 (en) * 1985-05-07 1995-06-05 株式会社日立製作所 Instruction processor
JPS62103736A (en) * 1985-10-31 1987-05-14 Fujitsu Ltd Branch control system

Also Published As

Publication number Publication date
JPS57755A (en) 1982-01-05

Similar Documents

Publication Publication Date Title
EP0021399B1 (en) A method and a machine for multiple instruction execution
JPS633337B2 (en)
JPH01177127A (en) Information processor
JPS63317828A (en) Reading control system for microcode
JPH02195429A (en) Information processor
JPS6023378B2 (en) information processing equipment
JPH0290349A (en) Address space controller for virtual memory system
JPH0512751B2 (en)
JP2778610B2 (en) Pipeline operation control method and system
JP2772100B2 (en) Parallel instruction fetch mechanism
JPS59163671A (en) Vector processor
JPH07110769A (en) Vliw type computer
JPS63141131A (en) Pipeline control system
JP2819733B2 (en) Information processing device
JP2545594B2 (en) Operand data prefetching method
JPS6126089B2 (en)
JPS5896346A (en) Hierarchical arithmetic system
JPH0619705A (en) Pipeline control system
JPH0218732B2 (en)
JPH0348535B2 (en)
JPS5960647A (en) System for controlling memory access
JPH04149637A (en) Information processor
JPS63245526A (en) Information processor
JPS6375834A (en) Micro instruction selecting device
JPS58163046A (en) Information processor