JPS62247461A - Counting system for executing time of vector instruction - Google Patents

Counting system for executing time of vector instruction

Info

Publication number
JPS62247461A
JPS62247461A JP61062426A JP6242686A JPS62247461A JP S62247461 A JPS62247461 A JP S62247461A JP 61062426 A JP61062426 A JP 61062426A JP 6242686 A JP6242686 A JP 6242686A JP S62247461 A JPS62247461 A JP S62247461A
Authority
JP
Japan
Prior art keywords
vector
unit
instruction
timer
scalar
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
Application number
JP61062426A
Other languages
Japanese (ja)
Other versions
JPH056228B2 (en
Inventor
Kazushi Sakamoto
一志 坂本
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 JP61062426A priority Critical patent/JPS62247461A/en
Publication of JPS62247461A publication Critical patent/JPS62247461A/en
Publication of JPH056228B2 publication Critical patent/JPH056228B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8053Vector 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)
  • Complex Calculations (AREA)

Abstract

PURPOSE:To produce a program having high efficiency by inhibiting the count-up action of a vector timer for a period during which a vector unit is not executing the vector whose processing is requested from a scalar unit. CONSTITUTION:A vector unit VU-1 receives a vector instruction requested from a scalar unit SU 120 and executes and controls it by a vector executing unit VEU (not shown here) at an instruction control part 131. At the same time, a vector timer VT 132 counts the time during which the execution of the vector instruction is started and completed. For this purpose, a timer control signal TC is applied to the timer VT 132. The timer VT 132 counts up the clock signals CLOCK for counting of time. Then the timer VT 132 is inhibited to count up the signals CLOCK for the periods excepting the time needed for execution of the vector instruction by the signal TC received from the part 131.

Description

【発明の詳細な説明】 〔概要〕 スカラユニソトとベクトルユニットとが並列動作する情
報処理装置において、ベクトルユニットがスカラユニッ
トから送られたベクトル命令を実行している時間のみを
計測して3課金やプログラムの性能評価を容易にする。
[Detailed Description of the Invention] [Summary] In an information processing device in which a scalar unit and a vector unit operate in parallel, only the time during which the vector unit executes a vector instruction sent from the scalar unit is measured to calculate 3 charges and programs. facilitates performance evaluation.

〔産業上の利用分野〕[Industrial application field]

本発明は、スカラユニットとベクトルユニットとを含む
情報処理装置におけるベクトル命令の実行時間計測方式
に関する。
The present invention relates to a method for measuring execution time of vector instructions in an information processing apparatus including a scalar unit and a vector unit.

〔技術の背景〕 一般に科学技術用計算機においては、高速化を実現する
ために、従来以下のような方法が取られている。
[Technical Background] In general, in scientific and technical computers, the following methods have been conventionally used to achieve higher speeds.

■ ベクトル命令を処理するベクトルユニットのデータ
処理能力を大きくする。
■ Increase the data processing capacity of the vector unit that processes vector instructions.

■ マルチシステムにする。■ Make it a multi-system.

■の方法では、プログラム中のベクトル命令とその他の
命令との比率により、高速化の効果の大小が異なり、前
者の命令が占める割合が大きい程効果が大きくなる。
In method (2), the speed-up effect differs depending on the ratio of vector instructions to other instructions in the program, and the larger the proportion occupied by the former instructions, the greater the effect.

第5図にその具体例を示す。A specific example is shown in FIG.

第5図の(A)は、ベクトル命令の方がその他の命令よ
りも時間的比率が高い場合、そして第5図の(B)は、
その逆の場合について、それぞれ現状とベクトル命令の
処理能力を2倍にした場合とを対照させて、効果を示し
たものである。
(A) in FIG. 5 shows the case where the vector instruction has a higher time ratio than other instructions, and (B) in FIG.
Regarding the opposite case, the effect is shown by comparing the current situation and the case where the processing capacity of vector instructions is doubled.

すなわち(A)では、全体の処理時間が半分程度になる
が、 (B)ではほとんど変わらないという違いが生じ
る。
That is, in (A), the total processing time is approximately halved, but in (B), there is almost no difference.

従って、単にベクトル命令の処理能力を大きくしても、
 (B)のようなその他の命令の比率が大きいプログラ
ムにおいては、計算機のバランスが悪くなり大きな高速
化の効果は得られない。
Therefore, even if you simply increase the processing capacity of vector instructions,
In a program such as (B) in which the ratio of other instructions is large, the balance of the computer becomes poor and a large speed-up effect cannot be obtained.

このため一般には、シングルシステムで最適な処理能力
のバランスを持つ装置ができた状態で。
Therefore, in general, a single system with an optimal balance of processing power is created.

それ以上の高速化を実現するためには、前記■のマルチ
システムの方法がとられる。
In order to achieve higher speeds, the multi-system method (2) above is used.

ところで科学計算処理等では、プログラムをFORTR
AN等で記述してあり、ベクトル処理を行うためには通
常FORTRANで記述されたものをそのまま処理する
ことは可能である。しかしその場合、ベクトル処理機能
の最大能力を引き出せれば問題ないが2通常では各機種
の特徴を生かすように、コンパイラ処理段階でプログラ
ムをチューニング(ベクトル処理効率を上げるため、ベ
クトルレングスが大きくなるようにプログラムを変更す
ること)してやる必要がある。この場合。
By the way, in scientific calculation processing etc., programs are written in FORTR.
It is written in AN, etc., and in order to perform vector processing, it is usually possible to process what is written in FORTRAN as is. However, in that case, there is no problem as long as the maximum capacity of the vector processing function can be brought out.2 Normally, the program is tuned at the compiler processing stage to take advantage of the characteristics of each machine (in order to increase vector processing efficiency, the vector length is increased). You need to change the program to in this case.

マルチシステムにおいて、チューニングする時点では同
一ジョブを何回流してもそれぞれの処理時間は全く同じ
にならなければならない。これは。
In a multi-system, at the time of tuning, the processing time for each job must be exactly the same no matter how many times the same job is run. this is.

チューニングの効果があったかどうかを判断するためで
ある。
This is to determine whether the tuning was effective.

しかし、マルチシステムでは、科学技術計算のための命
令、たとえばベクトル命令を処理するベクトルユニット
が、その他の命令を処理する複数個のユニット、たとえ
ばスカラユニットにより共用されている場合には、1つ
のスカラユニットからベクトルユニットに依頼したベク
トル命令の実行時間は、同時に他のスカラユニットから
同一のベクトルユニットへ依頼されるベクトル命令の実
行によって影響を受けるため、状況により変動すること
になる。
However, in a multi-system, if a vector unit that processes instructions for scientific and technical calculations, such as vector instructions, is shared by multiple units that process other instructions, such as scalar units, one scalar The execution time of a vector instruction requested from a unit to a vector unit is affected by the execution of vector instructions requested from other scalar units to the same vector unit at the same time, and therefore varies depending on the situation.

このように、プログラムの改善のためには、プログラム
に含まれているスカシ命令。ベクトル命令のそれぞれの
実行時間を知ることが有力な助けとなる。
In this way, in order to improve the program, it is necessary to include the instructions included in the program. Knowing the execution time of each vector instruction is a powerful aid.

また2計算機においては、ジョブに対する課金のために
、プログラムの実行時間の情報が必要である。ところが
科学技術用計算機では、スカラ命令とベクトル命令とい
う処理時間の異なる命令が並列に動作しているため、従
来通りの単純な課金の方法では済まなくなってきている
Furthermore, in the two computers, information on the execution time of the program is necessary for billing the job. However, in scientific and technological computers, scalar instructions and vector instructions, which have different processing times, operate in parallel, so the conventional simple billing method is no longer sufficient.

〔従来の技術〕[Conventional technology]

次にベクトルプロセッサ(以後■Pと呼ぶ)を例にとり
、従来の技術を具体的に説明する。
Next, the conventional technology will be specifically explained using a vector processor (hereinafter referred to as ``P'') as an example.

VPは、ベクトル命令を処理するベクトルユニ7)(V
LI)と、その他の命令(スカラ命令)を処理するスカ
ラユニソト(S U)とを持つ。
VP is a vector unit 7) (V
LI) and a scalar unit (SU) that processes other instructions (scalar instructions).

まず基本的なシングルシステムのVP (VP−1で表
す)の構成例を第6図(a)に示す。
First, an example of the configuration of a basic single system VP (represented by VP-1) is shown in FIG. 6(a).

図において、600は主記憶装置(MSUで表す)、6
05は記憶制御装置(MCUで表す)。
In the figure, 600 is a main storage unit (represented by MSU);
05 is a storage control unit (represented by MCU).

610はVP−1,620はSU、630はVU−1で
ある。
610 is VP-1, 620 is SU, and 630 is VU-1.

次に、SUを2台とVUを1台持つマルチシステム(V
P−Mと呼ぶ)について、その構成例を第6図(b)に
示す。
Next, we will introduce a multi-system with two SUs and one VU (V
(referred to as PM), an example of its configuration is shown in FIG. 6(b).

第6図(b)において、600はMSU、605はMC
U、610はVP−M、620はS Uo 、  62
1はSU、、630はVU−Mである。なお■U−Mは
、VU−1の2倍の処理能力をもつ。
In FIG. 6(b), 600 is MSU, 605 is MC
U, 610 is VP-M, 620 is S Uo, 62
1 is SU, 630 is VU-M. Note that ■UM has twice the processing capacity of VU-1.

次に第6図(a)、 (b)に示す各構成例におけるプ
ログラムの実行の様子を、第7図(a)、 (b)によ
り説明する。
Next, the state of program execution in each of the configuration examples shown in FIGS. 6(a) and 6(b) will be explained with reference to FIGS. 7(a) and 7(b).

第7図(al、 (b)は、それぞれ第6図(a)、 
(blに対応しており、su、vu等が命令実行してい
る様子を示すタイムチャートである。
Figure 7(al) and (b) are respectively Figure 6(a) and
(This is a time chart that corresponds to BL and shows how su, vu, etc. are executing instructions.

次に、第8図に、第6図(a)のシングルシステムにお
けるベクトルユニット■Uの構成を示す。
Next, FIG. 8 shows the configuration of the vector unit U in the single system of FIG. 6(a).

図において、800はMSU、805はMCU。In the figure, 800 is an MSU, and 805 is an MCU.

820はSU、830はVU、840はベクトル制御ユ
ニッ) (VCUで表す)、841は制御信号、850
はベクトル実行ユニン) (VEUで表す)、860は
ロードパイプライン、861はストアパイプライン、8
70はベクトルレジスタ(VRで表す)、880は加算
パイプライン、881は乗算パイプライン、882は除
算パイプラインである。
820 is SU, 830 is VU, 840 is vector control unit) (represented by VCU), 841 is control signal, 850
is a vector execution unit) (represented by VEU), 860 is a load pipeline, 861 is a store pipeline, 8
70 is a vector register (represented by VR), 880 is an addition pipeline, 881 is a multiplication pipeline, and 882 is a division pipeline.

VCU840は、ベクトル命令を制御するユニットで、
制御信号841によりVEU850の命令実行を制御す
る。
The VCU 840 is a unit that controls vector instructions.
Control signal 841 controls command execution of VEU 850 .

VEU850は、ベクトル命令を実行するユニットであ
り、メモリとの間でデータ転送を行うロードパイプライ
ン860.ストアパイプライン861およびベクトルデ
ータを保持するVR870を持つ。
The VEU 850 is a unit that executes vector instructions, and includes load pipelines 860 . It has a store pipeline 861 and a VR 870 that holds vector data.

さらにVR870からベクトルデータを読み出して演算
を行い、結果をVR870に書き込む命令を実行するた
めに、加算パイプライン880゜乗算パイプライン88
1.除算パイプライン882を持つ。
Furthermore, in order to execute an instruction to read vector data from the VR870, perform an operation, and write the result to the VR870, an addition pipeline 880° and a multiplication pipeline 88
1. It has a division pipeline 882.

ひとつのVPにおいては、MSUからの命令のフェッチ
をSUで行う。SUは、スカラ命令をフェッチしたとき
にはSU内で実行し、ベクトル命令をフェッチしたとき
にはVUに渡す。
In one VP, instructions are fetched from the MSU using the SU. When the SU fetches a scalar instruction, it executes it within the SU, and when it fetches a vector instruction, it passes it to the VU.

次に第8図のVU内でベクトル命令を受ける回路を、第
9図に示す0図中の900はSU、910は第8図のM
CU840に対応する。ベクトル命令はバス901を通
して命令フェッチステージレジスタ(V F S Rで
表す)911に入力される。
Next, the circuit that receives the vector instruction in the VU of FIG. 8 is shown in FIG. 9, where 900 in FIG.
Compatible with CU840. Vector instructions are input through bus 901 to instruction fetch stage register (denoted V FSR ) 911 .

ここでベクトルプロセッサステージレジスタ(VFSR
で表す)915に命令がなければ、VFSR911から
VFSR915に命令が移される。
Here the Vector Processor Stage Register (VFSR)
If there is no instruction in the VFSR 915 (represented by ), the instruction is transferred from the VFSR 911 to the VFSR 915.

しかしVFSR915に先行命令が入っているかあるい
は命令バッファ(VFRで表す)912に先行命令が入
っている時には、VFSR911からVFB912に命
令が移され、バッファリン゛グされる。
However, when the VFSR 915 contains a preceding instruction or the instruction buffer (represented by VFR) 912 contains a preceding instruction, the instruction is transferred from the VFSR 911 to the VFB 912 and buffered.

先行命令がVFSR915からぬけた時にVFB912
に命令が入っている場合には、VFB912からセレク
タ914を通って次のタイミングにVFSR915に命
令が入力される。
When the preceding instruction leaves VFSR915, VFB912
If a command is included in the command, the command is input from the VFB 912 through the selector 914 to the VFSR 915 at the next timing.

以上の動作は、命令フェッチ制御部913の制御のもと
に行われる。
The above operations are performed under the control of the instruction fetch control unit 913.

VFSR915の命令は、命令デコーダ918および例
外チェック部919へ送られ、さらにべクトルキュース
テージレジスタ(VQSRで表す)916に送られ、命
令発信を制御する。
Instructions from the VFSR 915 are sent to an instruction decoder 918 and an exception check unit 919, and further sent to a vector queue stage register (represented by VQSR) 916 to control instruction transmission.

命令フヱソチ制御部913は、VFB912のつまり具
合と、VPSR915での命令の有無を見て、VFB9
12.VPSR915への命令の人力、セレクト制御を
行う。またVFB912が一杯になると、VUFull
信号を制御線902を介してSU900に送り、5U9
00からの以後の命令の送出を止める。
The instruction processing control unit 913 checks whether the VFB 912 is clogged and whether there is an instruction in the VPSR 915, and
12. Manually issues commands to the VPSR915 and performs selection control. Also, when VFB912 is full, VUFull
A signal is sent to SU900 via control line 902, and 5U9
Stops sending subsequent instructions starting from 00.

例外チェック部919は、VPSR915にある命令の
例外チェックとデコード結果のチェックを行う。
The exception check unit 919 performs exception checks for instructions in the VPSR 915 and checks the decoding results.

命令管理制御部917は、命令デコーダ918から送ら
れるデコード情報及びVQSR916からの情報によっ
て命令発信を制御するとともに。
The command management control unit 917 controls command transmission based on decode information sent from the command decoder 918 and information from the VQSR 916.

VEUで実行されている命令の管理を行う。これらの制
御はVEUへの制御信号920により行われる。
Manages instructions being executed in the VEU. These controls are performed by control signals 920 to the VEU.

次に、第6図(b)に示されているマルチシステムのV
U−MにおけるVCUの回路構成を第1O図に示す。第
10図において、1030のVFUOと1040のVF
U、との回路および動作機能は。
Next, V of the multisystem shown in Fig. 6(b)
The circuit configuration of the VCU in UM is shown in FIG. 1O. In Figure 10, 1030 VFUO and 1040 VF
The circuit and operating function of U.

第9図の911〜916,918〜919の回路部分と
基本的に同じである。V F Uo 、  V F U
+はそれぞれ独立に動作し、  S Uo 、  S 
U+ との間で命令転送、命令のバッファリング、デコ
ード。
The circuit portions 911 to 916 and 918 to 919 in FIG. 9 are basically the same. V F Uo, V F U
+ operate independently, S Uo , S
Instruction transfer, instruction buffering, and decoding to/from U+.

例外チェック等を行う。Perform exception checks, etc.

1050は、命令切換制御部であり、SU、から送られ
たベクトル命令(以後0系のベクトル命令と呼ぶ)とS
U、から送られたベクトル命令(以後1系のベクトル命
令と呼ぶ)のどちらをVEUで実行するかを選択する制
御を行う。
Reference numeral 1050 is an instruction switching control unit that handles vector instructions sent from SU (hereinafter referred to as 0-series vector instructions) and S
Control is performed to select which of the vector instructions sent from U (hereinafter referred to as 1-system vector instructions) is to be executed by the VEU.

1051はその選択信号を送る信号線であり。1051 is a signal line for sending the selection signal.

選択信号は、1052.1053で示すセレクタSEL
に送られる。
The selection signal is a selector SEL indicated by 1052.1053.
sent to.

セレクタ1052.1053は、VQSRIO61と命
令管理制御部1060に入力する情報をθ系か1系かに
切り換える。命令管理制御部1060とVQSR106
1とは、それぞれ第9図の917と916とに対応して
いる。
Selectors 1052 and 1053 switch the information input to the VQSRIO 61 and the command management control unit 1060 to the θ system or 1 system. Command management control unit 1060 and VQSR 106
1 corresponds to 917 and 916 in FIG. 9, respectively.

次にプログラムの実行の様子を第7図(b)を用いて説
明する。
Next, the execution of the program will be explained using FIG. 7(b).

第7図(b)において、ToからT、ではSue。In FIG. 7(b), from To to T, Sue.

SU、共にスカラ命令を実行しており、ベクトル命令は
ない。T1ではSUO,SU、両方からベクトル命令が
VUに送られ、それぞれVFUa。
Both SU and SU execute scalar instructions, and there are no vector instructions. At T1, vector instructions are sent from both SUO and SU to VU, and VFUa, respectively.

VFUIに入力される。Input to VFUI.

ここで、第10図の命令切換制御部1050によって、
0系、1系の選択が行われるが、この例では、0系のプ
ライオリティを高くしであるので。
Here, the instruction switching control section 1050 in FIG.
The 0 system and 1 system are selected, but in this example, the 0 system is given high priority.

T1からθ系のベクトル命令が実行される。From T1, θ-based vector instructions are executed.

0系からのベクトル命令のかたまり(命令パケットと呼
ぶ)がすべて終了するまで1系のベクトル命令パケット
は実行待ちとなる(twの期間で示す)。
The vector instruction packets of the 1 system wait for execution (indicated by the period tw) until all the clusters of vector instructions (referred to as instruction packets) from the 0 system are completed.

TtでO系の最初のパケットが終了し、命令切換制御部
1050によって命令実行が1系に切換えられる。
At Tt, the first packet of the O system ends, and the instruction switching control unit 1050 switches the instruction execution to the 1 system.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

汎用計算機においては、従来からプログラムの実行時間
を計測するために、各種のタイマが設けられている。
In general-purpose computers, various timers have been conventionally provided to measure the execution time of programs.

科学技術計算機においても、これらのタイマは。These timers are also used in scientific computers.

スカラユニット内に設けられており、プログラムの経過
時間を計測するために使われている。しかしこのプログ
ラムの経過時間は、スカラ命令およびベクトル命令を含
めた動作時間を示すものである。
It is installed in the SCARA unit and is used to measure the elapsed time of the program. However, the elapsed time of this program indicates the operating time including scalar instructions and vector instructions.

このように、従来のタイマは、あくまでも経過時間を測
っていくものであり、かならずしも命令の実行時間とは
対応しない。またスカラ命令とベクトル命令とを分離し
てそれぞれの実行時間を測定することはできなかった。
In this way, conventional timers merely measure elapsed time, and do not necessarily correspond to instruction execution time. Furthermore, it has not been possible to separate scalar instructions and vector instructions and measure their respective execution times.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、ベクトルユニット内にベクトルタイマを設け
、ベクトル命令の実行中、カウントアツプ動作を行わせ
て、ベクトル命令のみの実行時間を独立に計測可能にす
るものである。
According to the present invention, a vector timer is provided in a vector unit, and a count-up operation is performed during the execution of a vector instruction, thereby making it possible to independently measure the execution time of only the vector instruction.

第1図および第2図に、それぞれスカラユニットが1つ
の場合と複数の場合との本発明の原理的構成を示す。
FIGS. 1 and 2 show the basic configuration of the present invention in the case of one scalar unit and the case of a plurality of scalar units, respectively.

第1図において。In FIG.

100はMSU。100 is MSU.

105はMCU。105 is MCU.

110はシングルシステムのベクトルプロセッサVP−
1゜ 120はスカラユニットSU。
110 is a single system vector processor VP-
1°120 is a scalar unit SU.

130はベクトルユニットVU。130 is a vector unit VU.

131は命令管理制御部。131 is an instruction management control unit.

132はベクトルタイマVT。132 is a vector timer VT.

133はタイマ制御信号TC。133 is a timer control signal TC.

134はクロック信号CLOCKである。134 is a clock signal CLOCK.

スカラユニットSUは、ベクトル命令を含むプログラム
を実行し、ベクトル命令を検出すると。
The scalar unit SU executes a program including a vector instruction, and when a vector instruction is detected.

ベクトルユニットVU−1にその処理を依頼する。The vector unit VU-1 is requested to perform the processing.

ベクトルユニットVU−1は、スカラユニットSUから
依頼されたベクトル命令を受は取ると。
Vector unit VU-1 receives a vector command requested from scalar unit SU.

命令管理制御部131で図示されていないベクトル実行
ユニット(V E U)で実行管理するとともに、その
ベクトル命令の実行開始から実行終了までの時間を、ベ
クトルタイマVTに計測させる。
The instruction management control unit 131 manages execution using a vector execution unit (VEU) (not shown), and causes a vector timer VT to measure the time from the start of execution to the end of execution of the vector instruction.

このため、ベクトルタイマVTにベクトル命令実行中を
示すタイマ制御信号TCを与える。
Therefore, a timer control signal TC indicating that the vector instruction is being executed is applied to the vector timer VT.

ベクトルタイマVTは、クロック信号CLOCKをカウ
ントアツプすることにより時間を計測する。
The vector timer VT measures time by counting up the clock signal CLOCK.

ベクトルタイマVTは、命令管理制御部131から与え
られるタイマ制<TfJ信号TCによって、ベクトル命
令実行中以外の期間、クロック信号CLOCKのカウン
トアツプを行うのを禁止される。
The vector timer VT is prohibited from counting up the clock signal CLOCK during a period other than when the vector instruction is being executed by the timer control<TfJ signal TC given from the instruction management control section 131.

このようにして、ベクトルタイマVTには、ベクトル命
令が実行されるたびに、その実行時間が累積されてゆく
In this way, the execution time of a vector instruction is accumulated in the vector timer VT each time the vector instruction is executed.

第2図において。In fig.

200はMSU。200 is MSU.

205はMCU。205 is MCU.

210はマルチシステムのベクトルプロセッサVP−M
210 is a multi-system vector processor VP-M
.

220はスカラユニット5U(1゜ 221はスカラユニットSUt。220 is a SCARA unit 5U (1° 221 is a scalar unit SUt.

230はベクトルユニットVU−M。230 is a vector unit VU-M.

231は命令管理制御部。231 is an instruction management control unit.

232はスカラユニットSUOに対応するベクトルタイ
マVT、。
232 is a vector timer VT corresponding to the scalar unit SUO.

233はスカラユニットSUlに対応するベクトルタイ
マVT、。
233 is a vector timer VT corresponding to the scalar unit SU1.

234はスカラユニットSueからのベクトル命令の実
行中を示すタイマ制御信号’rco。
234 is a timer control signal 'rco indicating that a vector instruction from the scalar unit Sue is being executed.

235はスカラユニットSU、からのベクトル命令の実
行中を示すタイマ制御信号TC,。
235 is a timer control signal TC indicating that a vector instruction from the scalar unit SU is being executed.

236はクロック信号CLOCKである。236 is a clock signal CLOCK.

スカラユニットsu、、sutはそれぞれ並行してプロ
グラムを実行し、各々ベクトル命令を検出すると、ベク
トルユニットVU−Mに処理を依頼する。
The scalar units su, , sut execute programs in parallel, and when each detects a vector instruction, requests processing to the vector unit VU-M.

ベクトルユニットVU−Mの命令管理制御部231は、
スカラユニットSU、、SU、からベクトル命令の処理
依願を受けると、それらのベクトル命令をその発行元(
依頼元)のスカラユニットが識別できるようにして管理
し、実行期間中、その発行元スカラユニットに対応する
ベクトルタイマのみがカウントアツプ動作を行うように
、各ベクトルタイマVT0.VT、に、それぞれタイマ
制御信号TC,,TC,を印加する。
The command management control section 231 of the vector unit VU-M
When a request to process vector instructions is received from a scalar unit SU, , SU, those vector instructions are sent to the issuer (
Each vector timer VT0. Timer control signals TC, TC, are applied to VT, respectively.

各ベクトルタイマv’r、、VT、は、タイマ制御信号
’rco 、TCIによって禁止されないとき。
When each vector timer v'r, , VT, is not inhibited by the timer control signal 'rco, TCI.

クロック信号CLOCKをカウントアツプする。Count up the clock signal CLOCK.

このようにして、ベクトルタイマVT、、VT、には、
スカラユニットSU、、SU、からそれぞれベクトルユ
ニットVU−Mに依頼されるベクI・ル命令の実行時間
が、スカラユニット対応で別々に累積される。
In this way, vector timers VT,, VT, have
The execution time of the vector I/L instructions requested from the scalar units SU, , SU, to the vector unit VU-M is accumulated separately for each scalar unit.

〔作用〕[Effect]

本発明によれば、スカラユニットからベクトルユニット
に依頼されたベクトル命令が実行されるまでの待ち時間
を除いた正味の実行時間だけを計測することができ、特
にマルチシステムの複数のスカラユニットからのベクト
ル命令を1つの共用ベクトルユニットで処理する場合、
各スカラユニソトからの依頼相互の影響を除いたスカラ
ユニットごとの正確なベクトル命令実行時間を計測でき
る。
According to the present invention, it is possible to measure only the net execution time excluding the waiting time until the vector instruction requested from the scalar unit to the vector unit is executed. When processing vector instructions in one shared vector unit,
Accurate vector instruction execution time can be measured for each SCARA unit, excluding the mutual influence of requests from each SCARA unit.

〔実施例〕〔Example〕

第3図は、第1図に示されているシングルシステムに適
用された本発明の1実施例であり2図示の構成は、第9
図の従来例におけるベクトル制御ユニット■CUを改良
したものとして、対応的に示しである。
FIG. 3 shows one embodiment of the present invention applied to the single system shown in FIG. 1, and the configuration shown in FIG.
This figure corresponds to an improved version of the vector control unit CU in the conventional example shown in the figure.

第3図に示されている参照番号と構成要素との対応は次
の通りである。
The correspondence between the reference numbers and components shown in FIG. 3 is as follows.

300:5U 301:ベクトル命令を送るバス 302:VUFull信号を送る制御線310:ベクト
ルユニットV U −1のベクトル制御ユニットVCU 311:命令フェッチステージレジスタVFS312:
命令バッファVFR 313:命令フェッチ制御部 314:セレクタ5EL 315:ベクトルプロセッサステージレジスタPSR 316:ベクトルキューステージレジスタVQR 317:命令管理制御部 318:命令デコーダDEC 319:タイマ制御信号線 320:AND回路 321:ベクトルタイマVT 322:クロック信号線 動作においてベクトル命令は、バス301を通してVF
SRに入力される。ここでVPSRに命令がなく、空き
となっていれば、VFSRからVFSRに命令が移動さ
れる。VPSRに先行命令が入っているか、あるいはV
FBに先行命令が入っているときは、VFSRの命令は
VFRに送られて、一時的に保持(パフファリング)さ
れる。
300: 5U 301: Bus for sending vector instructions 302: Control line for sending VUFull signal 310: Vector control unit VCU of vector unit VU-1 311: Instruction fetch stage register VFS312:
Instruction buffer VFR 313: Instruction fetch control section 314: Selector 5EL 315: Vector processor stage register PSR 316: Vector queue stage register VQR 317: Instruction management control section 318: Instruction decoder DEC 319: Timer control signal line 320: AND circuit 321: Vector timer VT 322: In clock signal line operation, vector instructions are sent to VF through bus 301.
Input to SR. If there is no instruction in the VPSR and the VPSR is empty, the instruction is moved from the VFSR to the VFSR. VPSR contains a preceding instruction or V
When the FB contains a preceding instruction, the instruction in the VFSR is sent to the VFR and temporarily held (puffered).

先行命令がVPSRから送出され、空きとなったときに
、VFBに命令が入っていると、その命令は、VFBか
らセレクタSELを通って9次のタイミングでVPSR
に入力される。
If there is an instruction in the VFB when the preceding instruction is sent from the VPSR and it becomes vacant, that instruction will be transferred from the VFB through the selector SEL to the VPSR at the 9th timing.
is input.

以上の制御は、命令フェッチ制御部313により行われ
る。
The above control is performed by the instruction fetch control unit 313.

VPSRは、命令デコーダDECで命令を識別するため
の命令レジスタである。またVQSRは。
VPSR is an instruction register for identifying instructions in the instruction decoder DEC. Also, VQSR.

命令管理制御部による命令発信を制御するための命令レ
ジスタである。
This is an instruction register for controlling instruction transmission by the instruction management control unit.

命令命令フェッチ制御部313は、命令フェッチを制御
し、VFBの詰り具合、VPSRにおける命令の有無を
見て、VFB、VPSRへの命令の入力やセレクタSE
Lの選択制御を行う、またVFBが一杯になると、制御
信号線302を介して、 VU Full信号をSUに
送り、SUからのそれ以上の命令の送出を止めさせる。
The instruction instruction fetch control unit 313 controls instruction fetch, checks the degree of clogging of the VFB and the presence or absence of an instruction in the VPSR, and inputs the instruction to the VFB and VPSR and inputs the instruction to the selector SE.
When the VFB is full, a VU Full signal is sent to the SU via the control signal line 302 to stop the SU from sending out any more commands.

命令デコーダDECは、VPSRにある命令のデコード
を行う。
The instruction decoder DEC decodes instructions in the VPSR.

命令管理制御部317は、命令デコーダDECから送出
されるデコード情報およびVQSRからの情報によって
、VQSRにある命令の命令発信を制御する。
The command management control unit 317 controls the command transmission of commands in the VQSR based on decode information sent from the command decoder DEC and information from the VQSR.

ベクトルタイマVTは、クロック信号線322からのク
ロック信号CLOCKを+1ずつカウントアツプするカ
ウンタである。CLOCKは、命令管理制御部317か
ら出力されるタイマ制御信号TCにより、AND回路3
20で、ベクトルタイマVTの入力を制御される。
The vector timer VT is a counter that counts up the clock signal CLOCK from the clock signal line 322 by +1. CLOCK is output from the AND circuit 3 by the timer control signal TC output from the instruction management control section 317.
At 20, the input of the vector timer VT is controlled.

命令管理制御部317は、ベクトル命令の実行中である
ときにのみ、タイマ制御信号TCをONにする。
The instruction management control unit 317 turns on the timer control signal TC only when a vector instruction is being executed.

第4図は、第2図に示されているマルチシステムが適用
された本発明の1実施例であり1図示の構成は、第10
図の従来例におけるVUを改良したものとして、対応的
に示しである。
FIG. 4 shows one embodiment of the present invention to which the multi-system shown in FIG. 2 is applied, and the configuration shown in FIG.
This is a corresponding example of an improved VU in the conventional example shown in the figure.

第4図に示されている参照番号に構成要素との対応は次
の通りである。
The correspondence between the reference numbers shown in FIG. 4 and the constituent elements is as follows.

400ニスカラユニツトSU。400 Niskara Unit SU.

401ニスカラユニツトSU。401 Niskara Unit SU.

405:ベクトルユニットVU−M 406:ベクトル制御ユニットVCU 411.421:ベクトル命令を送るバス412.42
2:ベクトル命令送出を禁止するVU Full信号を
送る制御信号線 413.423:命令フェッチステージレジスタV F
 S Ro 、 V F S RI414.424:命
令ハラ7 ア” F B +l l  V FB+ 415.425:セレクタ5EL 416.426:命令命令フェッチ制御部417.42
7:実行時間ベクトルタイマVTEo 、VTEI 430:命令切換制御部 431:セレクタ5EL 432:命令発信バッファ 433:フラグ 434:命令管理制御部 435:クロック信号線 441.451:待ち時間ベクトルタイマVTW o 
、  V T W + 442.452:AND回路 443.453:ベクトル命令インタロツタ信号を送る
制御信号線 444.454:他SU使用中信号線 動作において、まずSUoからバス411を通してVF
SRoにベクトル命令が送られたものとする。このとき
、命令フェッチステージレジスタVFSROが空きであ
り、命令切換制御部430がSUa側に向いていると、
セレクタ5EL415およびセレクタ5EL431を通
して、命令発信バッファ432に転送される。
405: Vector unit VU-M 406: Vector control unit VCU 411.421: Bus 412.42 for sending vector commands
2: Control signal line 413 that sends the VU Full signal that prohibits vector instruction sending. 423: Instruction fetch stage register V F
S Ro, V F S RI414.424: Instruction Hara 7 A” F B +l l V FB+ 415.425: Selector 5EL 416.426: Instruction instruction fetch control unit 417.42
7: Execution time vector timer VTEo, VTEI 430: Instruction switching control section 431: Selector 5EL 432: Instruction transmission buffer 433: Flag 434: Instruction management control section 435: Clock signal line 441.451: Waiting time vector timer VTW o
, V T W + 442.452: AND circuit 443.453: Control signal line that sends vector command interlock signal 444.454: Signal line in use by other SUs In operation, first VF is connected from SUo through bus 411.
Assume that a vector command is sent to SRo. At this time, if the instruction fetch stage register VFSRO is empty and the instruction switching control unit 430 is facing the SUa side,
It is transferred to the command transmission buffer 432 through the selector 5EL415 and the selector 5EL431.

フラグ433は、Oのときに5U(1からのベクトル命
令であることを示し、1のときにSU、からのベクトル
命令であることを示す。これらの情報は命令管理制御部
434に送られる。
When the flag 433 is O, it indicates a vector instruction from 5U (1), and when it is 1, it indicates a vector instruction from SU. This information is sent to the instruction management control unit 434.

命令管理制御部434では、どちらのスカラユニットか
らのベクトル命令がどういう状態で実行されているかを
管理する。そしてこのとき、フラグ433の内容により
実行時間ベクトルタイマ■TE(1、VTEIを選択し
て、SUa 、SO,別に計測させる。
The instruction management control unit 434 manages the state in which vector instructions from which scalar unit are being executed. At this time, depending on the contents of the flag 433, the execution time vector timer TE (1, VTEI) is selected and SUa, SO, and SO are measured separately.

バッファVFB0がいっばいであると、命令命令フェッ
チ制御部416から、SU、に対し、制御信号線412
を介して、命令の送出を禁止する信号を送る。SU、に
関しても動作は同じである。
When the buffer VFB0 is full, the instruction fetch control unit 416 sends a signal to the control signal line 412 to SU.
sends a signal through which the instruction is prohibited from being sent. The operation is the same for SU.

命令切換制御部430は、どちらのSUからの命令を受
は付けるかを制御するもので、受は付けを禁止している
SUに対して、制御信号線412あるいは422を介し
て信号を送る。さらにセレクタ5EL431を制御する
とともに、フラグ433をセントする。
The command switching control unit 430 controls which SU to accept and accept commands from, and sends a signal via the control signal line 412 or 422 to the SU whose acceptance is prohibited. Further, it controls the selector 5EL431 and sets the flag 433.

各SUでは、命令送出禁止信号を受は取ってから後にベ
クトル命令が現れると、この命令の送出を禁止し、SO
内でインタロックをかけておく。
In each SU, if a vector instruction appears after receiving the instruction sending prohibition signal, the sending of this instruction is prohibited, and the SO
Apply an interlock inside.

このとき、VUに対して、制御信号線443あるいは4
53を介してベクトル命令インクロック信号を送る。
At this time, the control signal line 443 or 4
53 to send the vector instruction in clock signal.

VU側では、各SUごとに待ち時間ベクトルタイマVT
Wo 、VTWIを持っており、AND回路442ある
いは452からの出力によってクロック信号CLOCK
のカウントアツプを制御する。
On the VU side, a waiting time vector timer VT is set for each SU.
Wo has a VTWI, and the clock signal CLOCK is output from the AND circuit 442 or 452.
control the count up.

AND回路442は、命令切換制御部430から送られ
る現在地のSUA<VUを使っていることを示す他SU
使用中信号と、ベクトル命令インクロック信号とのAN
D論理をとり、VTWIに出力信号を送る。
The AND circuit 442 receives the other SU that is sent from the instruction switching control unit 430 and indicates that SUA<VU of the current location is being used.
AN of busy signal and vector instruction in clock signal
Takes D logic and sends an output signal to VTWI.

これにより、v’rwoは、他のSUがVUを使ってい
るために自分のSUからのベクトル命令が止められてい
る期間を計測できる。VTW、についても、同様な動作
が行われる。
This allows v'rwo to measure the period during which vector instructions from its own SU are stopped because other SUs are using the VU. A similar operation is performed for VTW.

これらの待ち時間ベクトルタイマVTW、、V’r w
 、を使用することにより、CPU時間を使ってプログ
ラムの課金を行うよ・うな場合に、他のSUがVUを使
っているためにCPU時間が受ける影響を、CPU時間
からVTWI値を引くことにより取り除くことができる
These latency vector timers VTW, , V'r w
, when charging a program using CPU time, you can calculate the impact of CPU time due to other SUs using VU by subtracting the VTWI value from the CPU time. can be removed.

さらに、SUが複数台まれるマルチシステムにおいて、
システム全体の効率を上げるために、■TWの値を用い
て各SUに対するプログラムのスケジュール制御を最適
化することができる。
Furthermore, in a multi-system with multiple SUs,
In order to increase the overall efficiency of the system, the value of ■TW can be used to optimize the program scheduling control for each SU.

〔発明の効果〕〔Effect of the invention〕

ベクトル命令の実行時間を知ることにより、たとえばジ
ョブの中でベクトルユニットが動作した分を別の課金と
して扱うことができる。
By knowing the execution time of a vector instruction, for example, the amount of time the vector unit operates in a job can be treated as separate billing.

またプログラムの改善を行う時に、ベクトル命令の実際
の実行時間を知ることにより、効率のよいプログラムを
作ることができる。
Furthermore, when improving programs, by knowing the actual execution time of vector instructions, it is possible to create more efficient programs.

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

第1図および第2図はそれぞれシングルシステムとマル
チシステムによる本発明の原理的構成図。 第3図はシングルシステムによる実施例の構成図。 第4図はマルチシステムによる実施例の構成図。 第5図はベクトル命令処理の高速化効果の説明図。 第6図は従来のベクトルプロセッサの構成図、第7図は
各ff(ベクトルプロセッサのプログラム実行比較を示
すタイムチャート第8図はシングルシステムvUの構成
図、第9図は従来例のシングルシステムのVCUの構成
図、第10図は従来例のマルチシステムのVCUの構成
図である。 第1図および第2図中。 110ニシングルシステムのベクトルユニットP−1 120ニスカラユニツト5U t3O:ベクトルユニット■υ 131:命令管理制御部 132:ベクトルタイマ 133:タイマ制御信号TC 134:クロック信号CLOCK 21O:マルチシステムのベクトルプロセッサP−M 220.221ニスカラユニットSU、、SU。 230:ベクトルユニットVU−M 231:命令管理制御部 232.233:ペクト7L/ タイ? V T 6 
、  V T 1234.235:タイマ制御信号TC
,,TC。 236:クロック信号CLOCK 第 1 図 第 2 図 (A)           (B) NクトI−会合々り璽の馬連化効果 第  5f!1 (Q)VP−1 一一◆時間 口=:コ  スカク今・金つ亥I咋I4pH1W乙乙乙
  べ゛7トル4ン4′句宴すill八jへ李!イクト
ル7’CN!づe 7’Q 7”りA宴才↑π辛辷Y 
 7  区 ンンク′ルシ′ステムシLII)4A’$  8   
FIG. 1 and FIG. 2 are diagrams showing the basic configuration of the present invention using a single system and a multi-system, respectively. FIG. 3 is a configuration diagram of an embodiment using a single system. FIG. 4 is a configuration diagram of an embodiment using a multi-system. FIG. 5 is an explanatory diagram of the speed-up effect of vector instruction processing. Fig. 6 is a block diagram of a conventional vector processor, Fig. 7 is a time chart showing a comparison of program execution of each ff (vector processor), Fig. 8 is a block diagram of a single system vU, and Fig. 9 is a block diagram of a conventional single system. Figure 10 is a diagram showing the configuration of a conventional multi-system VCU. In Figures 1 and 2. 110 Nisingle system vector unit P-1 120 Niscara unit 5U t3O: Vector unit ■υ 131: Instruction management control unit 132: Vector timer 133: Timer control signal TC 134: Clock signal CLOCK 21O: Multi-system vector processor PM 220.221 Niscara unit SU,, SU. 230: Vector unit VU- M 231: Command management control unit 232. 233: Pect 7L/Tie? V T 6
, V T 1234.235: Timer control signal TC
,,TC. 236: Clock signal CLOCK Fig. 1 Fig. 2 (A) (B) Nct I-Effect of combination of meeting seal No. 5f! 1 (Q) VP-1 11 ◆ Time mouth =: Ko Sukaku now Kintsu I 4 pH 1 W Oto Otsu Be 7 Toru 4 N 4' Haiku banquet ill 8 j to Lee! Hector 7'CN! zue 7'Q 7"riA banquet ↑πspicy Y
7 Ku'nku'Rushi' Stemshi LII) 4A'$ 8
figure

Claims (3)

【特許請求の範囲】[Claims] (1)スカラ命令を処理するスカラユニットと、スカラ
ユニットから依頼されたベクトル命令を処理するベクト
ルユニットとから構成される情報処理装置において、 上記ベクトルユニットは、動作時にクロックをカウント
アップするベクトルタイマ(132)をそなえ、ベクト
ルユニットが上記スカラユニットから処理を依頼された
ベクトル命令を実行していない期間は上記ベクトルタイ
マ(132)のカウントアップ動作を禁止することによ
り、ベクトルユニットがスカラユニットから依頼された
ベクトル命令を実行している時間だけをベクトルタイマ
(132)に計測可能にしたことを特徴とするベクトル
命令の実行時間計測方式。
(1) In an information processing device consisting of a scalar unit that processes scalar instructions and a vector unit that processes vector instructions requested from the scalar unit, the vector unit has a vector timer ( 132), and prohibits the vector timer (132) from counting up during a period when the vector unit is not executing the vector instruction requested to be processed by the scalar unit. A vector instruction execution time measurement method characterized in that a vector timer (132) can measure only the time during which vector instructions are being executed.
(2)スカラ命令を処理する複数のスカラユニットと、
これらのスカラユニットから依頼されたベクトル命令を
処理するベクトルユニットとから構成される情報処理装
置において、 ベクトルユニットは、動作時にクロックをカウントアッ
プするベクトルタイマ(232、233)をスカラユニ
ットごとに1つずつそなえ、 上記各スカラユニットごとのベクトルタイマ(232、
233)は、対応しているスカラユニットがベクトルユ
ニットに依頼したベクトル命令が実行されている期間以
外は、カウントアップ動作を禁止されるように制御して
、各スカラユニットごとにベクトルユニットが依頼され
たベクトル命令を実行している時間だけを、それぞれの
ベクトルタイマ(232、233)に計測可能にしたこ
とを特徴とするベクトル命令の実行時間計測方式。
(2) a plurality of scalar units that process scalar instructions;
In an information processing device consisting of a vector unit that processes vector instructions requested by these scalar units, the vector unit has one vector timer (232, 233) for each scalar unit that counts up the clock during operation. A vector timer (232,
233) controls so that the count-up operation is prohibited except during the period when the vector instruction requested by the corresponding scalar unit to the vector unit is executed, and the vector unit is requested for each scalar unit. A vector instruction execution time measurement method characterized in that only the time during which vector instructions are executed can be measured by each vector timer (232, 233).
(3)上記ベクトルユニットは更に、各スカラユニット
ごとに1つづつの待ち時間ベクトルタイマ(441、4
51)をそなえ、各待ち時間ベクトルタイマ(441、
451)は、対応しているスカラユニットがベクトルユ
ニットに依頼したベクトル命令の実行が、他のスカラユ
ニットがベクトルユニットに依頼したベクトル命令の実
行によって待たされている期間以外は、カウントアップ
動作を禁止されるように制御して、各スカラユニットご
とに他のスカラユニットのために待たされている時間を
測定可能にしたことを特徴とする特許請求の範囲第2項
記載のベクトル命令の実行時間計測方式。
(3) The vector unit further includes one latency vector timer (441, 4) for each scalar unit.
51) and each waiting time vector timer (441,
451) prohibits the count-up operation except during the period when the execution of the vector instruction requested by the corresponding scalar unit to the vector unit is awaited by the execution of the vector instruction requested to the vector unit by another scalar unit. Execution time measurement of a vector instruction according to claim 2, characterized in that the execution time measurement of a vector instruction according to claim 2 is characterized in that the execution time of a vector instruction is controlled such that the time required for each scalar unit to wait for other scalar units can be measured. method.
JP61062426A 1986-03-20 1986-03-20 Counting system for executing time of vector instruction Granted JPS62247461A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61062426A JPS62247461A (en) 1986-03-20 1986-03-20 Counting system for executing time of vector instruction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61062426A JPS62247461A (en) 1986-03-20 1986-03-20 Counting system for executing time of vector instruction

Publications (2)

Publication Number Publication Date
JPS62247461A true JPS62247461A (en) 1987-10-28
JPH056228B2 JPH056228B2 (en) 1993-01-26

Family

ID=13199821

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61062426A Granted JPS62247461A (en) 1986-03-20 1986-03-20 Counting system for executing time of vector instruction

Country Status (1)

Country Link
JP (1) JPS62247461A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4945657A (en) * 1972-06-29 1974-05-01
JPS5947668A (en) * 1982-09-03 1984-03-17 Hitachi Ltd Information processor
JPS59106075A (en) * 1982-12-10 1984-06-19 Hitachi Ltd Data processing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4945657A (en) * 1972-06-29 1974-05-01
JPS5947668A (en) * 1982-09-03 1984-03-17 Hitachi Ltd Information processor
JPS59106075A (en) * 1982-12-10 1984-06-19 Hitachi Ltd Data processing system

Also Published As

Publication number Publication date
JPH056228B2 (en) 1993-01-26

Similar Documents

Publication Publication Date Title
US8424021B2 (en) Event-based bandwidth allocation mode switching method and apparatus
KR100617357B1 (en) Zero overhead computer interrupts with task switching
US6269440B1 (en) Accelerating vector processing using plural sequencers to process multiple loop iterations simultaneously
JPS63127368A (en) Control system for vector processor
JPH0650493B2 (en) Data processing device
JPH11219302A (en) Method and device affecting subsequent instruction processing in data processor
US8151097B2 (en) Multi-threaded system with branch
JPH06105460B2 (en) Multiprocessor processor switching device
US7711925B2 (en) Information-processing device with transaction processor for executing subset of instruction set where if transaction processor cannot efficiently execute the instruction it is sent to general-purpose processor via interrupt
JPS62247461A (en) Counting system for executing time of vector instruction
JPH0640314B2 (en) Multi-channel shared resource processor
JPWO2008155801A1 (en) Information processing apparatus and register control method
US5023774A (en) Data I/O transaction method and system
JP2591200B2 (en) Program prefetching device
JPH1115800A (en) Multiprocessor load uniformizing device
KR900001999B1 (en) Multi processor system
JPS58189770A (en) Vector processor
JPS61131169A (en) Multi-processor system
Takaki et al. On the performance improvement of an architecture towards sharing fpus across cores for the design of multithreading multicore cpus
JPH0827719B2 (en) Data processing device
JPS63193259A (en) Instruction control system for multiprocessor
JPH0658639B2 (en) Data processing device
JPS6041786B2 (en) interrupt control system
JPH0628198A (en) Risc microprocessor priority vector interrupt system
JPS62214467A (en) Multiprocessor instruction control system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees