JPH04276827A - pipeline processing equipment - Google Patents
pipeline processing equipmentInfo
- Publication number
- JPH04276827A JPH04276827A JP3037240A JP3724091A JPH04276827A JP H04276827 A JPH04276827 A JP H04276827A JP 3037240 A JP3037240 A JP 3037240A JP 3724091 A JP3724091 A JP 3724091A JP H04276827 A JPH04276827 A JP H04276827A
- Authority
- JP
- Japan
- Prior art keywords
- data
- instruction
- stage
- pipeline processing
- instructions
- 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
Links
Landscapes
- Advance Control (AREA)
Abstract
(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。(57) [Summary] This bulletin contains application data before electronic filing, so abstract data is not recorded.
Description
【0001】0001
【産業上の利用分野】本発明は、パイプラインを用いて
命令を処理するパイプライン処理装置に係わり、更に詳
述すると命令の実行で得られたデータを別の命令に高速
に渡して処理するパイプライン処理装置に関するもので
ある。[Industrial Application Field] The present invention relates to a pipeline processing device that processes instructions using a pipeline, and more specifically, data obtained by executing an 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 device, one instruction is divided into a plurality of stages, and when one instruction completes the execution of one stage, the next instruction executes that stage, thereby completing one stage. Performance is improved by making it possible to obtain the result of an instruction every time the instruction is executed. An information processing device that performs such processing is called a pipeline processing device.
【0003】図5に従来のパイプライン処理装置のブロ
ック図を示す。ここでは、1つの命令はIF、DEC、
EX、MEMおよびWBの5つのステージに分割して実
行される。IFステージでは、命令の読みだしをおこな
い、DECステージでは命令のデコードとレジスタの読
みだしを行ない、EXステージでは命令で示される演算
を行ない、MEMステージでは命令がロードまたはスト
ア命令の場合にはメモリをアクセスし、WBステージで
はデータの格納を行なう。FIG. 5 shows a block diagram of a conventional pipeline processing device. Here, one instruction is IF, DEC,
The process is divided into five stages: EX, MEM, and WB. The IF stage reads the instruction, the DEC stage decodes the instruction and reads the register, the EX stage performs the operation indicated by the instruction, and the MEM stage reads the memory if the instruction is a load or store instruction. is accessed, and data is stored in the WB stage.
【0004】図5において、1aは複数のレジスタを含
むレジスタファイルであり、DECステージに命令で指
定される2つのレジスタをアクセスし、その内容のデー
タaおよびデータbを出力する。2はEXステージ演算
装置であり、命令で指定される演算をデータaとデータ
bに対してEXステージで行なう。4はMEMステージ
保持回路であり、EXステージ演算装置2の演算結果を
MEMステージに一時保持する。5は選択回路であり、
命令が演算命令の場合はMEMステージ保持回路4の出
力、即ち演算結果を選択し、命令がロード命令の場合は
メモリ装置9から読みだされたロードデータ10を選択
してレジスタファイル1aへ出力し、レジスタファイル
1aは選択回路5から出力されたデータをWBステージ
で書き込む。 命令間でデータの依存がある場合、即
ち、前の演算命令の演算結果を次の命令が使う場合は、
演算結果がバイパス経路20を介してEXステージ演算
装置2の入力に与えられ、レジスタファイル1aから読
みだされたデータaまたはデータbと演算が行なわれる
。また、前の命令がロード命令でメモリ装置9から読み
だされたデータを次の演算命令が用いる場合、読みださ
れたデータはバイパス経路21を経て、EXステージ演
算装置2に与えられ、データaまたはデータbと演算が
行なわれる。In FIG. 5, 1a is a register file including a plurality of registers, which accesses two registers designated by an instruction to the DEC stage and outputs their contents, data a and data b. Reference numeral 2 denotes an EX stage arithmetic unit, which performs arithmetic operations specified by instructions on data a and data b in an EX stage. Reference numeral 4 denotes a MEM stage holding circuit, which temporarily holds the calculation results of the EX stage calculation device 2 in the MEM stage. 5 is a selection circuit;
If the instruction is an arithmetic instruction, it selects the output of the MEM stage holding circuit 4, that is, the arithmetic result, and if the instruction is a load instruction, it selects the load data 10 read from the memory device 9 and outputs it to the register file 1a. , the register file 1a writes the data output from the selection circuit 5 at the WB stage. If there is a data dependency between instructions, that is, if the next instruction uses the result of the previous operation instruction,
The operation result is applied to the input of the EX stage arithmetic unit 2 via the bypass path 20, and is operated on data a or data b read from the register file 1a. Further, when the previous instruction is a load instruction and the next arithmetic instruction uses data read from the memory device 9, the read data is given to the EX stage arithmetic device 2 via the bypass path 21, and the data a Alternatively, an operation is performed with data b.
【0005】図6にこのパイプライン処理装置の動作を
示す。第1の命令ADDは、レジスタr1とレジスタr
2のデータを加算し、結果をレジスタr3に格納する。
第2の命令SUBはレジスタr3からレジスタr4のデ
ータを減算し、結果をレジスタr5に格納する。第2の
命令SUBがDECステージで読みだしたレジスタr3
は、第1の命令ADDによって書き換えられる前のデー
タなので、第2の命令SUBの演算は第1の命令ADD
の完了を待たなければならない。通常、高性能なパイプ
ライン処理装置では、演算結果はEXステージの終りに
は得られるので、第1の命令ADDのWBステージの終
了を待たずに、演算の結果をすぐに次の命令SUBの入
力データとして使うことによって、第2の命令SUBは
待たされることなく演算ができる。このようなデータの
渡し方をバイパスと呼ぶ。FIG. 6 shows the operation of this pipeline processing device. The first instruction ADD consists of register r1 and register r
2 data is added and the result is stored in register r3. The second instruction SUB subtracts the data in register r4 from register r3 and stores the result in register r5. Register r3 read by second instruction SUB at DEC stage
is the data before being rewritten by the first instruction ADD, so the operation of the second instruction SUB is the same as that of the first instruction ADD.
have to wait for completion. Normally, in a high-performance pipeline processing device, the result of the operation is obtained at the end of the EX stage, so the result of the operation is immediately transferred to the next instruction SUB without waiting for the end of the WB stage of the first instruction ADD. By using it as input data, the second instruction SUB can be operated without having to wait. This way of passing data is called bypass.
【0006】ところが、第3の命令LDがレジスタr1
で示されるメモリの番地からデータを読みだして、その
データをレジスタr2に格納し、第4の命令SUBがレ
ジスタr2からレジスタr3のデータを減算して、その
結果をレジスタr4に格納する場合、LD命令で読みだ
したデータはLD命令のWBステージで得られるので、
すぐに演算器へバイパスしても、次の命令SUBは演算
の実行が1サイクル待たされる。However, the third instruction LD is
If data is read from the memory address indicated by and stored in register r2, and the fourth instruction SUB subtracts the data in register r3 from register r2 and stores the result in register r4, The data read by the LD instruction is obtained at the WB stage of the LD instruction, so
Even if the instruction is immediately bypassed to the arithmetic unit, execution of the next instruction SUB will be delayed for one cycle.
【0007】次に、他の従来例として、2つの演算装置
を持ち、同時に2つの演算命令を実行するパイプライン
処理装置について説明する。図7にそのブロック図を示
す。Next, as another conventional example, a pipeline processing device having two arithmetic units and executing two arithmetic instructions at the same time 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、4b
、選択回路5a、5bを経て、レジスタファイル1bに
格納される。The register file 1b simultaneously reads out the contents data a, data b, data c, and data d of four registers necessary for two operations, and the data a and data b are processed by the EX stage operation device 2a. c and data d are calculated by the EX stage calculation device 2b, and the results are sent to the MEM stage holding circuits 4a and 4b, respectively.
, selection circuits 5a and 5b, and stored in the register file 1b.
【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 out is selected by the selection circuit 5a or 5b and stored in the register file 1b. If there is data dependence between arithmetic instructions, the data is transferred via the bypass path 20a or 20b
If there is a data dependency between a load instruction and an arithmetic instruction, the data is provided to the EX stage arithmetic unit 2a or 2b via a bypass 21a or 21b.
【0010】図8は、図7に示すパイプライン処理装置
のパイプライン動作を示す図である。第1の命令と第2
の命令はデータの依存がないので、並列に実行される。
しかし、第3の命令と第4の命令ではデータの依存が生
じるので、第4の演算は第3の命令の演算が終るまで待
たされる。FIG. 8 is a diagram showing the pipeline operation of the pipeline processing device shown in FIG. 7. 1st command and 2nd command
Since there are no data dependencies, these instructions are executed in parallel. However, since data dependence occurs between the third and fourth instructions, the fourth operation is delayed until the operation of the third instruction is completed.
【0011】[0011]
【発明が解決しようとする課題】このように、従来のパ
イプライン処理装置では、2つの命令間でデータの依存
があると後の命令の実行が待たされ、性能の低下をもた
らすという問題点があった。[Problems to be Solved by the Invention] As described above, in conventional pipeline processing devices, when there is a data dependency between two instructions, the execution of the next instruction is forced to wait, resulting in a decrease in performance. there were.
【0012】本発明は、かかる問題点に鑑みてなされた
もので、命令間のデータの依存がある場合に命令の実行
が待たされる時間を少なくすることが可能なパイプライ
ン処理装置を提供することを目的とする。SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and it is an object of the present invention to provide a pipeline processing device capable of reducing the waiting time for execution of instructions when there is data dependence between instructions. With the goal.
【0013】[0013]
【課題を解決するための手段】本発明のパイプライン処
理装置は、複数のステージからなるパイプライン処理の
N番目のステージで演算を行なう第1の演算装置と、N
+1番目のステージで演算を行なう第2の演算装置と、
データ依存検出装置と、制御装置を備え、命令が指示す
る演算に用いるデータが、以前の命令によって更新され
るために、N番目のステージの演算に間に合わないこと
をデータ依存検出装置が検出すると、制御装置は第2の
演算装置を用いて演算するように制御し、N番目のステ
ージの演算にデータが間に合うことをデータ依存検出装
置が検出すると、制御装置は第1の演算装置を用いて演
算するように制御するものである。[Means for Solving the Problems] A pipeline processing device of the present invention includes a first arithmetic device that performs an arithmetic operation in the Nth stage of pipeline processing consisting of a plurality of stages;
+ a second arithmetic device that performs an arithmetic operation at the first stage;
comprising a data dependence detection device and a control device, when the data dependence detection device detects that the data used for the operation instructed by the instruction is updated by the previous instruction and will not be in time for the Nth stage operation; The control device controls the calculation using the second calculation device, and when the data dependence detection device detects that the data is in time for the calculation of the Nth stage, the control device performs the calculation using the first calculation device. It is controlled so that
【0014】[0014]
【作用】本発明は上記した構成により、命令間でデータ
の依存がある場合の演算を、依存がない場合の演算のス
テージより後のステージで行なうことができるので、デ
ータの依存によって待たされる時間が短縮される。[Operation] With the above-described configuration, the present invention allows operations when there is data dependence between instructions to be performed at a stage subsequent to the stage for operations when there is no dependence. is shortened.
【0015】[0015]
【実施例】(実施例1)図1に、本発明の第1の実施例
のブロック図を示す。Embodiment (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, 3a is an MEM stage arithmetic unit, and 6 is a unit that holds instructions being executed. It is a data dependence detection device to investigate.
【0017】IFステージで読み出された命令がDEC
ステージで解読され、解読結果に従って、同じDECス
テージでレジスタファイル1aから命令によって指定さ
れたデータaおよびデータbが読み出される。また命令
によって示される演算がEXステージ演算装置2でEX
ステージに実行される。演算結果はMEMステージでM
EMステージ保持回路4に一旦保持され、選択回路5で
選択され、レジスタファイル1aへ送られ、WBステー
ジで命令で指定されたレジスタ1aへ格納される。20
は、前の命令の演算結果を次の命令が使う場合のバイパ
ス経路である。[0017] The instruction read at the IF stage is
The data is decoded at the stage, and data a and data b designated by the instruction are read from the register file 1a at the same DEC stage according to the decoding result. Also, the calculation indicated by the instruction is executed by the EX stage calculation unit 2.
executed on stage. The calculation result is M at the MEM stage.
The signal is temporarily held in the EM stage holding circuit 4, selected by the selection circuit 5, sent to the register file 1a, and stored in the register 1a specified by the instruction in the WB stage. 20
is a bypass path when the next instruction uses the operation result of the previous instruction.
【0018】前の命令がロード命令であり、メモリ9か
ら読み出したデータを次の命令が演算の入力データとし
て使う場合、即ち、メモリ装置9から読みだしたデータ
が次の演算のEXステージの演算に間に合わないことを
データ依存検出装置6が検出する。データ依存検出装置
6が合わないことを検出すると、検出信号7を制御装置
8に出力し、制御装置8は制御信号9を出力して、ロー
ド命令で読み出したデータ10を次の命令のMEMステ
ージでMEMステージ演算装置3aに渡して、演算を行
なう。When the previous instruction is a load instruction and the next instruction uses the data read from the memory 9 as input data for the operation, that is, the data read from the memory device 9 is used as the input data for the EX stage of the next operation. The data dependence detection device 6 detects that the data is not in time. When the data dependence detection device 6 detects a mismatch, it outputs a detection signal 7 to the control device 8, and the control device 8 outputs a control signal 9 to transfer the data 10 read by the load instruction to the MEM stage of the next instruction. Then, the data is passed to the MEM stage calculation device 3a for calculation.
【0019】図2に、図1のパイプライン処理装置のパ
イプライン動作を示す。第3の命令LDは、レジスタr
1で示されるメモリの番地のデータをMEMステージで
読みだし、レジスタr2へ格納する。第3の命令ADD
は、第3の命令LDで読み出されたデータをMEMステ
ージで受けとり、MEMステージでレジスタr3の内容
と加算を行い、WBステージでレジスタr4に格納する
。このように第4の命令ADDの完了はデータの依存が
ない場合と同じである。FIG. 2 shows the pipeline operation of the pipeline processing device of FIG. 1. The third instruction LD is register r
The data at the memory address indicated by 1 is read out at the MEM stage and stored in register r2. Third instruction ADD
receives the data read out by the third instruction LD at the MEM stage, adds it to the contents of register r3 at the MEM stage, and stores it in register r4 at the WB stage. In this way, completion of the fourth instruction ADD is the same as in the case where there is no data dependence.
【0020】以上のように本実施例によれば、命令間の
データの依存のために、演算に必要なデータを得るのが
遅くなっても、命令完了の遅れをなくしたり、あるいは
少なくすることができ、パイプライン処理装置の性能を
上げることができ、実用的にきわめて有用である。As described above, according to this embodiment, even if it is delayed to obtain data necessary for an operation due to data dependence between instructions, the delay in completing the instruction can be eliminated or reduced. It is possible to improve the performance of the pipeline processing device, and is extremely useful in practice.
【0021】(実施例2)図3に、本発明の第2の実施
例のパイプライン処理装置のブロック図そ示す。(Embodiment 2) FIG. 3 shows a block diagram of a pipeline processing device according to a second embodiment of the present invention.
【0022】2aおよび2bはEXステージ演算装置で
あり、ともにEXステージで演算を行なう。3bはME
Mステージ演算装置である。2a and 2b are EX stage arithmetic units, both of which perform arithmetic operations in the EX stage. 3b is ME
This is an M stage arithmetic device.
【0023】命令間にデータの依存関係がない場合は、
2つのEXステージ演算装置2a、2bを用いて毎サイ
クル2つの演算を行なう。[0023] If there is no data dependency between instructions,
Two calculations are performed every cycle using the two EX stage calculation 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の演算結果
は選択回路5bにより選択されてレジスタファイル1b
に格納される。When the data dependence detection device 6 detects that there is a data dependence relationship between instructions and the data will not arrive in time for the calculation of the EX stage, the data dependence detection device 6 outputs a detection signal 7 to the control device 8. Then, by the control device 8,
The previous instruction of the two instructions is executed by the EX stage arithmetic unit 2a.
The calculation is performed at the MEM stage, and the result is sent to the MEM stage calculation device 3b, where the calculation is performed at the MEM stage. At this time, the EX stage arithmetic unit 2b outputs data c and data d.
Among them, necessary data is sent as is to the MEM stage arithmetic unit 3b. The calculation results of the MEM stage calculation device 3b are selected by the selection circuit 5b and stored in the register file 1b.
is stored in
【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. 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, the fourth instruction SUB uses the result to perform an operation in the MEM stage, and stores the result in the register r5 in the WB stage. Even if there is data dependence between two operation instructions in this way, the WB stage is completed in the same time as when there is no dependence.
【0026】以上のように、本実施例によれば、命令間
のデータの依存のために、演算に必要なデータを得るの
が遅くなっても、命令完了の遅れをなくしたり、あるい
は少なくすることができ、パイプライン処理装置の性能
を上げることができ、実用的にきわめて有用である。As described above, according to this embodiment, even if it is delayed to obtain data necessary for an operation due to data dependence between instructions, the delay in completing the instruction can be eliminated or reduced. This makes it possible to improve the performance of the pipeline processing device, which is extremely useful in practice.
【0027】[0027]
【発明の効果】以上述べてきたように、本発明によれば
、命令間のデータの依存のために、演算に必要なデータ
を得るのが遅くなっても、命令完了の遅れをなくしたり
、あるいは少なくすることができ、パイプライン処理装
置の性能を上げることができ、実用的にきわめて有用で
ある。As described above, according to the present invention, even if it is delayed to obtain data necessary for an operation due to data dependence between instructions, the delay in completing an instruction can be eliminated. It is possible to increase the performance of the pipeline processing device, which is extremely useful in practice.
【図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 the operation of the pipeline processing device shown in FIG. 1 in the same 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 the operation of the pipeline processing device shown in FIG. 3 in the same embodiment.
【図5】従来のパイプライン処理装置のブロック図であ
る。FIG. 5 is a block diagram of a conventional pipeline processing device.
【図6】図5で示すパイプライン処理装置の動作を示す
図である。FIG. 6 is a diagram showing the operation of the pipeline processing device shown in FIG. 5;
【図7】従来の他のパイプライン処理装置のブロック図
である。FIG. 7 is a block diagram of another conventional pipeline processing device.
【図8】図7に示すパイプライン処理装置の動作を示す
図である。8 is a diagram showing the operation of the pipeline processing device shown in FIG. 7. FIG.
1a、1b レジスタファイル
2、2a、2b EXステージ演算装置3a、3b
MEMステージ演算装置4、4a、4b MEMス
テージ保持回路5、5a、5b 選択回路
6 データ依存検出回路
8 制御回路1a, 1b Register file 2, 2a, 2b EX stage calculation device 3a, 3b
MEM stage calculation device 4, 4a, 4b MEM stage holding circuit 5, 5a, 5b selection circuit 6 data dependence detection circuit 8 control circuit
Claims (1)
パイプライン処理するパイプライン処理装置において、
前記複数のステージのN番目のステージに演算を行なう
第一の演算装置と、前記複数のステージのN+1番目の
ステージに演算を行なう第二の演算装置と、命令間のデ
ータ依存関係を検出するデータ依存検出装置と、制御装
置を備え、2つの命令間のデータ依存のために、前記2
つの命令のうち後の命令が必要とするデータがN番目の
ステージに間に合わないことを前記データ依存検出装置
が検出すると、前記制御装置は前記後の命令の演算を前
記第二の演算装置で行なうように制御し、前記2つの命
令のうち後の命令が必要とするデータがN番目のステー
ジに間に合うことを前記データ依存検出装置が検出する
と、前記制御装置は、前記後の命令の演算を前記第一の
演算装置で行なうように制御することを特徴とするパイ
プライン処理装置。Claim 1: A pipeline processing device that divides one instruction into a plurality of stages and performs pipeline processing, comprising:
A first arithmetic unit that performs an operation on the Nth stage of the plurality of stages, a second arithmetic unit that performs an operation on the N+1st stage of the plurality of stages, and data that detects a data dependency relationship between instructions. A dependence detection device and a control device are provided, and for data dependence between two instructions,
When the data dependence detection device detects that the data required by the later instruction among the two instructions will not arrive in time for the Nth stage, the control device causes the second arithmetic device to perform the operation of the later instruction. When the data dependence detection device detects that the data required by the later instruction of the two instructions is in time for the Nth stage, the control device controls the operation of the later instruction to A pipeline processing device characterized by performing control so as to be performed by a first arithmetic unit.
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 true JPH04276827A (en) | 1992-10-01 |
| JPH07113891B2 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) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5822561A (en) * | 1995-03-03 | 1998-10-13 | Matsushita Electric Industrial Co., Ltd. | Pipeline data processing apparatus and method for executing a plurality of data processes having a data-dependent relationship |
-
1991
- 1991-03-04 JP JP3724091A patent/JPH07113891B2/en not_active Expired - Fee Related
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5822561A (en) * | 1995-03-03 | 1998-10-13 | Matsushita Electric Industrial Co., Ltd. | Pipeline data processing apparatus and method for executing a plurality of data processes having a data-dependent relationship |
Also Published As
| Publication number | Publication date |
|---|---|
| JPH07113891B2 (en) | 1995-12-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH0374434B2 (en) | ||
| JPS6131502B2 (en) | ||
| EP0220682B1 (en) | Data processing system | |
| JPH0545985B2 (en) | ||
| JP3237858B2 (en) | Arithmetic unit | |
| JPS61160176A (en) | Vector processing device | |
| JPH03286332A (en) | Digital data processor | |
| JPH0363092B2 (en) | ||
| JPH04276827A (en) | pipeline processing equipment | |
| JPH0512751B2 (en) | ||
| JP2861560B2 (en) | Data processing device | |
| KR100396189B1 (en) | Digital signal processing apparatus and method for controlling the same | |
| JP2925842B2 (en) | Pipeline processing equipment | |
| JPS6242301B2 (en) | ||
| JPS60108973A (en) | Method for finding the minimum value of array elements and element number of the minimum element | |
| JPH0224721A (en) | Program controller | |
| JPH02230326A (en) | Pipe line information processor | |
| JP2001092658A (en) | Data processing circuit and data processor | |
| JPH0619705A (en) | Pipeline control method | |
| JPH0472253B2 (en) | ||
| JPH01118926A (en) | Pipeline processor | |
| JPH0792902A (en) | Programmable controller | |
| JPH07210384A (en) | Floating point arithmetic unit | |
| JPH0431134B2 (en) | ||
| JPS5899869A (en) | Parallel processing system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20071206 Year of fee payment: 12 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081206 Year of fee payment: 13 |
|
| FPAY | Renewal fee payment (event 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 |