JPH07113891B2 - Pipeline processing equipment - Google Patents

Pipeline processing equipment

Info

Publication number
JPH07113891B2
JPH07113891B2 JP3724091A JP3724091A JPH07113891B2 JP H07113891 B2 JPH07113891 B2 JP H07113891B2 JP 3724091 A JP3724091 A JP 3724091A JP 3724091 A JP3724091 A JP 3724091A JP H07113891 B2 JPH07113891 B2 JP H07113891B2
Authority
JP
Japan
Prior art keywords
instruction
data
stage
pipeline processing
arithmetic
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 - Fee Related
Application number
JP3724091A
Other languages
Japanese (ja)
Other versions
JPH04276827A (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.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co 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 Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP3724091A priority Critical patent/JPH07113891B2/en
Publication of JPH04276827A publication Critical patent/JPH04276827A/en
Publication of JPH07113891B2 publication Critical patent/JPH07113891B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、パイプラインを用いて
命令を処理するパイプライン処理装置に係わり、更に詳
述すると命令の実行で得られたデータを別の命令に高速
に渡して処理するパイプライン処理装置に関するもので
ある。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a pipeline processing device for processing an instruction by using a pipeline, and more specifically, the data obtained by executing the instruction is passed to another instruction at high speed for processing. The present invention relates to a pipeline processing device.

【0002】[0002]

【従来の技術】従来、情報処理装置において、1つの命
令を複数のステージに分割し、ある命令が1つのステー
ジの実行を完了すると、次の命令がそのステージを実行
することによって、1つのステージの実行時間毎に命令
の結果が得られるようにすることによって性能を上げる
ことが行なわれている。このような処理を行なう情報処
理装置をパイプライン処理装置と呼ぶ。
2. Description of the Related Art Conventionally, in an information processing apparatus, one instruction is divided into a plurality of stages, and when a certain instruction completes the execution of one stage, the next instruction executes the stage so that one stage is executed. The performance is improved by making the result of the instruction available at every execution time. An information processing device that performs such processing is called a pipeline processing device.

【0003】図5に従来のパイプライン処理装置のブロ
ック図を示す。ここでは、1つの命令はIF、DEC、EX、M
EMおよびWBの5つのステージに分割して実行される。IF
ステージでは、命令の読みだしをおこない、DECステー
ジでは命令のデコードとレジスタの読みだしを行ない、
EXステージでは命令で示される演算を行ない、MEMステ
ージでは命令がロードまたはストア命令の場合にはメモ
リをアクセスし、WBステージではデータの格納を行な
う。
FIG. 5 shows a block diagram of a conventional pipeline processing apparatus. Here, one instruction is IF, DEC, EX, M
It is executed by dividing it into 5 stages of EM and WB. IF
The stage reads the instruction, and the DEC stage decodes the instruction and reads the register.
The EX stage performs the operation indicated by the instruction, the MEM stage accesses the memory when the instruction is a load or store instruction, and the WB stage stores the data.

【0004】図5において、1aは複数のレジスタを含
むレジスタファイルであり、DECステージに命令で指定
される2つのレジスタをアクセスし、その内容のデータ
aおよびデータbを出力する。2はEXステージ演算装
置であり、命令で指定される演算をデータaとデータb
に対してEXステージで行なう。4はMEMステージ保
持回路であり、EXステージ演算装置2の演算結果をM
EMステージに一時保持する。5は選択回路であり、命
令が演算命令の場合はMEMステージ保持回路4の出
力、即ち演算結果を選択し、命令がロード命令の場合は
メモリ装置9から読みだされたロードデータ10を選択
してレジスタファイル1aへ出力し、レジスタファイル
1aは選択回路5から出力されたデータをWBステージ
で書き込む。 命令間でデータの依存がある場合、即
ち、前の演算命令の演算結果を次の命令が使う場合は、
演算結果がバイパス経路20を介してEXステージ演算
装置2の入力に与えられ、レジスタファイル1aから読
みだされたデータaまたはデータbと演算が行なわれ
る。また、前の命令がロード命令でメモリ装置9から読
みだされたデータを次の演算命令が用いる場合、読みだ
されたデータはバイパス経路21を経て、EXステージ
演算装置2に与えられ、データaまたはデータbと演算
が行なわれる。
In FIG. 5, reference numeral 1a is a register file including a plurality of registers. The DEC stage accesses two registers designated by an instruction and outputs data a and data b having the contents. Reference numeral 2 is an EX stage arithmetic unit, which performs arithmetic operations designated by an instruction on data a and data b
Against the EX stage. Reference numeral 4 denotes a MEM stage holding circuit, which stores the calculation result of the EX stage calculation device 2 into M
Hold temporarily on EM stage. A selection circuit 5 selects the output of the MEM stage holding circuit 4, that is, the operation result when the instruction is an operation instruction, and selects the load data 10 read from the memory device 9 when the instruction is a load instruction. To the register file 1a, and the register file 1a writes the data output from the selection circuit 5 in the WB stage. When there is data dependence between instructions, that is, when the next instruction uses the operation result of the previous operation instruction,
The operation result is given to the input of the EX stage operation device 2 via the bypass path 20, and the operation is performed with the data a or the data b read from the register file 1a. If the next operation instruction uses the data read from the memory device 9 by the load instruction as the previous instruction, the read data is given to the EX stage operation device 2 via the bypass path 21 and the data a Alternatively, the calculation is performed with the data b.

【0005】図6にこのパイプライン処理装置の動作を
示す。第1の命令ADDは、レジスタr1とレジスタr2の
データを加算し、結果をレジスタr3に格納する。第2
の命令SUBはレジスタr3からレジスタr4のデータを減
算し、結果をレジスタr5に格納する。第2の命令SUBが
DECステージで読みだしたレジスタr3は、第1の命令AD
Dによって書き換えられる前のデータなので、第2の命
令SUBの演算は第1の命令ADDの完了を待たなければなら
ない。通常、高性能なパイプライン処理装置では、演算
結果はEXステージの終りには得られるので、第1の命令
ADDのWBステージの終了を待たずに、演算の結果をすぐ
に次の命令SUBの入力データとして使うことによって、
第2の命令SUBは待たされることなく演算ができる。こ
のようなデータの渡し方をバイパスと呼ぶ。
FIG. 6 shows the operation of this pipeline processing apparatus. The first instruction ADD adds the data in the registers r1 and r2 and stores the result in the register r3. Second
Instruction SUB subtracts the data in register r4 from register r3 and stores the result in register r5. The second command SUB
Register r3 read at the DEC stage is the first instruction AD
Since it is the data before being rewritten by D, the operation of the second instruction SUB must wait for the completion of the first instruction ADD. Normally, in a high-performance pipeline processing device, the operation result is obtained at the end of the EX stage.
By using the operation result immediately as the input data of the next instruction SUB without waiting for the end of the WB stage of ADD,
The second instruction SUB can be operated without waiting. Such data passing method is called bypass.

【0006】ところが、第3の命令LDがレジスタr1で
示されるメモリの番地からデータを読みだして、そのデ
ータをレジスタr2に格納し、第4の命令SUBがレジスタ
r2からレジスタr3のデータを減算して、その結果をレ
ジスタr4に格納する場合、LD命令で読みだしたデータ
はLD命令のWBステージで得られるので、すぐに演算器へ
バイパスしても、次の命令SUBは演算の実行が1サイク
ル待たされる。
However, the third instruction LD reads the data from the memory address indicated by the register r1, stores the data in the register r2, and the fourth instruction SUB registers the data.
When the data in register r3 is subtracted from r2 and the result is stored in register r4, the data read by the LD instruction is obtained at the WB stage of the LD instruction, so even if it is immediately bypassed to the arithmetic unit, For the instruction SUB, the execution of the operation is made to wait for one cycle.

【0007】次に、他の従来例として、2つの演算装置
を持ち、同時に2つの演算命令を実行するパイプライン
処理装置について説明する。図7にそのブロック図を示
す。
Next, as another conventional example, a pipeline processing apparatus having two arithmetic units and simultaneously executing two arithmetic instructions will be described. FIG. 7 shows its block diagram.

【0008】レジスタファイル1bは、2つの演算に必
要な4つのレジスタの内容データa、データb、データ
c、およびデータdを同時に読みだし、データaおよび
データbはEXステージ演算装置2aで、データcおよ
びデータdはEXステージ演算装置2bで演算され、そ
の結果はそれぞれ、MEMステージ保持回路4a、4
b、選択回路5a、5bを経て、レジスタファイル1b
に格納される。
The register file 1b simultaneously reads the contents data a, data b, data c, and data d of the four registers required for two operations, and the data a and data b are read by the EX stage operation device 2a. c and the data d are calculated by the EX stage arithmetic unit 2b, and the results are respectively stored in the MEM stage holding circuits 4a and 4a.
b through the selection circuits 5a and 5b, the register file 1b
Stored in.

【0009】命令がロード命令の場合は、メモリ装置9
から読みだされたロードデータ10が選択回路5aまた
は5bによって選択され、レジスタファイル1bに格納
される。演算命令と演算命令との間でデータ依存がある
場合は、バイパス経路20aまたは20bを経由して、
ロード命令と演算命令との間でデータ依存がある場合
は、バイパス経由21aまたは21bを経由して、EX
ステージ演算装置2aまたは2bに与えられる。
If the instruction is a load instruction, the memory device 9
The load data 10 read from is selected by the selection circuit 5a or 5b and stored in the register file 1b. If there is a data dependency between the operation instructions, the operation instructions are passed via the bypass path 20a or 20b,
If there is a data dependency between the load instruction and the operation instruction, the EX is passed via the bypass 21a or 21b.
It is given to the stage arithmetic unit 2a or 2b.

【0010】図8は、図7に示すパイプライン処理装置
のパイプライン動作を示す図である。第1の命令と第2
の命令はデータの依存がないので、並列に実行される。
しかし、第3の命令と第4の命令ではデータの依存が生
じるので、第4の演算は第3の命令の演算が終るまで待
たされる。
FIG. 8 is a diagram showing the pipeline operation of the pipeline processing apparatus shown in FIG. First instruction and second
Instructions have no data dependency, so they are executed in parallel.
However, since the third instruction and the fourth instruction have data dependence, the fourth operation is kept waiting until the operation of the third instruction is completed.

【0011】[0011]

【発明が解決しようとする課題】このように、従来のパ
イプライン処理装置では、2つの命令間でデータの依存
があると後の命令の実行が待たされ、性能の低下をもた
らすという問題点があった。
As described above, in the conventional pipeline processing apparatus, if there is a data dependency between two instructions, the execution of the subsequent instruction is delayed, which causes a problem of performance degradation. there were.

【0012】本発明は、かかる問題点に鑑みてなされた
もので、命令間のデータの依存がある場合に命令の実行
が待たされる時間を少なくすることが可能なパイプライ
ン処理装置を提供することを目的とする。
The present invention has been made in view of the above problems, and provides a pipeline processing apparatus capable of reducing the time to wait for the execution of instructions when there is data dependence between instructions. With the goal.

【0013】[0013]

【課題を解決するための手段】本発明のパイプライン処
理装置は、複数のステージからなるパイプライン処理の
N番目のステージで演算を行なう第1の演算装置と、N
+1番目のステージで演算を行なう第2の演算装置と、
データ依存検出装置と、制御装置を備え、命令が指示す
る演算に用いるデータが、以前の命令によって更新され
るために、N番目のステージの演算に間に合わないこと
をデータ依存検出装置が検出すると、制御装置は第2の
演算装置を用いて演算するように制御し、N番目のステ
ージの演算にデータが間に合うことをデータ依存検出装
置が検出すると、制御装置は第1の演算装置を用いて演
算するように制御するものである。
A pipeline processing apparatus according to the present invention comprises a first arithmetic unit for performing an arithmetic operation at an Nth stage of pipeline processing consisting of a plurality of stages, and
A second arithmetic unit for performing arithmetic in the + 1st stage;
When the data dependence detecting device includes a data dependence detecting device and a control device and detects that the data used for the operation indicated by the instruction is not in time for the operation of the Nth stage because it is updated by the previous instruction, The control device controls the second arithmetic device to perform arithmetic operations, and when the data dependence detection device detects that the data is in time for the arithmetic operation of the Nth stage, the control device performs arithmetic operations using the first arithmetic device. It is controlled to do so.

【0014】[0014]

【作用】本発明は上記した構成により、命令間でデータ
の依存がある場合の演算を、依存がない場合の演算のス
テージより後のステージで行なうことができるので、デ
ータの依存によって待たされる時間が短縮される。
According to the present invention, with the above configuration, the operation when there is data dependence between instructions can be performed in a stage after the operation stage when there is no dependence, so the time that is waited due to data dependence Is shortened.

【0015】[0015]

【実施例】(実施例1)図1に、本発明の第1の実施例
のブロック図を示す。
(Embodiment 1) FIG. 1 shows a block diagram of a first embodiment of the present invention.

【0016】この図において、2はEXステージ演算器、
3aはMEMステージ演算器、6は実行中の命令を保持
し、新しい命令が与えられると、それらの命令間でデー
タ依存がないかどうかを調べるデータ依存検出装置であ
る。
In this figure, 2 is an EX stage arithmetic unit,
Reference numeral 3a is a MEM stage arithmetic unit, and 6 is a data dependence detecting device for holding an instruction being executed and checking whether or not there is a data dependence between these instructions when a new instruction is given.

【0017】IFステージで読み出された命令がDECステ
ージで解読され、解読結果に従って、同じDECステージ
でレジスタファイル1aから命令によって指定されたデ
ータaおよびデータbが読み出される。また命令によっ
て示される演算がEXステージ演算装置2でEXステージに
実行される。演算結果はMEMステージでMEMステージ保持
回路4に一旦保持され、選択回路5で選択され、レジス
タファイル1aへ送られ、WBステージで命令で指定され
たレジスタ1aへ格納される。20は、前の命令の演算
結果を次の命令が使う場合のバイパス経路である。
The instruction read in the IF stage is decoded in the DEC stage, and the data a and the data b designated by the instruction are read from the register file 1a in the same DEC stage according to the decoding result. Further, the operation indicated by the instruction is executed in the EX stage by the EX stage operation device 2. The calculation result is temporarily held in the MEM stage holding circuit 4 in the MEM stage, selected by the selection circuit 5, sent to the register file 1a, and stored in the register 1a designated by the instruction in the WB stage. Reference numeral 20 is a bypass path when the operation result of the previous instruction is used by the next instruction.

【0018】前の命令がロード命令であり、メモリ9か
ら読み出したデータを次の命令が演算の入力データとし
て使う場合、即ち、メモリ装置9から読みだしたデータ
が次の演算のEXステージの演算に間に合わないことをデ
ータ依存検出装置6が検出する。データ依存検出装置6
が合わないことを検出すると、検出信号7を制御装置8
に出力し、制御装置8は制御信号9を出力して、ロード
命令で読み出したデータ10を次の命令のMEMステージ
でMEMステージ演算装置3aに渡して、演算を行なう。
When the previous instruction is the load instruction and the data read from the memory 9 is used as the input data for the operation by the next instruction, that is, the data read from the memory device 9 is the operation of the EX stage of the next operation. The data dependence detection device 6 detects that it is not in time. Data dependence detection device 6
When it is detected that the values do not match, the detection signal 7
Then, the control device 8 outputs the control signal 9 to pass the data 10 read by the load instruction to the MEM stage operation device 3a at the MEM stage of the next instruction to perform the operation.

【0019】図2に、図1のパイプライン処理装置のパ
イプライン動作を示す。第3の命令LDは、レジスタr
1で示されるメモリの番地のデータをMEMステージで
読みだし、レジスタr2へ格納する。第の命令SUB
は、第3の命令LDで読み出されたデータをMEMステ
ージで受けり、MEMステージでレジスタr3の内容
減算を行ない、WBステージでレジスタr4に結果を
格納する。このように第4の命令SUBの完了はデータ
の依存がない場合と同じである。
FIG. 2 shows the pipeline operation of the pipeline processing apparatus shown in FIG. The third instruction LD is the register r
The data of the address of the memory indicated by 1 is read by the MEM stage and stored in the register r2. Fourth instruction SUB
The data read out by the third instruction LD Ri preparative received in MEM stage performs content and subtraction of the register r3 in MEM stage, and stores the result in register r4 in WB stage. Thus, the completion of the fourth instruction SUB is the same as the case where there is no data dependency.

【0020】以上のように本実施例によれば、命令間の
データの依存のために、演算に必要なデータを得るのが
遅くなっても、命令完了の遅れをなくしたり、あるいは
少なくすることができ、パイプライン処理装置の性能を
上げることができ、実用的にきわめて有用である。
As described above, according to the present embodiment, even if it is late to obtain the data necessary for the operation due to the data dependence between the instructions, it is possible to eliminate or reduce the delay of the instruction completion. It is possible to improve the performance of the pipeline processing device, which is extremely useful in practice.

【0021】(実施例2)図3に、本発明の第2の実施
例のパイプライン処理装置のブロック図そ示す。
(Embodiment 2) FIG. 3 shows a block diagram of a pipeline processing apparatus according to a second embodiment of the present invention.

【0022】2aおよび2bはEXステージ演算装置であ
り、ともにEXステージで演算を行なう。3bはMEMステ
ージ演算装置である。
Reference numerals 2a and 2b denote EX stage arithmetic devices, both of which perform arithmetic in the EX stage. 3b is a MEM stage arithmetic unit.

【0023】命令間にデータの依存関係がない場合は、
2つのEXステージ演算装置2a、2bを用いて毎サイク
ル2つの演算を行なう。
If there is no data dependency between instructions,
Two operations are performed every cycle using the two EX stage operation devices 2a and 2b.

【0024】命令間でデータの依存関係があり、EXステ
ージの演算にデータが間に合わないことがデータ依存検
出装置6で検出されると、データ依存検出装置6は検出
信号7を制御装置8に出力し、制御装置8によって、2
つの命令のうち前の命令はEXステージ演算装置2aで演
算が行なわれ、その結果がMEMステージ演算装置3bに
送られてMEMステージで演算が行なわれる。この時、EX
ステージ演算装置2bはデータcとデータdのうち、必
要なデータをそのままMEMステージ演算装置3bに送
る。MEMステージ演算装置3bの演算結果は選択回路5
bにより選択されてレジスタファイル1bに格納され
る。
When the data dependence detecting device 6 detects that there is a data dependence between instructions and the data is not in time for the operation of the EX stage, the data dependence detecting device 6 outputs a detection signal 7 to the control device 8. The control device 8
The previous instruction of the two instructions is calculated by the EX stage arithmetic unit 2a, and the result is sent to the MEM stage arithmetic unit 3b to be arithmetically operated by the MEM stage. At this time, EX
The stage arithmetic unit 2b sends necessary data of the data c and the data d to the MEM stage arithmetic unit 3b as it is. The calculation result of the MEM stage calculation device 3b is the selection circuit 5
It is selected by b and stored in the register file 1b.

【0025】図4に、この場合のパイプライン動作を示
す。第4の命令SUBが用いるレジスタr3は直前の第3の
命令ADDによって更新される。この場合、第3の命令ADD
はEXステージで演算を行ない、その結果を用いて第4の
命令SUBはMEMステージで演算を行ない、その結果をWBス
テージでレジスタr5に格納する。このように2つの演
算命令間でデータの依存があっても、依存がない場合と
同じ時間でWBステージを完了する。
FIG. 4 shows the pipeline operation in this case. The register r3 used by the fourth instruction SUB is updated by the immediately preceding third instruction ADD. In this case, the third instruction ADD
Performs an operation in the EX stage, uses the result thereof, and the fourth instruction SUB performs an operation in the MEM stage and stores the result in the register r5 at the WB stage. Thus, even if there is data dependence between two arithmetic instructions, the WB stage is completed in the same time as when there is no dependence.

【0026】以上のように、本実施例によれば、命令間
のデータの依存のために、演算に必要なデータを得るの
が遅くなっても、命令完了の遅れをなくしたり、あるい
は少なくすることができ、パイプライン処理装置の性能
を上げることができ、実用的にきわめて有用である。
As described above, according to the present embodiment, even if it becomes late to obtain the data necessary for the operation due to the data dependence between the instructions, the delay of the instruction completion is eliminated or reduced. It is possible to improve the performance of the pipeline processing device, and it is extremely useful in practice.

【0027】[0027]

【発明の効果】以上述べてきたように、本発明によれ
ば、命令間のデータの依存のために、演算に必要なデー
タを得るのが遅くなっても、命令完了の遅れをなくした
り、あるいは少なくすることができ、パイプライン処理
装置の性能を上げることができ、実用的にきわめて有用
である。
As described above, according to the present invention, the delay of instruction completion can be eliminated even if it becomes late to obtain the data necessary for the operation due to the data dependence between the instructions. Alternatively, it can be reduced, and the performance of the pipeline processing device can be improved, which is extremely useful in practice.

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

【図1】本発明の第1の実施例のパイプライン処理装置
のブロック図である。
FIG. 1 is a block diagram of a pipeline processing device according to a first embodiment of the present invention.

【図2】同実施例に於ける図1に示すパイプライン処理
装置の動作を示す図である。
FIG. 2 is a diagram showing an operation of the pipeline processing device shown in FIG. 1 in the embodiment.

【図3】本発明の第2の実施例のパイプライン処理装置
のブロック図である。
FIG. 3 is a block diagram of a pipeline processing device according to a second embodiment of the present invention.

【図4】同実施例に於ける図3に示すパイプライン処理
装置の動作を示す図である。
FIG. 4 is a diagram showing an operation of the pipeline processing device shown in FIG. 3 in the embodiment.

【図5】従来のパイプライン処理装置のブロック図であ
る。
FIG. 5 is a block diagram of a conventional pipeline processing device.

【図6】図5で示すパイプライン処理装置の動作を示す
図である。
FIG. 6 is a diagram showing an operation of the pipeline processing apparatus shown in FIG.

【図7】従来の他のパイプライン処理装置のブロック図
である。
FIG. 7 is a block diagram of another conventional pipeline processing device.

【図8】図7に示すパイプライン処理装置の動作を示す
図である。
FIG. 8 is a diagram showing an operation of the pipeline processing device shown in FIG. 7.

【符号の説明】 1a、1b レジスタファイル 2、2a、2b EXステージ演算装置 3a、3b MEMステージ演算装置 4、4a、4b MEMステージ保持回路 5、5a、5b 選択回路 6 データ依存検出回路 8 制御回路[Explanation of reference numerals] 1a, 1b register file 2, 2a, 2b EX stage arithmetic device 3a, 3b MEM stage arithmetic device 4, 4a, 4b MEM stage holding circuit 5, 5a, 5b selection circuit 6 data dependence detection circuit 8 control circuit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 1つの命令を複数のステージに分けてパ
イプライン処理するパイプライン処理装置において、前
記複数のステージのN番目のステージに演算を行なう第
一の演算装置と、前記複数のステージのN+1番目のス
テージに演算を行なう第二の演算装置と、命令間のデー
タ依存関係を検出するデータ依存検出装置と、制御装置
を備え、2つの命令間のデータ依存のために、前記2つ
の命令のうち後の命令が必要とするデータがN番目のス
テージに間に合わないことを前記データ依存検出装置が
検出すると、前記制御装置は前記後の命令の演算を前記
第二の演算装置で行なうように制御し、前記2つの命令
のうち後の命令が必要とするデータがN番目のステージ
に間に合うことを前記データ依存検出装置が検出する
と、前記制御装置は、前記後の命令の演算を前記第一の
演算装置で行なうように制御することを特徴とするパイ
プライン処理装置。
1. A pipeline processing apparatus for dividing one instruction into a plurality of stages for pipeline processing, wherein: a first arithmetic unit for performing an operation on an Nth stage of the plurality of stages; A second arithmetic unit for performing an arithmetic operation on the (N + 1) th stage, a data dependence detecting unit for detecting a data dependence relation between instructions, and a control unit are provided, and the two instructions are provided for the data dependence between the two instructions. If the data dependence detecting device detects that the data required by the latter instruction of the second instruction is not in time for the Nth stage, the control device causes the second arithmetic device to perform the operation of the latter instruction. If the data dependence detecting device controls and the data required by a later one of the two instructions is in time for the Nth stage, the control device determines A pipeline processing device, characterized in that the subsequent arithmetic operation is controlled to be performed by the first arithmetic device.
JP3724091A 1991-03-04 1991-03-04 Pipeline processing equipment Expired - Fee Related JPH07113891B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3724091A JPH07113891B2 (en) 1991-03-04 1991-03-04 Pipeline processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3724091A JPH07113891B2 (en) 1991-03-04 1991-03-04 Pipeline processing equipment

Publications (2)

Publication Number Publication Date
JPH04276827A JPH04276827A (en) 1992-10-01
JPH07113891B2 true JPH07113891B2 (en) 1995-12-06

Family

ID=12492093

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3724091A Expired - Fee Related JPH07113891B2 (en) 1991-03-04 1991-03-04 Pipeline processing equipment

Country Status (1)

Country Link
JP (1) JPH07113891B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW448403B (en) * 1995-03-03 2001-08-01 Matsushita Electric Industrial Co Ltd Pipeline data processing device and method for executing multiple data processing data dependent relationship

Also Published As

Publication number Publication date
JPH04276827A (en) 1992-10-01

Similar Documents

Publication Publication Date Title
US6233670B1 (en) Superscalar processor with direct result bypass between execution units having comparators in execution units for comparing operand and result addresses and activating result bypassing
US5404552A (en) Pipeline risc processing unit with improved efficiency when handling data dependency
JP2539974B2 (en) Register read control method in information processing apparatus
JPH07113891B2 (en) Pipeline processing equipment
JPH0512751B2 (en)
JP2925842B2 (en) Pipeline processing equipment
JP2861560B2 (en) Data processing device
JP2812610B2 (en) Pipeline control method
JPS6242301B2 (en)
JPH0248733A (en) information processing equipment
JPS60178539A (en) By-pass control system of information processor
JPH0342721A (en) Information processor
JP2636566B2 (en) Pipeline control method
JPH0228724A (en) System for controlling branching instruction
JPH01224870A (en) Main memory access instruction execution control system for information processor
JP2583614B2 (en) Vector arithmetic unit
JPH07210384A (en) Floating point arithmetic unit
JPH0472253B2 (en)
JPS6364130A (en) Branch instruction control method
JPH0269825A (en) Pipe line control system
JPS6116111B2 (en)
JPH01287742A (en) Immediate instruction processing system
JPH02217924A (en) Store processing method of data processing device
JPH02254541A (en) Control system for conditional branch instruction
JPH02230326A (en) Pipe line information processor

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 12

Free format text: PAYMENT UNTIL: 20071206

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

Year of fee payment: 13

Free format text: PAYMENT UNTIL: 20081206

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

Free format text: PAYMENT UNTIL: 20091206

Year of fee payment: 14

LAPS Cancellation because of no payment of annual fees