JPH05282473A - Data processor - Google Patents

Data processor

Info

Publication number
JPH05282473A
JPH05282473A JP7957392A JP7957392A JPH05282473A JP H05282473 A JPH05282473 A JP H05282473A JP 7957392 A JP7957392 A JP 7957392A JP 7957392 A JP7957392 A JP 7957392A JP H05282473 A JPH05282473 A JP H05282473A
Authority
JP
Japan
Prior art keywords
data
packet
input
output
memory
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.)
Withdrawn
Application number
JP7957392A
Other languages
Japanese (ja)
Inventor
Masaki Kawaguchi
正樹 川口
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP7957392A priority Critical patent/JPH05282473A/en
Publication of JPH05282473A publication Critical patent/JPH05282473A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To improve the throughput of a program including data input and output to and from an external data memory on a data driving system data processor which has a cyclic pipeline. CONSTITUTION:A packet generation part 12 generates a packet which has an instruction for reading data out of the external data memory 22 and an instruction for writing data after arithmetic in the external data memory 22 in addition to an arithmetic instruction. Then a data input part 14 arranged before an ignition control part 16 reads data required for the arithmetic out of the external data memory 22 and a data output part 20 arranged behind an arithmetic execution part 18 writes result data in the external data memory 22 right after the arithmetic execution. Consequently, two-term arithmetic can be performed only by circulating the packet on the cyclic pipeline by one round.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、データ処理装置に関
し、特に外部データメモリに結合された巡回パイプライ
ンを有するデータ駆動方式のデータ処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processor, and more particularly to a data driven data processor having a cyclic pipeline coupled to an external data memory.

【0002】[0002]

【従来の技術】従来のデータ駆動方式のデータ処理装置
1においては、図3に示すように、パケット生成部2,
発火制御部3,データ入出力部4および演算実行部5が
巡回パイプライン(リング)構造に接続される。このよ
うな、データ処理装置1において、図4に示すような高
級言語(C言語)で記述されたプログラムを実行する場
合、図5に示すような動作で処理が行われる。すなわ
ち、プログラムの起動後、まず、ステップS1におい
て、パケット生成部2において外部データメモリ6から
変数xの値を読み出すという命令を持ったパケットを生
成する。また、ステップS3において外部データメモリ
6から変数yの値を読み出すという命令を持ったパケッ
トを生成する。次に、ステップS5において、データ入
出力部4で変数xのアドレスからデータを読み込む処理
を行う。また、ステップS7において、同じくデータ入
出力部4で変数yのアドレスからデータを読み込む処理
を行う。その後、これらのパケットがそれぞれ巡回パイ
プライン上を周回してパケット生成部2に入力される
と、ステップS9およびS11それぞれにおいて、それ
ぞれのパケットの命令を2項演算命令(x+y)に置き
換える処理を行ってパケット生成部2から出力する。パ
ケット生成部2から出力されたそれぞれのパケットは、
発火制御部3に入力され、ステップS13において、互
いのパケットの待ち合わせ処理を行う。2つのパケット
のうち先に到着したパケットは、発火制御部3の待ち合
わせメモリに記録され、演算の相手となるべきパケット
が発火制御部3に入力されるのを待つ。演算すべき2つ
目のパケットが発火制御部3に入力されると、2つのパ
ケットから2項演算命令と2つのデータを持つ新たなパ
ケットが生成されて、それが演算実行部5に送られる。
そして、ステップS15において、演算実行部5で2つ
のデータの演算、すなわちxとyとの加算が行われ、演
算結果を入力されたパケットのデータ部にセットして、
演算実行部5から出力する。演算実行部5から出力され
たパケットは、パケット生成部2に入力され、ステップ
S17において、外部データメモリ6にデータを書き込
む命令をパケットにセットしてパケット生成部2から出
力する処理を行う。その後、このパケットがデータ入出
力部4に入力されると、ステップS19において、パケ
ットのデータ部のデータ、すなわち、演算実行後のデー
タを外部データメモリ6に書き込む処理が行われ、プロ
グラム実行の動作を終了する。
2. Description of the Related Art In a conventional data driven data processing apparatus 1, as shown in FIG.
The firing control unit 3, the data input / output unit 4, and the operation execution unit 5 are connected in a cyclic pipeline (ring) structure. In such a data processing device 1, when a program written in a high-level language (C language) as shown in FIG. 4 is executed, the processing is performed as shown in FIG. That is, after starting the program, first, in step S1, the packet generation unit 2 generates a packet having an instruction to read the value of the variable x from the external data memory 6. Further, in step S3, a packet having an instruction to read the value of the variable y from the external data memory 6 is generated. Next, in step S5, the data input / output unit 4 reads data from the address of the variable x. In step S7, the data input / output unit 4 similarly reads data from the address of the variable y. After that, when these packets circulate on the cyclic pipeline and are input to the packet generation unit 2, a process of replacing the instruction of each packet with a binary operation instruction (x + y) is performed in each of steps S9 and S11. And output from the packet generator 2. Each packet output from the packet generator 2 is
It is input to the firing control unit 3, and in step S13, a process of queuing packets is performed. The packet that arrives first among the two packets is recorded in the queuing memory of the firing control unit 3 and waits for the packet to be the partner of the calculation to be input to the firing control unit 3. When the second packet to be operated is input to the firing control unit 3, a new packet having a binary operation instruction and two data is generated from the two packets and sent to the operation execution unit 5. ..
Then, in step S15, the calculation execution unit 5 calculates two data, that is, adds x and y, and sets the calculation result in the data part of the input packet.
Output from the calculation execution unit 5. The packet output from the operation execution unit 5 is input to the packet generation unit 2, and in step S17, an instruction to write data in the external data memory 6 is set in the packet and output from the packet generation unit 2. After that, when this packet is input to the data input / output unit 4, in step S19, a process of writing the data of the data unit of the packet, that is, the data after the execution of the operation to the external data memory 6, is performed, and the operation of executing the program is performed. To finish.

【0003】[0003]

【発明が解決しようとする課題】このように、図4に示
すようなプログラムをデータ処理装置1で実行する場合
には、パケットが巡回パイプライン上を3回周回する必
要がある。このとき、データ処理装置1を構成するそれ
ぞれの機能ユニットの動作効率は低く、外部データメモ
リ6への入出力処理を多用するプログラムの処理効率を
上げることができない原因となっている。
As described above, when the program as shown in FIG. 4 is executed by the data processing device 1, the packet needs to go around the cyclic pipeline three times. At this time, the operation efficiency of each functional unit that constitutes the data processing device 1 is low, which is a cause that the processing efficiency of a program that frequently uses input / output processing to / from the external data memory 6 cannot be improved.

【0004】それゆえに、この発明の主たる目的は、外
部データメモリからの入出力の必要のあるプログラムで
あっても処理効率の良い、データ処理装置を提供するこ
とである。
Therefore, a main object of the present invention is to provide a data processing device which has a high processing efficiency even for a program which requires input / output from an external data memory.

【0005】[0005]

【課題を解決するための手段】この発明は、巡回パイプ
ラインを伝送されるパケットの対を検出するパケット対
検出手段と、パケットの対に基づいて演算を実行する演
算実行手段とを含み、巡回パイプラインに外部データメ
モリからデータを入力しまた巡回パイプラインから外部
データメモリにデータを出力する、データ駆動方式のデ
ータ処理装置において、パケット対生成手段の前段に外
部データメモリから巡回パイプラインにデータを入力す
るデータ入力手段を配置しかつ演算実行手段の後段に巡
回パイプラインから外部データメモリにデータを出力す
るデータ出力手段を配置したことを特徴とする、データ
処理装置である。
The present invention includes a packet pair detection means for detecting a pair of packets transmitted through a cyclic pipeline, and an operation execution means for executing an operation based on the packet pair. In a data driven data processing device that inputs data from an external data memory to a pipeline and outputs data from a cyclic pipeline to an external data memory, data is input from the external data memory to the cyclic pipeline before the packet pair generation means. And a data output means for outputting data from the cyclic pipeline to the external data memory at a stage subsequent to the operation executing means.

【0006】[0006]

【作用】パケット生成手段においては、その命令部に外
部データメモリからデータを入力する命令および外部デ
ータメモリに演算実行後のデータを出力する命令を有す
るパケットを生成する。そして、パケット対検出手段の
前段に外部データメモリからのデータを入力するデータ
入力手段を配置することによって、パケット対検出を行
う前に外部データメモリからのデータ入力を可能とす
る。また、演算実行手段の後段に外部データメモリにデ
ータを出力するデータ出力手段を配置することにより、
演算実行直後に外部データメモリへの演算実行後のデー
タの書き込みを行う。これによって、前述の図4のプロ
グラムの場合であれば、パケットが巡回パイプライン上
を1周するだけで演算プログラムを実行することができ
る。
In the packet generating means, a packet having an instruction for inputting data from the external data memory and an instruction for outputting data after the execution of the operation to the external data memory is generated in the instruction section. By arranging the data input means for inputting the data from the external data memory before the packet pair detection means, it is possible to input the data from the external data memory before performing the packet pair detection. Further, by arranging the data output means for outputting data to the external data memory after the arithmetic execution means,
Immediately after execution of the operation, data after the operation is executed is written to the external data memory. As a result, in the case of the program of FIG. 4 described above, the arithmetic program can be executed by making one round of the packet on the cyclic pipeline.

【0007】[0007]

【発明の効果】この発明によれば、外部データメモリか
らのデータの入力および外部データメモリへのデータの
出力を必要とするプログラムであっても、パケットが巡
回パイプライン上を周回する回数を少なくできるので、
処理効率が良くなる。この発明の上述の目的,その他の
目的,特徴および利点は、図面を参照して行う以下の実
施例の詳細な説明から一層明らかとなろう。
According to the present invention, even in a program that requires input of data from an external data memory and output of data to an external data memory, the number of times a packet circulates on a cyclic pipeline is reduced. Because you can
The processing efficiency is improved. The above-mentioned objects, other objects, features and advantages of the present invention will become more apparent from the following detailed description of the embodiments with reference to the drawings.

【0008】[0008]

【実施例】図1を参照して、この実施例のデータ処理装
置10はパケット生成部12,データ入力部14,発火
制御部16,演算実行部18およびデータ出力部20を
含み、これらが巡回パイプライン構造に接続される。そ
して、外部データメモリ22が、データ入力部14とデ
ータ出力部20とに結合される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Referring to FIG. 1, a data processing apparatus 10 of this embodiment includes a packet generation unit 12, a data input unit 14, an ignition control unit 16, an operation execution unit 18 and a data output unit 20, which are cyclic. It is connected to the pipeline structure. Then, the external data memory 22 is coupled to the data input unit 14 and the data output unit 20.

【0009】パケット生成部12では、外部プログラム
メモリ(図示せず)に格納されたパケット情報が読み出
され、そのパケット情報に基づいてパケットを生成して
出力する。パケット生成部12から出力されたパケット
は、データ入力部14に入力される。データ入力部14
に入力されたパケットの命令部には、通常の演算命令に
加えて、外部データメモリ22からの読出命令がセット
されていた場合、データ入力部14において、外部デー
タメモリ22からデータを読み出す(入力する)処理が
実行される。読み出されたデータはパケットのデータ部
にセットされ、データ入力部14から巡回パイプライン
上に出力される。データ入力部14から出力されたデー
タは、巡回パイプラインを通って発火制御部16に入力
される。
The packet generator 12 reads out packet information stored in an external program memory (not shown), generates a packet based on the packet information, and outputs the packet. The packet output from the packet generation unit 12 is input to the data input unit 14. Data input unit 14
If a read instruction from the external data memory 22 is set in the instruction section of the packet input to the data input section, the data input section 14 reads data from the external data memory 22 (input Yes) processing is executed. The read data is set in the data part of the packet, and is output from the data input part 14 onto the cyclic pipeline. The data output from the data input unit 14 is input to the ignition control unit 16 through the cyclic pipeline.

【0010】発火制御部16に入力されたパケットにセ
ットされた演算命令が2項演算命令であった場合には、
発火制御部16では、対となるパケットを待ち合わせる
処理を行う。対となるべきパケットが到着していなかっ
た場合には、パケット情報は発火制御部16の待ち合わ
せメモリ(図示せず)に書き込まれる。対となるべきパ
ケットが既に到着しており、待ち合わせメモリにそのパ
ケット情報が書き込まれていた場合には、待ち合わせメ
モリに書き込まれていたパケット情報が読み出され、そ
のパケット情報と後から入力されたパケットとから、2
項演算命令と2つのデータとを持つ1つのパケットが生
成され、発火制御部16から出力される。また、発火制
御部16に入力されたパケットに単項演算命令がセット
されていた場合には、待ち合わせ処理は行われずに発火
制御部16からそのままパケットが出力される。発火制
御部16から出力されたパケットは演算実行部18に入
力される。
When the operation instruction set in the packet input to the firing control unit 16 is a binary operation instruction,
The firing control unit 16 waits for a pair of packets. If the packet to be paired has not arrived, the packet information is written in the waiting memory (not shown) of the firing control unit 16. If the packet to be paired has already arrived and the packet information has been written to the queuing memory, the packet information written to the queuing memory is read, and the packet information and the packet information is input later. Packet and 2
One packet having a term operation instruction and two data is generated and output from the firing control unit 16. If the unary operation instruction is set in the packet input to the firing control unit 16, the queuing control unit 16 outputs the packet as it is without waiting processing. The packet output from the firing control unit 16 is input to the calculation execution unit 18.

【0011】演算実行部18では、入力されるパケット
にセットされた演算命令を読み出し、そのパケットのデ
ータ部にセットされたデータに対して、演算を行う。パ
ケットの演算命令が2項演算命令であった場合には、入
力パケットのデータ部にセットされた2つのデータに対
して所定の2項演算が行われる。演算の実行結果は、入
力されたパケットのデータ部にセットされ、演算実行部
18から出力される。演算実行部18から出力されたパ
ケットは、データ出力部20に入力される。
The operation executing section 18 reads out the operation instruction set in the input packet and executes the operation on the data set in the data section of the packet. When the packet operation instruction is a binary operation instruction, a predetermined binary operation is performed on the two data set in the data portion of the input packet. The execution result of the operation is set in the data part of the input packet and is output from the operation executing part 18. The packet output from the calculation execution unit 18 is input to the data output unit 20.

【0012】データ出力部20に入力されたパケットに
通常の演算命令に加えて外部データメモリ22にデータ
を書き込む命令がセットされていた場合には、データ出
力部20ではパケットのデータ部のデータを外部データ
メモリ22に書き込む(出力する)処理を行う。そし
て、書き込み終了後、データ出力部20からパケットが
出力される。パケットに外部データメモリ22への書込
命令がセットされていなかった場合には、そのままデー
タ出力部20からパケットが出力される。データ出力部
20から出力されたパケットはパケット生成部12に入
力される。パケット生成部12では、次に実行されるパ
ケットの内容が外部プログラムメモリから読み出され、
新しいパケットが生成される。
When the packet input to the data output unit 20 has an instruction for writing data in the external data memory 22 in addition to the normal operation instruction, the data output unit 20 outputs the data in the data portion of the packet. A process of writing (outputting) to the external data memory 22 is performed. Then, after the writing is completed, the packet is output from the data output unit 20. When the write command to the external data memory 22 is not set in the packet, the data output unit 20 outputs the packet as it is. The packet output from the data output unit 20 is input to the packet generation unit 12. In the packet generator 12, the content of the packet to be executed next is read from the external program memory,
A new packet is generated.

【0013】このようなデータ処理装置10において
は、先に例示した図4に示すプログラムを実行する場
合、図2のような処理動作が行われる。プログラム起動
後、まず、ステップS21において、パケット生成部1
2によって、外部データメモリ22から変数xのデータ
を読み込む命令,2項演算を行う命令および外部データ
メモリ22への演算後のデータを書き込む命令がパケッ
トにセットされ、パケット生成部12からそのパケット
が出力される。また、ステップS23において、パケッ
ト生成部12によって、外部データメモリ22から変数
yのデータを読み出す命令,2項演算を行う命令および
外部データメモリ22への演算後のデータを書き込む命
令がパケットにセットされ、パケット生成部12からそ
のパケットが出力される。
In such a data processing apparatus 10, when executing the program shown in FIG. 4 exemplified above, the processing operation as shown in FIG. 2 is performed. After starting the program, first, in step S21, the packet generation unit 1
By 2, the instruction for reading the data of the variable x from the external data memory 22, the instruction for performing the binary operation, and the instruction for writing the data after the operation to the external data memory 22 are set in the packet, and the packet is generated from the packet generation unit 12. Is output. In step S23, the packet generator 12 sets an instruction for reading the data of the variable y from the external data memory 22, an instruction for performing a binary operation, and an instruction for writing the data after the operation to the external data memory 22 in the packet. The packet is output from the packet generator 12.

【0014】その後、ステップS25において、データ
入力部14によって、変数xの値が外部データメモリ2
2から読み出され、そのデータがパケットのデータ部に
セットされる。また、ステップS27において、データ
入力部14によって、変数yの値が外部データメモリ2
2から読み出され、そのデータがパケットのデータ部に
セットされる。
Thereafter, in step S25, the value of the variable x is set to the external data memory 2 by the data input unit 14.
2 and the data is set in the data part of the packet. Further, in step S27, the value of the variable y is set to the external data memory 2 by the data input unit 14.
2 and the data is set in the data part of the packet.

【0015】ステップS29においては、発火制御部1
6で、データ入力部14から出力された演算の対となる
べきパケットの待ち合わせ処理が行われる。この待ち合
わせ処理によって、2項演算を行うべき2つのパケット
が揃うと、それらから2項演算命令と2つのデータを持
つ1つのパケットが生成される。この新しいパケットが
発火制御部16から演算実行部18に送られ、ステップ
S31において、演算実行部18がその入力パケットの
データ部の2つのデータに対して2項演算すなわちx+
yの演算を行う。演算結果zはパケットのデータ部にセ
ットされ、演算実行部18からデータ出力部20に送ら
れる。そして、ステップS33において、パケットの命
令部にセットされた外部データメモリ22へのデータの
書込命令に基づいて変数zのアドレスに演算結果を書き
込む処理が行われる。
In step S29, the ignition control unit 1
At 6, waiting processing is performed on the packet output from the data input unit 14 to form a pair. By this queuing processing, when two packets to be subjected to the binary operation are prepared, one packet having the binary operation instruction and the two data is generated from them. This new packet is sent from the firing control unit 16 to the operation executing unit 18, and in step S31, the operation executing unit 18 performs a binary operation on two data in the data portion of the input packet, that is, x +.
Calculate y. The calculation result z is set in the data part of the packet and sent from the calculation execution part 18 to the data output part 20. Then, in step S33, a process of writing the operation result to the address of the variable z is performed based on the data write command to the external data memory 22 set in the command part of the packet.

【0016】このように、この実施例のデータ処理装置
10では、パケットが巡回パイプラインを1周するだけ
で、図4に示すような2項演算プログラムの実行が可能
である。したがって、その処理効率は従来に比べ格段に
高いものとなる。
As described above, in the data processing device 10 of this embodiment, the binary operation program as shown in FIG. 4 can be executed only by the packet making one round in the cyclic pipeline. Therefore, the processing efficiency is significantly higher than the conventional one.

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

【図1】この発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】図1実施例のデータ処理装置において図4に示
す2項演算プログラムを実行する際の動作を示すフロー
図である。
FIG. 2 is a flowchart showing an operation when the binomial arithmetic program shown in FIG. 4 is executed in the data processing device of FIG. 1 embodiment.

【図3】従来技術を示すブロック図である。FIG. 3 is a block diagram showing a conventional technique.

【図4】2項演算処理を行うためのプログラムの一例で
ある。
FIG. 4 is an example of a program for performing binary operation processing.

【図5】図3に示すデータ処理装置において図4に示す
2項演算プログラムを実行する際の動作を示すフロー図
である。
5 is a flowchart showing an operation when the binomial arithmetic program shown in FIG. 4 is executed in the data processing device shown in FIG.

【符号の説明】[Explanation of symbols]

10 …データ処理装置 12 …パケット生成部 14 …データ入力部 16 …発火制御部 18 …演算実行部 20 …データ出力部 22 …外部データメモリ 10 ... Data processing device 12 ... Packet generating unit 14 ... Data input unit 16 ... Ignition control unit 18 ... Calculation execution unit 20 ... Data output unit 22 ... External data memory

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】巡回パイプラインを伝送されるパケットの
対を検出するパケット対検出手段と、前記パケットの対
に基づいて演算を実行する演算実行手段とを含み、前記
巡回パイプラインに外部データメモリからデータを入力
しまた前記巡回パイプラインから前記外部データメモリ
にデータを出力する、データ駆動方式のデータ処理装置
において、 前記パケット対生成手段の前段に前記外部データメモリ
から前記巡回パイプラインにデータを入力するデータ入
力手段を配置しかつ前記演算実行手段の後段に前記巡回
パイプラインから前記外部データメモリにデータを出力
するデータ出力手段を配置したことを特徴とする、デー
タ処理装置。
1. An external data memory in the cyclic pipeline, comprising packet pair detection means for detecting a pair of packets transmitted through the cyclic pipeline, and operation execution means for executing an operation based on the packet pair. From the external data memory to the cyclic pipeline in the preceding stage of the packet pair generation means, in which the data is input from the cyclic pipeline and the data is output from the cyclic pipeline to the external data memory. A data processing device, wherein data input means for inputting data is arranged, and data output means for outputting data from the cyclic pipeline to the external data memory is arranged after the operation executing means.
JP7957392A 1992-04-01 1992-04-01 Data processor Withdrawn JPH05282473A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7957392A JPH05282473A (en) 1992-04-01 1992-04-01 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7957392A JPH05282473A (en) 1992-04-01 1992-04-01 Data processor

Publications (1)

Publication Number Publication Date
JPH05282473A true JPH05282473A (en) 1993-10-29

Family

ID=13693744

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7957392A Withdrawn JPH05282473A (en) 1992-04-01 1992-04-01 Data processor

Country Status (1)

Country Link
JP (1) JPH05282473A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6977756B2 (en) 2000-06-12 2005-12-20 Sharp Kabushiki Kaisha Error diffusion processing device
JP2011125498A (en) * 2009-12-17 2011-06-30 Kyoraku Sangyo Kk Game machine, main control part, main control board, intermediate part, peripheral board, authentication method, and authentication program
JP2011125501A (en) * 2009-12-17 2011-06-30 Kyoraku Sangyo Kk Game machine, main control part, main control board, post-stage part, peripheral board, authentication method, and authentication program
JP2014519290A (en) * 2011-06-06 2014-08-07 エスティー‐エリクソン、ソシエテ、アノニム General-purpose multi-radio access technology

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6977756B2 (en) 2000-06-12 2005-12-20 Sharp Kabushiki Kaisha Error diffusion processing device
JP2011125498A (en) * 2009-12-17 2011-06-30 Kyoraku Sangyo Kk Game machine, main control part, main control board, intermediate part, peripheral board, authentication method, and authentication program
JP2011125501A (en) * 2009-12-17 2011-06-30 Kyoraku Sangyo Kk Game machine, main control part, main control board, post-stage part, peripheral board, authentication method, and authentication program
JP2014519290A (en) * 2011-06-06 2014-08-07 エスティー‐エリクソン、ソシエテ、アノニム General-purpose multi-radio access technology

Similar Documents

Publication Publication Date Title
EP0497485A2 (en) Computer for implementing two-operand instructions
JPH05282473A (en) Data processor
JP2000347899A (en) Microcomputer
JP2577023B2 (en) Address extension control method for information processing equipment
US5542080A (en) Method for controlling execution of data driven type information processor
JP3708560B2 (en) Data flow type information processor
JP2897049B2 (en) Branch instruction method
JPH01145730A (en) Data destination control system
JP3531856B2 (en) Program control method and program control device
JPS6057436A (en) Arithmetic processor
JPH023822A (en) Data processor
JPH04299418A (en) Information processor
JPS5896346A (en) Hierarchical arithmetic system
JPH06187393A (en) Logical simulator and its test data transfer method
JPS62103736A (en) Branch control system
JP2001184227A (en) Simulation device
JPH07152794A (en) Logic simulator
JPH05204703A (en) Assembly instruction display system
JPH10320380A (en) Vector processor
JPH03224030A (en) Set-up processing system for byte position identification code
JPH02217924A (en) Storing processing system for data processor
JPH05204638A (en) Pipeline processor
JPH0620071A (en) Data driven information processor
JPH07295806A (en) Timer reading controller
JPH05334265A (en) Information processor and processing method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990608