JPS63118944A - Data processor - Google Patents

Data processor

Info

Publication number
JPS63118944A
JPS63118944A JP61266015A JP26601586A JPS63118944A JP S63118944 A JPS63118944 A JP S63118944A JP 61266015 A JP61266015 A JP 61266015A JP 26601586 A JP26601586 A JP 26601586A JP S63118944 A JPS63118944 A JP S63118944A
Authority
JP
Japan
Prior art keywords
data
list
shift
processing
processing unit
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
JP61266015A
Other languages
Japanese (ja)
Inventor
Ryoichi Wada
良一 和田
Yutaka Aoki
豊 青木
Masato Honma
本間 真人
Toshio Shimizu
敏夫 清水
Satoshi Emura
江村 里志
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP61266015A priority Critical patent/JPS63118944A/en
Publication of JPS63118944A publication Critical patent/JPS63118944A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To perform a various kinds of shift operations simultaneously, by providing plural processing units to process list data of list form. CONSTITUTION:The elements of the list data of list form accumulated in a memory device 1 is assigned and transferred one by one to the register device of the processing unit 3. It is required to perform the shift operation such as CAR shift, and CDR shift, etc., for all of the elements of the data of list form, however, it is possible to execute the operation in one cycle because each processing unit 3 can perform the operation in parallel. In such way, it is possible to perform a various kinds of shift operations in an ADDRESS part of list form simultaneously, thereby, to perform the processing of the list data at high speed.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は主に人工知能分野へ使用することを目的とした
データ処理装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to a data processing device mainly intended for use in the field of artificial intelligence.

従来の技術 近年、コンピュータ応用の一つとして人工知能分野が盛
んに研究されている。この分野においては構造を持った
データを処理する必要があり、そのため構造データを取
り扱うことのできる言語であるLISPが広く使用され
ている。LISP言語は汎用のコンピュータで実行する
のは非効率であるため様々な工夫を施した専用マシンが
開発されてきた。
BACKGROUND OF THE INVENTION In recent years, the field of artificial intelligence has been actively researched as one of computer applications. In this field, it is necessary to process structured data, and therefore LISP, a language that can handle structured data, is widely used. Since it is inefficient to execute the LISP language on a general-purpose computer, special-purpose machines with various improvements have been developed.

これら専用マシンは主に言語的側面からアプローチを行
って改善を行ったものでその改善の内容の代表的なもの
を以下に示す、(IICAR,CDR等、原始的関数は
マイクロプログラムレベルで実行する。(2)ジェネリ
ックデー夕タイプを扱うためTAG付きデータ形式とす
る。(3)スタック処理を高速にするためハードウェア
コントロールスタックを設ける(たとえばrLIsPマ
シン」 情報処理 Vol、23  N118  pp
752−772 )。
These dedicated machines have been improved mainly by approaching from the language aspect, and the typical improvements are shown below. (Primitive functions such as IICAR and CDR are executed at the microprogram level. (2) Data format with TAG to handle generic data type. (3) Provide hardware control stack to speed up stack processing (for example, rLIsP machine" Information Processing Vol. 23 N118 pp
752-772).

発明が解決しようとする問題点 しかしながら、前記したような言語の実行系に関する改
善はなされてきたものの、計算機内部における構造体デ
ータの表現としては基本的には要素の順序関係と結合の
方法をポインタで表現したもの(以下リストと呼ぶ)を
使用しているため次のような問題があった。(1)任意
の要素へのアクセスがリストたぐりとなり効率が悪い、
(2)リストマツチングはリストの分解操作を伴うため
非効率である。(3)ガーベッジコレクシッンが困難で
ある。
Problems to be Solved by the Invention However, although improvements have been made to the execution system of the language as described above, the representation of structure data inside a computer is basically based on pointer order relationships and connection methods of elements. Because it uses a representation (hereinafter referred to as a list), there were the following problems. (1) Access to any element is inefficient as it involves going through a list.
(2) List matching is inefficient because it involves a list decomposition operation. (3) Garbage collection is difficult.

(4)メモリ参照の局所性が悪く、キャッシュのヒ。(4) Poor locality of memory references, resulting in cache failure.

ト率が下がる。また、基本的には共有構造をとるため以
下の問題が生じた。(51RPLACA。
rate decreases. Additionally, since it basically uses a shared structure, the following problems arose. (51 RPLACA.

RPLACD等、直接リスト操作を行うと陰に他のデー
タも変更してしまうといった思いがけない副作用が生じ
る。(6)並列処理時、変数のロックが困難である。こ
れらの問題点を解決するためには、基本的にリストデー
タの表現をかえる必要がある。
Direct list operations such as in RPLACD cause unexpected side effects such as secretly changing other data. (6) It is difficult to lock variables during parallel processing. In order to solve these problems, it is basically necessary to change the expression of list data.

2進木リストは始点のノードから始まって順次左右に分
岐して行き葉のノードでそれぞれの分岐が終了する形を
とる0葉のノードにはアトムノードとNTLノードの2
種類がある。葉のノードでないノードは分岐が続行して
いることを示すリストノードである。このリストノード
は葉のノードの位置を間接的にあられすためのものであ
る。
A binary tree list starts from the starting node and branches left and right sequentially, ending at each leaf node.The 0-leaf node has two nodes: an atom node and an NTL node.
There are different types. A node that is not a leaf node is a list node indicating that the branch is continuing. This list node is used to indirectly indicate the position of the leaf node.

ポインタ表現ではこの構造表現をそのままの形で全ての
ノードをアドレスで接続したセルで表現している。
In the pointer representation, this structural representation is expressed as is by cells in which all nodes are connected by addresses.

しかしながら、葉のノードの位置を直接的にあられすこ
とができれば、リストノードの情報を持つ必要はない。
However, if the positions of leaf nodes can be directly determined, there is no need to have list node information.

したがって、葉の位置情報と葉自身の情報を順次並べた
表で、等価なリストデータを表現することができる。我
々はこの葉のノード位置を表現する方法としてCDR方
向に順次番号を付け、CAR方向に順次項目を割り当て
た一次元ベクトル表現を採用した。したがってリストデ
ータは葉の位置情報を示すベクトルと葉自身の情報を組
としたデータの集合で表現される。
Therefore, equivalent list data can be expressed by a table in which leaf position information and leaf information are sequentially arranged. We adopted a one-dimensional vector representation in which numbers are sequentially assigned in the CDR direction and items are sequentially assigned in the CAR direction as a method of expressing the node positions of this leaf. Therefore, the list data is expressed as a set of data that includes a vector indicating leaf position information and information about the leaf itself.

第3図にリストデータの表現例を示す。これは3式で表
記した場合(A (B (C) ) D)となるリスト
データの図式表現(al、および、表形式表現伽)を示
したものである0図式表現において丸印はリストノード
を表し、四角で囲ったものは葉のノードを示している。
FIG. 3 shows an example of list data representation. This shows the diagrammatic representation (al and tabular representation) of list data that becomes (A (B (C)) D) when expressed in 3 formulas. 0 In the diagrammatic representation, the circle is a list node. , and the squares indicate leaf nodes.

また各ノードの上に付記した数字列は上記した方法にし
たがって表したノード位置を示すものである。この葉の
部分を抜きだして表の形で表現したものが表形式表現(
b)であって、ADDRESS部にノード位置ベクトル
が、VALUE部に葉の要素が入った表で構成されてい
る。
Further, the number string added above each node indicates the node position expressed according to the above-described method. This leaf part is extracted and expressed in the form of a table, which is expressed in tabular form (
b), which consists of a table in which the ADDRESS section contains node position vectors and the VALUE section contains leaf elements.

リストをこのような表形式で表現した場合、前記したポ
インタ表現の多くの欠点は免れることができるが、当然
のことにその演算体系は従来のポインタ表現とは異なる
When a list is represented in such a tabular form, many of the drawbacks of the pointer representation described above can be avoided, but the arithmetic system is naturally different from the conventional pointer representation.

第4図にLISPの基本リスト操作関数における裏操作
の一例を示す。
FIG. 4 shows an example of a behind-the-scenes operation in the basic list operation function of LISP.

第4図で明らかなようにCAR関数はADDRESS部
の先頭が1の要素を抜き出し、2番目以下のADDRE
SSを先頭方向にシフトすることにより(これを以下C
ARシフトと呼ぶ)実行することができる。CDR関数
はCAR関数とは逆に先頭ADDRESSが1の要素を
取り除き、残った要素の先頭ADDRESSから1を減
じることにより (以下これをCDRシフトと呼ぶ)実
行される。
As is clear from Figure 4, the CAR function extracts the element with the first 1 in the ADDRESS section, and
By shifting SS toward the beginning (hereinafter referred to as C
(referred to as AR shift). Contrary to the CAR function, the CDR function is executed by removing the element whose leading ADDRESS is 1 and subtracting 1 from the leading ADDRESS of the remaining elements (hereinafter referred to as CDR shift).

C0N5関数についてはもう少し複雑である。The C0N5 function is a little more complicated.

まずC0N5関数の第一引数について、へ〇DIIES
S部を先頭方向とは逆の方向にシフトし、先頭ADDR
ESSを1とする。これは前記したCARシフトとは逆
の演算であり、以下RCARシフトと呼ぶ、第二引数に
ついては先頭ADDRESSに1を加算する(以下これ
をRCARと同じ理由でRCDRシフトと呼ぶ)。次に
この二つの引数を一つの表としてまとめればC0N5関
数は実行される。
First, regarding the first argument of the C0N5 function, go to 〇DIIES
Shift the S section in the opposite direction to the beginning direction, and move the beginning ADDR
Let ESS be 1. This is an operation opposite to the above-mentioned CAR shift, and is hereinafter referred to as RCAR shift. For the second argument, 1 is added to the leading ADDRESS (hereinafter this is referred to as RCDR shift for the same reason as RCAR). Next, the C0N5 function is executed by combining these two arguments into one table.

以上述べてきたように、ポインタ表現では極めて容易に
行えるCAR,CDR,C0N5といったLISPの基
本関数が表形式では全ての要素に対しての演算を必要と
する欠点がある。
As described above, the basic LISP functions such as CAR, CDR, and C0N5, which can be performed extremely easily in pointer representation, have the drawback of requiring calculations for all elements in table format.

本発明は上記問題点に鑑みてなされたもので、簡単な構
成で効率良く表形式のりストデータを処理することので
きるデータ処理装置を提供するものである。
The present invention has been made in view of the above problems, and it is an object of the present invention to provide a data processing device that has a simple configuration and can efficiently process list data in a tabular format.

問題点を解決するための手段 上記問題点を解決するために本発明のデータ処理装置は
、リストデータを表形式のデータとして記憶するメモリ
装置と、複数個のレジスタと演算手段からなる処理ユニ
ットを複数個備えた演算装置と、各処理ユニットに対し
メモリ装置に蓄えられた表形式データの要素を順次割り
当てる転送装置を具備し、リストデータを並列に処理で
きるようにしたものである。
Means for Solving the Problems In order to solve the above problems, the data processing device of the present invention includes a memory device that stores list data as tabular data, and a processing unit that includes a plurality of registers and calculation means. It is equipped with a plurality of arithmetic units and a transfer device that sequentially allocates elements of tabular data stored in a memory device to each processing unit, so that list data can be processed in parallel.

作用 本発明は上記した構成によって、表形式のリストデータ
を処理する複数個の処理ユニットに対しメモリ装置から
表形式のリストデータの要素を順次−個づつ割り当てる
ように転送することにより、処理ユニットにおいて上記
ADDRESS部の各種シフト操作を同時に行うことが
できるようにしたものである。
Effect of the Invention With the above-described configuration, the present invention transfers elements of tabular list data from a memory device to a plurality of processing units that process tabular list data so as to sequentially allocate them one by one. This allows various shift operations of the ADDRESS section to be performed simultaneously.

実施例 以下本発明の一実施例のデータ処理装置について、図面
を参照しながら説明する。第1図は本発明の一実施例に
おけるデータ処理装置の構成を示すものである。
Embodiment Hereinafter, a data processing apparatus according to an embodiment of the present invention will be described with reference to the drawings. FIG. 1 shows the configuration of a data processing device in an embodiment of the present invention.

第1図において1はメモリ装置、2は転送装置、3は処
理ユニット、4は条件レジスタ、5は第二のレジスタ装
置、6は第二の演算装置、7は第二のメモリ手段、8は
複数の処理ユニットからなる演算装置である。第2図は
上記実施例における処理ユニットの内部構成を示すもの
である。
In FIG. 1, 1 is a memory device, 2 is a transfer device, 3 is a processing unit, 4 is a condition register, 5 is a second register device, 6 is a second arithmetic unit, 7 is a second memory means, and 8 is a It is an arithmetic device consisting of multiple processing units. FIG. 2 shows the internal configuration of the processing unit in the above embodiment.

第2図において11はレジスタ装置、12はシフト装置
、13は比較装置、14はゲート装置である。
In FIG. 2, 11 is a register device, 12 is a shift device, 13 is a comparison device, and 14 is a gate device.

以上のように構成されたデータ処理装置につき、以下第
1図および第2回をもちいてその動作を説明する。
The operation of the data processing apparatus configured as described above will be explained below using FIG. 1 and Part 2.

メモリ装W1に蓄えられたリストデータは処理される場
合転送装置2により処理ユニット3のレジスタ装置11
ヘシフト装置12を通して転送される。この場合、表形
式データの各要素はそれぞれ別の処理ユニットへ転送さ
れる。レジスタ装置11は複数個の記憶単位であるレジ
スタから構成されるが、選択信号R3によりそのうちの
一つが選択される。前記したリストの各種の演算はレジ
スタ内のデータを対象に行われる。CAR操作の場合選
択信号R3により選択されたレジスタの内容は比較装置
13を通ってシフト装置12へ入力され、そこで前記し
たCARシフトを受は再びレジスタに入力される。CD
R操作の場合も同じでシフト操作がCDRシフトとなる
。前記したようにこのシフト操作は表形式データの全て
の要素に対して行う必要があるが、各処理ユニットで並
列にこの操作を行うため1サイクルで実行することがで
きる。
When the list data stored in the memory device W1 is processed, the transfer device 2 transfers it to the register device 11 of the processing unit 3.
transferred through the shift device 12. In this case, each element of the tabular data is transferred to a separate processing unit. The register device 11 is composed of a plurality of registers that are storage units, and one of them is selected by a selection signal R3. The various operations listed above are performed on data in registers. In the case of a CAR operation, the contents of the register selected by the selection signal R3 are inputted through the comparator 13 to the shifter 12, where the contents receiving the aforementioned CAR shift are inputted into the register again. CD
The same applies to the R operation, and the shift operation becomes a CDR shift. As described above, this shift operation must be performed on all elements of the tabular data, but since this operation is performed in parallel in each processing unit, it can be performed in one cycle.

前記CAR,CDR等の操作を行う場合、メモリ装置1
からリストデータを転送する時に同時に行うこともでき
る。すなわち、転送装置2によって処理ユニット3のレ
ジスタ装置11ヘリストデータが転送される際、シフト
装置12を通過するため、この時前記シフト操作を行え
ば良い。この場合、転送と同時にシフト処理が行えるた
め処理を高速に行うことができる。
When operating the CAR, CDR, etc., the memory device 1
You can also do this at the same time as transferring list data from. That is, when the transfer device 2 transfers the list data to the register device 11 of the processing unit 3, it passes through the shift device 12, so the shift operation may be performed at this time. In this case, shift processing can be performed at the same time as transfer, so processing can be performed at high speed.

シフト装置12の内部構成の一実施例を第5図に示す。An example of the internal configuration of the shift device 12 is shown in FIG.

第5図において51は入力選択回路、52はバレルシフ
ト回路、53は加算回路である。
In FIG. 5, 51 is an input selection circuit, 52 is a barrel shift circuit, and 53 is an adder circuit.

第5図において入力選択回路51は、メモリ装置1から
の転送データと処理ユニット3の中のレジスタからのフ
ィードバックされたデータとを選択信号SELにより切
り替えて出力するもので、メモリ装置1からの転送時は
Mlをレジスタ内演算の場合はAIの信号を出力する。
In FIG. 5, the input selection circuit 51 switches and outputs transfer data from the memory device 1 and data fed back from the register in the processing unit 3 using a selection signal SEL. In the case of a register operation, an AI signal is output.

入力選択回路51から出力されたデータはADDRES
S部とVALUE部に分離され、ADDRESS部デー
タADはバレルシフト回路52の入力となり、−方VA
LUE部データVDはそのままシフト装置、12の出力
RDの一部となる。バレルシフト回路はADDRESS
部のデータを左右方向ヘシフトする回路で、シフト選択
信号SHCにより制御される。CARシフト時には前記
したように先頭方向へのシフトであるが、この場合最後
部のアドレスには0が入る。
The data output from the input selection circuit 51 is ADDRES.
It is separated into an S section and a VALUE section, and the ADDRESS section data AD becomes the input of the barrel shift circuit 52, and the - side VA
The LUE section data VD becomes part of the output RD of the shift device 12 as it is. Barrel shift circuit is ADDRESS
This circuit shifts the data of the section in the left-right direction, and is controlled by a shift selection signal SHC. When performing a CAR shift, the shift is towards the beginning as described above, but in this case, 0 is entered in the last address.

RCARシフト時は反対に先頭部に0が入る。Conversely, during RCAR shift, 0 is entered at the beginning.

CDRシフト、RCDRシフトはいわゆるシフト操作で
はなく、ADDRESS部の先頭値が1だけ増減する操
作であるから、バレルシフト回路でのシフトは受けず、
その出力に接続された加算回路53でこの処理が行われ
る。
CDR shift and RCDR shift are not so-called shift operations, but operations that increase or decrease the leading value of the ADDRESS section by 1, so they are not shifted by the barrel shift circuit.
This process is performed by an adder circuit 53 connected to its output.

前記表形式リストの各要素のVALUE部にはアトムデ
ータへのリファレンスが格納されているが、リスト処理
においてはそれらの実際の値である数値や文字に対する
演算が必要である。その演算は処理ユニットでは行わず
、第二の演算装置6で行われる。まずリスト要素のリフ
ァレンス値は処理ユニット3からデータバスDBへ出力
され実際の値を格納した第二のメモリ装置7をアクセス
してその値が第二のレジスタ装N5に格納される。
References to atom data are stored in the VALUE section of each element of the tabular list, but list processing requires calculations on the actual values, such as numerical values and characters. The calculation is not performed by the processing unit but by the second calculation device 6. First, the reference value of the list element is output from the processing unit 3 to the data bus DB, the second memory device 7 storing the actual value is accessed, and the value is stored in the second register device N5.

その後は第二のレジスタ装置5と第二の演算装置6との
間で演算処理が行われ、その結果は再び第二のメモリ装
置7に格納される。
Thereafter, arithmetic processing is performed between the second register device 5 and the second arithmetic device 6, and the result is stored in the second memory device 7 again.

このように、構造データの処理と値の処理を分けること
により処理系の構成を単純にすることができる。
In this way, by separating the processing of structural data and the processing of values, the configuration of the processing system can be simplified.

リストデータの演算として重要なものに比較演算がある
。これは2つのりストデータの構造およびアトム要素が
等しいかどうかを調べるもので、ポイン゛り表現・では
両者のリストを同じ手順で要素まで分解し、それらの要
素が等しいかどうかを検定することによりリスト構造デ
ータの同一性を調べている0表形式では、順次一方の要
素を他方と比較して行き、すべての要素につきそのAD
DRESS部およびVALUE部が等しければ、同一で
あることがわかる。表形式表現において特に強力なのは
ADDRESSの一部にワイルドナンバーを許すことに
より部分リストのマツチングが容易に行えることである
。ASSOC関数の例を第6図に示す。ここで*はワイ
ルドナンバーを示し、どのような数ともマツチングする
ことを示す。この方法を使用すると、ある構造データか
ら特定の構造を持つ部分を抜き出すといった従来のポイ
ンタ方式では難しかった処理を比較的容易に行うことが
できる。この処理は比較装置13で行われる。
Comparison operations are important operations for list data. This is a test to check whether the structure and atom elements of two list data are equal. In point expression, both lists are decomposed into elements using the same procedure, and by testing whether those elements are equal. In the table format, where the identity of list structure data is checked, one element is compared with the other one after another, and for every element, its AD
If the DRESS part and the VALUE part are equal, it can be seen that they are the same. What is particularly powerful about the tabular representation is that matching of partial lists can be easily performed by allowing wild numbers as part of ADDRESS. An example of the ASSOC function is shown in FIG. Here, * indicates a wild number and indicates matching with any number. Using this method, it is possible to relatively easily perform processing that is difficult with conventional pointer methods, such as extracting a part with a specific structure from certain structured data. This process is performed by the comparator 13.

第7図は比較装置13の一部でADDRESS部の比較
回路の構成例を示すものである。第7図において61は
ワイルドナンバー検出回路、62は一致検出回路、63
はオアゲート回路、64はアンドゲート回路である。第
7図において、第1図の条件レジスタ4に蓄えられた比
較データCDは一致検出回路62でアドレスの各項目毎
にレジスタ装置11の出力データREDと比較され、そ
の結果がオアゲート回路63に出力される。ワイルドナ
ンバー検出回路61は比較データが全ての数とマツチン
グする予め定めた特定の数であるワイルドナンバーを検
出亡るものであって、比較データがワイルドナンバーの
ときオアゲート回路63へ一敗信号を出力する。したが
ってオアゲート回路63はCDとREDが一致している
場合か、CDがワイルドナンバーであるとき一致信号を
アンドゲート回路64へ出力する。アンドゲート回路6
4は各項目の一致信号がすべて存在する時アドレスが一
致していることを示す信号としてFLAGを出力する。
FIG. 7 shows an example of the configuration of a comparison circuit of the ADDRESS section, which is a part of the comparison device 13. In FIG. 7, 61 is a wild number detection circuit, 62 is a match detection circuit, and 63 is a wild number detection circuit.
is an OR gate circuit, and 64 is an AND gate circuit. In FIG. 7, the comparison data CD stored in the condition register 4 in FIG. be done. The wild number detection circuit 61 detects a wild number that is a predetermined specific number that matches all the numbers in the comparison data, and outputs a defeat signal to the OR gate circuit 63 when the comparison data is a wild number. do. Therefore, the OR gate circuit 63 outputs a match signal to the AND gate circuit 64 when CD and RED match or when CD is a wild number. AND gate circuit 6
4 outputs FLAG as a signal indicating that the addresses match when all match signals for each item are present.

この比較操作も前記したようにリストデータの各要素に
つき複数の処理ユニットにより同時に行うため高速に行
うことが可能である。
This comparison operation can also be performed at high speed because it is simultaneously performed by a plurality of processing units for each element of the list data, as described above.

発明の効果 以上のように本発明はリストデータを表形式のデータと
して記憶するメモリ装置と、複数個のレジスタと演算手
段からなる処理ユニットを複数個備えた演算装置と、各
処理ユニットに対しメモリ装置に蓄えられた表形式デー
タの要素を順次割り当てる転送装置を具備し、表形式の
リストデータを処理する複数個の処理ユニットに対しメ
モリ装置から表形式のリストデータの要素を順次−個づ
つ割り当てるように転送することにより、処理ユニット
において表形式データのADDRESS部の各種シフト
操作を同時に行うことができるようにしたものであり、
リストデータを高速に処理できるようにしたものである
Effects of the Invention As described above, the present invention provides a memory device that stores list data as tabular data, an arithmetic device that includes a plurality of processing units each consisting of a plurality of registers and arithmetic means, and a memory device for each processing unit. Equipped with a transfer device that sequentially allocates elements of tabular data stored in the device, and sequentially allocates elements of tabular list data one by one from a memory device to a plurality of processing units that process tabular list data. By transferring data in the following manner, various shift operations of the ADDRESS section of tabular data can be performed simultaneously in the processing unit.
This allows list data to be processed at high speed.

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

第1図は本発明の一実施例におけるデータ処理装置の構
成図、第2図は第1図の処理ユニットの内部構成図、第
3図はリストデータの表形式表現の一例を示す図、第4
図はLISPの基本リスト操作関数における表操作の一
例を示す図、第5図はシフト装置の内部構成図、第6図
はワイルドナンバーをASSOC関数の実行に使用した
場合の説明図、第7図は第2図における比較装置13の
一部でADDRESS部の比較回路の構成図である。 l・・・・・・メモリ装置、2・旧・・転送装置、3・
・・・・・処理ユニ7)、8・・・・・・演算装置。 代理人の氏名 弁理士 中尾敏男 ほか1名第2図 e DB 第3図 (A (B (c))D) ALIIJKbNS%          VALUE
音覧第4図 5 (A ce+)    (Co)d  (e# ’
(A (♂))’+CI+υ%’ (LA fil e
 D)第5図 尺り 第6図 第7図
FIG. 1 is a block diagram of a data processing device according to an embodiment of the present invention, FIG. 2 is an internal block diagram of the processing unit in FIG. 1, FIG. 3 is a diagram showing an example of table format representation of list data, 4
The figure shows an example of a table operation in the basic list operation function of LISP, Figure 5 is an internal configuration diagram of a shift device, Figure 6 is an explanatory diagram when a wild number is used to execute the ASSOC function, and Figure 7 2 is a configuration diagram of a comparison circuit of the ADDRESS section, which is a part of the comparison device 13 in FIG. 2. FIG. l...Memory device, 2. Old transfer device, 3.
...Processing unit 7), 8... Arithmetic unit. Name of agent Patent attorney Toshio Nakao and one other person Figure 2 e DB Figure 3 (A (B (c)) D) ALIIJKbNS% VALUE
Sound list Figure 4 5 (A ce+) (Co)d (e#'
(A (♂))'+CI+υ%' (LA fil e
D) Figure 5 Scale Figure 6 Figure 7

Claims (1)

【特許請求の範囲】[Claims] リストデータを表形式のデータとして記憶するメモリ装
置と、複数個のレジスタと演算手段からなる処理ユニッ
トを複数個備えた演算装置と、各処理ユニットに対しメ
モリ装置に蓄えられた表形式データの要素を順次割り当
てる転送装置を具備し、リストデータを並列に処理でき
るようにしたことを特徴とするデータ処理装置。
A memory device that stores list data as tabular data, an arithmetic device that includes a plurality of processing units each consisting of a plurality of registers and arithmetic means, and elements of tabular data stored in the memory device for each processing unit. What is claimed is: 1. A data processing device comprising a transfer device that sequentially allocates list data, and is capable of processing list data in parallel.
JP61266015A 1986-11-07 1986-11-07 Data processor Pending JPS63118944A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61266015A JPS63118944A (en) 1986-11-07 1986-11-07 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61266015A JPS63118944A (en) 1986-11-07 1986-11-07 Data processor

Publications (1)

Publication Number Publication Date
JPS63118944A true JPS63118944A (en) 1988-05-23

Family

ID=17425189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61266015A Pending JPS63118944A (en) 1986-11-07 1986-11-07 Data processor

Country Status (1)

Country Link
JP (1) JPS63118944A (en)

Similar Documents

Publication Publication Date Title
CN104067282B (en) Counter operation in state machine lattice
JPS6024985B2 (en) Data processing method
JPS6028015B2 (en) information processing equipment
US5117493A (en) Pipelined register cache
JP3137117B2 (en) High-speed processing computer
JPS63118944A (en) Data processor
JP2005284683A (en) Data processor
JPS63276129A (en) Data processor
US3400259A (en) Multifunction adder including multistage carry chain register with conditioning means
JP2880199B2 (en) Symbol string search method and search device
RU2659492C1 (en) Unification unit with parallel comparison of terms
JPS63118942A (en) Data processor
JPS63118943A (en) Data processor
JP2606305B2 (en) Data processing device
JPS5958580A (en) Masked vector arithmetic processor
JPS63118940A (en) Data processor
JPS63291127A (en) Data processor
JPS63255741A (en) Data processor
JPH03147036A (en) Variable length data processor
JPS582975A (en) Controlling system for vector data processing device
CN115964085A (en) Operation unit and matrix transposition and operation fusion execution method
JP2798109B2 (en) Arithmetic device, storage device, and computer system for fuzzy set processing
JPH01145727A (en) Data processor
JPS63292331A (en) Data processor
JP2735255B2 (en) Hatching treatment method