JPH01204150A - Information processor - Google Patents
Information processorInfo
- Publication number
- JPH01204150A JPH01204150A JP2946988A JP2946988A JPH01204150A JP H01204150 A JPH01204150 A JP H01204150A JP 2946988 A JP2946988 A JP 2946988A JP 2946988 A JP2946988 A JP 2946988A JP H01204150 A JPH01204150 A JP H01204150A
- Authority
- JP
- Japan
- Prior art keywords
- data
- read
- register
- register file
- registers
- 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
Links
- 238000000034 method Methods 0.000 claims abstract description 16
- 230000010365 information processing Effects 0.000 claims description 10
- 238000007689 inspection Methods 0.000 claims description 9
- 239000000470 constituent Substances 0.000 claims 1
- 239000000872 buffer Substances 0.000 description 9
- 238000010586 diagram Methods 0.000 description 8
- 239000003795 chemical substances by application Substances 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
Landscapes
- Executing Machine-Instructions (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
【発明の詳細な説明】
(産業上の利用分野)
本発明は、読み出しデータと同じ値のデータ分保持する
レジスタを検出し、読み出しデータと同じ値を保持して
いる全てのレジスタに対する書き込みを、1回の書き込
み操作で実現する2読み出しポート連想レジスタ・ファ
イルを使用することで、レジスタ・ファイル上に複数個
存在する同一変数への値の代入処理等の特定データの処
理を高速に実行する情報処理装置に関するものである。Detailed Description of the Invention (Field of Industrial Application) The present invention detects a register that holds data with the same value as the read data, and writes to all registers that hold the same value as the read data. Information that enables high-speed processing of specific data, such as assignment of values to the same variable that exists in multiple register files, by using a 2-read port associative register file that can be achieved with a single write operation. It relates to a processing device.
(従来の技術)
近年の高級プログラミング言語は処理するデータの構造
が複雑で、ポインタの使用頻度が高い。(Prior Art) Recent high-level programming languages have complex data structures and frequently use pointers.
例えば、知識情報処理の分野で注目されているプログラ
ミング言語プロローグ(PROLOG)がそうである。For example, the programming language PROLOG is attracting attention in the field of knowledge information processing.
このプロローグのプログラム記述の基本要素は述語であ
る。この述語は、述語名と爽数の引数からなり、5個の
引数を持つ述語名Pの述語は、以下の様になる。The basic element of this prologue program description is a predicate. This predicate consists of a predicate name and a number of arguments, and a predicate with a predicate name P having five arguments is as follows.
P(′a”、x、”b”、X、X)
′a″と′b”は、アトムと呼ばれる記号を表現するデ
ータである。Xは、変数2表す。代表的なプロローグ言
語処理方式として、述語の引数を引数レジスタと呼ぶ複
数のレジスタ群に格納する方式がある。従来は、引数レ
ジスタを汎用のレジスタ・ファイルで実現していた。先
の述語Pの引数を引数レジスタに格納する場合、アトム
″′a”と”b”は、直接、引数レジスタに格納できる
が、変数Xは、メモリ上の変数セルへのボイ/りを格納
する。P('a', x, 'b', X, X) 'a' and 'b' are data representing symbols called atoms. There is a method in which the arguments of the predicate are stored in a group of registers called argument registers. Conventionally, the argument registers were implemented using a general-purpose register file.The arguments of the predicate P are stored in the argument registers. In this case, the atoms ``a'' and ``b'' can be stored directly in the argument register, but the variable X stores the value of the variable cell in memory.
第2図は、述語Pの引数を引数レジスタに格納した状態
である。200が引数レジスタ群を構成するレジスター
ファイル、201が第1引数″′a”?格納する引数レ
ジスタである。変数Xは、メモリ上のセル206をデー
タの格納領域として使用する。引数レジスタ202は、
第2引数が変数Xなので、メモリ上の変数セル206へ
のポインタを格納する。FIG. 2 shows a state in which the arguments of predicate P are stored in the argument register. 200 is a register file that constitutes the argument register group, and 201 is the first argument "'a"? This is the argument register to store. Variable X uses cell 206 on memory as a data storage area. The argument register 202 is
Since the second argument is variable X, a pointer to variable cell 206 on memory is stored.
(発明が解決しようとする課題)
従来の汎用レジスタ・ファイルを使用した引数レジスタ
では、変数データを直接格納できなかった。この為、変
数データのアクセスは必ずポインタを辿る必要があり、
アトムデータより処理に必要な時間が長くなる傾向があ
った。変数データと直接格納できない理由を、先の述語
Pを使用して説明する。(Problems to be Solved by the Invention) Variable data cannot be directly stored in argument registers using conventional general-purpose register files. For this reason, accessing variable data must always follow the pointer.
The time required for processing tended to be longer than that of atom data. The reason why variable data cannot be stored directly will be explained using the predicate P mentioned above.
第3図が述語Pの5個の引数を直接引数レジスタに格納
した時の状態?示す図であり、302゜304.305
の3個の引数レジスタに変数Xが格納される。第2引数
の処理で変数Xにアトム90″?代入する。What is the state in Figure 3 when the five arguments of predicate P are directly stored in the argument register? This is a diagram showing 302°304.305
A variable X is stored in three argument registers. In processing the second argument, atom 90''? is assigned to variable X.
第4図が第2引数の処理終了後の状態を示す図であり、
引数レジスタ402はアトム“C″ を格納する。しか
し、引数レジスタ404.405は、変数Xを格納した
ままである。ここで、第4引数の処理で変数Xにアトム
″d″を代入する。FIG. 4 is a diagram showing the state after the processing of the second argument is completed,
Argument register 402 stores atom "C". However, the argument registers 404 and 405 continue to store the variable X. Here, in processing the fourth argument, the atom "d" is assigned to the variable X.
第5図が第4引数の処理終了後の状態である。FIG. 5 shows the state after the processing of the fourth argument is completed.
引数レジスタ502はアトム“C″を格納し、引数レジ
スタ404はアトム”d”?格納し、1つの変数に2つ
のデータが代入されるという矛盾が生じている。この矛
盾発生を回避するためには、第2引数の処理で変数Xに
アトムNc”を代入する時に、全ての引数レジスタの保
持データ’&NJ4べ、保持データが変数Xであるレジ
スタにアトム″c″を書き込む必要がある。しかし、全
ての引数レジスタを調べる為に必要な処理時間は、変数
アクセスでポインタを辿る処理時間よりはるかに長いた
め、汎用のレジスタ・ファイルで実現した引数レジスタ
の場合、変数データを直接格納しない方が優れている。Argument register 502 stores atom "C", and argument register 404 stores atom "d"? This creates a contradiction in that two pieces of data are assigned to one variable. In order to avoid this contradiction, when assigning the atom "Nc" to the variable ''.However, the processing time required to check all argument registers is much longer than the processing time required to follow pointers in variable access, so in the case of argument registers realized with a general-purpose register file, It is better not to store variable data directly.
本発明の目的は、データ読み出し時に、読み出しデータ
と同じ値のデータを保持するレジスタを記憶し、1回の
データ書き込み操作で、同じ値を保持する全てのレジス
タに対するデータの書き込みが可能な2読み出しポート
連想レジスタ・ファイルを使用することで、汎用レジス
タ・ファイルを使用した場合に実現できなかった変数デ
ータを直接格納できる引数レジスタを備えた情報処理装
置を提供することにある。An object of the present invention is to store registers that hold the same value as the read data when reading data, and to write data to all registers that hold the same value with one data write operation. An object of the present invention is to provide an information processing device equipped with an argument register that can directly store variable data, which could not be realized when using a general-purpose register file, by using a port-associative register file.
(課題を解決するための手段)
前述の問題を解決する為に、本発明が提供する情報処理
装置は、データタイプを示すタグ部とデータ値を示すヴ
ァリュー部から成るデータを処理対象とし、データを一
時的に格納する2個の読み出しポートと1個の書き込み
ポートを備えた2読み出しポート連想レジスタ・ファイ
ルと、前記2読み出しポート連想レジスタ・ファイルの
出力デ−タのヴァリュー部の算術論理演算を行う算術論
理演算器と、前記2読み出しポート連想レジスタ・ファ
イルの2個の出力データのタグ部の組合せを検査するタ
グ検査回路と、前記2読み出しポート連想レジスタ・フ
ァイルと接続されデータを記憶するメモリと、前記タグ
検査回路の検査結果出力を基に前記4個の構成要素に制
御信号を出力する制御回路からなり、前記2読み出しポ
ート連想レジスタ・ファイルがデータ読み出し時に、2
個の読み出しデータとレジスタ・ファイルを構成するレ
ジスタが保持するデータを比較し、その読み出しデータ
と同じ値を格納している全レジスタにどちらの読み出し
データと等しいかを示すフラグをセットし、そのフラグ
のセットされている2mのレジスタ集合の任意の集合に
属する全てのレジスタに1回のデータ書き込み操作でデ
ータの書き込みができることと、前記2読み出しポート
連想レジスタ・ファイルから読み出した2個のデータの
タグ部を検査した結果により、次に実行する処理を決定
することを特徴とする。(Means for Solving the Problems) In order to solve the above-mentioned problems, the information processing device provided by the present invention processes data consisting of a tag section indicating a data type and a value section indicating a data value. A 2-read port associative register file with 2 read ports and 1 write port for temporarily storing the data, and arithmetic and logical operations on the value part of the output data of the 2 read port associative register file. a tag inspection circuit that inspects the combination of tag portions of the two output data of the two read port associative register file; and a memory that is connected to the two read port associative register file and stores data. and a control circuit that outputs control signals to the four components based on the test result output of the tag test circuit, and when the two read port associative register file reads data,
Compare the read data with the data held by the registers that make up the register file, set a flag indicating which read data is equal to all registers that store the same value as the read data, and set the flag to indicate which read data is equal to the read data. It is possible to write data to all registers belonging to any set of 2m register sets that are set in one data write operation, and the tags of the two data read from the two read port associative register file The process to be executed next is determined based on the results of inspecting the parts.
(作用)
本発明の情報処理装置は、データを一時的に保持する引
数レジスタ・ファイルと作業用レジスタを提供する手段
として2読み出しポート連想レジスタ・ファイルを使用
する。タグ検査回路は任意の引数レジスタと作業用レジ
スタから読み出した2個のデータのタグ部を調べ、検査
結果に基づき次に実行する処理を決定する。タグ部を検
査した結果、読み出した2個のデータの中に変数データ
が存在する場合、変数データにもう一方のデータを代入
する。両方のデータが変数の場合、変数セルのメモリ上
の番地が大きい変数にもう一方の変数へのポインタを書
き込む。(Operation) The information processing apparatus of the present invention uses a two-read port associative register file as means for providing an argument register file for temporarily holding data and a working register. The tag inspection circuit examines the tag portions of two pieces of data read from an arbitrary argument register and a work register, and determines the next process to be executed based on the inspection results. As a result of inspecting the tag part, if variable data exists among the two read data, the other data is substituted for the variable data. If both data are variables, a pointer to the other variable is written to the variable with the larger address in the memory of the variable cell.
7個の引数レジスタと1個の作業用レジスタ?備えた本
発明の情報処理装置の動作原理を説明する。第6図が、
7個の引数レジスタと1個の作業用レジスタを提供する
2読み出しポート連想レジスタ・ファイルである。60
1から607が引数レジスタ、608が作業用レジスタ
である。次に示す述語Pの引数?引数レジスタにセット
する。7 argument registers and 1 working register? The operating principle of the information processing apparatus according to the present invention will be explained. Figure 6 is
It is a two read port associative register file that provides seven argument registers and one working register. 60
1 to 607 are argument registers, and 608 is a work register. Argument of predicate P shown below? Set in argument register.
述語Pは。The predicate P is.
P(′a”、X、′″b”、X、X) とする。P('a'', X, ''b'', X, X) shall be.
第7図に、述語Pの引数をセットした後の2読み出しポ
ート連想レジスタ・ファイルとメモリの状、態ヲ示す。FIG. 7 shows the state of the two-read port associative register file and memory after setting the argument of predicate P.
709がメモリ上の変数Xのセルである。引数レジスタ
702,704,705 は、変数X?格納する。引数
レジスタ702,704,705のヴァリュー部は、メ
モリ上の変数Xのセルフ09のメモリ番地を格納する。709 is a cell of variable X on the memory. Argument registers 702, 704, 705 are variables X? Store. The value portions of argument registers 702, 704, and 705 store the memory address of self 09 of variable X on memory.
本発明の情報処理装置が解決しようとしている問題は、
変数Xに対する処理を高速化することである。そこで、
述語Pの処理の中で、第2引数の処理について説明する
。The problem that the information processing device of the present invention is trying to solve is:
The purpose is to speed up processing for variable X. Therefore,
In the processing of predicate P, processing of the second argument will be explained.
第8図が、第2引数を読み出した時の2読み出しポート
連想レジスタ・ファイルの状態である。FIG. 8 shows the state of the two read port associative register file when the second argument is read.
第2引数は、変数Xである。したがって、第2引数レジ
スタ802を読み出した時に、第2、第4、第5引数レ
ジスタ802,804.805 の保持データが読み出
しデータ(変数X)と一致する。この結果、2読み出し
ポート連想レジスタ・ファイルは、第2、第4、第5引
数レジスタが第2引数レジスタの読み出しデータと同じ
値を保持していることを示すフラグ812,814.8
15 をセットする。この時、作業用レジスタの保持
データがアトム1c”の場合、第2引数の変数Xにアト
ム@C”を代入する。The second argument is the variable X. Therefore, when the second argument register 802 is read, the data held in the second, fourth, and fifth argument registers 802, 804, and 805 match the read data (variable X). As a result, the 2 read port associative register file contains flags 812, 814.8 indicating that the second, fourth, and fifth argument registers hold the same value as the read data of the second argument register.
Set 15. At this time, if the data held in the working register is the atom 1c'', the atom @C'' is assigned to the second argument variable X.
このアトム@C″を変数Xに代入する処理のデータの流
れを第9図に示す。フラグ911−918がセットされ
ている全てのレジスタ902,904゜905に作業用
レジスタ908の出力データを書き込む。Figure 9 shows the data flow of the process of assigning this atom @C'' to variable .
第2引数の処理終了後の状態を第1O図に示す。The state after processing of the second argument is shown in FIG. 1O.
変数Xを保持していた第2、第4、第5引数レジスタ1
002,1004.1005 の保持データがアトム
″′C”に書き換わっている。2nd, 4th, and 5th argument register 1 that held variable X
The held data of 002, 1004.1005 has been rewritten to the atom "'C".
この結果、本発明の連想レジスタ・ファイルは従来の汎
用レジスタファイルを使用した場合に実現できなかった
変数xi−,直接、引数レジスタに格納する処理が実現
できる。As a result, the associative register file of the present invention can realize the process of directly storing the variable xi- in the argument register, which could not be realized when using a conventional general-purpose register file.
(実施例)
本発明の実施例について、図面を参照して詳細に説明す
る。(Example) Examples of the present invention will be described in detail with reference to the drawings.
第1図は、本発明の情報処理装置の一実施例のブロック
図であり、100が処理対象データ及び処理終了後のデ
ータを格納するメモリである。処理対象データは、メモ
リ100からデータ選択器101 ’!r通り、2読み
出しポート連想レジスタファイル110に移動する。2
読み出しポート連想レジスタファイル110が保持する
データのヴァリュー部は、算術論理演算器140で演算
する。FIG. 1 is a block diagram of an embodiment of an information processing apparatus according to the present invention, and 100 is a memory for storing data to be processed and data after processing. The data to be processed is transferred from the memory 100 to the data selector 101'! Move to the 2-read port associative register file 110 in r ways. 2
The value part of the data held by the read port associative register file 110 is operated on by the arithmetic and logic unit 140 .
演算結果はデータ選択器101 を通り、再び2読み出
Lポート連想レジスタファイル110に書き込まれる。The operation result passes through the data selector 101 and is written to the 2-read L port associative register file 110 again.
一方、タグ部はタグ検査回路120で検査され、2つの
読み出しデータのデータタイプの組合せから、次に実行
すべき処理を決定する。On the other hand, the tag section is inspected by the tag inspection circuit 120, and the next process to be executed is determined based on the combination of data types of the two read data.
検量結果は制御回路130に通知され、制御回路130
がメモリ100、2読み出しポート連想レジスタファイ
ル110% タグ検査回路120、算術論理演算器14
0に制御信号を送る。The calibration result is notified to the control circuit 130, and the control circuit 130
Memory 100, 2 read port associative register file 110%, tag inspection circuit 120, arithmetic logic unit 14
Send a control signal to 0.
2絖み出しポート連想レジスタファイル110から2個
の処理データを読み出す時に、之読み出しポート連想レ
ジスタファイル110は、レジスタファイルを構成する
全てのレジスタの保持データと2個の読み出しデータ?
比較し、読み出しデータと同じ値のデータを保持するレ
ジスタにどちらの読み出しデータと一致したかを示すフ
ラグをセットする。一方、2個の読み出しデータは、タ
グ検査回路120と算術論理演算器140で処理される
。その処理の中で、タグ検査回路120は、次に実行す
べき処理を決定する。2個の読み出しデータの肉食なく
とも1個のデータが変数データの場合、次に実行する処
理は変数データにもう一方のデータを誓き込む処理とな
る。この変数へ、もう一方のデータ?書き込む処理は、
2個のデータ読み出し時に変数である読み出しデータと
一致したすべてのレジスタに、もう一方のデータを書き
込むことで実現する。When reading two pieces of processing data from the two-pronged port associative register file 110, the read port associative register file 110 reads data held in all registers that make up the register file and two pieces of read data.
A flag is set in a register that holds data with the same value as the read data to indicate which read data matches the read data. On the other hand, the two pieces of read data are processed by the tag inspection circuit 120 and the arithmetic logic unit 140. During the process, the tag inspection circuit 120 determines the process to be executed next. If at least one of the two pieces of read data is variable data, the next process to be executed is to assign the other data to the variable data. To this variable, the other data? The writing process is
This is achieved by writing the other data into all registers that match the read data, which is a variable, when reading two pieces of data.
このような機能を備える2読み出しポート連想レジスタ
ファイルの実施例を第11図に示す。An embodiment of a two read port associative register file having such a function is shown in FIG.
1100が外部から送られて来るレジスタ番号を解読し
、データ読み出し操作及びデータ書き込み操作のための
制御信号を生成するレジスタ番号解読器である。レジス
タ番号′″3”のレジスタに対するデータ読み出し操作
では、レジスタ番号解読器1100 が読み出しレジス
タ番号から制御信号を生成し、レジスタの出力用トライ
ステート・バッファ1131 から1138 を制御し
、レジスタ1101から1108の8個のレジスタの中
からレジスタ1103 を選択し、レジスタ1103の
保持データ?出力用トライステート・バッファ1133
を介して出力バッファ1110 に送る。1100 is a register number decoder that decodes a register number sent from the outside and generates control signals for data read operations and data write operations. In a data read operation for the register with register number ``3'', the register number decoder 1100 generates a control signal from the read register number, controls the register output tri-state buffers 1131 to 1138, and Select register 1103 from among the eight registers, and select the data held in register 1103? Output tri-state buffer 1133
to the output buffer 1110 via the output buffer 1110.
この時、一致検出回路1111から1118は、出力用
トライステート書バッファ1133 の出力とレジスタ
1101 から1108の保持データを比較し、比較結
果を一致フラグ保持器1121 から1128 に送
る。At this time, the coincidence detection circuits 1111 to 1118 compare the output of the output tristate write buffer 1133 with the data held in the registers 1101 to 1108, and send the comparison results to the coincidence flag holders 1121 to 1128.
レジスタ番号′″5″に対するデータの書き込み操作で
は、レジスタ番号s貌器1100が書き込み許可信号を
生成する。書き込み許可信号は、書き込み許可信号選択
器1141 から1148を通り、レジスタ1101
から1108 に送られる。In a data write operation to register number ``5'', register number generator 1100 generates a write enable signal. The write permission signal passes through write permission signal selectors 1141 to 1148 and is sent to the register 1101.
is sent to 1108.
この場合、書き込み許可信号選択器1145 ’Th
通り、レジスタ1105に書き込み許可信号が送られ、
入力バッファ1120から送られて来る畜き込みデータ
が、レジスタ1105 に書き込まれる。In this case, write permission signal selector 1145'Th
As expected, a write permission signal is sent to register 1105,
The input data sent from input buffer 1120 is written to register 1105.
読み出しデータと同じ値のデータ?保持するレジスタに
対する書き込み操作は、一致フラグ保持器1121 か
ら1128の出力が書き込み許可信号選択器1141か
ら1148を通り、レジスタ1101 から1108
に送られる。この結果、−致フラグがセットされてい
る一致フラグ保持器の出力が書き込み許可信号となり、
一致フラグがセットされている。複数のレジスタに入力
バッファ1120から送られて来るnき込みデータが書
き込まれる。Is the data the same value as the read data? For write operations to the registers held, the outputs of the match flag holders 1121 to 1128 pass through the write permission signal selectors 1141 to 1148, and the outputs of the registers 1101 to 1108
sent to. As a result, the output of the match flag holder with the match flag set becomes the write permission signal,
Match flag is set. n write data sent from the input buffer 1120 is written to a plurality of registers.
(発明の効果)
本発明の情報処理装置Itは、読み出しデータと同じ値
を保持するレジスタを検出し、読み出しデータと同じ値
を保持する全てのレジスタに対する書き込みを、1回の
書き込み操作で実現することで、レジスタファイル上に
複数個存在する同一変数への値の代入処理などの処理を
高速実行することを特徴とする。この結果、レジスタフ
ァイル上の複数個存在する特定データの書換えを高速実
行することを可能にしている。(Effects of the Invention) The information processing device It of the present invention detects a register that holds the same value as the read data, and realizes writing to all registers that hold the same value as the read data in one write operation. This feature enables high-speed execution of processes such as the process of assigning values to the same variable that exists in a plurality of register files. As a result, it is possible to rewrite multiple pieces of specific data on the register file at high speed.
第1図は本発明の情報処理装置の一実施例のブロック図
、第2図は本発明の構成要素の1つである2読み出しポ
ート連想レジスタ・ファイルの状態を示す図、第3図は
述語Pの引数を書き込んだ後の状態を示す図、第4図は
第2引数読み出し後の状態を示す図、第5図は作業用レ
ジスタの内容を書き込み中の状態を示す図、第6図は作
業用レジスタの内容を書き込んだ後の状態を示す図、第
7図は2絖み田しポート連想レジスタファイルの実砲例
のブロック図、第8図は述語Pの引数を引数レジスタに
格納した状態を示す図、第9図は引数レジスタに、直接
、変数Xを格納した状態を示す図、第10図は第2引数
の処理終了後の状態を示す図、第11図は第4引数の処
理が終了した状態を示す図である。
100・・・・・・メモリ、101,102・・・・・
・データ選択器、110・・・・・・2絖み出しポート
連想レジスタファイル上ル2o・・・・・・タグ検査回
路、130・・・・・・制御回路、140・・・・・・
算術論理演算器、200゜300.400,500 ・
・・・・・汎用レジスタファイル、201〜205.3
01〜305.401〜405゜501〜505・・・
・・・レジスタ、207・・・・・・メモリ、206・
・・・・・変数Xのセル、600,700,800゜9
00.1000・・・・・・2読み出しポート連想レジ
スタファイル、601〜608.701〜708.80
1〜808.901〜908.1001〜1008・・
・・・・連想レジスタ、709,809,909.10
09・・・・・・メモリ上の変数Xのセル、811〜8
18.911〜918・・・・・・絖み出しデータとの
一致を示すフラグ、1100・・・・・・レジスタ番号
解読器、1101〜1108・・・・・・レジスタ、1
120 ・・・・・・入カハッファ、1110.113
0・・−・・・出力バッファ、1111〜1118.1
151〜1158・・・・・・−散積出回路、1121
〜1128.1161〜1168 ・・・・・・一致フ
ラグ保持器、1131〜1138.1171−1178
・・・・・・出力用トライステートφバッファ。
代理人 弁理士 内 原 晋
第2図
沼3図
箭4図FIG. 1 is a block diagram of an embodiment of the information processing apparatus of the present invention, FIG. 2 is a diagram showing the state of a two-read port associative register file, which is one of the components of the present invention, and FIG. Figure 4 shows the state after writing the argument of P, Figure 4 shows the state after reading the second argument, Figure 5 shows the state in which the contents of the working register are being written, and Figure 6 shows the state after reading the second argument. A diagram showing the state after writing the contents of the working register, Figure 7 is a block diagram of an actual example of a two-port associative register file, and Figure 8 shows the argument of predicate P stored in the argument register. Figure 9 shows the state in which variable It is a diagram showing a state where processing has been completed. 100...Memory, 101,102...
・Data selector, 110...2 start-up port associative register file upper 2o...tag inspection circuit, 130...control circuit, 140...
Arithmetic logic unit, 200°300.400,500 ・
...General-purpose register file, 201 to 205.3
01~305.401~405゜501~505...
...Register, 207...Memory, 206.
...Cell of variable X, 600,700,800゜9
00.1000...2 read port associative register file, 601~608.701~708.80
1~808.901~908.1001~1008...
...Associative register, 709,809,909.10
09...Cell of variable X on memory, 811-8
18. 911 to 918...Flag indicating coincidence with the start-up data, 1100...Register number decoder, 1101 to 1108...Register, 1
120 ・・・・・・Enkahafa, 1110.113
0 --- Output buffer, 1111 to 1118.1
151-1158...-Scattered product output circuit, 1121
~1128.1161~1168 ...... Match flag holder, 1131~1138.1171-1178
・・・・・・Tri-state φ buffer for output. Agent: Susumu Uchihara, Patent Attorney 2nd figure, 3rd figure, 4th figure
Claims (1)
部から成るデータを処理対象とし、データを一時的に格
納する2個の読み出しポートと1個の書き込みポートを
備えた2読み出しポート連想レジスタ・ファイルと、前
記2読み出しポート連想レジスタ・ファイルの出力デー
タのヴァリュー部の算術論理演算を行う算術論理演算器
と、前記2読み出しポート連想レジスタ・ファイルの2
個の出力データのタグ部の組合せを検査するタグ検査回
路と、前記2読み出しポート連想レジスタ・ファイルと
接続されデータを記憶するメモリと、前記タグ検査回路
の検査結果出力を基に前記4個の構成要素に制御信号を
出力する制御回路から成り、前記2読み出しポート連想
レジスタ・ファイルがデータ読み出し時に、2個の読み
出しデータとレジスタ・ファイルを構成するレジスタが
保持するデータを比較し、その読み出しデータと同じ値
を格納している全レジスタにどちらの読み出しデータと
等しいかを示すフラグをセットし、そのフラグのセット
されている2組のレジスタ集合の任意の集合に属する全
てのレジスタに1回のデータ書き込み操作でデータの書
き込みができることと、前記2読み出しポート連想レジ
スタ・ファイルから読み出した2個のデータのタグ部を
検査した結果により、次に実行する処理を決定すること
を特徴とする情報処理装置。A 2-read port associative register file that processes data consisting of a tag section indicating the data type and a value section indicating the data value, and has 2 read ports and 1 write port for temporarily storing data. , an arithmetic and logic unit that performs arithmetic and logic operations on the value part of the output data of the two read port associative register files, and two of the two read port associative register files.
a tag inspection circuit that inspects the combination of tag parts of the output data; a memory that is connected to the two read port associative register file and stores data; Consisting of a control circuit that outputs control signals to the constituent elements, when the two read port associative register file reads data, it compares the two read data with the data held by the registers that make up the register file, and calculates the read data. A flag indicating which read data is equal is set in all registers that store the same value as , and a single flag is applied to all registers belonging to any set of the two sets of registers for which that flag is set. Information processing characterized in that data can be written by a data write operation, and the next process to be executed is determined based on the result of inspecting the tag part of the two data read from the two read port associative register file. Device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2946988A JPH01204150A (en) | 1988-02-09 | 1988-02-09 | Information processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2946988A JPH01204150A (en) | 1988-02-09 | 1988-02-09 | Information processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH01204150A true JPH01204150A (en) | 1989-08-16 |
Family
ID=12276960
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2946988A Pending JPH01204150A (en) | 1988-02-09 | 1988-02-09 | Information processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH01204150A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108192077A (en) * | 2017-12-18 | 2018-06-22 | 盐城艾肯科技有限公司 | A kind of preparation method of photosensitive resin with flame retardant property and its application in the circuit board |
-
1988
- 1988-02-09 JP JP2946988A patent/JPH01204150A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108192077A (en) * | 2017-12-18 | 2018-06-22 | 盐城艾肯科技有限公司 | A kind of preparation method of photosensitive resin with flame retardant property and its application in the circuit board |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5038348A (en) | Apparatus for debugging a data flow program | |
US6986026B2 (en) | Single-step processing and selecting debugging modes | |
US4937770A (en) | Simulation system | |
US4835733A (en) | Programmable access memory | |
US4670836A (en) | Device for detecting an overlap of operands to be accessed | |
US6052801A (en) | Method and apparatus for providing breakpoints on a selectable address range | |
JPH01204150A (en) | Information processor | |
US6721937B2 (en) | Method and system for automated processor register instantiation | |
WO1996038789A2 (en) | Programmable instruction trap system and method | |
JP3145545B2 (en) | Memory access device | |
US5893928A (en) | Data movement apparatus and method | |
JPH0283749A (en) | Internal interruption control system for microprocessor | |
JPH01204151A (en) | Associative register file | |
JPS6153579A (en) | Tester for function of logical circuit | |
JPH01211122A (en) | Two reading port associative register file | |
JPH0877069A (en) | Cache testing method | |
JPH0236423A (en) | Saving/restoring register address generation circuit | |
JPH09106359A (en) | Semiconductor integrated circuit | |
JPH05150943A (en) | Computer | |
JPS6086625A (en) | Data processing device | |
JPH0319570B2 (en) | ||
JPH02287732A (en) | Register address generating device | |
JPS62139039A (en) | Unification processor | |
JPH0264828A (en) | Address trace circuit | |
JPS6024654A (en) | Program debugging device |