JPH04160565A - Information processor - Google Patents

Information processor

Info

Publication number
JPH04160565A
JPH04160565A JP2286154A JP28615490A JPH04160565A JP H04160565 A JPH04160565 A JP H04160565A JP 2286154 A JP2286154 A JP 2286154A JP 28615490 A JP28615490 A JP 28615490A JP H04160565 A JPH04160565 A JP H04160565A
Authority
JP
Japan
Prior art keywords
data
processing
instruction
vector
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.)
Pending
Application number
JP2286154A
Other languages
Japanese (ja)
Inventor
Takeshi Nishikawa
西川 岳
Kiyoshi Asai
清 浅井
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.)
NEC Corp
Japan Atomic Energy Agency
Original Assignee
Japan Atomic Energy Research Institute
NEC Corp
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 Japan Atomic Energy Research Institute, NEC Corp filed Critical Japan Atomic Energy Research Institute
Priority to JP2286154A priority Critical patent/JPH04160565A/en
Publication of JPH04160565A publication Critical patent/JPH04160565A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To increase the processing speed by controlling the wait for access to a main storage by information of a flag indicating that the main storage access processing from a following scalar processing part should be started without waiting for the end of the access processing from a preceding vector processing part to the main storage part. CONSTITUTION:A vector processing part 3 is provided with an instruction which starts the main storage access processing from a scalar processing part 2 even on the way of the processing of coincidence between data in a main storage part 1 and that in a buffer storage part 22 during storage of vector data to the main storage part 1. When a programmer or a compiler recognizes that scalar data related to a scalar data read instruction following a vector data storage instruction is data other than data in the vector data storage area of this preceding vector data storage instruction, the scalar data read instruction is set as the instruction, which does not wait for the completion of the processing of coincidence between the main storage and the buffer storage, to eliminate unnecessary wait without breaking the sequence of processing. Thus, the processing speed is increased.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置に関し、特にベクトル処理部とス
カラ処理部を持った情報処理装置で、先行するベクトル
処理部から主記憶部へのアクセスと、後続のスカラ処理
部から主記憶部へのアクセス処理の順序性と保証する情
報処理装置に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to an information processing device, and more particularly, to an information processing device having a vector processing section and a scalar processing section, in which access from a preceding vector processing section to a main memory section is performed. The present invention also relates to an information processing apparatus that guarantees the order of access processing from a subsequent scalar processing unit to a main storage unit.

〔従来の技術〕[Conventional technology]

従来、この種の情報処理装置は、主記憶部と、スカラ処
理部と、ベクトル処理部とから構成され、スカラ処理部
には、主記憶部へのアクセス時間短縮の為、このスカラ
処理部内に主記憶のデータの写しとして緩衝記憶部を有
している。
Conventionally, this type of information processing device consists of a main memory, a scalar processing section, and a vector processing section. It has a buffer storage section as a copy of the data in the main memory.

このスカラ処理部から主記憶部へのアクセスは緩衝記憶
部を介して処理される。すなわちスカラ処理部から主記
憶をアクセスする場合、まずアクセスすべきデータの写
しが、緩衝記憶部に登録されているか否かを調べ、登録
されている場合には、このデータをアクセスし、登録さ
れていない場合には、主記憶部をアクセスするようにす
ることで、主記憶部へのアクセス時間を見かけ」二短縮
している。
Access from this scalar processing section to the main memory section is processed via the buffer memory section. In other words, when accessing the main memory from the scalar processing unit, it is first checked whether a copy of the data to be accessed is registered in the buffer storage unit, and if it is registered, this data is accessed and the registered data is registered. If the main memory is not available, the main memory is accessed, thereby reducing the time it takes to access the main memory.

又、ベクトル処理部から主記憶部へのアクセスは、処理
対象がベクトルデータであり、−回の処理単位が大きい
為、スカラデータと同様に緩衝記憶部にデータを登録す
ると、それ以前に登録されていたデータの多くを消して
しまう為、緩衝記憶の使用効率が低下する可能性がある
。従ってベクトル処理部から主記憶部へのアクセスは緩
衝記憶部を介さずに直接主記憶と行っている。
In addition, when accessing the main memory from the vector processing unit, the processing target is vector data, and the processing unit - times is large, so if data is registered in the buffer memory like scalar data, it will not be registered before. Since much of the previously stored data will be erased, there is a possibility that the buffer memory usage efficiency will decrease. Therefore, the vector processing section accesses the main memory directly without going through the buffer memory.

このような構成の情報処理装置では、スカラ処理部から
主記憶部へのデータの格納処理では、緩衝記憶部と主記
憶部の双方へデータを格納する為、主記憶部と緩衝記憶
部との間でデータの不一致は発生しないが、ベクトル処
理部から主記憶部へのデータの格納処理においては、前
述したように該処理において緩衝記憶部を4中介してい
ない為、緩衝記憶部に写しを持つ主記憶部を領域に、ベ
クトルデータを格納した場合、該記憶域において主記憶
部と緩衝記憶部との間でデータの不一致が発生する。
In an information processing device having such a configuration, in the process of storing data from the scalar processing unit to the main memory unit, data is stored in both the buffer memory unit and the main memory unit. However, in the process of storing data from the vector processing unit to the main memory, the buffer memory is not used in the process as described above, so the data is not copied to the buffer memory. When vector data is stored in a main storage area that has a main storage area, a data mismatch occurs between the main storage area and the buffer storage area.

たとえば第2図(a)に示すような処理を行なう場合を
考える。命令(1)でスカラデータd1をスカラレジス
タへロードする処理で、該データが緩衝記憶部に登録さ
れていない場合は、該データd1を含む所定の大きさの
データブロックB1を主記憶部から読出し、緩衝記憶部
へ登録すると同時に、目的のデータd+をスカラレジス
タへ転送する。(第2図b) その後命令(2)でベクトルデータ■1を前記データd
1を含む領域へ格納すると第2図(C)に示す状態にな
り、データブロックB1の内容はその一部(ベクトルデ
ータvIの部分)が、主記憶部と緩衝記憶部で異なる状
況が発生する。
For example, consider a case where processing as shown in FIG. 2(a) is performed. In the process of loading scalar data d1 to the scalar register with instruction (1), if the data is not registered in the buffer storage, a data block B1 of a predetermined size containing the data d1 is read from the main storage. , and at the same time as registering it in the buffer storage unit, transfers the target data d+ to the scalar register. (Figure 2b) Then, in command (2), vector data ■1 is transferred to the data d.
When stored in an area containing 1, the state shown in FIG. 2(C) occurs, and a part of the contents of data block B1 (the part of vector data vI) is different between the main memory and the buffer memory. .

この状態で仮に命令(3)で命令(1)でアクセスした
スカラデータd1を再びアクセスすると、該データd1
が緩衝記憶上に有効なデータとして残っている為、その
データそのものを読み出してしまう為、命令(2)のベ
クトルデータ格納処理の結果が反映されなくなってしま
う。
In this state, if instruction (3) accesses again the scalar data d1 that was accessed in instruction (1), then the data d1
remains as valid data on the buffer memory, and the data itself is read out, so the result of the vector data storage process of instruction (2) is no longer reflected.

そこで、命令(2)のように緩衝記憶部を介さず、直接
主記憶部へデータを格納する処理では、該ベクトルデー
タ格納時のアドレス情報を緩衝記憶部へ送り、該緩衝記
憶部に格納されているデータのうち、該ベクトルデータ
格納領域に対応するデータを含むブロックのデータを有
効化する処理を実行する。
Therefore, in the process of storing data directly to the main memory without going through the buffer memory, as in instruction (2), the address information at the time of storing the vector data is sent to the buffer memory, and the data is stored in the buffer memory. Among the data contained in the vector data storage area, the processing for validating the data of the block containing the data corresponding to the vector data storage area is executed.

上記無効化の処理を実行した後、命令(3)を実行する
と、その状態は第2図(b)に示す状態と同様であり、
目的のスカラデータが緩衝記憶部には存在せず、主記憶
部から読出しを始めるので、命令(2)によって格納さ
れたデータを読出すことが可能となる。
After executing the above invalidation process, when instruction (3) is executed, the state is similar to the state shown in FIG. 2(b),
Since the target scalar data does not exist in the buffer storage section and reading starts from the main storage section, it becomes possible to read out the data stored by instruction (2).

すなわち従来の情報処理装置ではベクトル処理部から主
記憶部へのデータの格納処理を実行する場合には、主記
憶部と緩衝記憶部とで、データの一致処理(例えばベク
トルデータ格納領域に対応する緩衝記憶部のデータの無
効化処理)を実行する必要があり、該一致処理が完了す
るまで、スカラ処理部からの主記憶部へのアクセスを待
たせていた。
In other words, in conventional information processing devices, when storing data from the vector processing unit to the main memory unit, the main memory unit and the buffer memory unit perform data matching processing (for example, data matching processing corresponding to the vector data storage area). Invalidation processing of data in the buffer storage section) needs to be executed, and access to the main storage section from the scalar processing section is made to wait until the matching processing is completed.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

しかし多くの場合、主記憶におけるベクトルデ一部の領
域と、スカラデータの領域は分前されており、また先行
するベクトル処理部から主記憶部へのデータ格納結果を
後続命令でスカラ処理部が読出すことは稀であり、さら
に先行ベクトル格納エリアを後続スカラ命令で読出すか
否かは論理的に(ソフトウェアからは)判定可能である
However, in many cases, the area for vector data and the area for scalar data in main memory are separated, and the scalar processing unit reads the result of data storage from the preceding vector processing unit to the main memory with a subsequent instruction. Further, it is possible to logically (from software) determine whether or not the preceding vector storage area is to be read by a subsequent scalar instruction.

ところが、上述した従来の情報処理装置においては、こ
のように明らかに待つ必要のないベクトルデータ格納処
理後のスカラデータ続出しについても、主記憶部と緩衝
記憶部との一致処理が完了するまで起動をかけるのを待
たせていた為、無駄な待ちが発生ずるという欠点があっ
た。
However, in the above-mentioned conventional information processing apparatus, even when scalar data is continuously generated after vector data storage processing, which clearly does not require waiting, activation is delayed until the matching process between the main memory and the buffer memory is completed. This had the disadvantage of causing unnecessary waiting because the user had to wait for the call to be made.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の情報処理装置は、主記憶と、スカラ処理部と、
ベクトル処理部とから構成され、該スカラ処理部に命令
情報によってセット/リセットされ、先行するベクトル
処理部から主記憶部へのアクセス処理の終了を待たずに
、後続のスカラ処理部からの主記憶アクセス処理を開始
することが可能なことを示すフラグと、該フラグの情報
によっ6一 て主記憶へのアクセスの待ち合わせを制御する制御部と
を有する。
The information processing device of the present invention includes a main memory, a scalar processing section,
It consists of a vector processing unit, and is set/reset by instruction information in the scalar processing unit, and the main memory from the subsequent scalar processing unit is It has a flag indicating that access processing can be started, and a control unit that controls waiting for access to the main memory based on the information of the flag.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して詳細に説
明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例の構成を示す。第1図におい
て、本発明の一実施例は主記憶部1、スカラ処理部2お
よびベクトル処理部3で構成される情報処理装置で、主
記憶部1は命令、データを格納するメモリ部11と、ス
カシ処理部2.ベクトル処理部3からのリクエストを受
け、メモリ部11のアクセス制御を行なう、主記憶制御
部12とから構成されている。
FIG. 1 shows the configuration of an embodiment of the present invention. In FIG. 1, one embodiment of the present invention is an information processing device composed of a main memory section 1, a scalar processing section 2, and a vector processing section 3, where the main memory section 1 includes a memory section 11 for storing instructions and data. , Squash processing section 2. The main memory control section 12 receives requests from the vector processing section 3 and controls access to the memory section 11.

スカラ処理部(SU)2は、スカラデータの処理を実行
する処理部で、命令を解読し、演算器(図示せず)、主
記憶部1およびベクトル処理部3等を制御する制御信号
を作成・送信したり、処理の流れを変更する命令処理部
21および主記憶部1に格納されているデータの写しを
持って、主記憶部1への見かけ上のアクセス時間を短縮
する為の緩衝記憶部22を持っており、さらに前記命令
制御部21中に、命令によってセット/リセットできる
フラグレジスタ23を有する。
The scalar processing unit (SU) 2 is a processing unit that executes scalar data processing, decodes instructions, and creates control signals to control the arithmetic unit (not shown), main storage unit 1, vector processing unit 3, etc.・A buffer memory for shortening the apparent access time to the main memory 1 by holding a copy of the data stored in the command processing unit 21 and the main memory 1 to transmit or change the flow of processing. The instruction control section 21 further includes a flag register 23 that can be set/reset by an instruction.

命令制御部21は該フラグがセット状態にある時は、先
行するベクトルデータ格納命令に伴なう無効化処理の終
了を待ち合わせずに後続のスカラロード命令に起動をか
け、該フラグ23がリセット状態である場合は、従来通
り先行するベクトルデータ格納命令に伴なう無効化処理
の終了を待って、後続のスカラロード命令に起動をかけ
るように制御する。
When the flag is in the set state, the instruction control unit 21 activates the subsequent scalar load instruction without waiting for the completion of the invalidation process associated with the preceding vector data storage instruction, and sets the flag 23 in the reset state. If so, control is performed so as to wait for the completion of the invalidation process associated with the preceding vector data storage instruction and activate the subsequent scalar load instruction, as in the past.

ベクトル処理部(VU)3は、ベクトルデータの処理を
実行する処理部で、ベクトルデータを格納するベクトル
レジスタ部31を有している。−方、コンパイラ或いは
プログラマは、フラグレジスタ23を制御する為に、ロ
ードすべきスカラデータの先行するVSC(ベクトルス
キャタ命令)処理によるデータ格納エリア内のデータか
否かを判断する。
The vector processing unit (VU) 3 is a processing unit that executes processing of vector data, and has a vector register unit 31 that stores vector data. - On the other hand, in order to control the flag register 23, the compiler or programmer determines whether or not the scalar data to be loaded is data within the data storage area by the preceding VSC (vector scatter instruction) processing.

その結果、該エリア内のデータである、又は、判定不能
と判断した場合は、そのままスカラロード命令のみを命
令列に組み込む。この場合は性能は従来通りである。
As a result, if it is determined that the data is within the area or cannot be determined, only the scalar load instruction is directly incorporated into the instruction string. In this case, the performance is the same as before.

一方前述したデータエリアチエツクで、ロードすべきス
カラロードデータが先行するVSC処理によるデータ格
納エリア外のデータであると判断された場合、コンパイ
ラ或いはプログラマはスカラロード命令の前に前記フラ
グレジスタ23をセットする命令を組み込んだ命令列を
生成しておく。
On the other hand, if the data area check described above determines that the scalar load data to be loaded is outside the data storage area due to the preceding VSC processing, the compiler or programmer sets the flag register 23 before the scalar load instruction. Generate an instruction sequence that incorporates the instructions to do so.

次に本実施例の動作について、最も効果が顕著なベクト
ル拡散命令(ベクトルスキャタ命令:VSCと略す)の
後にスカラロード命令が有る処理を例にして説明する。
Next, the operation of this embodiment will be described using as an example a process in which a scalar load instruction follows a vector spread instruction (vector scatter instruction: abbreviated as VSC), which has the most significant effect.

ここでvSC命令とは、ベクトルレジスタに格納されて
いるデータの各要素を、他のベクトルレジスタに格納さ
れているデータの対応する要素をアドレスとして主記憶
部へ格納する命令をいう。
Here, the vSC instruction refers to an instruction for storing each element of data stored in a vector register into the main storage section by using a corresponding element of data stored in another vector register as an address.

まず命令処理部21がVSC命令を検出すると、ベクト
ル処理部3に対し制御線100を通じ、VSC処理の起
動、データレジスタ番号、アドレスレジスタ番号を通知
する。
First, when the instruction processing section 21 detects a VSC instruction, it notifies the vector processing section 3 of the activation of the VSC processing, the data register number, and the address register number through the control line 100.

該通知を受けると、ベクトル処理部3は主記憶部1に対
し、vSC要求、格納すべきデータ、格納アドレスをそ
れぞれ制御線101.データ線102、アドレス線10
3−aで通知すると共に、スカラ処理部2の中の緩衝記
憶部22に対してもアドレス線103−bで同じアドレ
ス情報を通知する。主記憶制御部12は該VSC要求を
受けると、メモリ部11に対し、同時に送られてくるア
ドレス情報で、対応するデータを格納するよう制御指示
を出しVSC処理を実行する。
Upon receiving the notification, the vector processing unit 3 sends the vSC request, the data to be stored, and the storage address to the main storage unit 1 through the control lines 101. Data line 102, address line 10
3-a, and the same address information is also notified to the buffer storage unit 22 in the scalar processing unit 2 through the address line 103-b. When the main memory control unit 12 receives the VSC request, it issues a control instruction to the memory unit 11 to store the corresponding data using the address information sent at the same time, and executes the VSC process.

一方緩衝記憶部22は、アドレス線103−bから前記
アドレスを受信すると該アドレスで、該緩衝記憶内に同
一アドレスのデータが登録されているか否かを検索し、
登録されている場合は該データを無効化する。これは従
来技術でも述べたように、■SC処理による主記憶部へ
のデータ格納によって、主記憶部と緩衝記憶部のデータ
が不一致になる為、更新前のデータが残っている緩衝記
境部側のデータを無効にすることでデータの無矛眉を解
消させている。
On the other hand, when the buffer storage unit 22 receives the address from the address line 103-b, it uses the address to search whether data with the same address is registered in the buffer storage,
If registered, the data is invalidated. As mentioned in the prior art section, this is because the data in the main memory and buffer memory become inconsistent due to the data stored in the main memory by SC processing, so the buffer memory where the data before update remains By invalidating the data on the other side, the inconsistency of the data is resolved.

この無効化動作中、緩衝記憶部22は命令制御部2j−
に対[2状態報告線104を通じ、その時点て緩衝記憶
部22が無効化作業中であることを通知し続ける。
During this invalidation operation, the buffer storage unit 22 is operated by the instruction control unit 2j-
The buffer storage unit 22 continues to be notified through the [2 status report line 104 that the buffer storage unit 22 is currently undergoing invalidation work.

次に命令処理部21が上記VSC命令の無効化作業中に
後続命令でスカシ「J−ド命令を検出した場合、該命令
処理部21はフラグレジスタ23をチエツク12、該フ
ラグがリセット状態である場合は状態報告線104を監
視し、緩衝記憶部22が無効化処理中である間、後続の
該S L D命令の起動を抑止するよう制御l−7、該
フラグレジスタ23がセ・+、 l−状態であった場合
にし゛状態報告線104の情報は県ずに該S L、 I
)命令の起動をかける。
Next, when the instruction processing unit 21 detects a ``J-code'' instruction in a subsequent instruction while invalidating the VSC instruction, the instruction processing unit 21 checks the flag register 23 (12) and determines that the flag is in the reset state. If so, the status report line 104 is monitored, and while the buffer storage unit 22 is in the process of invalidation, control l-7 is performed to suppress activation of the subsequent SLD instruction, and the flag register 23 is set to If the status is 1-1, the information on the status report line 104 will be sent to the corresponding S L, I
) activates the command.

命令起動後i;t 扁令処Elf1部:21(まスカシ
ロー・ド要求及び該要求のアト1.・スを各々す/ノエ
スト線105、アドレス線10 f3を通じ紗衝記憶部
22に送出する。緩衝記1a fls 22は該要求を
受払すると、該緩衝記憶部内に当該ガータが登録されて
いるか否かを検索し、登録されている場合01、当該デ
ータを返送■7、登録されていない場合には主記憶部に
対1.7、リクエスト線107. アドレス線108に
各々スカシロード要求及び該要求のアドレスを乗[トて
要求を出す。
After the instruction is activated, the command processing Elf1 section 21 sends the request for the request and the address of the request to the line storage section 22 through the /noest line 105 and the address line 10f3, respectively. When the buffer memory 1a fls 22 receives and pays the request, it searches whether or not the gutter is registered in the buffer memory, and if it is registered, returns 01, the data is returned, and if it is not registered, The request line 107 and the address line 108 are respectively multiplied by the swash load request and the address of the request to issue a request.

尚、本発明が有効になる具体例としては、リストベクト
ルデータを扱う処理がループしているケースで、処理本
体で演所(1,た結果を最後にベクトル拡散命令で主記
憶部へ格納する処理をした後ル・−プ変数の演算を実行
する為に、制御変数をロードする場合があり、この時処
理本体の演算結果を格納する主記憶上のエリアと制御変
数が格納されている主記憶上の:rリアは、−殻内には
異な1.3でいる為、第3図に示すように従来はループ
の最後のベクトル拡散命令及びそれに伴なう緩衝記憶部
の無効住処(!J!が完了するまでは次のループの制御
の為の演算処理を開始できなかったが、本発明によっ゛
CCシル−プ制御処理を前ループの最後のベクトル拡散
命令処理と並行して実行することが可能きなり、並列実
行する分だけ処理が高速化される。
A specific example in which the present invention is effective is a case where processing that handles list vector data is in a loop, and the processing body stores the result of (1, After processing, control variables may be loaded in order to perform calculations on loop variables. Since :r rear in memory is different from 1.3 in the - shell, conventionally, as shown in FIG. The arithmetic processing for controlling the next loop could not be started until J! was completed, but with the present invention, the CC silk control processing can be executed in parallel with the last vector spread instruction processing of the previous loop. It is possible to do this, and the processing speed is increased by the amount of parallel execution.

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

以−1−説明したよ・うに4:発明は、ベクトル処理部
かヘクトルデークを主記憶部へ格納中で、主記憶部と緩
衝記憶部とのデータの−・致処理の途中であっても、ス
カシ処理部からの主記憶アクセス処理を開始する命令を
設けることにより、ベクトルカーし、プログラマ或いは
コンパ、イブが該スカシ1−タが、先行するベクトルカ
ー・り格納領域外のデータであるこきを認識しノ、−場
合には、該スカシデータ読出し命令を前述した主記憶e
緩衝記憶一致処理の完了を侍も合わせない夕・イブの合
資にすることにより、処理の順序性を失なうことなく不
要な待ら合わせを無くシ、処理を高速化できる。とい・
5効果がある。
As explained in Part 1, 4: The present invention provides a method for storing vector data in the main memory, even if data is being merged between the main memory and the buffer memory. By providing a command to start main memory access processing from the vector processor, the programmer, compiler, or Eve can use the vector processor to access data that is outside the storage area of the preceding vector processor. If it is recognized, the above-mentioned main memory e
By arranging the completion of the buffer memory matching process on evening and eve, when even samurai do not agree, unnecessary waiting can be eliminated without losing the order of the process, and the process can be speeded up. Toi・
5 effects.

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

第1図は本発明の一実施例ごある情報処p11装置を示
す構成図、第2図(a)・−(c)は主記憶部と緩衝記
憶部とのデー・夕の−・致処理の意味を説明する図、第
3図(a、 )は従来の例を示す図、第3図(b)は本
発明の一実施例を適用19.た例を示ず図である。 1・・・主記憶部、2・・・スカラ処■1部、3・・・
ベタ1−ル処理部、IJ−・・・メモリ部、12・・・
上記・腋制御部、2J・・・命令処理部、22・・・緩
衝記憶部、23・・・フラグレジスタ、31川ベクトル
レジスタ部。
FIG. 1 is a block diagram showing an information processing device according to an embodiment of the present invention, and FIGS. 2(a) to 2(c) show data matching processing between the main memory section and the buffer memory section. 3(a,) are diagrams showing a conventional example, and FIG. 3(b) is a diagram illustrating the meaning of 19. to which an embodiment of the present invention is applied. This figure does not show an example. 1...Main memory section, 2...Scalar part ■1 part, 3...
Flat 1 - roll processing section, IJ-... memory section, 12...
The above-mentioned armpit control unit, 2J... instruction processing unit, 22... buffer storage unit, 23... flag register, 31 river vector register unit.

Claims (1)

【特許請求の範囲】[Claims] 主記憶部と、スカラ処理部と、ベクトル処理部とから構
成される情報処理装置において、前記スカラ処理部に命
令情報によってセット/リセットされ、先行するベクト
ル処理部から主記憶部へのアクセス処理の終了を待たず
に後続のスカラ処理部からの主記憶アクセス処理を開始
することが可能なことを示すフラグと、該フラグの情報
によって主記憶へのアクセスの待ち合せを制御する制御
部とを備えたことを特徴とする情報処理装置。
In an information processing device comprising a main memory, a scalar processing section, and a vector processing section, information is set/reset in the scalar processing section by instruction information, and is used to control access processing from the preceding vector processing section to the main memory. A flag indicating that it is possible to start main memory access processing from a subsequent scalar processing unit without waiting for completion, and a control unit that controls waiting for access to the main memory based on information of the flag. An information processing device characterized by:
JP2286154A 1990-10-24 1990-10-24 Information processor Pending JPH04160565A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2286154A JPH04160565A (en) 1990-10-24 1990-10-24 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2286154A JPH04160565A (en) 1990-10-24 1990-10-24 Information processor

Publications (1)

Publication Number Publication Date
JPH04160565A true JPH04160565A (en) 1992-06-03

Family

ID=17700641

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2286154A Pending JPH04160565A (en) 1990-10-24 1990-10-24 Information processor

Country Status (1)

Country Link
JP (1) JPH04160565A (en)

Similar Documents

Publication Publication Date Title
US5696989A (en) Microcomputer equipped with DMA controller allowed to continue to perform data transfer operations even after completion of a current data transfer operation
US4937738A (en) Data processing system which selectively bypasses a cache memory in fetching information based upon bit information of an instruction
JP4226085B2 (en) Microprocessor and multiprocessor system
US6748527B1 (en) Data processing system for performing software initialization
JPH03103946A (en) Data processor
JP2002149491A (en) Processor memory system
JPH0916409A (en) Microcomputer
JPH04160565A (en) Information processor
JP2002157132A (en) Computer, its control method, and storage medium for storing the same method
EP0156307A2 (en) Pipelined processor having dual cache memories
JP2004348327A (en) Digital signal processor and digital signal processing method
EP0448058A2 (en) Microprocessor capable of transferring data without intermediary of execution unit
KR920001102B1 (en) Data processing unit
JPH02211534A (en) Parallel processor
JP3378270B2 (en) Multiprocessor system
JPH04160564A (en) Information processor
JPH05257807A (en) Cache memory controller
JP2000347931A (en) Cache memory and method for controlling cache memory
JPS62151936A (en) Cache circuit built in microprocessor
JP2902847B2 (en) Self-modifying code execution method
JPH01284941A (en) Information processor
JPH02109128A (en) Computer system
JP2000194554A (en) Arithmetic processor
JPS63214862A (en) Microprocessor
JP2002182901A (en) Coprocessor data access controller, its method and its instruction format