JPH01188946A - Instruction fetching system - Google Patents

Instruction fetching system

Info

Publication number
JPH01188946A
JPH01188946A JP1279088A JP1279088A JPH01188946A JP H01188946 A JPH01188946 A JP H01188946A JP 1279088 A JP1279088 A JP 1279088A JP 1279088 A JP1279088 A JP 1279088A JP H01188946 A JPH01188946 A JP H01188946A
Authority
JP
Japan
Prior art keywords
data
holding means
address
program
word
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
JP1279088A
Other languages
Japanese (ja)
Other versions
JP2524376B2 (en
Inventor
Soichi Miyata
宗一 宮田
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP63012790A priority Critical patent/JP2524376B2/en
Priority to US07/299,772 priority patent/US5117499A/en
Publication of JPH01188946A publication Critical patent/JPH01188946A/en
Application granted granted Critical
Publication of JP2524376B2 publication Critical patent/JP2524376B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To realize a dynamic program loading action and also to increase the copy processing speed of data by producing 2 read or write addresses to a single input data that gives an access to a program memory. CONSTITUTION:The access data supplied to a data holding means 400 is divided into a 1st word including a read or write address and a 2nd word including the operand data serving as the arithmetic processing result preceding by one step and to be given to the next instruction or the write program data. When an instruction is fetched, the address information included in the 1st and 2nd words are sent to a selector 102 of an address generating means 10. Then a timing control means 103 detects the 1st or 2nd word and the selector 102 is selected and delivered based on the detection of the means 103. While the 1st word is sent to a data holding means 401 and a key holding means 402, and the 2nd word is transferred to the data holding means 501 and 502. These words are also sent to the means 501 from a data holding means 500 and copied.

Description

【発明の詳細な説明】 〈産業上の利用分野〉 こ0発明は、データフロー計算機における命令フェッチ
の方式に関する。
DETAILED DESCRIPTION OF THE INVENTION <Industrial Application Field> The present invention relates to an instruction fetch method in a data flow computer.

〈従来の技術〉 データフローグラフで記述されたプログラムを実行する
場合、例えば第3図(a)に示す様なデータの従属関係
が成立していると、31の加算命令に対する実行結果デ
ータは、32の乗算命令に対する右入力データであると
ともに、33の除算命令に対する左入力データにもなっ
ており、単一の結果データに対して2つ以上の複数個の
命令をフェッチすることが生じる。(こうしたデータの
従属関係を以下「データのコピー」と呼ぶ。)従来、デ
ータのコピーを実現する命令フェッチ方式としては、第
4図及び第5図に示す特願昭61−55960(特開昭
62−211749 )の実施例のように、プログラム
データ中に収められているデータのコピーに関する情報
をメモリから読出して判定し、該判定結果に従って再度
プログラムメモリをアクセスするか否かを決定していた
。即ち、データのコピーが必要だと判定された後に、再
度メモリアクセスを行うべく、メモリアドレスの操作(
前記従来例ではアドレスレジスタ・カウンタのインクリ
メント)を行っていた。
<Prior art> When executing a program written in a data flow graph, if a data dependency relationship as shown in FIG. 3(a) is established, the execution result data for 31 addition instructions is as follows. It is the right input data for the multiplication instruction No. 32 and the left input data for the division instruction No. 33, so that two or more instructions may be fetched for a single result data. (This data dependency relationship is hereinafter referred to as "data copy.") Conventionally, as an instruction fetch method for realizing data copy, Japanese Patent Application No. 61-55960 (Japanese Patent Application Laid-Open No. 62-211749), the information regarding the copy of data stored in the program data is read from the memory and determined, and it is determined whether or not to access the program memory again based on the determination result. . In other words, after it is determined that data needs to be copied, memory address manipulation (
In the conventional example, the address register/counter was incremented.

′〈発明が解決しようとする問題点〉 第4図に示した従来例では、プログラムサイズが使用す
るメモリのアドレス容量によって著しく制約を受け、い
わゆるキャッシュメモリのように、プログラムの実行進
度に合わせて動的にプログラム内容を更新し、実効的に
より広いアドレス空間を利用できるといった拡張性に関
して問題があった。
<Problems to be solved by the invention> In the conventional example shown in Fig. 4, the program size is significantly limited by the address capacity of the memory used, and like a so-called cache memory, the program size is There were problems with scalability, such as the ability to dynamically update program content and effectively utilize a wider address space.

く問題点を解決するための手段〉 動的にプログラム内容を更新できるように、プログラム
メモリ領域をキー領域及び命令情報を含むタグ領域に分
割し、またプログラムメモリをアクセスする単一の入力
データに対して2つ以上の読出し又は書込みアドレスを
生成する手段と、命令フェッチの入力データ中に含まれ
る読出キーと前記プログラムメモリから読出されたキー
とを比較判定するための第1の比較判定手段と、前記プ
ログラムサイズから読出されたタグ情報に含まれるデー
タのコピーに関するフラグを解読する第2の比較判定手
段と、前記第1及び第2の比較判定手段の判定結果にも
とづいて、2つ以上の読出し命令データの出力を転送制
御する手段とからなる。
Measures to Solve the Problems In order to dynamically update program contents, the program memory area is divided into a key area and a tag area containing instruction information, and the program memory is divided into a single input data area that accesses the program memory. means for generating two or more read or write addresses for the input data; and first comparison determination means for comparing and determining the read key included in the input data for instruction fetch and the key read from the program memory. , a second comparison and determination means for decoding a flag regarding data copy included in the tag information read from the program size, and two or more comparison and determination means based on the determination results of the first and second comparison and determination means. and means for controlling the transfer of output of read command data.

く作用〉 プログラムメモリをアクセスする単一の入力データに対
して2つ以上の読出し又は書込みアドレスを生成する手
段によって、アクセスデータの入力毎に常に2つ以上の
アドレスが生成され、当該複数個のアドレスに対して逐
一メモリセルを更新又は参照する。メモリセルを参照す
る場合、第2の比較判定手段の判定結果にもとづいて、
参照データ及び入力オペランドデータを出力段へ転送す
るか否かを決定することによって、データのコピー処理
を行うか否かが決定されるO 〈実施例〉 第1図は本発明にかかるプログラムメモリのブロック構
成図である。図において、lOはアドレス生成手段、I
Iはアドレスデコーダ、12はセンスアンプ及び読み書
き制御手段、13はメモリセルアレイ、14は第1の比
較判定手段、15は第2の比較判定手段、200乃至2
04及び300乃至304はハンドシェイクデータ転送
を制御する転送制御手段、400乃至406及び500
乃至504はデータ保持手段であって、データの転送タ
イミングが夫々転送制御手段200乃至204及び30
0乃至304によって制御される。アドレス生成手段l
Oは、データ保持機能をもつインクリメンタ+01 、
データ保持手段400からの転送データとインクリメン
タ101の出力データとを選択的に出力するセレクタ1
02.及びインクリメンタからのデータ出力を許可する
タイミングを決定するタイミング制御手段tOaからな
る。
Effect> By means of generating two or more read or write addresses for a single input data that accesses the program memory, two or more addresses are always generated for each input of access data, and the plurality of Update or refer to memory cells one by one for each address. When referring to a memory cell, based on the determination result of the second comparison determination means,
By determining whether or not to transfer reference data and input operand data to the output stage, it is determined whether or not to perform data copy processing. FIG. 2 is a block configuration diagram. In the figure, lO is address generation means, I
I is an address decoder, 12 is a sense amplifier and read/write control means, 13 is a memory cell array, 14 is a first comparison/judgment means, 15 is a second comparison/judgment means, 200 to 2
04 and 300 to 304 are transfer control means for controlling handshake data transfer; 400 to 406 and 500;
Reference numerals 504 to 504 are data holding means, and the data transfer timing is determined by the transfer control means 200 to 204 and 30, respectively.
Controlled by 0 to 304. Address generation means l
O is an incrementer +01 with a data retention function,
Selector 1 that selectively outputs transfer data from data holding means 400 and output data of incrementer 101
02. and timing control means tOa that determines the timing at which data output from the incrementer is permitted.

第1図に従って、命令フヱッチの動作及びプログラムデ
ータの動的ロードの動作を説明する。本発明では命令フ
ェッチに対応するメモリの参照及びプログラムデータの
動的ロードに対応するメモリの更新が同一アクセス時間
で実行できるとともに、参照及び更新が任意のシーケン
スで実行できるが、を以下では簡単のため参照及び更新
を個別に説明する。但し、プログラムメモリ部へのアク
セスデータは、読出し又は書込みアドレスを含む第1語
及び1回前の演算処理結果であり次命令に対するオペラ
ンドデータ又は書込みプログラムデータを含む第2語に
分離されて、例えば第2図に示す入力タイミングでデー
タ保持手段400及び500に与えられるとする。第2
図において01及びC2は夫々転送制御手段200及び
300の送信信号出力を表し、論理“0”状態に対応す
る“Low′ルベルへの変化によって転送データの受信
並びに保持を表している。なお、次段への転送制御は、
第2図には図示していないが、次段からの転送許可信号
にもとづいて許可又は禁止又は転送完了が決定される。
Referring to FIG. 1, the operation of an instruction switch and the operation of dynamic loading of program data will be explained. In the present invention, memory references corresponding to instruction fetches and memory updates corresponding to dynamic loading of program data can be executed in the same access time, and references and updates can be executed in any sequence. Therefore, referencing and updating will be explained separately. However, the access data to the program memory section is separated into a first word containing the read or write address and a second word that is the result of the previous operation and contains operand data for the next instruction or write program data, for example. It is assumed that the data is applied to the data holding means 400 and 500 at the input timing shown in FIG. Second
In the figure, 01 and C2 represent the transmission signal outputs of the transfer control means 200 and 300, respectively, and the change to the "Low" level corresponding to the logic "0" state indicates reception and holding of the transfer data. The transfer control to the stage is
Although not shown in FIG. 2, permission, prohibition, or transfer completion is determined based on a transfer permission signal from the next stage.

先ず命令フェッチを行う場合、該パケットの第1語に含
まれるアドレス情報がデータ保持手段400からアドレ
ス生成手段lOのセレクタ102に送出されるとともに
、インクリメンタ101にも送出される。タイミング制
御手段+03は第1語の入力があったことを検知し、セ
レクタ+02のデータ出力としてデータ保持手段400
からの転送データを選択的に出力し、インクリメンタ+
01の出力を非選択にする。次に、命令フェッチパケッ
トの第2語がデータ保持手段500に入力されると、タ
イミング制御手段103はインクリメンタ+01の出力
をイネーブルにしてセレクタ102へ送出するとともに
セレクタ+02のデータ出力としてインクリメンタ10
1の出力を選択的に出力し、データ保持手段400から
の転送データを非選択にする。簡単のため、データのコ
ピー処理として単一オペランドデータに対して異なる2
つの命令をフェッチする場合について説明する。第2図
において時刻Toに入力された前記命令フェッチパケッ
トの第1語は、時刻T1にデータ保持手段401に転送
され更に、時刻T2にはデコーダ及び読出しキー保持手
段402へ転送される。又、同時にインクリメンタ+0
1の出力結果がセレクタ102を介してデータ保持手段
401に転送゛される。
First, when performing an instruction fetch, the address information included in the first word of the packet is sent from the data holding means 400 to the selector 102 of the address generating means IO, and also to the incrementer 101. The timing control means +03 detects that the first word has been input, and outputs the data to the data holding means 400 as the data output of the selector +02.
selectively outputs the transfer data from the incrementer +
Deselect the output of 01. Next, when the second word of the instruction fetch packet is input to the data holding means 500, the timing control means 103 enables the output of the incrementer +01 and sends it to the selector 102.
1 is selectively output, and the transfer data from the data holding means 400 is deselected. For simplicity, two different methods are used for single operand data as data copy processing.
The case where one instruction is fetched will be explained. In FIG. 2, the first word of the instruction fetch packet input at time To is transferred to data holding means 401 at time T1, and further transferred to decoder and read key holding means 402 at time T2. Also, at the same time, incrementer +0
The output result of 1 is transferred to the data holding means 401 via the selector 102.

他方、第2図に示すように時刻Tlに入力された前記命
令フェッチパケットの第2語、即ち次の命令に対するオ
ペランドデータは、時刻T2にデータ保持手段501に
転送され、更に時刻T3にはデータ保持手段502へ転
送されるとともにデータ保持手段500から501へも
転送され、同一オペランドデータを1つ複製したことに
なる。
On the other hand, as shown in FIG. 2, the second word of the instruction fetch packet input at time Tl, that is, the operand data for the next instruction, is transferred to the data holding means 501 at time T2, and the data is further transferred at time T3. It is transferred to the holding means 502 and also transferred from the data holding means 500 to 501, thus making one copy of the same operand data.

結局、時刻T3にデータ保持手段501及び502で保
持される同一オペランドデータに対して、プログラムメ
モリのメモリセルアレイ13からセンスアンプ12を介
して読出された参照データがデータ保持手段403へ転
送されて第1の命令フェッチを完了するとともに、デコ
ーダI+及びキーデータ保持手段402へ入力されたア
ドレス情報及びキー情報に従って引き続き第2の命令フ
ェッチを開始する。
Eventually, for the same operand data held in the data holding means 501 and 502 at time T3, the reference data read from the memory cell array 13 of the program memory via the sense amplifier 12 is transferred to the data holding means 403, and the reference data is transferred to the data holding means 403. Upon completion of the first instruction fetch, the second instruction fetch is subsequently started according to the address information and key information input to the decoder I+ and the key data holding means 402.

上述の例では、タイミング制御手段103において、デ
ータ保持手段400及び500へのデータ入力のタイミ
ングを検知し、夫々のデータ転送路における転送データ
量を倍増させる働きをする。
In the above example, the timing control means 103 detects the timing of data input to the data holding means 400 and 500, and functions to double the amount of data transferred in each data transfer path.

例示はしないが、データ転送路の転送能力及びメモリセ
ルアレイのアクセス速度が向上する程、データのコピー
処理におけるフェッチ可能な命令数を増やしうることは
自明である。
Although not shown as an example, it is obvious that as the transfer capacity of the data transfer path and the access speed of the memory cell array improve, the number of instructions that can be fetched in data copy processing can be increased.

また時刻T3ではデータ保持手段403に保持されてい
るプログラムデータのうち参照タグはデータ保持手段4
04に送信され、参照キーは読出しキーと共に第1の比
較判定手段14に入力され。
Also, at time T3, the reference tag among the program data held in the data holding means 403 is the data holding means 403.
04, and the reference key is input to the first comparison/judgment means 14 together with the read key.

前記参照タグ中に含まれるデータのコピー処理が必要か
否かのフラグは第2の比較判定手段15に入力される。
A flag indicating whether copy processing of data included in the reference tag is necessary is input to the second comparison/determination means 15.

第1の比較判定手段14で前記2つのキーの比較が行わ
れ、該判定結果が不一致の場合、データ保持手段400
へ入力された読出しアドレス及び読出しキーがデータ保
持手段404から406へ転送される。他方、前記判定
結果が一致の場合、第2の比較判定手段15の判定結果
を参照し、該判定結果にもとづいて以下の処理を行う。
The first comparison and determination means 14 compares the two keys, and if the determination result is a mismatch, the data holding means 400
The read address and read key input to the data holding means 404 and 406 are transferred to the data holding means 404 and 406, respectively. On the other hand, if the judgment result is a match, the judgment result of the second comparison and judgment means 15 is referred to and the following processing is performed based on the judgment result.

すなわち、データのコピー処理が不要な場合には、プロ
グラムメモリの参照データをデータ保持手段403から
405へ転送するとともに、引き続き実行中の第2の命
令フェッチ結果をデータ保持手段403から405へ転
送することを禁止する。一方、データのコピー処理が必
要な場合には、前記第1.第2の命令フェッチ結果をと
もにデータ保持手段403から405へ転送する。デー
タ保持手段405または406からのデータ出力は、第
1の比較判定手段I4の判定結果にもとづいて行われ、
キーが不一致の場合はデータ保持手段406が選択的に
出力イネーブルとなり、キーが一致する場合はデータ保
持手段405が選択的に出力イネーブルとなる。
That is, when data copy processing is not required, the reference data of the program memory is transferred from the data holding means 403 to 405, and the result of the fetch of the second instruction being executed is transferred from the data holding means 403 to 405. prohibited. On the other hand, if data copy processing is required, the above-mentioned 1. The second instruction fetch results are both transferred from data holding means 403 to 405. Data output from the data holding means 405 or 406 is performed based on the judgment result of the first comparison judgment means I4,
If the keys do not match, the data holding means 406 is selectively enabled for output, and when the keys match, the data holding means 405 is selectively enabled for output.

次にプログラムデータの動的ロードを行う場合、命令フ
ェッチを行う場合と同様に、データ保持手段400及び
500に夫々書込みアドレス及びプログラムデータが入
力される。プログラムロードの場合、読出しキーに対応
する情報として書込み情報が入力され、該情報に従って
アドレス生成手段10は同一の更新データを異る2つの
アドレスに対して書込むことができる。
Next, when dynamically loading program data, the write address and program data are input to the data holding means 400 and 500, respectively, similarly to when fetching instructions. In the case of program loading, write information is input as information corresponding to the read key, and according to the information, the address generation means 10 can write the same update data to two different addresses.

〈発明の効果〉 本発明によれば、動的なプログラムロードが可能となり
、またデータのコピー処理が高速に実行可能となる。ま
た第3図(b) K示すように加算命令80の右入力デ
ータが定数Cで与えられる場合、この定数をプログラム
メモリにロードすることにより、加算命令30をフェッ
チする右入力データがプログラムメモリを参照する際、
前述のコピー処理機能を利用して、命令フェッチととも
に定数参照を行うことができる。従って、単にプログラ
ムを記憶するメモリとしてのみならず、データメモリと
しての使用も可能となる有用な命令フェッチ方式を与え
る。
<Effects of the Invention> According to the present invention, dynamic program loading becomes possible, and data copy processing becomes possible at high speed. Furthermore, as shown in FIG. 3(b) K, when the right input data of the addition instruction 80 is given by a constant C, by loading this constant into the program memory, the right input data fetching the addition instruction 30 is given by the program memory. When referring to
By using the copy processing function described above, constant references can be performed along with instruction fetches. Therefore, a useful instruction fetching method is provided that can be used not only as a memory for storing programs but also as a data memory.

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

第1図は本発明にかかるプログラムメモリの構成図、第
2図はプログラムメモリのアドレス生成タイミングを示
す図、第3図(a)はデータのコピーを示すデータフロ
ープログラムの一例を示す図、同図(b)は定数データ
のアクセスを示すデータフロープログラムの一例を示す
図、第4図及び第5図は従来例を示′す図である。 10′はアドレス生成手段、11はデコーダ、+2はセ
ンスアンプ及び読書制御手段、13はメモリセルアレイ
、14及び15は比較判定手段、101はインクリメン
タ、102はデータセレクタ、103はタイミング制御
手段、200乃至204及び300乃至304は転送制
御手段、400乃至406及び500乃至504はデー
タ保持手段である。 代理人 弁理士 杉 山 毅 至(他1名)、°62図 L゛・1・J″1【−・−走5L) (b) 第3図 手続補正書(方式) 昭和63年5月17日 1、事件の表示 特願昭63−12790 2、発明の名称 命令フェッチ方式 3、補正をする者 事件との関係  特許出願人 住 所 8545大阪市阿倍野区長池町22番22号名
 称 (504)シャープ株式会社 代表者 辻   晴 4昆 4、代理人 昭和63年4月26日
FIG. 1 is a configuration diagram of a program memory according to the present invention, FIG. 2 is a diagram showing address generation timing of the program memory, and FIG. 3(a) is a diagram showing an example of a data flow program showing data copying. FIG. 4B is a diagram showing an example of a data flow program showing access to constant data, and FIGS. 4 and 5 are diagrams showing conventional examples. 10' is an address generation means, 11 is a decoder, +2 is a sense amplifier and read/write control means, 13 is a memory cell array, 14 and 15 are comparison/judgment means, 101 is an incrementer, 102 is a data selector, 103 is a timing control means, 200 204 to 204 and 300 to 304 are transfer control means, and 400 to 406 and 500 to 504 are data holding means. Agent: Patent Attorney Takeshi Sugiyama (and 1 other person), °62 Figure L゛・1・J″1 [-・-Hashi 5L] (b) Figure 3 Procedural Amendment (Method) May 17, 1988 Day 1, Indication of the case Patent application 1983-12790 2. Name of the invention Order fetch method 3, Person making the amendment Relationship with the case Patent applicant address 22-22 Nagaike-cho, Abeno-ku, Osaka-shi, Osaka 8545 Name (504) Sharp Corporation Representative Haru Tsuji 4Kon4, Agent April 26, 1986

Claims (1)

【特許請求の範囲】 1、複数のデータ保持手段、隣接する2つの前記データ
保持手段の間にあってアドレスを生成する手段、及び記
憶手段、並びに比較判定手段からなるデータフロープロ
グラムの記憶装置において、前記アドレス生成手段を、
アドレス演算手段、タイミング制御手段、及びアドレス
データ選択手段とで構成し、前記比較判定手段を命令フ
ェッチのための参照キーを比較する第1の比較判定手段
と同一オペランドデータに対して複数の命令を参照する
(以下「データのコピー処理」という)か否かを判定す
る第2の比較判定手段とで構成したことにより、 プログラムデータの動的ロードと前記データのコピー処
理がともに良い効率で並行して実行できることを特徴と
する命令フェッチ方式。
[Scope of Claims] 1. A data flow program storage device comprising a plurality of data holding means, a means for generating an address between two adjacent data holding means, a storage means, and a comparison and determination means, address generation means,
It is composed of an address calculation means, a timing control means, and an address data selection means. By configuring the system with a second comparison/judgment means for determining whether or not to refer to the data (hereinafter referred to as "data copy processing"), both the dynamic loading of program data and the data copy processing can be performed in parallel with good efficiency. This is an instruction fetch method that is characterized by being able to execute instructions with ease.
JP63012790A 1988-01-22 1988-01-22 Instruction fetch method Expired - Lifetime JP2524376B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP63012790A JP2524376B2 (en) 1988-01-22 1988-01-22 Instruction fetch method
US07/299,772 US5117499A (en) 1988-01-22 1989-01-19 Data flow type processing apparatus having external and cache memories for fetching paired executing instruction when mishit occurs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63012790A JP2524376B2 (en) 1988-01-22 1988-01-22 Instruction fetch method

Publications (2)

Publication Number Publication Date
JPH01188946A true JPH01188946A (en) 1989-07-28
JP2524376B2 JP2524376B2 (en) 1996-08-14

Family

ID=11815195

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63012790A Expired - Lifetime JP2524376B2 (en) 1988-01-22 1988-01-22 Instruction fetch method

Country Status (1)

Country Link
JP (1) JP2524376B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03282647A (en) * 1990-03-29 1991-12-12 Sharp Corp Memory access device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03282647A (en) * 1990-03-29 1991-12-12 Sharp Corp Memory access device

Also Published As

Publication number Publication date
JP2524376B2 (en) 1996-08-14

Similar Documents

Publication Publication Date Title
RU2636675C2 (en) Commands, processors, methods and systems of multiple registers access to memory
US4882701A (en) Lookahead program loop controller with register and memory for storing number of loop times for branch on count instructions
JP2776132B2 (en) Data processing system with static and dynamic masking of information in operands
US11029952B2 (en) Hardware apparatuses and methods to switch shadow stack pointers
KR100346515B1 (en) Temporary pipeline register file for a superpipe lined superscalar processor
JP2003517671A (en) Simple algorithm crypto engine
JPS6217252B2 (en)
US5053986A (en) Circuit for preservation of sign information in operations for comparison of the absolute value of operands
JP3797570B2 (en) Apparatus and method using semaphore buffer for semaphore instructions
JPH0414385B2 (en)
US5117499A (en) Data flow type processing apparatus having external and cache memories for fetching paired executing instruction when mishit occurs
US3754218A (en) Data handling system with relocation capability comprising operand registers adapted therefor
JP2000353092A (en) Information processor and register file switching method for the processor
JPH01188946A (en) Instruction fetching system
WO2005106647A1 (en) Methods and apparatus for indexed register access
JP5145659B2 (en) Vector renaming method and vector computer
JP3670646B2 (en) Register transfer operation
JPH01177145A (en) Information processor
JPH07295802A (en) Program card and computer using the card
JPH1173301A (en) Information processor
JPH04205448A (en) Information processor
JP2883488B2 (en) Instruction processing unit
JPS61194566A (en) Vector data reference control system
JP2001092633A (en) Arithmetic unit having instruction to output plurality of results
JPS59223846A (en) Arithmetic processor

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080531

Year of fee payment: 12