JPS61264442A - Compiler - Google Patents

Compiler

Info

Publication number
JPS61264442A
JPS61264442A JP60106546A JP10654685A JPS61264442A JP S61264442 A JPS61264442 A JP S61264442A JP 60106546 A JP60106546 A JP 60106546A JP 10654685 A JP10654685 A JP 10654685A JP S61264442 A JPS61264442 A JP S61264442A
Authority
JP
Japan
Prior art keywords
vector length
intermediate code
vector
value
compiler
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
JP60106546A
Other languages
Japanese (ja)
Other versions
JPH0452987B2 (en
Inventor
Morie Sagawa
佐川 守江
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 JP60106546A priority Critical patent/JPS61264442A/en
Publication of JPS61264442A publication Critical patent/JPS61264442A/en
Publication of JPH0452987B2 publication Critical patent/JPH0452987B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Complex Calculations (AREA)

Abstract

PURPOSE:To improve the overall efficiency of a compiler by obtaining the maximum busy number and the optimum vector length to set the desirable vector length and therefore avoiding the production of the extremely small vector length. CONSTITUTION:If an intermediate code 7 is given, the maximum number of vector registers vt1-vt4 are occupied temporarily in a process (3). Therefore the maximum busy number is decided as value '3' between processes (1) and (7). When such maximum busy number is kept within value '8', the vector length value less than '1024' can be selected with a device of VP200. Therefore both the initial physical and steady physical vector lengths are obtained with retrieval of a vector length deciding table 18. Thus an optimum intermediate code can be outputted.

Description

【発明の詳細な説明】 〔概要〕 中間コード最適化部を有するコンパイラにおいて、当該
中間コード最適化部にベクトル長設定機能部をもうけ、
該ベクトル長設定機能部が、ベクトル長決定テーブルを
参照し、可能な範囲で極端に短いベクトル長が生じるこ
とのないようにベクトル長を決定し、全体としての効率
を向上するようにすることが開示される。
[Detailed Description of the Invention] [Summary] In a compiler having an intermediate code optimization section, a vector length setting function section is provided in the intermediate code optimization section,
The vector length setting function section refers to a vector length determination table and determines the vector length so as to prevent an extremely short vector length from occurring within a possible range, thereby improving overall efficiency. be disclosed.

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

本発明は、コンパイラ、特に中間コード最適化部を有す
るコンパイラにおいて、好ましいベクトル長を決定する
機能をもたせるようにしたコンパイラに関するものであ
る。
The present invention relates to a compiler, particularly a compiler having an intermediate code optimization section, which has a function of determining a preferred vector length.

(従来の技術〕 与えられたソース・プログラムからオブジェクト・プロ
グラムを生成するコンパイラにおいて。
(Prior Art) In a compiler that generates an object program from a given source program.

ソース・プログラムが例えばループを含んでいる如き場
合に典型的に現われるが、中間コードを生成した段階に
おいて、オブジェクト・プログラムを生成した際に最も
好ましいものが得られるように、ベクトル化された中間
コードの最適化をはかることが行われる。
This typically occurs when a source program contains a loop, for example, but at the stage of generating intermediate code, vectorized intermediate code is Optimization is carried out.

第5図はベクトル演算の例を示しており1図示の場合に
は、ベクトル(aI+ aZ+・・・)とベクトル(+
)+、bz、・・・)との各エレメントに対して、エレ
メント対応にマスク(ml、mz、・・・)がオンの場
合に C1=ai +bz なる演算を行い、オフの場合に C4=C1 なる演算を行うことを表わしている。
Figure 5 shows an example of vector calculation, and in the case of one illustration, vector (aI + aZ +...) and vector (+
) +, bz, ...), if the mask (ml, mz, ...) is on, C1 = ai + bz is calculated, and if it is off, C4 = This indicates that an operation C1 is to be performed.

第5図に示した如きベクトル演算は、第6図図示の如き
ハードウェア構成をもつベクトル計算機によって演算さ
れる。第6図において、1はベクトル・プロセッサ、2
は主記憶装置、3はメモリ制御装置、4はチャネル・プ
ロセッサ、5は大記憶装置を表わしている。
The vector calculation shown in FIG. 5 is performed by a vector computer having a hardware configuration as shown in FIG. In FIG. 6, 1 is a vector processor, 2
3 represents a main storage device, 3 a memory control device, 4 a channel processor, and 5 a large storage device.

第7図は、与えられたソース・プログラム6をベクトル
化した中間コードに変換している状態を表わしている。
FIG. 7 shows a state in which a given source program 6 is being converted into vectorized intermediate code.

図示ソース・プログラム6においては、■の値が「1」
からrloOJまで変化する場合において、 A (I
)とD (I)とを求めることを表現している。そして
、中間コード7においては、ベクトル・レングスがrl
oOJ  (即ちVLENG−100)であるとして、
 A C*)とD(*)とを求めることが表現されてい
る。
In the illustrated source program 6, the value of ■ is "1"
A (I
) and D (I). In intermediate code 7, the vector length is rl
oOJ (i.e. VLENG-100),
It is expressed that A C*) and D(*) are to be found.

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

コンパイラにおいては、第7図図示の如き中間コード7
を生成した上で、オブジェクト・プログラムを生成する
が、オブジェクト・プログラムを実行してゆく段階にお
いて使用できるベクトル・レジスタに限度がある。この
ために、どの程度のベクトル・レジスタを使用する形で
オブジェクト・プログラムを生成するかが問題となる。
In the compiler, intermediate code 7 as shown in FIG.
However, there is a limit to the number of vector registers that can be used at the stage of executing the object program. Therefore, the question is how many vector registers should be used to generate the object program.

ベクトル長が大となればそれだけ少ないベクトル・レジ
スタを使用する形となり易く、全体の数多くの処理を効
率よく実行する上では、かえって問題のあることがある
。したがって、一般には。
As the vector length increases, fewer vector registers are likely to be used, which may actually pose a problem in efficiently executing a large number of overall processes. Therefore, in general.

後述するビジー数を調べて上記ベクトル長が決定される
が1例えばロジカル・ベクトル・レングスがrl O2
5Jであるような場合に、実際に演算する際のフィジカ
ル・ベクトル長を例えば「512・」に選んだとすると
、上記ロジカル・ベクトル・レングスがrl 025J
である如き演算を、フィジカル・ベクトル長がr512
Jの演算を2回と、ベクトル長が「1」の演算を1回と
をもって行うこととなりかねない。このような区分のさ
れ方となったような場合には、ベクトル長が「1」の演
算を行うための効率が悪く、好ましくはベクトル長r5
12Jとベクトル長r513Jとの如き2回の演算に区
分できるようにすることが望ましい。
The above vector length is determined by checking the busy number, which will be described later.1 For example, the logical vector length is rl O2
5J, and if we choose the physical vector length for the actual calculation to be, for example, "512.", then the above logical vector length is rl 025J.
When the physical vector length is r512,
There is a possibility that the calculation for J will be performed twice and the calculation for the vector length "1" will be performed once. In such a case, it is inefficient to perform calculations with a vector length of "1", and it is preferable to use vector length r5.
It is desirable to be able to divide the calculation into two operations such as 12J and vector length r513J.

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

本発明は上記の点を解決しており、第1図は本発明の原
理ブロック図を示す。図中の符号8はコンパイラ、9は
ソース・プログラム、10はオブジェクト・プログラム
を表わしている。また11はソース解釈部、12は記憶
域割付は部113はベクトル化部、14は中間コード最
適化部であって本発明が直接関連する所のもの、15は
レジスタ使用決定部、16はオブジェクト・プログラム
出力部、17はベクトル長設定機能部を表わしている。
The present invention solves the above problems, and FIG. 1 shows a block diagram of the principle of the present invention. In the figure, numeral 8 represents a compiler, 9 represents a source program, and 10 represents an object program. Further, 11 is a source interpretation section, 12 is a storage allocation section 113 is a vectorization section, 14 is an intermediate code optimization section which is directly related to the present invention, 15 is a register usage determination section, and 16 is an object - Program output section 17 represents a vector length setting function section.

ベクトル化部13は第7図を参照して説明した如き形で
ベクトル化を行った中間コードを出力し中間コード最適
化部14は中間コードについて最適化をはかるようにす
る。
The vectorization unit 13 outputs an intermediate code that has been vectorized in the manner described with reference to FIG. 7, and the intermediate code optimization unit 14 optimizes the intermediate code.

〔作用〕[Effect]

本発明の場合には、上述の如き掻端に短いベクトル長の
演算が混在するようになることを防止するために、ベク
トル長設定機能部17がもうけられる。当該機能部17
は、後述する如き形で最大ビジー数を求め、−最適なベ
クトル長を求めて、好ましいベクトル長を設定し、中間
コード最適化部内の処理(図示せず)に通知する。当該
最適なベクトル長を求めるに当っては、ベクトル長決定
テーブルを参照する形の処理が行われる。
In the case of the present invention, a vector length setting function section 17 is provided in order to prevent calculations with short vector lengths from being mixed at the end as described above. The functional section 17
calculates the maximum busy number in the manner described below, determines the optimal vector length, sets the preferred vector length, and notifies the process (not shown) in the intermediate code optimization unit. In determining the optimum vector length, a process is performed that refers to a vector length determination table.

〔実施例〕〔Example〕

第2図は最大ビジー数を決定する態様を説明する説明図
である。
FIG. 2 is an explanatory diagram illustrating how the maximum busy number is determined.

今仮に、第2図図示左端縦列の如き中間コード7が与え
られているとするとき、ベクトル・レジ・  スタv 
t、、v t2.v t3.v t4が夫々どの範囲で
占有されるかを示したものが1図示中央部の縦棒線であ
る。図示の場合、レジスタvt、は処理■から■までの
間占有される。またレジスタvt=は処理■から■まで
の間占有される。このような占有の状態を調べることに
よって、処理■から■までの間の処理に当って、レジス
タが一時期に最大個数占有されるのは処理■の場合であ
り、このことから、処理■から■までの間の最大ビジー
数は値「3」として決定される。
Suppose now that an intermediate code 7 as shown in the leftmost column in FIG. 2 is given, the vector register v
t,,v t2. v t3. The vertical bars in the center of Figure 1 indicate the ranges occupied by each of v t4. In the illustrated case, register vt is occupied during processing from ■ to ■. Further, the register vt= is occupied from processing ① to ②. By examining the state of such occupancy, it is found that among the processes from process ■ to process ■, the maximum number of registers are occupied at one time in case of process ■; The maximum busy number until then is determined as the value "3".

第1表は、データ処理装置の機種がVPlooの場合と
VP200の場合とで、上記最大ビジー数nが求まった
ときに、ベクトル長をどの程度の値に選定したらよいか
の目安を与える目安ベクトル長DVLを表にまとめたも
のである。
Table 1 shows reference vectors that provide a guideline for selecting the vector length when the maximum busy number n is determined for the data processing device models VPloo and VP200. The long DVL is summarized in a table.

上記の如く求められた最大ビジー数が値「8」以内であ
る場合には、VP200の装置においてはベクトル長は
r1024J以内の値を選び得る。
If the maximum busy number determined as described above is within the value "8", the vector length can be selected within r1024J in the VP200 device.

第1表 上述のように最大ビジー数が決まり、目安ベクトル長D
VLが決まった状態の下で、第4図に示す如きベクトル
長決定テーブル18を索引する処理によって、初期フィ
ジカル・ベクトル長(初期PVL)の値と定常フィジカ
ル・ベクトル長(定常PVL)の値とが求められる。そ
して、これにもとづいて、中間コード最適化部14は、
第3図に示す如き形のベクトル長に関して最適化された
中間コードを出力する。
The maximum busy number is determined as described above in Table 1, and the approximate vector length D
Under the condition that VL is determined, the value of the initial physical vector length (initial PVL) and the value of the steady physical vector length (steady PVL) are determined by the process of indexing the vector length determination table 18 as shown in FIG. is required. Based on this, the intermediate code optimization unit 14
An intermediate code optimized with respect to the vector length as shown in FIG. 3 is output.

なお、第3図において、符号19の部分は、上記得られ
た初期フィジカル・ベクトル長をもって1回だけ行われ
る形の処理であり、符号2oの部分は、上記得られた定
常フィジカル・ベクトル長をもって一般には複数回ルー
プされる処理である。
In FIG. 3, the part 19 is a process that is performed only once using the initial physical vector length obtained above, and the part 2o is a process that is performed only once using the initial physical vector length obtained above. Generally, this is a process that is looped multiple times.

そして、与えられたロジカル・ベクトル長(LVL)を
もつ処理は、上記2つの処理、即ち初期フィジカル・ベ
クトル長の処理19と定常フィジカル・ベクトル長の処
理20 (一般にはループ)とに区分された形で処理さ
れる形となる。なお第3図において、VLVLはフィジ
カル・ベクトル長を設定する命令であり、BCTは分岐
命令である。
Processing with a given logical vector length (LVL) is divided into the above two processes, namely, initial physical vector length processing 19 and steady physical vector length processing 20 (generally a loop). It becomes a form that is processed in a form. In FIG. 3, VLVL is an instruction for setting the physical vector length, and BCT is a branch instruction.

第4図はベクトル長決定テーブルの一実施例態様を示し
ている。実際には、当該テーブル18はROM上に格納
されていると考えてよい。
FIG. 4 shows an embodiment of the vector length determination table. Actually, the table 18 may be considered to be stored on the ROM.

第4図において、LVLはロジカル・ベクトル長、AV
Lはアレイ・ベクトル長、DVLは目安ベクトル長を表
わす。VL−LOOPは、与えられたロジカル・ベクト
ル長LVLをもつ処理を実行するに当って、所定のフィ
ジカル・ベクトル長に区分された際に幾つの処理に区分
されるかを示すもので9回転数はこの区分数を表わして
、「有」は回転数が値「2」以上であることを表わし。
In Figure 4, LVL is the logical vector length, AV
L represents the array vector length, and DVL represents the standard vector length. VL-LOOP indicates how many processes are divided into predetermined physical vector lengths when executing a process with a given logical vector length LVL. represents the number of divisions, and "present" represents that the rotation speed is greater than or equal to the value "2".

「無」は回転しないことを表わしている。またMOD 
(***) は計数「***Jを行った結果の剰余を表わしている。
"No" means no rotation. Also MOD
(***) represents the remainder of the result of counting ``***J.

第4図図示のテーブル18は次の如き事柄を表わしてい
る。即ち2例えば図示(A)欄は、与えられた中間コー
ドからはロジカル・ベクトル長LVLもアレイ・ベクト
ル長AVLも判らない場合(実際の処理に入った場合に
はいわばその直前にLVLO値が判定する)では、初期
フィジカル・ベクトル長(初期PVL)として の値で与えられ、定常フィジカル・ベクトル長(定常P
VL)としてDVLの値で与えられる。
The table 18 shown in FIG. 4 represents the following matters. For example, in column (A) shown in the figure, if neither the logical vector length LVL nor the array vector length AVL is known from the given intermediate code (when the actual processing starts, the LVLO value is determined just before that). ) is given as the initial physical vector length (initial PVL), and the steady physical vector length (stationary P
VL) is given as the value of DVL.

実際の数値例をあてはめて、上記初期PVLと定常PV
Lとを求めてみよう。
Applying actual numerical examples, the above initial PVL and steady PV
Let's find L.

〔数値例I〕[Numerical example I]

装置VP200の場合であって、最大ビジー数が値「8
」であって、ロジカル・ベクトル長LVLが値rl 0
60Jであったとする。
In the case of device VP200, the maximum busy number is the value "8".
”, and the logical vector length LVL is the value rl 0
Suppose it was 60J.

この場合には。In this case.

=36 (ii)LVL>DVL (iii) DVL>128 であり。=36 (ii) LVL>DVL (iii) DVL>128 Yes.

−2(小数点以下切捨て) =530 (小数点以下切捨て) となる。また となる。したがって1図示(B)欄が適用される形とな
り、初期PVLが値r530Jであり、かつ定常PVL
が値r530Jとされる。
-2 (rounded down to the decimal point) = 530 (truncated to the decimal point). It will be again. Therefore, column 1 (B) shown in the figure is applied, and the initial PVL is the value r530J, and the steady PVL
is set to the value r530J.

〔数値例■〕[Numerical example■]

装置VP200の場合であって、最大ビジー数が値「8
」であって、ロジカル・ベクトル長LVLが値rl 0
25Jであったとする。この場合= −+ 1 = 5
13 υ VL’ となる。したがって1図示(B)欄が適用される形とな
り、初期PVLが値r512Jであり、かつ定常PVL
が値r513」とされる。
In the case of device VP200, the maximum busy number is the value "8".
”, and the logical vector length LVL is the value rl 0
Suppose it was 25J. In this case = −+ 1 = 5
13 υ VL'. Therefore, column 1 (B) shown in the figure is applied, and the initial PVL is the value r512J, and the steady PVL
is the value r513.

なお、当該数値例の場合9従来のままの上記目安ベクト
ル長DVLの値r512Jをそのまま使用すると。
In addition, in the case of the numerical example 9, if the value r512J of the above standard vector length DVL, which is the same as before, is used as is.

1025=1+512+512 であることから、ベクトル長「1」の処理1回と。1025=1+512+512 Therefore, the vector length "1" is processed once.

ベクトル長r5124の処理2回とによって所定の処理
が達成されることとなり、極端に小さいベクトル長の場
合が含まれて効率が悪くなっていた。
A predetermined process is achieved by processing the vector length r5124 twice, and this includes cases where the vector length is extremely small, resulting in poor efficiency.

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

以上説明した如く2本発明によれば、可能な限ぎり、ベ
クトル長が極端に小さくなることがなくなり、従来の場
合にくらべて効率がよくなる。
As explained above, according to the present invention, the vector length is prevented from becoming extremely small as much as possible, and efficiency is improved compared to the conventional case.

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

第1図は本発明の原理ブロック図、第2図は最大ビジー
数を決定する態様を説明する説明図、第3図は中間コー
ド出力例、第4図はベクトル長決定テーブルの一実施例
態様、第5図はベクトル演算の例を説明する説明図、第
6図はベクトル計算機のハードウェア構成例、第7図は
ベクトル・レングス制御範囲を説明する説明図を示す。 図中、1はベクトル・プロセッサ、6はソース・プログ
ラム、7は中間コード、8はコンパイラ。 14は中間コード最適化部、17はベクトル長設定機能
部、18はベクトル長決定テーブルを表わす。 特許出願人   富士通株式会社 代理人弁理士  森 1) 寛(外1名)ど−−−ゝ−
wt+  wA  Vh  Dk      ビ外彰、
マ島2 図 甲間つ−ド本力例 第 3 m (0+、Oz、−、Ox) + (b+、 bz、−、
bz)(CI ) C2t91.t Cj−) [; 
(mI l m2+ ’” l ”’j−)]vAo 
 (Vector Aod)  [w+th  mas
k ]公ツクトル育イ列 拓 5 m
Fig. 1 is a principle block diagram of the present invention, Fig. 2 is an explanatory diagram illustrating the mode of determining the maximum busy number, Fig. 3 is an example of intermediate code output, and Fig. 4 is an embodiment of a vector length determination table. , FIG. 5 is an explanatory diagram for explaining an example of vector calculation, FIG. 6 is an explanatory diagram for explaining an example of the hardware configuration of a vector computer, and FIG. 7 is an explanatory diagram for explaining a vector length control range. In the figure, 1 is a vector processor, 6 is a source program, 7 is an intermediate code, and 8 is a compiler. Reference numeral 14 represents an intermediate code optimization section, 17 a vector length setting function section, and 18 a vector length determination table. Patent applicant: Fujitsu Ltd. Representative Patent Attorney Mori 1) Hiroshi (1 other person)
wt+ wA Vh Dk Bigai Akira,
Mashima 2 Figure 1. Main force example No. 3 m (0+, Oz, -, Ox) + (b+, bz, -,
bz) (CI) C2t91. t Cj-) [;
(mI l m2+ '” l ”'j-)] vAo
(Vector Aod) [w+th mas
k ] Public training development 5 m

Claims (1)

【特許請求の範囲】 与えられたソース・プログラム(9)から中間、コード
(7)を生成した上で最適化をはかりオブジェクト・プ
ログラム(10)を生成するコンパイラ(8)において
、 上記生成された中間コード(7)から上記オブジェクト
・プログラム(10)を得るに当って最適化をはかる中
間コード最適化部(14)をそなえ、該中間コード最適
化部(14)において、最大ビジー数を求めた上で最適
なベクトル長を求めてベクトル長を設定するベクトル長
設定機能部(17)がもうけられ、 該ベクトル長設定機能部(17)は、与えられた制御範
囲の処理を実行する上でのベクトル長を、初期フィジカ
ル・ベクトル長と定常フィジカル・ベクトル長とに区分
し、当該初期フィジカル・ベクトル長と当該定常フィジ
カル・ベクトル長との比率を可能な範囲で値「1」に近
づけるよう区分するベクトル長決定テーブル(18)を
参照するよう構成し、 上記中間コード最適化部(14)は、上記与えられた初
期フィジカル・ベクトル長にしたがった処理を最初に実
行し、次いで上記与えられた定常フィジカル・ベクトル
長にしたがった処理を1回または複数回繰返す形の中間
コードを出力するよう構成される ことを特徴とするコンパイラ。
[Claims] A compiler (8) that generates an intermediate code (7) from a given source program (9), performs optimization, and generates an object program (10), An intermediate code optimization section (14) was provided for performing optimization when obtaining the object program (10) from the intermediate code (7), and the maximum busy number was determined in the intermediate code optimization section (14). A vector length setting function section (17) is provided which determines the optimum vector length and sets the vector length. Divide the vector length into an initial physical vector length and a steady physical vector length, and divide the vector length so that the ratio of the initial physical vector length and the steady physical vector length approaches the value "1" as much as possible. The intermediate code optimization unit (14) is configured to refer to the vector length determination table (18), and the intermediate code optimization unit (14) first executes processing according to the given initial physical vector length, and then performs processing according to the given initial physical vector length. A compiler characterized in that it is configured to output intermediate code that repeats processing according to a physical vector length one or more times.
JP60106546A 1985-05-18 1985-05-18 Compiler Granted JPS61264442A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60106546A JPS61264442A (en) 1985-05-18 1985-05-18 Compiler

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60106546A JPS61264442A (en) 1985-05-18 1985-05-18 Compiler

Publications (2)

Publication Number Publication Date
JPS61264442A true JPS61264442A (en) 1986-11-22
JPH0452987B2 JPH0452987B2 (en) 1992-08-25

Family

ID=14436356

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60106546A Granted JPS61264442A (en) 1985-05-18 1985-05-18 Compiler

Country Status (1)

Country Link
JP (1) JPS61264442A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63168773A (en) * 1987-01-07 1988-07-12 Nec Corp Loop multiplex vector processing system
WO2020148906A1 (en) * 2019-01-18 2020-07-23 日本電気株式会社 Optimization device, optimization method, and computer-readable recording medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58149565A (en) * 1982-02-27 1983-09-05 Fujitsu Ltd Processing system of division of vector length control range

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58149565A (en) * 1982-02-27 1983-09-05 Fujitsu Ltd Processing system of division of vector length control range

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63168773A (en) * 1987-01-07 1988-07-12 Nec Corp Loop multiplex vector processing system
WO2020148906A1 (en) * 2019-01-18 2020-07-23 日本電気株式会社 Optimization device, optimization method, and computer-readable recording medium
JPWO2020148906A1 (en) * 2019-01-18 2021-11-25 日本電気株式会社 Optimization device, optimization method, and program

Also Published As

Publication number Publication date
JPH0452987B2 (en) 1992-08-25

Similar Documents

Publication Publication Date Title
JPH0650493B2 (en) Data processing device
JPS62221063A (en) Array processor
JPS61264442A (en) Compiler
JP3144842B2 (en) Microprocessor
JP2003058381A (en) Processor realizing exception processing setting by program
EP1193607B1 (en) Apparatus and method for the exchange of signal groups between a plurality of components in a digital signal processor having a direct memory access controller
JPH06230985A (en) Task control circuit and microprocessor
JPH0460843A (en) Task scheduling system for multiprocessor system
JP3323009B2 (en) Data processing device
US6078545A (en) Data transfer circuit
JP2585905B2 (en) Multitask execution device
JPS5933568A (en) Microcomputer
JP2584082B2 (en) High-speed interrupt processing device
JP3594778B2 (en) Interrupt control device
JPS6362067A (en) Distribution circuit for control memory access of plural processors
JPH06131173A (en) Microprogram control system
JPH07141288A (en) Dma transfer system
JPH11149386A (en) Interruption control system for multiprocessor system
JPS61151745A (en) Interruption processing system
JPS61267833A (en) Instruction set forming system for microcomputer
JPS59189430A (en) Interruption controlling system
JPS6379162A (en) Control system for transferring processor data
JPH02150948A (en) Microcomputer
JPH03109664A (en) Information processor
JPS6238943A (en) Multi-register setting system microcomputer

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term