JPS62247460A - Instruction control system - Google Patents
Instruction control systemInfo
- Publication number
- JPS62247460A JPS62247460A JP7954286A JP7954286A JPS62247460A JP S62247460 A JPS62247460 A JP S62247460A JP 7954286 A JP7954286 A JP 7954286A JP 7954286 A JP7954286 A JP 7954286A JP S62247460 A JPS62247460 A JP S62247460A
- Authority
- JP
- Japan
- Prior art keywords
- pipeline
- stage
- instruction
- register
- stages
- 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
- 238000000034 method Methods 0.000 description 7
- 238000010586 diagram Methods 0.000 description 6
- 230000007704 transition Effects 0.000 description 4
- 230000000694 effects Effects 0.000 description 3
- 239000011159 matrix material Substances 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/76—Architectures of general purpose stored program computers
- G06F15/80—Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
- G06F15/8053—Vector processors
Landscapes
- Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Advance Control (AREA)
- Complex Calculations (AREA)
Abstract
Description
【発明の詳細な説明】
[概 要コ
本発明はベクトル処理装置のアクセスパイプライン、若
しくは演算パイプラインの命令制御において、パイプラ
インの空きタイミングを減少させるため、管理レジスタ
の段数を、パイプラインの起動された時点からベクトル
レジスタへの書込みまでのサイクル数と、ベクトルレジ
スタのバンクのアクセスタイミングの周期とから求まる
最適段数にて構成するようにしたもので、これによりパ
イプラインの有効利用が可能となる。[Detailed Description of the Invention] [Summary] The present invention reduces the number of stages of management registers in the pipeline in instruction control of the access pipeline or the arithmetic pipeline of a vector processing device in order to reduce the idle timing of the pipeline. The configuration is configured with the optimal number of stages determined from the number of cycles from the time it is started until writing to the vector register and the access timing cycle of the vector register bank, and this allows effective use of the pipeline. Become.
[産業上の利用分野〕
本発明は、ベクトル処理装置のパイプラインにおける命
令制御方式に関する。[Industrial Field of Application] The present invention relates to an instruction control method in a pipeline of a vector processing device.
ベクトル処理装置は、大量の科学技術計算、特にマトリ
クス演算を高速に実行できる処理装置であり、処理の単
位を細かく分けて流れ作業方式に次々に処理するパイプ
ライン方式を用いる。A vector processing device is a processing device that can perform a large amount of scientific and technical calculations, especially matrix calculations, at high speed, and uses a pipeline method in which processing units are divided into small units and processed one after another in an assembly line method.
ベクトル処理装置は、ますます処理速度の向上を要求さ
れているが、そのためには、゛まず、できる限り各パイ
プラインを休みなく動作させることである。そのために
は、パイプラインに途切れなく命令を供給する命令制御
方式が必要となる。Vector processing devices are increasingly required to improve their processing speeds, and in order to do so, it is first necessary to operate each pipeline as continuously as possible. To achieve this, an instruction control method is required to supply instructions to the pipeline without interruption.
し従来の技術〕
第3図は従来例の構成を示すブロック図であって、ベク
トル処理装置および主記憶装置から本発明関連部分を抽
出して示したものである。BACKGROUND TECHNOLOGY FIG. 3 is a block diagram showing the configuration of a conventional example, and shows portions related to the present invention extracted from a vector processing device and a main storage device.
図において、lは1つ若しくは複数個存在するアクセス
パイプラインであって、主記憶装置(MSU)および主
記憶制御装置(MCU)からなる主記憶部とベクトルレ
ジスタ(VR)2との間のデータ転送を行う。In the figure, l indicates one or more access pipelines, and data is transferred between the main memory section consisting of a main memory unit (MSU) and a main memory control unit (MCU) and a vector register (VR) 2. Make a transfer.
3は、1つ若しくは複数個の存在する演算パイプライン
であって、ベクトルレジスタ(VR)2からデータを読
み出しつつ演算し、結果をベクトルレジスタ(VR)2
に書き込む。Reference numeral 3 denotes one or more arithmetic pipelines, which perform arithmetic operations while reading data from the vector register (VR) 2 and send the results to the vector register (VR) 2.
write to.
4はアクセスパイプライン用の管理レジスタであり、5
は演算パイプライン用の管理レジスタである。4 is a management register for the access pipeline;
is a management register for the calculation pipeline.
従来、この管理レジスタ4および5は、■当該パイプラ
インがデータを読出し中であることを示すRステージと
、■データを転送中若しくは演算中であることを示すS
ステージと、■データ若しくは演算結果をベクトルレジ
スタ(VR)2に書込み中であることを示すWステージ
の3段で構成されていた。Conventionally, these management registers 4 and 5 have two stages: (1) an R stage indicating that the pipeline is in the process of reading data; and (2) an S stage indicating that the pipeline is in the process of transferring or calculating data.
It consisted of three stages: stage 1, and W stage, which indicates that data or operation results are being written to the vector register (VR) 2.
Rステージでは、命令が管理レジスタに投入されてから
、少なくともデータの読出しが完了するまではその値が
保持されており、さらにSステージにその値が遷移する
まで保持しつづける。In the R stage, the value is held from the time the instruction is input to the management register until at least the data reading is completed, and continues to be held until the value transitions to the S stage.
Sステージでは、Rステージより受は取った値をベクト
ルレジスタの書込みが開始される時点まで保持している
。In the S stage, the value received from the R stage is held until the writing of the vector register is started.
ベクトルレジスタへの書込みが開始されると、Sステー
ジの命令はWステージへ遷移し、Sステージは新たな命
令を受は付けられる状態となる。When writing to the vector register is started, the instruction in the S stage transitions to the W stage, and the S stage becomes ready to accept new instructions.
Wステージでは、ベクトルレジスタへの書込みが完了す
るまで、その値を保持しつづける。In the W stage, the value continues to be held until writing to the vector register is completed.
第4図は、従来例による管理レジスタの動作状況を示す
タイムチャートである。パイプラインおよび管理レジス
タの動作を説明すると次のとおりである。FIG. 4 is a time chart showing the operating status of the management register according to the conventional example. The operation of the pipeline and management register is explained below.
まず、最初の命令AがRステージに投入されるとデータ
が読み出され、初期状態ではSステージが空いているか
ら直ちにSステージに移され、演算若しくは主記憶部と
のデータ転送が終るまで保持される。First, when the first instruction A is input to the R stage, the data is read out, and since the S stage is empty in the initial state, it is immediately moved to the S stage, and is held until the operation or data transfer with the main memory is completed. be done.
演算若しくはデータ転送が終るとAの命令はWステージ
に遷移され、Sステージは次の命令Bを受付可能となり
、命令BはRステージからSステージへ遷移される。When the operation or data transfer is completed, the instruction A is transferred to the W stage, the S stage becomes ready to receive the next instruction B, and the instruction B is transferred from the R stage to the S stage.
Wステージでは命令へのデータのベクトルレジスタへの
書込みが終ると、命令Bを受付可能となり、命令Bが遷
移され、命令Bのデータの書込みが行われる。At the W stage, when the writing of the data for the instruction to the vector register is completed, the instruction B can be accepted, the instruction B is transitioned, and the data of the instruction B is written.
Sステージでは命令Bが遷移された後命令Cが遷移され
、命令Cの演算若しくはデータ転送が行われ、これが終
るまで保持される。即ち、命令Cは命令Aのデータの書
込みが終り命令BがSステージから遷移されて始めてS
ステージに入れられて演算若しくはデータ転送が開始さ
れ、これの終るまで保持される。In the S stage, after the instruction B is transitioned, the instruction C is transitioned, the operation or data transfer of the instruction C is performed, and this is held until the end. In other words, instruction C does not enter S stage until instruction A finishes writing data and instruction B transitions from the S stage.
It is placed in a stage to start an operation or data transfer, and is held until the end.
従って、図に示すように、連続して実行してもよい命令
が途切れ途切れに実行される。Therefore, as shown in the figure, instructions that may be executed continuously are executed intermittently.
[発明が解決しようとする問題点]
上記に説明したように、従来の構成では連続して実行し
てもよい命令が、管理レジスタの段数の制限から、パイ
プラインに空きが生じ、パイプラインの有効利用が行わ
れないことが生じていた。[Problems to be Solved by the Invention] As explained above, in the conventional configuration, instructions that can be executed consecutively create spaces in the pipeline due to the limit on the number of stages of management registers. There were cases where it was not being used effectively.
本発明は、このような従来の問題点を解消した新規な命
令制御方式を提供しようとするものである。The present invention aims to provide a new command control system that solves these conventional problems.
[問題点を解決するための手段]
第1図は本発明の命令制御方式の原理ブロック図を示す
。[Means for Solving the Problems] FIG. 1 shows a block diagram of the principle of the command control system of the present invention.
第1図において、第3図と同一の符号は同一の対象物を
示す。In FIG. 1, the same reference numerals as in FIG. 3 indicate the same objects.
アクセスパイプライン用の管理レジスタは、ベクトルレ
ジスタのバンクのアクセスタイミングの周期をTとし、
アクセスパイプラインの起動時点からベクトルレジスタ
への書込み開始までのアクセスタイミング時間をN1と
したとき、次の(1)式若しくは(2)式で表される段
数P1で構成する。The management register for the access pipeline has an access timing cycle of a bank of vector registers as T, and
When the access timing time from the start of the access pipeline to the start of writing to the vector register is N1, the number of stages P1 is expressed by the following equation (1) or (2).
P+ =N+ /T+ l・−・−・−・−・−・−・
・−・・・・・(1)(N+/Tが整数のとき)
P + = (N I/ T) + 2−−−−−−−
−一・・−・−・・(2)(N+/Tが整数でないとき
、ここに、〔〕はガウス記号であり〔〕内の商を越えず
これに最も近い整数を示す。)
演算パイプライン用の管理レジスタについては、同様に
演算パイプラインの起動時点からベクトルレジスタへの
書込み開始までのアクセスタイミング時間をN2とした
とき、つぎの(3)式若しくは(4)式で表される段数
P2で構成する。P+ =N+ /T+ l・−・−・−・−・−・−・
・−・・・・・・(1) (When N+/T is an integer) P + = (N I/T) + 2−−−−−−−
−1・・−・−・・(2) (When N+/T is not an integer, here, [ ] is a Gaussian symbol, and indicates the integer closest to it without exceeding the quotient in [ ].) Arithmetic pipe Regarding the line management register, similarly, when the access timing time from the start of the calculation pipeline to the start of writing to the vector register is N2, the number of stages is expressed by the following equation (3) or (4). It consists of P2.
P2 =N2 /T+ 1−・−−一一一一一−・・・
−一一一−−−−・・−・・−(3)(N2/Tが整数
のとき)
P2− (N2 /T)+ 2−・・−・−・−−−−
−−・−・・−(4)(N2/Tが整数でないとき)
[作用]
一つの命令に対する読出しが、ベクトルレジスタのバン
クのアクセスタイミングの周期Tのうちに終了するよう
な場合、続出しが開始されてからその命令の完了までに
、アクセスパイプラインではNl +T、演算パイプラ
インではN2 +Tだけの時間がかかる。P2 =N2 /T+ 1-・--1111-...
−111−−−−・・−・・−(3) (When N2/T is an integer) P2− (N2 /T)+ 2−・・−・−・−−−−
−−・−・・−(4) (When N2/T is not an integer) [Effect] If the read for one instruction ends within the access timing period T of the bank of the vector register, successive reads will occur. It takes N1 +T in the access pipeline and N2 +T in the arithmetic pipeline from when the instruction is started until the instruction is completed.
このとき、命令の実行開始は、最煩時には周期Tごとに
行われる。At this time, execution of the command is started every cycle T at the most troublesome time.
従って、アクセスパイプラインの管理レジスタでは、N
l +TがTで割り切れるときは、N、+TをTで割っ
た商の値のステージ段数を用意し、Nl +TがTで割
り切れないときは、((Nl +T)/T)+ 1段の
ステージを用意すれば、これに対応できる。Therefore, in the access pipeline management register, N
When l+T is divisible by T, prepare the number of stages equal to the quotient of N and +T divided by T, and when Nl +T is not divisible by T, prepare the stage number of ((Nl +T)/T) + 1 stage. You can handle this by preparing .
演算パイプラインの管理レジスタについては、同様な理
由により、N2 +TがTで割り切れるときには(N2
+T)/T段のステージを用意し、割り切れないとき
は、
((N2 +T)/T)+ 1段のステージを用意すれ
ば、対応できる。For the management register of the arithmetic pipeline, for the same reason, when N2 +T is divisible by T, (N2
+T)/T stages are prepared, and if it is not divisible, a ((N2 +T)/T)+1 stage is prepared.
上記のように本発明の命令制御方式によれば、管理レジ
スタのステージ段数をパイプラインの起動時点からベク
トルレジスタへの書込み開始時点までのサイクル数とベ
クトルレジスタのバンクのアクセスタイミングの周期か
ら求めた値とするので、パイプラインを空きなく使用す
るための最少の段数、即ち最適段数の命令管理レジスタ
で構成される。As described above, according to the instruction control method of the present invention, the number of stages of the management register is determined from the number of cycles from the start of the pipeline to the start of writing to the vector register and the access timing cycle of the bank of the vector register. Since it is a value, it is configured with the minimum number of stages, that is, the optimum number of instruction management registers to use the pipeline without any vacant space.
[実施例]
以下第2図に示す実施例により、本発明をさらに具体的
に説明する。[Example] The present invention will be described in more detail below with reference to an example shown in FIG.
第2図は、本発明の実施例による管理レジスタの動作状
況を示すタイムチャートである。FIG. 2 is a time chart showing the operating status of the management register according to the embodiment of the present invention.
本実施例は、アクセスパイプラインの起動時点からベク
トルレジスタへのデータ書込みの開始時点までのサイク
ル数が3.5サイクル、即ち、Nl−3,5T の場
合である。In this embodiment, the number of cycles from the start of the access pipeline to the start of data writing to the vector register is 3.5 cycles, that is, N1-3,5T.
従って、前記の(2)式によって、P+ −5となり、
管理レジスタは5段で構成されている。Therefore, according to the above equation (2), it becomes P+ -5,
The management register consists of five stages.
5段のステージを、各々R,S+、32.S、、Wと呼
ぶことにする。5 stages, R, S+, 32. We will call them S,,W.
以下、第2図に従ってパイプラインおよび管理レジスタ
の動作を説明する。The operation of the pipeline and management register will be described below with reference to FIG.
(1)第1の命令AがRステージに投入される。(1) The first instruction A is input to the R stage.
(2)初期状態で各ステージは空きであるので、命令A
は1クロツク後SIステージに遷移され、さらに1クロ
ツク後S2ステージに遷移され、さらに1クロツタ後S
3ステージに遷移され、保持される。命令Aによるデー
タ転送は開始される。(2) Since each stage is empty in the initial state, the instruction A
is transferred to the SI stage after one clock, then transferred to the S2 stage after one clock, and then transferred to the S2 stage after one clock.
Transitioned to 3 stages and held. Data transfer according to instruction A is started.
(3)次のサイクルで第2の命令BがRステージに投入
され、Slステージ、S2ステージが空きであるので、
1クロツク後Slステージに遷移され、さらにlクロッ
ク後S2ステージに遷移され、保持され、命令Bによる
データ転送が開始される。(3) In the next cycle, the second instruction B is input to the R stage, and the Sl stage and S2 stage are empty, so
After one clock, it is transited to the Sl stage, and after one clock, it is transited to the S2 stage, where it is held, and data transfer according to instruction B is started.
(4)次のサイクルでは、第3の命令CがRステージに
投入され、Slステージが空きであるので、直ちにS1
ステージに遷移され、命令Bによるデータ転送が開始さ
れる。(4) In the next cycle, the third instruction C is input to the R stage, and since the S1 stage is empty, it is immediately transferred to the S1
A transition is made to the stage, and data transfer according to instruction B is started.
(5)次のサイクルでは、第4の命令りがRステージに
投入され、サイクルの中間で命令Aによる書込みが開始
するので83ステージの命令AはWステージに遷移され
、ベクトルレジスタへの書込みが行われる。また、S3
ステージが空くことが認識されるので命令BはS3ステ
ージに遷移され、命令CはS2ステージへ遷移され、命
令りはSlステージに遷移される。(5) In the next cycle, the fourth instruction is input to the R stage, and writing by instruction A starts in the middle of the cycle, so the instruction A in the 83rd stage is transferred to the W stage, and writing to the vector register is started. It will be done. Also, S3
Since it is recognized that the stage is empty, instruction B is transitioned to the S3 stage, instruction C is transitioned to the S2 stage, and instruction A is transitioned to the Sl stage.
(6)次のサイクルでは、第5の命令EがRステージに
投入され、サイクルの中間で命令Aによるベクトルレジ
スタへのデータ書込みが終了すると同時に、命令Bによ
るベクトルレジスタへのデータ書込みが開始するので、
S3ステージの命令BはWステージに遷移される。S3
ステージの空くことが認識されるので、命令CはS3ス
テージに遷移され、命令りはS2ステージへ遷移され、
命令EはS+ ステージに遷移される。(6) In the next cycle, the fifth instruction E is input to the R stage, and at the same time as instruction A finishes writing data to the vector register in the middle of the cycle, instruction B starts writing data to the vector register. So,
Instruction B in the S3 stage is transferred to the W stage. S3
Since it is recognized that the stage is vacant, instruction C is transferred to the S3 stage, instruction C is transferred to the S2 stage,
Instruction E is transitioned to the S+ stage.
(7)次のサイクルでは、サイクルの中間で命令Bによ
るベクトルレジスタへのデータ書込みは終了し、S3ス
テージ の命令CはWステージに遷移され、ベクトルレ
ジスタへの書込みが行われる。命令りはS〕ステージに
遷移され、命令EはS2ステージへ遷移される。(7) In the next cycle, data writing to the vector register by instruction B is completed in the middle of the cycle, and instruction C in the S3 stage is transferred to the W stage and writing to the vector register is performed. The instruction E is transferred to the S] stage, and the instruction E is transferred to the S2 stage.
上記のようにして、サイクルTごとに、Rステージに命
令が投入でき、パイプラインは途切れることなく有効に
動作する。As described above, an instruction can be input to the R stage every cycle T, and the pipeline operates effectively without interruption.
以上、アクセスパイプライン用管理レジスタについて説
明したが、演算パイプライン用管理レジスタについても
、P2 = (N2 /T)+2段のステージとするこ
とにより同様に演算パイプラインを途切れなく動作させ
ることができる。The access pipeline management register has been explained above, but the arithmetic pipeline can similarly operate without interruption by setting the arithmetic pipeline management register to P2 = (N2 /T) + 2 stages. .
[発明の効果]
以上説明のように本発明によれば、管理レジスタのステ
ージ段数が最適化される、Sステージの待ちがRステー
ジに影響を与えなくなり、命令処理効率を上昇するもの
で、その実用上の効果は橿めて大である。[Effects of the Invention] As explained above, according to the present invention, the number of stages of management registers is optimized, waiting for the S stage does not affect the R stage, and instruction processing efficiency is increased. The practical effects are extremely large.
第1図は本発明の原理ブロック図、
第2図は本発明の実施例による管理レジスタの動作を示
すタイムチャート、
第3図は従来例の構成を示すブロック図、第4図は従来
例による管理レジスタの動作を示すタイムチャートであ
る。
図面において、
lはアクセスパイプライン、
2はベクトルレジスタ(VR)、
3は演算パイプライン、
4はアクセスパイプライン用管理レジスタ、5は演算パ
イプライン用管理レジスタ、MCUは主記憶制御装置、
MSU、は主記憶装置、
をそれぞれ示す。
本発明の原理ブロック図
RSI S2 SI W
本発明の実施例による管理レジスタの動作を示すタイム
チャート第 2 図
従来例の構成を示すブロック図
183 図
: l ) l 1
] l 1 ] 1従来例に
よる管理レジスタの動作を示すタイムチャート第 4
図Fig. 1 is a principle block diagram of the present invention, Fig. 2 is a time chart showing the operation of a management register according to an embodiment of the present invention, Fig. 3 is a block diagram showing the configuration of a conventional example, and Fig. 4 is a conventional example. 5 is a time chart showing the operation of a management register. In the drawing, l is an access pipeline, 2 is a vector register (VR), 3 is an arithmetic pipeline, 4 is an access pipeline management register, 5 is an arithmetic pipeline management register, MCU is a main memory control unit, MSU, are the main storage device and , respectively. Principle block diagram of the present invention RSI S2 SI W Time chart showing the operation of the management register according to the embodiment of the present invention Figure 2 Block diagram showing the configuration of the conventional example 183 Figure: l) l1
] l 1 ] 1 Time chart No. 4 showing the operation of the management register according to the conventional example
figure
Claims (1)
能な複数個のバンクに分割されたベクトルレジスタ(2
)と、該ベクトルレジスタ(2)と記憶装置間のデータ
転送を行う1つ乃至複数個のアクセスパイプライン(1
)と、前記ベクトルレジスタ(2)からのデータを読み
出しつつ演算して結果を前記ベクトルレジスタ(2)に
書き込む1つ乃至複数個の演算パイプライン(3)とを
備えたベクトル処理装置において、 前記アクセスパイプライン(1)及び/又は演算パイプ
ライン(3)の起動時点からベクトルレジスタへの書込
み時点までの時間をNとし、前記ベクトルレジスタ(2
)のアクセスタイミングの周期をTとしたとき、 前記アクセスパイプライン(1)及び/又は演算パイプ
ライン(3)の中の命令の状態を管理する管理レジスタ
(4及び/又は5)の段数を、下記の式で表されるPと
するよう構成したことを特徴とする命令制御方式。 P=N/T+1(N/Tが整数のとき) P=〔N/T〕+2(N/Tが整数でないとき)(ただ
し、〔 〕はガウス記号である。)[Claims] A vector register (2
), and one or more access pipelines (1) that transfer data between the vector register (2) and the storage device.
), and one or more calculation pipelines (3) for performing calculations while reading data from the vector register (2) and writing the results to the vector register (2), the vector processing device comprising: Let N be the time from the start of the access pipeline (1) and/or the calculation pipeline (3) to the time of writing to the vector register, and
), the number of stages of management registers (4 and/or 5) that manage the states of instructions in the access pipeline (1) and/or the operation pipeline (3) is: An instruction control system characterized in that it is configured such that P is expressed by the following formula. P=N/T+1 (when N/T is an integer) P=[N/T]+2 (when N/T is not an integer) (However, [ ] is a Gaussian symbol.)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7954286A JPH087743B2 (en) | 1986-04-07 | 1986-04-07 | Command controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7954286A JPH087743B2 (en) | 1986-04-07 | 1986-04-07 | Command controller |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS62247460A true JPS62247460A (en) | 1987-10-28 |
JPH087743B2 JPH087743B2 (en) | 1996-01-29 |
Family
ID=13692883
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP7954286A Expired - Fee Related JPH087743B2 (en) | 1986-04-07 | 1986-04-07 | Command controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH087743B2 (en) |
-
1986
- 1986-04-07 JP JP7954286A patent/JPH087743B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH087743B2 (en) | 1996-01-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS63240664A (en) | Fast processing computer | |
JPS62247460A (en) | Instruction control system | |
JP2798121B2 (en) | Data processing device | |
JPH09212360A (en) | Data processor | |
JPH11312085A (en) | Processor | |
JPS5890247A (en) | Pipeline controlling system of information processor | |
JPH0616287B2 (en) | Vector arithmetic processor with mask | |
JPS6120893B2 (en) | ||
JPH09237186A (en) | Loop controller and processor | |
JP2504224B2 (en) | Data processing device | |
JPS6343784B2 (en) | ||
JPS63216172A (en) | Instruction call control system | |
JPH04175928A (en) | Microprocessor | |
JPS582975A (en) | Controlling system for vector data processing device | |
JPH0118456B2 (en) | ||
JPS6343782B2 (en) | ||
JPS63204322A (en) | Information processor | |
JPH027139A (en) | Store data register selecting system | |
JPS60175146A (en) | Programmable controller | |
JPH03189868A (en) | Data processor | |
JPH0222417B2 (en) | ||
JPH0475166A (en) | Access instruction control system for vector computer | |
JPH0342721A (en) | Information processor | |
JPH0477945B2 (en) | ||
JPH0685166B2 (en) | Instruction control method for multiprocessor system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |