JPH02148329A - System for controlling register access competition - Google Patents

System for controlling register access competition

Info

Publication number
JPH02148329A
JPH02148329A JP30526788A JP30526788A JPH02148329A JP H02148329 A JPH02148329 A JP H02148329A JP 30526788 A JP30526788 A JP 30526788A JP 30526788 A JP30526788 A JP 30526788A JP H02148329 A JPH02148329 A JP H02148329A
Authority
JP
Japan
Prior art keywords
register
pipe stage
rewriting
registers
instruction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP30526788A
Other languages
Japanese (ja)
Inventor
Kazuyasu Nonomura
野々村 一泰
Takahito Noda
野田 敬人
Yuji Kamisaka
神阪 裕士
Toru Watabe
徹 渡部
Takumi Takeno
巧 竹野
Takumi Maruyama
丸山 拓已
Shinya Kato
慎哉 加藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP30526788A priority Critical patent/JPH02148329A/en
Publication of JPH02148329A publication Critical patent/JPH02148329A/en
Pending legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)

Abstract

PURPOSE:To suppress the increase of a hardware quantity and the lowering of the performance of a processor to the minimum by stopping preceding control when both outputs of a reference and rewriting registers are on. CONSTITUTION:When rewriting of a register is performed in a 3rd pipe stage 14, the flag of a rewriting register 16 is set and, when a succeeding instruction performs register reference, reference registers 10A and 10B are set in a 2nd pipe stage 7. When all the registers 16, 10A and 10B are turned on, a controlling section 19 outputs an execution stopping signal and stops the execution of the 1st and 2nd pipe states 1 and 7. Thus the preceding control is stopped. When rewriting is completed in the 3rd pipe stage, the flag of the register 16 is reset and the execution stopping signal is turned off, and thus, the preceding control is restarted.

Description

【発明の詳細な説明】 [概要] パイプライン制御を行なう情報処理装置のプロセッサに
おけるレジスタアクセス競合制御方式に関し、 ハード墨の増加を最小限に押え、プロセラ1ノの性能低
下を最小限に抑えるようにしたレジスタアクセス競合制
御方式を提供することを目的とし、パイプライン制御を
行なう情報処理装置のプロセッサにおいて、入力する命
令を解析し参照を行なうレジスタ番号を検出する第1パ
イプステージと、前記参照レジスタ番号を保持する参照
レジメ夕を有しレジスタifに参照を行なうとともに書
き換えを行なうレジスタ番号を検出する第2パイプステ
ージと、書き換えが行なわれるときセットされ書き換え
が終了するとリセットされるフラグをもつ書き換えレジ
スタを有しレジスタ群に書き換えを行なう第3パイプス
テージと、前記参照レジスタおよび前記書き換えレジス
タからの各出力により前記第1パイプステージおよび前
記第2パイプステージの実行を制御する制御部と、を備
え、前記参照レジスタおよび前記書き換えレジスタの各
出力がともにオンであるときは、前記第1パイプステー
ジおよび前記第2パイプステージの実行を抑止するよう
に構成した。
[Detailed Description of the Invention] [Summary] Regarding a register access contention control method in a processor of an information processing device that performs pipeline control, the present invention aims to minimize the increase in hardware ink and the performance deterioration of Processera 1. The purpose of the present invention is to provide a register access contention control method that provides a first pipe stage for analyzing an input instruction and detecting a register number to be referenced in a processor of an information processing device that performs pipeline control; a second pipe stage that has a reference register that holds a number and references the register if and detects the register number to be rewritten; and a rewriting register that has a flag that is set when rewriting is performed and reset when rewriting is completed. a third pipe stage that rewrites a register group; and a control unit that controls execution of the first pipe stage and the second pipe stage based on outputs from the reference register and the rewriting register, When the outputs of the reference register and the rewriting register are both on, execution of the first pipe stage and the second pipe stage is inhibited.

[産業上の利用分野] 本発明は、パイプライン制御を行なう情報処理装置のプ
ロセッサにおけるレジスタアクセス競合制御方式に関す
る。
[Field of Industrial Application] The present invention relates to a register access contention control method in a processor of an information processing device that performs pipeline control.

近年、コンピュータシステムの高速化の要求に伴ない、
命令実行の高速化に対する要求が高まつている。
In recent years, with the demand for faster computer systems,
There is an increasing demand for faster instruction execution.

このため、プロセッサにおいて、1命令を複数のユニッ
トで実行し、同時に複数の命令を処理することが可能な
パイプライン方式による先行制御を行なうことが一般的
となっている。
For this reason, in processors, it has become common to perform advance control using a pipeline system that allows one instruction to be executed by a plurality of units and to process a plurality of instructions at the same time.

しかし、各ユニットでレジスタへのアクセスを行なうと
き、レジスタの内容が書き換えられる前に、先行制御で
途中まで実行されている次の命令が実行されないように
、競合を回避する制御が必要となる。
However, when accessing a register in each unit, control is required to avoid conflicts so that the next instruction that has been partially executed due to advance control is not executed before the contents of the register are rewritten.

[従来の技術] パイプライン方式のプロセッサにおいては、各パイプス
テージで独立にレジスタの書き換えを許すとパイプ間の
資源競合が発生するため、特定のパイプステージにおい
てのみ、レジスタの書き換えを可能としていた。占き換
えられたレジスタの値が、後続する命令に正しく反映さ
れなければ誤動作を起してしまうからである。
[Prior Art] In pipeline processors, if registers are allowed to be rewritten independently in each pipe stage, resource contention between pipes will occur, so registers can only be rewritten in a specific pipe stage. This is because malfunctions will occur if the rewritten register values are not correctly reflected in subsequent instructions.

したがって、レジスタを書き換える可能性のある命令1
が実行された場合、後続する命令2がレジスタ参照を行
なうかどうかをチエツクし、レジスタ参照がある場合に
は、そのレジスタが命令1により書き換えられるかどう
かをチエツクして、書き換えが行なわれる場合には、命
令1が終結するまで後続命令2の先行制御を停止する。
Therefore, instruction 1 that may rewrite registers
is executed, it checks whether the following instruction 2 references a register, and if there is a register reference, it checks whether that register will be rewritten by instruction 1, and if rewriting is performed, stops the preceding control of the subsequent instruction 2 until the instruction 1 is completed.

すなわち、レジスタ書き換え命令1が、レジスタ番号R
1〜R2の連続するレジスタを書き換えることができる
場合には、後続命令2の参照レジスタ番号をRXとして
、R1≦RX≦R2であるかどうかをチエツクし、その
条件が満たされた場合には後続命令1の先行制御を停止
するようにしていた。
In other words, register rewrite instruction 1 has register number R.
If consecutive registers 1 to R2 can be rewritten, the reference register number of the subsequent instruction 2 is set as RX, and it is checked whether R1≦RX≦R2, and if that condition is met, the subsequent instruction Preliminary control of instruction 1 was stopped.

[発明が解決しようとする課題] しかしながら、このような従来の制御方式にあっては、
後続命令によって参照されるレジスタの数が多い場合に
は、参照されるレジスタ番号毎にR1/R2/RXの大
小比較を行なわなければならず、バードロの増大を招く
という問題点があつた。
[Problem to be solved by the invention] However, in such a conventional control method,
When the number of registers referenced by subsequent instructions is large, it is necessary to compare the magnitude of R1/R2/RX for each referenced register number, resulting in an increase in bar draw.

また、大小比較回路は、レジスタ数の増大にともない、
演算時間が増大するのでプロセッサの性能低下が生じる
という問題点もあった。
In addition, as the number of registers increases, the size comparison circuit
There is also the problem that the performance of the processor decreases due to the increase in calculation time.

本発明は、このような従来の問題点に鑑みてなされたも
のであって、ハード量の増加を最小限に押え、プロセッ
サの性能低下を最小限に抑えるようにしたレジスタアク
セス競合制御方式を提供することを目的としている。
The present invention has been made in view of these conventional problems, and provides a register access contention control method that minimizes the increase in the amount of hardware and minimizes the deterioration in processor performance. It is intended to.

[課題を解決するための手段] 第1図は、本発明の原理説明図である。[Means to solve the problem] FIG. 1 is a diagram explaining the principle of the present invention.

第1図において、1は入力する命令を解析し参照を行な
うレジスタ番号を検出する第1パイプステージ、7は前
記参照レジスタ番号を保持する参照レジスタ10A、1
0Bを有しレジスタ群8に参照を行なうとともに書き換
えを行なうレジスタ番号を検出する第2パイプステージ
、14は書き換えが行なわれるときセットされ書き換え
が終了するとリセツ1〜されるフラグをもつ書き換えレ
ジスタ16を有しレジスタ群8に書き換えを行なう第3
パイプステージ、19は前記参照レジスタ10A、10
Bおよび前記書き換えレジスタ16からの各出力により
前記第1パイプステージ1および前記第2パイプステー
ジ7の実行を制御する制御部でおる。
In FIG. 1, 1 is a first pipe stage that analyzes an input instruction and detects a register number to be referenced; 7 is a reference register 10A that holds the reference register number;
0B, the second pipe stage refers to the register group 8 and detects the register number to be rewritten, and 14 is a rewriting register 16 having a flag that is set when rewriting is performed and reset to 1 to 1 when rewriting is completed. The third register which rewrites the register group 8
Pipe stage 19 is the reference register 10A, 10
This is a control unit that controls the execution of the first pipe stage 1 and the second pipe stage 7 based on each output from the rewriting register 16 and the rewrite register 16.

[作用コ 本発明においては、第3パイプスデージにおいてレジス
タの書き換えが行なわれる場合には、書き換えレジスタ
のフラグがセットされ、後続する命令がレジスタ参照を
行なう場合には、第2パイプステージの参照レジスタが
セットされる。書き換えレジスタおよび参照レジスタが
ともにオンであるときは、制御部は実行停止信号を出力
し、第1パイプステージおよび第2パイプステージの各
実行を停止する。こうして、先行制御は停止される。第
3パイプステージで書き換えが行なわれると、書き換え
レジスタのフラグはリセットされ、実行停止信号はオフ
となり、先行制御が再開される。
[Operations] In the present invention, when a register is rewritten in the third pipe stage, the flag of the rewrite register is set, and when a subsequent instruction refers to a register, the reference register of the second pipe stage is set. is set. When both the rewriting register and the reference register are on, the control unit outputs an execution stop signal and stops execution of each of the first pipe stage and the second pipe stage. In this way, advance control is stopped. When rewriting is performed in the third pipe stage, the flag of the rewriting register is reset, the execution stop signal is turned off, and advance control is restarted.

このように、ハード母を増加させることなく、また、プ
ロセッサの性能を低下させことなく、レジスタの競合を
制御することができる。
In this way, register contention can be controlled without increasing the hard disk count or degrading processor performance.

[実施例] 以下、本発明の実施例を図面に基づいて説明する。[Example] Embodiments of the present invention will be described below based on the drawings.

第2図は本発明の一実施例を示す図である。FIG. 2 is a diagram showing an embodiment of the present invention.

第2図において、1は命令の意味を解析する第1パイプ
ステージであり、この第1パイプステージ1は、命令バ
ッファ2から供給される命令コードを保持するデータバ
ッファ3、参照を行なうレジスタ番号を検出するデコー
ド回路4、データバッファ3に保持されたデータを変換
する論理回路5、およびタロツクと実行停止信号Zが入
力するアンド回路6を有している。
In FIG. 2, 1 is the first pipe stage that analyzes the meaning of the instruction, and this first pipe stage 1 stores the data buffer 3 that holds the instruction code supplied from the instruction buffer 2, and the register number to be referenced. It has a decoding circuit 4 for detection, a logic circuit 5 for converting data held in a data buffer 3, and an AND circuit 6 to which a tarok and an execution stop signal Z are input.

7はレジ・メタ群8に参照を行なう第2パイプステージ
であり、この第2パイプステージ7は、前記論理回路5
から供給されたデータを保持するデータバッファ9、参
照するレジスタ番号を保持し、デコード回路4の出力に
よりセットされ、参照するレジスタ群8の出力をセレク
トする参照レジスタ10A、10B、書き換えられるレ
ジスタ番号を検出するデコード回路11、データバッフ
ァ9に保持されたデータおよびレジスタ群8からのレジ
スタ参照データにより供給データを生成する論理回路1
2、およびクロック信号と実行停止信号Zが入力するア
ンド回路13を有している。
A second pipe stage 7 refers to the register/meta group 8, and this second pipe stage 7 refers to the logic circuit 5.
A data buffer 9 holds the data supplied from the register, reference registers 10A and 10B hold the register number to be referenced and are set by the output of the decoding circuit 4 and select the output of the register group 8 to be referenced, and a register number to be rewritten is A logic circuit 1 that generates supply data using a decoding circuit 11 that detects, data held in a data buffer 9, and register reference data from a register group 8.
2, and an AND circuit 13 to which a clock signal and an execution stop signal Z are input.

14はレジスタ群8に書き換えを行なう第3パイプステ
ージであり、この第3パイプステージ14は、前記論理
回路12から供給されたデータおよび加工したデータを
保持するデータバッファ15、書き換えられることを示
すフラグをもち、デコーダ回路11からの出力によりセ
ットされ、古き換えが行なわれるとリセットされる書き
換えレジスタ16およびレジスタu8への麿き換えデー
タおよびデータバッファ15ヘマルチブレクサ17を介
してセットする加工データを生成する論理回路18を有
している。
14 is a third pipe stage that rewrites the register group 8, and this third pipe stage 14 includes a data buffer 15 that holds data supplied from the logic circuit 12 and processed data, and a flag indicating that the data is to be rewritten. , which is set by the output from the decoder circuit 11 and reset when the old rewrite is performed, generates rewrite data to the rewrite register 16 and register u8, and processed data to be set to the data buffer 15 via the multiplexer 17. It has a logic circuit 18.

19は第1パイプステージ1および第2パイプステージ
7の実行を制御する制御部であり、この制御部19は、
参照レジスタ10A、10Bに保持された参照レジスタ
番号により参照信号(REFn)を生成するデコード回
路20Δ、20B、デコード回路2OA、20Bからの
参照信号(REFn)が入力するオア回路21A、21
B、オア回路21A、21Bからの出力と書き換えレジ
スタ16からの書き換え信号(RnW)が入力するアン
ド回路22A、22B、アンド回路22A。
19 is a control unit that controls the execution of the first pipe stage 1 and the second pipe stage 7, and this control unit 19 has the following functions:
Decode circuits 20Δ, 20B that generate reference signals (REFn) based on reference register numbers held in reference registers 10A, 10B; OR circuits 21A, 21 that receive reference signals (REFn) from decode circuits 2OA, 20B;
B, AND circuits 22A, 22B, and AND circuit 22A to which the outputs from the OR circuits 21A, 21B and the rewriting signal (RnW) from the rewriting register 16 are input.

22Bの出力が入力し実行停止信号Zを出力するオア回
路23を有している。なお、24.25は参照レジスタ
10A、10Bからのセレクト信号によりレジスタu8
からの参照データを論理回路12に出力するマルチプレ
クサである。
It has an OR circuit 23 to which the output of 22B is input and outputs an execution stop signal Z. Note that 24.25 is set to register u8 by the select signal from reference registers 10A and 10B.
This is a multiplexer that outputs reference data from the logic circuit 12 to the logic circuit 12.

次に、動作を説明する。Next, the operation will be explained.

レジスタ群8を書き換える命令1が命令バッファ2より
入ってきた場合、その命令1がデータバッファ3、論理
回路5を通って第2パイプステージ7のデータバッファ
9に保持されたとき、第2パイプステージ7のデコード
回路11により書き換えを行なうレジスタRY8のレジ
スタ数だけレジスタ番号が検出されて第3パイプステー
ジ14に出力される。
When an instruction 1 that rewrites the register group 8 comes in from the instruction buffer 2, when the instruction 1 passes through the data buffer 3 and the logic circuit 5 and is held in the data buffer 9 of the second pipe stage 7, the second pipe stage The decoding circuit 11 of No. 7 detects register numbers corresponding to the number of registers of the register RY8 to be rewritten and outputs them to the third pipe stage 14.

次のザイクルで命令1が論理回路12を通して第3パイ
プステージ14のデータバッファ15に転送されると同
時に書き換えレジスタ16のフラグがセットされる。
In the next cycle, instruction 1 is transferred to the data buffer 15 of the third pipe stage 14 through the logic circuit 12, and at the same time, the flag of the rewrite register 16 is set.

その間に、次の命令が第1パイプスデージ1に入り、そ
の命令がレジスタを参照する命令2であった場合には、
デコード回路4により参照を行なうレジスタ番号が検出
される。そのレジスタ参照命令2が第2パイプステージ
7のデータバッファ9にセットされると同時に前記レジ
スタ番号が参照レジスタ10A、10Bにセットされる
。参照レジスタ10A、IOBの各出力は制御部19の
デコード回路2OA、20Bにより参照信号(REFn
)となる。書き換えレジスタ16からは書き換え信号(
RnW)が出力されているので、アンド回路22A、2
2Bはオン、オア回路23はオンとなり、実行停止信号
Zが出力される。
In the meantime, if the next instruction enters the first pipe stage 1 and that instruction is instruction 2 that refers to a register, then
The decode circuit 4 detects the register number to be referenced. At the same time that the register reference instruction 2 is set in the data buffer 9 of the second pipe stage 7, the register number is set in the reference registers 10A and 10B. Each output of the reference registers 10A and IOB is converted into a reference signal (REFn) by the decoding circuits 2OA and 20B of the control unit 19.
). A rewrite signal (
RnW) is output, so the AND circuits 22A, 2
2B is turned on, the OR circuit 23 is turned on, and an execution stop signal Z is output.

実行停止信号Zにより、アンド回路6,13のクロック
が抑止され、データバッファ3,9は状態を保持する。
The execution stop signal Z inhibits the clocks of the AND circuits 6 and 13, and the data buffers 3 and 9 maintain their states.

このように、参照信号(REFn)と書き換え信号(R
nW)がともにオンの場合には、書き換えが完了するま
で先行制御は停止される。
In this way, the reference signal (REFn) and the rewriting signal (R
nW) are both on, the advance control is stopped until the rewriting is completed.

次に、第3パイプステージ14でレジスタRY8の書き
換えが行なわれると、書き換えレジスタ16のフラグは
リセットされ、実行停止信@7は出ツノされず、アンド
回路6,13のクロックの抑1トは解除され、データバ
ッファ3,9は実行を開始する。
Next, when the register RY8 is rewritten in the third pipe stage 14, the flag of the rewrite register 16 is reset, the execution stop signal @7 is not output, and the clocks of the AND circuits 6 and 13 are suppressed. The data buffers 3 and 9 start executing.

したがって、先行制御が再開されることになる。Therefore, advance control will be restarted.

[発明の効果] 以上説明してきたように、本発明によれば、参照するレ
ジスタの数が増加した場合にも、ハード最を増加させる
ことなく、かつプロセッサの性能を低下させることなく
、レジスタの競合を制御することができる。
[Effects of the Invention] As explained above, according to the present invention, even when the number of registers to be referenced increases, the number of registers can be increased without increasing the hardware capacity and without degrading the performance of the processor. Conflicts can be controlled.

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

第1図は本発明の原理説明図、 第2図は本発明の一実施例を示す図である。 図中、 1:第1パイプステージ、 2:命令バッファ、 3:データバッフ?、 4:デコード回路、 5:論理回路、 6:アンド回路、 7:第2パイプステージ、 e:レジスタ番号、 9:データバッフ?、 10A、10B:参照レジスタ、 11:デコード回路、 12:論理回路、 13:アンド回路、 14:第3パイプステージ、 15:データバッファ、 16二書き換えレジスタ、 17:マルチプレクサ、 18:論理回路、 19:制御部、 2OA、208:デコード回路、 21△、21B:オア回路、 22A、22B:アンド回路、 23:オア回路。 FIG. 1 is a diagram explaining the principle of the present invention, FIG. 2 is a diagram showing an embodiment of the present invention. In the figure, 1: 1st pipe stage, 2: Instruction buffer, 3: Data buffer? , 4: Decode circuit, 5: Logic circuit, 6: AND circuit, 7: 2nd pipe stage, e: register number, 9: Data buffer? , 10A, 10B: reference register, 11: Decode circuit, 12: Logic circuit, 13: AND circuit, 14: 3rd pipe stage, 15: Data buffer, 162 rewrite register, 17: Multiplexer, 18: Logic circuit, 19: control unit, 2OA, 208: decoding circuit, 21△, 21B: OR circuit, 22A, 22B: AND circuit, 23: OR circuit.

Claims (1)

【特許請求の範囲】[Claims] パイプライン制御を行なう情報処理装置のプロセッサに
おいて、入力する命令を解析し参照を行なうレジスタ番
号を検出する第1パイプステージ(1)と、前記参照レ
ジスタ番号を保持する参照レジスタ(10A)、(10
B)を有しレジスタ群(8)に参照を行なうとともに書
き換えを行なうレジスタ番号を検出する第2パイプステ
ージ(7)と、書き換えが行なわれるときセットされ書
き換えが終了するとリセットされるフラグをもつ書き換
えレジスタ(16)を有しレジスタ群(8)に書き換え
を行なう第3パイプステージ(14)と、前記参照レジ
スタ(10A)、(10B)および前記書き換えレジス
タ(16)からの各出力により前記第1パイプステージ
(1)および前記第2パイプステージ(7)の実行を制
御する制御部(19)と、を備え、前記参照レジスタ(
10A)、(10B)および前記書き換えレジスタ(1
6)の各出力がともにオンであるときは、前記第1パイ
プステージ(1)および前記第2パイプステージ(7)
の実行を抑止するようにしたことを特徴とするレジスタ
アクセス競合制御方式。
A processor of an information processing device that performs pipeline control includes a first pipe stage (1) that analyzes an input instruction and detects a register number to be referenced, and a reference register (10A) that holds the reference register number.
A second pipe stage (7) that refers to the register group (8) and detects the register number to be rewritten, and a flag that is set when rewriting is performed and reset when rewriting is completed. A third pipe stage (14) having a register (16) and rewriting the register group (8), and each output from the reference registers (10A), (10B) and the rewrite register (16) a control unit (19) that controls execution of the pipe stage (1) and the second pipe stage (7);
10A), (10B) and the rewrite register (10B)
6) when both outputs are on, the first pipe stage (1) and the second pipe stage (7)
A register access contention control method characterized by inhibiting execution of the register access contention control method.
JP30526788A 1988-11-30 1988-11-30 System for controlling register access competition Pending JPH02148329A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30526788A JPH02148329A (en) 1988-11-30 1988-11-30 System for controlling register access competition

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30526788A JPH02148329A (en) 1988-11-30 1988-11-30 System for controlling register access competition

Publications (1)

Publication Number Publication Date
JPH02148329A true JPH02148329A (en) 1990-06-07

Family

ID=17943046

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30526788A Pending JPH02148329A (en) 1988-11-30 1988-11-30 System for controlling register access competition

Country Status (1)

Country Link
JP (1) JPH02148329A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5577072A (en) * 1978-12-05 1980-06-10 Fujitsu Ltd Buffer memory control system
JPS5810243A (en) * 1981-07-10 1983-01-20 Toshiba Corp Data processor
JPS61194566A (en) * 1985-02-22 1986-08-28 Fujitsu Ltd Vector data reference control system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5577072A (en) * 1978-12-05 1980-06-10 Fujitsu Ltd Buffer memory control system
JPS5810243A (en) * 1981-07-10 1983-01-20 Toshiba Corp Data processor
JPS61194566A (en) * 1985-02-22 1986-08-28 Fujitsu Ltd Vector data reference control system

Similar Documents

Publication Publication Date Title
US5968135A (en) Processing instructions up to load instruction after executing sync flag monitor instruction during plural processor shared memory store/load access synchronization
EP1050808B1 (en) Computer instruction scheduling
EP0365322A2 (en) Method and apparatus for exception handling in pipeline processors having mismatched instruction pipeline depths
EP0207665A1 (en) Bidirectional branch prediction and optimization
US20080276072A1 (en) System and Method for using a Local Condition Code Register for Accelerating Conditional Instruction Execution in a Pipeline Processor
JPS5932045A (en) Information processor
EP1685486B1 (en) Interrupt handling in an embedded multi-threaded processor to avoid priority inversion and maintain real-time operation
JPH087678B2 (en) Computers for processing different architecture instructions and resulting communication methods
KR100335785B1 (en) Execution of data processing instructions
EP0372751B1 (en) Pipelined data-processing apparatus
JP2748822B2 (en) Information processing device
US4385365A (en) Data shunting and recovering device
CA2056356C (en) Interruption handling system
US5469552A (en) Pipelined data processor having combined operand fetch and execution stage to reduce number of pipeline stages and penalty associated with branch instructions
JPH0760388B2 (en) Pipeline control circuit
JP3180175B2 (en) Instruction level parallel processing control method and processor
US6125443A (en) Interrupt processing system and method for information processing system of pipeline control type
US5283891A (en) Error information saving apparatus of computer
JPH02148329A (en) System for controlling register access competition
US7124288B2 (en) Programmable unit with a stack buffer storage device configurable into discrete shadow storage elements accessible by a plurality of command execution units
JP2783285B2 (en) Information processing device
JPH07244588A (en) Data processor
JPS61241833A (en) Instruction code access controller
JPH07129414A (en) Data processor
JP3100705B2 (en) Apparatus for instruction preparation in a microprocessor