JP2000322256A - Information processor - Google Patents

Information processor

Info

Publication number
JP2000322256A
JP2000322256A JP11133432A JP13343299A JP2000322256A JP 2000322256 A JP2000322256 A JP 2000322256A JP 11133432 A JP11133432 A JP 11133432A JP 13343299 A JP13343299 A JP 13343299A JP 2000322256 A JP2000322256 A JP 2000322256A
Authority
JP
Japan
Prior art keywords
operation state
instruction
state flag
circuit
register
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
JP11133432A
Other languages
Japanese (ja)
Inventor
Ryohei Kamimura
亮平 上村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC IC Microcomputer Systems Co Ltd
Original Assignee
NEC IC Microcomputer Systems 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 NEC IC Microcomputer Systems Co Ltd filed Critical NEC IC Microcomputer Systems Co Ltd
Priority to JP11133432A priority Critical patent/JP2000322256A/en
Publication of JP2000322256A publication Critical patent/JP2000322256A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Abstract

PROBLEM TO BE SOLVED: To obtain an information processor which reduces the processing time of an entire program by realizing the branch decision processing, which is performed by plural operation instructions, with one conditional branch instruction. SOLUTION: In a PSW group 5, each PSW propagates contents of an operation state flag held in itself to another PSW of the next stage at each time of operation execution in an operation circuit 3, and the latest operation state flag inputted from the operation circuit 3 thereafter is held in a PSW 0. An operation state flag logical operation circuit 8 performs logical operation indicated by an operation state flag control instruction execution circuit 9. In the case of a conditional branch instruction, an instruction fetch circuit 10 refers to the output of the operation state flag logical operation circuit 8. Since the output of the operation state flag logical operation circuit 8 is the result of several past logical operations of operation state flags in the operation circuit 3, the condition decision processing which is performed by plural operation instructions is executed by one conditional branch instruction in this information processor by this operation.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は情報処理装置に係
り、特に複数個の演算状態フラグの演算結果に基づい
て、条件分岐命令の判断をする情報処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus, and more particularly, to an information processing apparatus for determining a conditional branch instruction based on the operation results of a plurality of operation state flags.

【0002】[0002]

【従来の技術】図6は従来の情報処理装置の一例のブロ
ック図を示す。この情報処理装置では、演算回路(AL
U)3は、命令レジスタ11に取得された命令が演算命
令であった場合、汎用レジスタ1と汎用レジスタ2の内
容に対して命令レジスタ11にて指示された演算を実行
し、その演算結果を汎用レジスタ4に格納するととも
に、演算状態フラグのみを演算状態を保存するレジスタ
(以下、PSW)5’に保存する。命令フェッチ回路1
0は、命令レジスタ11に保存した命令が条件分岐命令
であった場合には、このPSW5’に保存している直前
の演算命令における演算状態フラグのみを参照し、命令
取得アドレスを変更するか否か(即ち、分岐を実行する
か否か)を判断する。
2. Description of the Related Art FIG. 6 is a block diagram showing an example of a conventional information processing apparatus. In this information processing apparatus, an arithmetic circuit (AL
U) 3, when the instruction acquired by the instruction register 11 is an arithmetic instruction, executes the arithmetic indicated by the instruction register 11 on the contents of the general-purpose registers 1 and 2, and outputs the arithmetic result. While being stored in the general-purpose register 4, only the operation state flag is stored in a register (hereinafter, PSW) 5 'for storing the operation state. Instruction fetch circuit 1
If the instruction stored in the instruction register 11 is a conditional branch instruction, 0 refers to only the operation state flag of the immediately preceding operation instruction stored in the PSW 5 ′ and determines whether to change the instruction acquisition address. (Ie, whether or not to execute a branch).

【0003】上述したように条件分岐命令の条件判断に
おいて、直前の演算命令における演算状態フラグのみし
か参照できない情報処理装置では、複数の演算命令にお
ける演算状態フラグの値により分岐/非分岐を判断する
条件判断処理を実行する際には、一つの演算命令毎に一
時的に条件分岐命令による分岐処理を行う必要がある。
As described above, in an information processing apparatus which can refer only to the operation state flag of the immediately preceding operation instruction in determining the condition of the conditional branch instruction, the branch / non-branch is determined based on the values of the operation state flags in a plurality of operation instructions. When executing the condition determination process, it is necessary to temporarily perform a branch process by a conditional branch instruction for each operation instruction.

【0004】つまり、条件判断に必要な演算が多くなれ
ば多くなる程、図6の情報処理装置では冗長な条件分岐
命令が多くなり、結果としてプログラム全体での命令数
が増大してしまいプログラムで使用できる記憶装置の領
域を圧迫してしまう。また、それら長大なプログラムを
命令フェッチ回路10で取得する時間も多くなるため、
情報処理装置全体の処理能力を低下させる要因となる。
In other words, as the number of operations required for the condition determination increases, the number of redundant conditional branch instructions increases in the information processing apparatus of FIG. 6, and as a result, the number of instructions in the entire program increases. It will put pressure on the available storage device area. Also, the time required to acquire such a large program by the instruction fetch circuit 10 increases,
This may cause a reduction in the processing capability of the entire information processing apparatus.

【0005】さらに、上記のように複数の条件分岐命令
により構成された条件判断処理プログラムでは、各条件
分岐命令において分岐したか、分岐しなかったかによっ
てプログラムの実行経路が変化してしまうため、結果と
して判断結果により条件判断処理プログラムの実行時間
が変動してしまうことになる。このことは、一つの例と
して図6の情報処理装置を機器のリアルタイム制御用途
に応用した際に問題となる。
Further, in the condition judgment processing program constituted by a plurality of conditional branch instructions as described above, the execution path of the program changes depending on whether or not each conditional branch instruction branches. As a result, the execution time of the condition determination processing program varies depending on the determination result. This becomes a problem when the information processing apparatus of FIG. 6 is applied to real-time control of equipment as one example.

【0006】常に均一な制御時間にて処理を実現するた
めには、プログラム中に待ち命令を追加して分岐判断処
理の結果が分岐するか分岐しないかにかかわらず、等し
い命令実行時間になるようにプログラム作成者が工夫す
る必要がある。具体的な例として、図6に示す一般的な
情報処理装置において、表1に示す式1〜式3までの全
てが成立した場合のみ、分岐先アドレスlabel1へ
分岐する処理を実現するプログラムがある。
In order to always realize a process with a uniform control time, a waiting instruction is added to a program so that the same instruction execution time is obtained regardless of whether the result of branch determination processing branches or does not branch. It is necessary for the program creator to devise this. As a specific example, in the general information processing apparatus shown in FIG. 6, there is a program that realizes a process of branching to the branch destination address label1 only when all of the expressions 1 to 3 shown in Table 1 are satisfied. .

【0007】[0007]

【表1】 ここで、図7は表1に示す式1〜式3までの全てが成立
した場合のみ、分岐先アドレスlabel1へ分岐する
処理を実現するプログラムを示す図、図8は図7のプロ
グラム中に使用している各機械語命令の意味を示す図で
ある。
[Table 1] Here, FIG. 7 is a diagram showing a program for realizing processing for branching to the branch destination address label1 only when all of the expressions 1 to 3 shown in Table 1 are satisfied, and FIG. 8 is used in the program of FIG. FIG. 4 is a diagram illustrating the meaning of each machine language instruction.

【0008】図7のプログラム中では、式1〜式3の判
定を行うために各比較演算毎に一時的な条件分岐命令を
用意し(2,4,6,8,10,12行目)、その後に
実際に処理を分岐させたいアドレス(label1)へ
の条件を実現する分岐命令を実行している(13行
目)。図7の例では、2,4,6,8,10,12行目
に記述された一時的な条件分岐命令が冗長なものとなっ
ている。
In the program shown in FIG. 7, a temporary conditional branch instruction is prepared for each comparison operation in order to make the determination of Expressions 1 to 3 (lines 2, 4, 6, 8, 10, and 12). After that, a branch instruction for realizing the condition for the address (label1) where the processing is to be actually branched is executed (line 13). In the example of FIG. 7, the temporary conditional branch instructions described in the second, fourth, sixth, eighth, tenth, and twelfth lines are redundant.

【0009】上記の問題を解決するため、従来より、複
数個の演算状態フラグを有し、それらの演算状態フラグ
を選択、演算することにより、条件分岐命令の判断材料
とする機構を備えた情報処理装置が知られている(特開
昭60−258647号公報)。図9はこの従来の情報
処理装置の一例のブロック図を示す。同図において、条
件分岐命令が実行されると、アドレスレジスタ13に設
定されているアドレスにしたがって、メモリ14から読
み出された演算状態フラグ選択パターンが、マルチプレ
クサ15に送出され、複数個の演算状態フラグが論理演
算回路16〜18に送出される。論理演算回路16〜1
8は、入力される複数個の演算状態フラグ間の論理演算
を実行し、それぞれの演算結果をマルチプレクサ19に
送出する。条件分岐回路20は、論理演算選択信号によ
りマルチプレクサ19により選択された論理演算結果
(複数個の演算状態フラグ間の論理演算信号)に基づい
て、条件分岐を実行する。
In order to solve the above-mentioned problem, there has been conventionally provided a mechanism having a plurality of operation state flags, and selecting and operating the operation state flags to determine the condition branch instruction. A processing apparatus is known (JP-A-60-258647). FIG. 9 shows a block diagram of an example of this conventional information processing apparatus. In the figure, when a conditional branch instruction is executed, an operation state flag selection pattern read from the memory 14 is sent to the multiplexer 15 in accordance with the address set in the address register 13 and a plurality of operation states are selected. The flag is sent to the logic operation circuits 16-18. Logical operation circuit 16-1
Reference numeral 8 executes a logical operation between a plurality of input operation state flags, and sends each operation result to the multiplexer 19. The conditional branch circuit 20 executes a conditional branch based on a logical operation result (a logical operation signal between a plurality of operation state flags) selected by the multiplexer 19 based on the logical operation selection signal.

【0010】[0010]

【発明が解決しようとする課題】上記の図9の従来の情
報処理装置では、分岐を行うことが可能になる反面、以
下のような問題がある。第1の問題は、図9の従来装置
では、命令中にて演算結果が複数個存在する演算状態フ
ラグ保存レジスタのどのレジスタに格納するかを指定す
る必要があるため、その分一つの命令の命令ビット長が
長くなってしまい、結果として総プログラムサイズが大
きくなる。
The above-described conventional information processing apparatus shown in FIG. 9 can perform branching, but has the following problems. The first problem is that in the conventional device shown in FIG. 9, since it is necessary to specify which of the operation state flag storage registers in which a plurality of operation results exist in an instruction, the instruction is stored in one instruction. The instruction bit length is increased, resulting in a larger total program size.

【0011】第2の問題は、プログラム作成者が別途メ
モリ14の領域に演算状態フラグ選択パターンを作成す
る必要があるため、全体でのプログラムの大きさがさら
に肥大化し、またプログラムの保守、管理が煩雑にな
る。
The second problem is that the program creator needs to separately create an operation state flag selection pattern in the area of the memory 14, so that the overall size of the program is further increased, and the maintenance and management of the program is also performed. Is complicated.

【0012】本発明は以上の点に鑑みなされたもので、
複数の演算命令により判断される分岐判断処理を一つの
条件分岐命令で実現でき、プログラム全体における処理
時間を削減し得る情報処理装置を提供することを目的と
する。
The present invention has been made in view of the above points,
It is an object of the present invention to provide an information processing apparatus capable of implementing a branch determination process determined by a plurality of operation instructions with a single conditional branch instruction and reducing the processing time of the entire program.

【0013】[0013]

【課題を解決するための手段】本発明は上記の目的を達
成するため、実行する命令を格納する命令レジスタと、
命令レジスタからの演算命令に基づき、演算を実行して
演算結果と共に演算状態フラグを出力する演算手段と、
演算状態フラグを保存する、直列に接続された複数のレ
ジスタと、複数のレジスタのそれぞれに演算手段の演算
順に順次格納された演算状態フラグのうち、最新のもの
から複数個の演算状態フラグに対して論理演算を行う論
理演算手段と、命令レジスタに取り込まれた命令が演算
フラグ制御命令であるときに、命令レジスタの内容をデ
コードし、論理演算手段に制御信号を出力する演算状態
フラグ制御命令実行回路と、命令を取得するアドレスを
保持し、そのアドレスに対応した命令を命令バスより取
得して命令レジスタに出力すると共に、命令レジスタに
取得された命令が条件分岐命令であった場合、論理演算
手段の出力結果を参照し、その真偽により次に取得する
命令のアドレスを決定する命令フェッチ回路とを有する
構成としたものである。
According to the present invention, there is provided an instruction register for storing an instruction to be executed;
An operation means for executing an operation based on the operation instruction from the instruction register and outputting an operation state flag together with the operation result;
A plurality of serially connected registers for storing the operation state flags, and a plurality of operation state flags sequentially stored in the order of operation of the operation means in each of the plurality of registers. A logic operation means for performing a logic operation by executing a calculation state flag control instruction for decoding the contents of the instruction register and outputting a control signal to the logic operation means when the instruction fetched into the instruction register is an operation flag control instruction A circuit and an address to acquire an instruction are held, an instruction corresponding to the address is acquired from an instruction bus and output to an instruction register, and a logical operation is performed when the instruction acquired in the instruction register is a conditional branch instruction. An instruction fetch circuit for referring to the output result of the means and determining the address of the next instruction to be obtained based on the truth or falseness thereof. That.

【0014】ここで、上記の複数のレジスタは、演算手
段により演算が実行される毎に、複数のレジスタの各々
の記憶演算状態フラグを次段のレジスタに転送し、か
つ、最終段のレジスタの記憶演算状態フラグは破棄し、
最新の演算状態フラグを初段のレジスタに保持すること
を特徴とする。
Each of the plurality of registers transfers the storage operation state flag of each of the plurality of registers to the next-stage register each time the operation is performed by the arithmetic means. Discard the storage operation state flag,
The latest operation state flag is held in the first stage register.

【0015】本発明では、直列に接続された複数のレジ
スタには最新の演算状態フラグからレジスタ数に等しい
複数回前の演算時の演算状態フラグまでをそれぞれ格納
し、これらのうち演算状態フラグ制御命令実行回路によ
り指定された最新のものから数個の演算状態フラグに対
して、指定された論理演算を論理演算手段により同時に
行い、その論理演算手段の出力結果を条件分岐命令の分
岐/非分岐判定に使用するようにしたため、複数の演算
命令により判断される分岐判断処理(複数条件により判
定される条件判断)を一つの(1ステップの)条件分岐
命令で実現できる。
According to the present invention, a plurality of registers connected in series store the latest operation state flag to the operation state flag at the time of a plurality of previous operations equal to the number of registers, respectively. The specified logical operation is simultaneously performed by the logical operation means on several operation state flags from the latest one specified by the instruction execution circuit, and the output result of the logical operation means is branched / non-branched by a conditional branch instruction. Since it is used for the determination, the branch determination processing (condition determination determined by a plurality of conditions) determined by a plurality of operation instructions can be realized by one (one-step) conditional branch instruction.

【0016】ここで、論理演算手段は、複数のレジスタ
からそれぞれ出力された複数の演算状態フラグのうち、
演算状態フラグ制御命令実行回路により指定されたもの
よりも古い演算状態フラグを無効とするマスク回路と、
マスク回路より出力された有効な演算状態フラグのう
ち、演算状態フラグ制御命令実行回路の指定により一部
を反転し、残りは正転して出力する反転回路と、反転回
路の出力演算状態フラグに対して演算状態フラグ制御命
令実行回路により指定された演算を実行し、その演算結
果を命令フェッチ回路経出力する演算状態フラグ論理演
算回路とより構成できる。
Here, the logical operation means is one of a plurality of operation state flags respectively output from the plurality of registers.
A mask circuit for invalidating an operation state flag older than that specified by the operation state flag control instruction execution circuit;
Of the valid operation state flags output from the mask circuit, a part is inverted according to the specification of the operation state flag control instruction execution circuit, and the rest is output to the inversion circuit for normal rotation and the output operation state flag of the inversion circuit. On the other hand, it can be constituted by an operation state flag logic operation circuit which executes the operation specified by the operation state flag control instruction execution circuit and outputs the operation result via the instruction fetch circuit.

【0017】[0017]

【発明の実施の形態】次に、本発明の一実施の形態につ
いて図面と共に説明する。図1は本発明になる情報処理
装置の一実施の形態のブロック図を示す。同図中、図6
と同一構成部分には同一符号を付してある。図1におい
て、命令レジスタ11は、実行する命令を格納し、その
内容を演算回路(ALU)3、演算状態フラグ制御命令
実行回路9、命令フェッチ回路10に出力する。演算回
路3は、命令レジスタ11に取得された命令が演算命令
であった場合、汎用レジスタ1及び汎用レジスタ2の内
容に対して命令レジスタ11にて指示された演算を実行
し、その結果を汎用レジスタ4に格納するとともに、演
算状態フラグ(桁借り発生、演算結果が0になる等とい
った情報)をPSW群(演算状態を保存するレジスタ
群)5に出力する。
Next, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 shows a block diagram of an embodiment of an information processing apparatus according to the present invention. In FIG.
The same components as those described above are denoted by the same reference numerals. In FIG. 1, an instruction register 11 stores an instruction to be executed, and outputs its contents to an operation circuit (ALU) 3, an operation state flag control instruction execution circuit 9, and an instruction fetch circuit 10. If the instruction acquired by the instruction register 11 is an arithmetic instruction, the arithmetic circuit 3 executes the arithmetic indicated by the instruction register 11 on the contents of the general-purpose register 1 and the general-purpose register 2 and outputs the result to the general-purpose register. While being stored in the register 4, an operation state flag (information such as occurrence of borrowing, the operation result becomes 0, etc.) is output to the PSW group (register group for storing the operation state) 5.

【0018】PSW群5は、PSW0からPSWnまで
のn個のPSWを直列に接続した構成となっており、演
算回路3にて演算が実行されると、PSW0に保存され
た演算状態フラグの内容がPSW1に、PSW1に保存
された演算状態フラグの内容がPSW2にというよう
に、PSWi(i=0〜n−1)に保存された演算状態
フラグの内容をPSWi+1にそれぞれシフトし、初段
のPSW0には演算回路3で行われた演算の演算状態フ
ラグを保存する。
The PSW group 5 has a structure in which n pieces of PSWs from PSW0 to PSWn are connected in series. When the operation is performed by the operation circuit 3, the contents of the operation state flags stored in the PSW0 are stored. Shifts the contents of the operation state flags stored in PSWi (i = 0 to n-1) to PSWi + 1, for example, so that the contents of the operation state flags stored in PSW1 are in PSW2. Stores the operation state flag of the operation performed by the operation circuit 3.

【0019】命令フェッチ回路10は、命令を取得する
アドレスを保持し、そのアドレスに対応した命令を命令
バス12より取得し、命令レジスタ11に出力する。そ
の後に、命令フェッチ回路10は命令を取得するアドレ
スを次に実行する命令のアドレスに更新する。演算状態
フラグマスク回路6は、PSW群5に保存された演算状
態フラグを入力として受け、演算状態フラグ制御命令実
行回路9にて指示された個数の演算状態フラグを有効と
して演算状態フラグ反転回路7に出力する。
The instruction fetch circuit 10 holds an address for acquiring an instruction, acquires an instruction corresponding to the address from the instruction bus 12, and outputs the acquired instruction to the instruction register 11. Thereafter, the instruction fetch circuit 10 updates the address for acquiring the instruction to the address of the instruction to be executed next. The operation state flag mask circuit 6 receives the operation state flags stored in the PSW group 5 as an input, and validates the number of operation state flags specified by the operation state flag control instruction execution circuit 9 to make the operation state flag inverting circuit 7 Output to

【0020】演算状態フラグ反転回路7は、演算状態フ
ラグマスク回路6から出力された演算状態フラグを入力
として受け、演算状態フラグ制御命令実行回路9にて指
示された個数の演算状態フラグを反転し、指示されてい
ない演算状態フラグを正転のまま演算状態フラグ論理演
算回路8に出力する。演算状態フラグ論理演算回路8
は、演算状態フラグ反転回路7より出力された全ての演
算状態フラグを入力として受け、演算状態フラグ制御命
令実行回路9にて指示された論理演算を施し、論理演算
結果を命令フェッチ回路10に出力する。
The operation state flag inverting circuit 7 receives the operation state flags output from the operation state flag mask circuit 6 as inputs and inverts the number of operation state flags specified by the operation state flag control instruction execution circuit 9. , And outputs the operation state flag, which is not instructed, to the operation state flag logic operation circuit 8 while keeping the normal rotation. Operation state flag logic operation circuit 8
Receives, as input, all operation state flags output from the operation state flag inversion circuit 7, performs the logical operation indicated by the operation state flag control instruction execution circuit 9, and outputs the logical operation result to the instruction fetch circuit 10. I do.

【0021】演算状態フラグ制御命令実行回路9は、命
令レジスタ11に取り込まれた命令が演算フラグ制御命
令であったならば、命令レジスタ11の内容をデコード
し、演算状態フラグマスク回路6に演算状態フラグを有
効にする数を、演算状態フラグ反転回路7に演算状態フ
ラグを反転する数を、演算状態フラグ論理演算回路8に
は演算状態フラグに施す論理演算の種類(論理積か論理
和か)をそれぞれ出力する。
If the instruction fetched into the instruction register 11 is an operation flag control instruction, the operation state flag control instruction execution circuit 9 decodes the contents of the instruction register 11 and stores the operation state flag in the operation state flag mask circuit 6. The number of flags to be validated, the number of inversion of the operation state flag in the operation state flag inversion circuit 7 and the type of logical operation (logical product or logical sum) to be applied to the operation state flag in the operation state flag logical operation circuit 8 Are output.

【0022】命令フェッチ回路10は、命令レジスタ1
1に取得された命令が条件分岐命令であった場合、演算
状態フラグ論理演算回路8の出力結果を参照し、その真
偽により次に取得する命令のアドレスを決定する。
The instruction fetch circuit 10 includes an instruction register 1
If the instruction acquired in step 1 is a conditional branch instruction, the output result of the operation state flag logical operation circuit 8 is referred to, and based on the truth or false, the address of the next instruction to be acquired is determined.

【0023】次に、この実施の形態の動作について説明
する。本情報処理装置では、命令フェッチ回路10より
取得し、命令レジスタ11に格納された命令が演算命令
であったならば、演算回路3は汎用レジスタ1と汎用レ
ジスタ2の内容に対して命令レジスタ11により指示さ
れた演算を行い、その結果を汎用レジスタ4に格納する
とともに、演算結果に桁借りが発生したり、演算結果が
0になる等といった情報を含んだ演算状態フラグをPS
W群5に出力する。
Next, the operation of this embodiment will be described. In the present information processing apparatus, if the instruction acquired from the instruction fetch circuit 10 and stored in the instruction register 11 is an arithmetic instruction, the arithmetic circuit 3 applies the instruction register 11 to the contents of the general-purpose registers 1 and 2. Is performed, and the result is stored in the general-purpose register 4, and a calculation state flag including information such as whether a borrow occurs in the calculation result or the calculation result becomes 0 is set in the PS.
Output to W group 5.

【0024】PSW0からPSWnまでのn個のPSW
により構成されるPSW群5は、演算回路3にて演算が
実行される度毎に、PSW0に保存された演算状態フラ
グの内容をPSW1に、PSW1に保存された演算状態
フラグの内容がPSW2にというように、次段のPSW
にそれぞれが保持していた演算状態フラグの内容を伝搬
させ(この時、PSWnが保持していた演算状態フラグ
は破棄される。)、その後に演算回路3から入力された
最新の演算状態フラグをPSW0に保存する。
N PSWs from PSW0 to PSWn
Each time an operation is performed in the arithmetic circuit 3, the PSW group 5 includes the operation state flag stored in the PSW0 in the PSW1 and the operation state flag stored in the PSW1 in the PSW2. So the next stage PSW
The contents of the operation state flags held by the respective circuits are propagated (at this time, the operation state flags held by PSWn are discarded). Save in PSW0.

【0025】PSW0〜PSWnの各々が、上記のよう
な動作をすることにより、PSW0には直前に演算回路
3が実行した演算状態フラグが、PSW1には1回前に
演算回路3が実行した演算状態フラグが、PSW2には
2回前に演算回路3が実行した演算状態フラグが、PS
Wnにはn回前に演算回路3が実行した演算状態フラグ
が、それぞれ保存されることとなる。つまり、PSW群
5では、最新のものから順番に最大n回前までの演算回
路3における演算状態フラグが保存される。
Each of PSW0 to PSWn operates as described above, whereby PSW0 has an operation state flag executed by operation circuit 3 immediately before, and PSW1 has an operation state flag executed by operation circuit 3 immediately before. The state flag is set in the PSW2, and the operation state flag executed by the operation circuit 3 two times before is set in the PSW2.
The operation state flag executed by the operation circuit 3 n times ago is stored in Wn. In other words, the PSW group 5 stores the operation state flags in the operation circuit 3 up to n times in order from the latest one.

【0026】また、本情報処理装置では、命令レジスタ
11に格納された命令が演算状態フラグ制御命令であっ
た場合には、演算状態フラグ制御命令実行回路9によ
り、有効とする演算状態フラグの数が演算状態フラグマ
スク回路6に、反転する演算状態フラグの数が演算状態
フラグ反転回路7に、実行する論理演算の種類(論理積
か、論理和か)が演算状態フラグ論理演算回路8にそれ
ぞれ出力される。
In the present information processing apparatus, when the instruction stored in the instruction register 11 is an operation state flag control instruction, the operation state flag control instruction In the operation state flag mask circuit 6, the number of operation state flags to be inverted in the operation state flag inversion circuit 7, and the type of logical operation to be executed (logical product or logical sum) in the operation state flag logical operation circuit 8, respectively. Is output.

【0027】演算状態フラグマスク回路6は、PSW群
5より入力された演算状態フラグのうち、演算状態フラ
グ制御命令実行回路9により指定されたものよりも古い
演算状態フラグを無効とする。この演算状態フラグマス
ク回路6により、PSW群5で保存された演算状態フラ
グのうち、何回前までの演算状態フラグを分岐処理の判
定に使用するかを選択する。
The operation state flag mask circuit 6 invalidates the operation state flags older than those specified by the operation state flag control instruction execution circuit 9 among the operation state flags input from the PSW group 5. The operation state flag mask circuit 6 selects how many previous operation state flags among the operation state flags stored in the PSW group 5 are used for the determination of the branch processing.

【0028】演算状態フラグ反転回路7は、演算状態フ
ラグマスク回路6より出力された演算状態フラグのう
ち、演算状態フラグ制御命令実行回路9により指定され
たものよりも古い演算状態フラグを反転し、演算状態フ
ラグ論理演算回路8に出力する。この回路により、PS
Wnに保存された演算状態フラグを一部反転して演算状
態フラグ論理演算回路8にて演算することにより、PS
W群5に保存されたPSW0〜PSWnまでのすべてが
真であった場合のみでなく、PSW0〜PSWmまでの
演算状態フラグがすべて真で、かつ、PSWm+1〜P
SWnまでの演算状態フラグが偽であるような条件に対
する条件分岐処理についても、一つの条件分岐命令で実
現することが可能となる。
The operation state flag inverting circuit 7 inverts the operation state flags out of the operation state flags specified by the operation state flag control instruction execution circuit 9 among the operation state flags output from the operation state flag mask circuit 6, The operation state flag is output to the logic operation circuit 8. With this circuit, PS
By partially inverting the operation state flag stored in Wn and performing an operation in the operation state flag logic operation circuit 8, PS
Not only when all of PSW0 to PSWn stored in W group 5 are true, but also all the operation state flags of PSW0 to PSWm are true and PSWm + 1 to PSWm + 1
Conditional branch processing for a condition where the operation state flag up to SWn is false can be realized by one conditional branch instruction.

【0029】演算状態フラグ論理演算回路8は、演算状
態フラグマスク回路6及び演算状態フラグ反転回路7に
より選択/反転された演算状態フラグについて、演算状
態フラグ制御命令実行回路9に指示された論理演算を行
い、その結果を命令フェッチ回路10に出力する。
The operation state flag logical operation circuit 8 performs a logical operation instructed by the operation state flag control instruction execution circuit 9 on the operation state flag selected / inverted by the operation state flag mask circuit 6 and the operation state flag inversion circuit 7. And outputs the result to the instruction fetch circuit 10.

【0030】命令フェッチ回路10は、命令レジスタ1
1に保存された命令が条件分岐命令であった場合、演算
状態フラグ論理演算回路8の出力を参照し、その出力が
真であった場合に限り、自身が保持していた命令取得ア
ドレスを命令レジスタ11により指定された分岐先アド
レスに変更する。また、演算状態フラグ論理演算回路の
8の出力が偽であった場合には、命令フェッチ回路10
は、自身が保持していた命令取得アドレスを+1して、
次の命令を取得するアドレスとする。
The instruction fetch circuit 10 includes an instruction register 1
If the instruction stored in 1 is a conditional branch instruction, the output of the operation state flag logical operation circuit 8 is referred to, and only when the output is true, the instruction acquisition address held by the instruction is read. The address is changed to the branch destination address specified by the register 11. If the output of the operation state flag logical operation circuit 8 is false, the instruction fetch circuit 10
Increments the instruction acquisition address held by itself by 1,
The address to acquire the next instruction.

【0031】前述したように、演算状態フラグ論理演算
回路8の出力は、過去数回分の演算回路3における演算
状態フラグの論理演算結果であることから、この動作に
より本情報処理装置では複数の演算命令により判定され
る条件判断処理を1つの条件分岐命令により実行するこ
とを可能とする。
As described above, the output of the operation state flag logical operation circuit 8 is the result of the logical operation of the operation state flag in the operation circuit 3 for the past several times. It is possible to execute a condition determination process determined by an instruction using one conditional branch instruction.

【0032】以下に、本情報処理装置の動作について具
体例をもって説明する。図2は本情報処理装置を用い
て、前記の表1に示された式1〜式3までの全てが成立
した場合のみ、分岐するプログラムを示す図、図3は図
2のプログラム中に使用している各機械語命令の意味を
示す図である。
Hereinafter, the operation of the information processing apparatus will be described with a specific example. FIG. 2 is a diagram showing a program that branches only when all of the formulas 1 to 3 shown in Table 1 are satisfied using the present information processing apparatus, and FIG. 3 is used in the program of FIG. FIG. 4 is a diagram illustrating the meaning of each machine language instruction.

【0033】図2中のプログラムの1行目〜6行目で
は、表1中の式1〜式3を確認するための比較演算を行
っている。これらの比較演算によりPSW0〜PSW5
には、図4(A)、(B)、(C)に示すように演算回
路3にて実行された比較演算の演算状態が順次セットさ
れて行く。図2中のプログラムの7行目の演算状態フラ
グ制御命令の実行により、演算状態フラグマスク回路6
及び演算状態フラグ反転回路7及び演算状態フラグ論理
演算回路8は以下のように制御される。
In the first to sixth lines of the program in FIG. 2, a comparison operation for confirming the expressions 1 to 3 in Table 1 is performed. By these comparison operations, PSW0 to PSW5
4A, 4B, and 4C, the operation states of the comparison operation performed by the operation circuit 3 are sequentially set. Execution of the operation state flag control instruction on the seventh line of the program in FIG.
The operation state flag inversion circuit 7 and the operation state flag logic operation circuit 8 are controlled as follows.

【0034】図2中のプログラムの6行目のr3とeの
比較処理終了時点では、PSW群5を構成する各PSW
0〜PSWnの保持内容は、図4(C)及び図5に示す
ようになっており、この状態で上記プログラムの7行目
の演算状態フラグ制御命令の実行がなされると、図5に
示すように、演算状態フラグマスク回路6は、PSW群
5に格納された演算状態フラグのうち、PSW0〜PS
W5に保存された最新の6個の演算状態フラグを有効な
演算状態フラグとして、演算状態フラグ反転回路7に出
力する。
At the end of the comparison process between r3 and e in the sixth line of the program in FIG.
4C and FIG. 5 show the held contents of 0 to PSWn. In this state, when the operation state flag control instruction on the seventh line of the program is executed, the contents shown in FIG. As described above, the operation state flag mask circuit 6 outputs the PSW0 to PSW out of the operation state flags stored in the PSW group 5.
The latest six operation state flags stored in W5 are output to the operation state flag inversion circuit 7 as valid operation state flags.

【0035】演算状態フラグ反転回路7は、演算状態フ
ラグマスク回路6より出力されたPSW0〜PSW5に
保存された演算状態フラグのうち、図5に示すように、
PSW3〜PSW5に保存された演算状態フラグを反転
し、PSW0〜PSW2に保存された最新の3個の演算
状態フラグをそのまま(正転して)演算状態フラグ論理
演算回路8に出力する。演算状態フラグ論理演算回路8
は、演算状態フラグ反転回路7より出力された演算状態
フラグの論理積を取り命令フェッチ回路10に出力す
る。
The operation state flag inverting circuit 7 includes, among the operation state flags stored in the PSW0 to PSW5 output from the operation state flag mask circuit 6, as shown in FIG.
The operation state flags stored in PSW3 to PSW5 are inverted, and the latest three operation state flags stored in PSW0 to PSW2 are output to the operation state flag logic operation circuit 8 as they are (forward rotation). Operation state flag logic operation circuit 8
Takes the logical product of the operation state flags output from the operation state flag inversion circuit 7 and outputs the result to the instruction fetch circuit 10.

【0036】このように、図2の7行目の演算状態フラ
グ制御命令の実行により、命令フェッチ回路10には、
PSW0〜PSW2に保存された演算状態フラグとPS
W3〜PSW5に保存された演算状態フラグの反転との
論理積の結果が出力されることとなる。つまり、図5に
示したように図2のプログラムの7行目の演算状態フラ
グ制御命令の実行により、1行目〜3行目の比較演算の
演算状態フラグがすべて真で、かつ、4行目〜6行目の
比較演算の演算状態フラグがすべて偽の時にのみ、演算
状態フラグ論理演算回路8は命令フェッチ回路10に真
を出力する。
As described above, by executing the operation state flag control instruction on the seventh row in FIG.
Operation state flag and PS stored in PSW0 to PSW2
The result of the logical product of the inversion of the operation state flags stored in W3 to PSW5 is output. That is, as shown in FIG. 5, execution of the operation state flag control instruction on the seventh line of the program in FIG. The operation state flag logical operation circuit 8 outputs true to the instruction fetch circuit 10 only when all the operation state flags of the comparison operations in the sixth to sixth rows are false.

【0037】図2のプログラムの8行目の分岐命令が命
令レジスタ11にセットされると、命令フェッチ回路1
0は、演算状態フラグ論理演算回路8の出力が真であっ
た場合、即ち図2中の1行目から3行目で実行した比較
演算の演算状態フラグがすべて真で、かつ、4行目〜6
行目の比較演算の演算状態フラグがすべて偽の時に限
り、命令を取得するアドレスを分岐先アドレスlabe
l1に変更する。
When the branch instruction on the eighth line of the program in FIG. 2 is set in the instruction register 11, the instruction fetch circuit 1
0 indicates that the output of the operation state flag logical operation circuit 8 is true, that is, all the operation state flags of the comparison operations executed in the first to third rows in FIG. ~ 6
Only when all the operation state flags of the comparison operation on the line are false, the address for acquiring the instruction is changed to the branch destination address label.
Change to l1.

【0038】[0038]

【発明の効果】以上説明したように、本発明によれば、
複数の演算命令により判断される分岐判断処理を一つの
(1ステップの)条件分岐命令で実現できるため、条件
判断処理に必要な命令数や命令実行時間を削減でき、か
つ、プログラムの命令数を削減できる。また、処理に必
要な命令の数が削減されていることから、本発明によれ
ば、プログラム全体における処理時間を削減することが
できる。
As described above, according to the present invention,
Since the branch judgment processing determined by a plurality of operation instructions can be realized by one (one-step) conditional branch instruction, the number of instructions required for the condition judgment processing and the instruction execution time can be reduced, and the number of instructions of the program can be reduced. Can be reduced. Further, since the number of instructions required for processing is reduced, according to the present invention, the processing time of the entire program can be reduced.

【0039】更に、本発明によれば、条件判断の結果が
分岐する場合と分岐しない場合のどちらにおいても、実
行する命令数が同一であるため、分岐判断処理にかかる
実行時間は同一になり、よって、プログラム作成者は分
岐判断処理における実行時間の変化を意識することなく
プログラムを作成することができる。
Furthermore, according to the present invention, the number of instructions to be executed is the same in both cases where the result of the condition judgment branches and when the condition judgment does not branch, so that the execution time required for the branch judgment processing becomes the same. Therefore, the program creator can create the program without being aware of the change in the execution time in the branch determination processing.

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

【図1】本発明の一実施の形態のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】本発明の一実施の形態で用いるプログラムの一
例を示す図である。
FIG. 2 is a diagram showing an example of a program used in an embodiment of the present invention.

【図3】図2のプログラム中の機械語命令の意味を示す
図である。
FIG. 3 is a diagram showing the meaning of machine language instructions in the program of FIG. 2;

【図4】図1のPSW群5の保持内容の時間的変化を示
す図である。
FIG. 4 is a diagram showing a temporal change in the held content of a PSW group 5 in FIG. 1;

【図5】図2のプログラム実行時の図1の要部の演算状
態フラグの流れである。
FIG. 5 is a flowchart of a calculation state flag of the main part of FIG. 1 when the program of FIG. 2 is executed.

【図6】従来の情報処理装置の一例のブロック図であ
る。
FIG. 6 is a block diagram illustrating an example of a conventional information processing apparatus.

【図7】図6に示した従来例におけるプログラムの例で
ある。
7 is an example of a program in the conventional example shown in FIG. 6;

【図8】図7のプログラム中の機械語命令の意味であ
る。
FIG. 8 shows machine language instructions in the program of FIG. 7;

【図9】従来の情報処理装置の他の例のブロック図であ
る。
FIG. 9 is a block diagram of another example of a conventional information processing apparatus.

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

1、2、4 汎用レジスタ 3 演算回路(ALU) 5 PSW群 6 演算状態フラグマスク回路 7 演算状態フラグ反転回路 8 演算状態フラグ論理演算回路 9 演算状態フラグ制御命令実行回路 10 命令フェッチ回路 11 命令レジスタ 12 命令バス 1, 2, 4 General-purpose register 3 Operation circuit (ALU) 5 PSW group 6 Operation state flag mask circuit 7 Operation state flag inversion circuit 8 Operation state flag logic operation circuit 9 Operation state flag control instruction execution circuit 10 Instruction fetch circuit 11 Instruction register 12 Instruction bus

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 実行する命令を格納する命令レジスタ
と、 前記命令レジスタからの演算命令に基づき、演算を実行
して演算結果と共に演算状態フラグを出力する演算手段
と、 前記演算状態フラグを保存する、直列に接続された複数
のレジスタと、 前記複数のレジスタのそれぞれに前記演算手段の演算順
に順次格納された前記演算状態フラグのうち、最新のも
のから複数個の演算状態フラグに対して論理演算を行う
論理演算手段と、 前記命令レジスタに取り込まれた命令が演算フラグ制御
命令であるときに、該命令レジスタの内容をデコード
し、前記論理演算手段に制御信号を出力する演算状態フ
ラグ制御命令実行回路と、 命令を取得するアドレスを保持し、そのアドレスに対応
した命令を命令バスより取得して前記命令レジスタに出
力すると共に、該命令レジスタに取得された命令が条件
分岐命令であった場合、前記論理演算手段の出力結果を
参照し、その真偽により次に取得する命令のアドレスを
決定する命令フェッチ回路とを有することを特徴とする
情報処理装置。
1. An instruction register for storing an instruction to be executed, an operation means for executing an operation based on an operation instruction from the instruction register and outputting an operation state flag together with an operation result, and storing the operation state flag. A plurality of registers connected in series, and a logical operation on a plurality of operation state flags from the latest one among the operation state flags sequentially stored in the plurality of registers in the order of operation by the operation means. A logic operation means for executing an operation state flag control instruction for decoding the contents of the instruction register and outputting a control signal to the logic operation means when the instruction fetched into the instruction register is an operation flag control instruction A circuit and an address for acquiring an instruction are held, and an instruction corresponding to the address is acquired from an instruction bus and output to the instruction register. Both have an instruction fetch circuit that, when the instruction acquired in the instruction register is a conditional branch instruction, refers to the output result of the logical operation means and determines the address of the instruction to be acquired next based on the truth or false. An information processing apparatus characterized by the above-mentioned.
【請求項2】 前記複数のレジスタは、前記演算手段に
より演算が実行される毎に、該複数のレジスタの各々の
記憶演算状態フラグを次段のレジスタに転送し、かつ、
最終段のレジスタの記憶演算状態フラグは破棄し、最新
の演算状態フラグを初段のレジスタに保持することを特
徴とする請求項1記載の情報処理装置。
2. The plurality of registers each transfer a storage operation state flag of each of the plurality of registers to a next-stage register each time an operation is performed by the operation unit, and
2. The information processing apparatus according to claim 1, wherein the storage operation state flag of the last stage register is discarded, and the latest operation state flag is held in the first stage register.
【請求項3】 前記論理演算手段は、前記複数のレジス
タからそれぞれ出力された複数の前記演算状態フラグの
うち、前記演算状態フラグ制御命令実行回路により指定
されたものよりも古い演算状態フラグを無効とするマス
ク回路と、該マスク回路より出力された有効な前記演算
状態フラグのうち、前記演算状態フラグ制御命令実行回
路の指定により一部を反転し、残りは正転して出力する
反転回路と、該反転回路の出力演算状態フラグに対して
前記演算状態フラグ制御命令実行回路により指定された
演算を実行し、その演算結果を前記命令フェッチ回路経
出力する演算状態フラグ論理演算回路とよりなることを
特徴とする請求項1記載の情報処理装置。
3. The logical operation means invalidates an operation state flag older than one designated by the operation state flag control instruction execution circuit from among the plurality of operation state flags respectively output from the plurality of registers. An inversion circuit that inverts a part of the valid operation state flags output from the mask circuit according to the specification of the operation state flag control instruction execution circuit, and outputs the remaining part in the normal direction. An operation state flag logic operation circuit for executing the operation specified by the operation state flag control instruction execution circuit on the output operation state flag of the inversion circuit, and outputting the operation result through the instruction fetch circuit. The information processing apparatus according to claim 1, wherein:
【請求項4】 前記演算状態フラグ制御命令実行回路
は、前記命令レジスタに取り込まれた命令が演算フラグ
制御命令であったときは、前記マスク回路に前記演算状
態フラグを有効にする数を、前記反転回路に前記演算状
態フラグを反転する数を、前記演算状態フラグ論理演算
回路に演算状態フラグに施す論理演算の種類をそれぞれ
出力することを特徴とする請求項3記載の情報処理装
置。
4. The operation state flag control instruction execution circuit, when the instruction fetched into the instruction register is an operation flag control instruction, sets the number of validity of the operation state flag to the mask circuit. 4. The information processing apparatus according to claim 3, wherein a number for inverting the operation state flag is output to an inversion circuit, and a type of a logical operation performed on the operation state flag is output to the operation state flag logical operation circuit.
【請求項5】 前記命令フェッチ回路は、前記命令レジ
スタに保存された命令が条件分岐命令であった場合、前
記論理演算手段の出力結果を参照し、その出力が真であ
った場合に限り、自身が保持していた命令取得アドレス
を前記命令レジスタにより指定された分岐先アドレスに
変更し、前記論理演算手段の出力結果が偽であった場合
には、自身が保持していた命令取得アドレスを+1し
て、次の命令を取得するアドレスとすることを特徴とす
る請求項1記載の情報処理装置。
5. The instruction fetch circuit refers to an output result of the logical operation means when an instruction stored in the instruction register is a conditional branch instruction, and only when the output is true, Change the instruction acquisition address held by itself to the branch destination address specified by the instruction register, and if the output result of the logical operation means is false, change the instruction acquisition address held by itself. 2. The information processing apparatus according to claim 1, wherein +1 is set as an address for acquiring the next instruction.
【請求項6】 命令データが送付される命令バスと、 実行する命令を格納する命令レジスタと、 各種データを一時保持する複数の汎用レジスタと、 前記命令レジスタに取得された命令が演算命令であった
場合、前記複数の汎用レジスタの内容に対して前記命令
レジスタにて指示された演算を実行し、演算結果と共に
演算状態フラグを出力する演算回路と、 直列に接続された複数の演算状態フラグ保存用レジスタ
からなり、前記演算回路により演算が実行される毎に、
該複数の演算状態フラグ保存用レジスタの各々の記憶演
算状態フラグを次段の演算状態フラグ保存用レジスタに
転送し、かつ、最終段の演算状態フラグ保存用レジスタ
の記憶演算状態フラグは破棄し、最新の演算状態フラグ
を初段の演算状態フラグ保存用レジスタに保持するレジ
スタ群と、 命令を取得するアドレスを保持し、そのアドレスに対応
した命令を前記命令バスより読み出し、前記命令レジス
タに出力する命令フェッチ回路と、 前記命令レジスタに取り込まれた命令が演算フラグ制御
命令であったならば、 前記命令レジスタの内容をデコードし、演算状態フラグ
を有効にする数と、演算状態フラグを反転する数と、演
算状態フラグに施す論理演算の種類を出力する演算状態
フラグ制御命令実行回路と、 前記複数個の演算状態フラグ保存用レジスタの各々に保
存された演算状態フラグを入力として受け、前記演算状
態フラグ制御命令実行回路にて指示された個数の演算状
態フラグを有効とする演算状態フラグマスク回路と、 前記演算状態フラグマスク回路から出力された演算状態
フラグを入力として受け、前記演算状態フラグ制御命令
実行回路にて指示された個数の演算状態フラグを反転
し、指示されていない演算状態フラグを正転のまま出力
する演算状態フラグ反転回路と、 前記演算状態フラグ反転回路より出力された全ての演算
状態フラグを入力として受け、前記演算状態フラグ制御
命令実行回路にて指示された論理演算を施し、前記命令
フェッチ回路に出力する演算状態フラグ論理演算回路と
を有することを特徴とする情報処理装置。
6. An instruction bus to which instruction data is sent, an instruction register for storing an instruction to be executed, a plurality of general-purpose registers for temporarily holding various data, and an instruction acquired by the instruction register is an arithmetic instruction. An operation circuit for executing an operation specified by the instruction register on the contents of the general-purpose registers and outputting an operation state flag together with the operation result; and storing a plurality of operation state flags connected in series. Each time an operation is performed by the arithmetic circuit,
Transferring the storage operation state flags of the plurality of operation state flag storage registers to the next stage operation state flag storage registers, and discarding the storage operation state flags of the final stage operation state flag storage registers; A register group for holding the latest operation state flag in a first stage operation state flag storage register, and an instruction for holding an instruction acquisition address, reading an instruction corresponding to the address from the instruction bus, and outputting the instruction to the instruction register A fetch circuit, and, if the instruction fetched into the instruction register is an operation flag control instruction, decode the contents of the instruction register and enable the operation state flag and the number of inversions of the operation state flag. An operation state flag control instruction execution circuit for outputting a type of logical operation to be performed on the operation state flag; and the plurality of operation state flags An operation state flag mask circuit for receiving the operation state flags stored in each of the storage registers as inputs and validating the number of operation state flags designated by the operation state flag control instruction execution circuit; The operation state flags output from the mask circuit are received as inputs, the number of operation state flags specified by the operation state flag control instruction execution circuit are inverted, and the operation state flags not specified are output as normal rotation. An operation state flag inverting circuit, receiving, as inputs, all operation state flags output from the operation state flag inverting circuit, and performing a logical operation indicated by the operation state flag control instruction execution circuit; An information processing apparatus, comprising: an operation state flag logical operation circuit for outputting.
JP11133432A 1999-05-14 1999-05-14 Information processor Pending JP2000322256A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11133432A JP2000322256A (en) 1999-05-14 1999-05-14 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11133432A JP2000322256A (en) 1999-05-14 1999-05-14 Information processor

Publications (1)

Publication Number Publication Date
JP2000322256A true JP2000322256A (en) 2000-11-24

Family

ID=15104646

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11133432A Pending JP2000322256A (en) 1999-05-14 1999-05-14 Information processor

Country Status (1)

Country Link
JP (1) JP2000322256A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887360A (en) * 2009-07-10 2010-11-17 威盛电子股份有限公司 The data pre-acquisition machine of microprocessor and method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887360A (en) * 2009-07-10 2010-11-17 威盛电子股份有限公司 The data pre-acquisition machine of microprocessor and method

Similar Documents

Publication Publication Date Title
US8255665B2 (en) SIMD processor with register addressing, buffer stall and methods
JPH08305568A (en) Information processing unit
JP2008071130A (en) Simd type microprocessor
JPWO2006112045A1 (en) Arithmetic processing unit
JPH1124929A (en) Arithmetic processing unit and its method
JP3188467B2 (en) Minimum / maximum value search device
US20090106533A1 (en) Data processing apparatus
US20050076189A1 (en) Method and apparatus for pipeline processing a chain of processing instructions
JP2002051072A (en) Packet processing processor
EP0730223B1 (en) Pipeline data processing apparatus for executing a plurality of data processes having a data-dependent relationship
JPH063584B2 (en) Information processing equipment
US6539471B2 (en) Method and apparatus for pre-processing instructions for a processor
JPH03286332A (en) Digital data processor
KR100431975B1 (en) Multi-instruction dispatch system for pipelined microprocessors with no branch interruption
JPH10143365A (en) Parallel processing device and its command issuing system
US20070028077A1 (en) Pipeline processor, and method for automatically designing a pipeline processor
JP2000322256A (en) Information processor
US11327761B2 (en) Processing device with vector transformation execution
US5925122A (en) Data processing unit which pre-fetches instructions of different lengths to conduct processing
JP3707729B2 (en) Address generation interlock detection method and system
US5784634A (en) Pipelined CPU with instruction fetch, execution and write back stages
US7047392B2 (en) Data processing apparatus and method for controlling staged multi-pipeline processing
JP3825709B2 (en) Pipeline processing method and processor device
EP0862112A2 (en) Data processing system having an instruction pipeline
JPH0277940A (en) Data processor