JPH0240722A - Arithmetic processor - Google Patents

Arithmetic processor

Info

Publication number
JPH0240722A
JPH0240722A JP19097488A JP19097488A JPH0240722A JP H0240722 A JPH0240722 A JP H0240722A JP 19097488 A JP19097488 A JP 19097488A JP 19097488 A JP19097488 A JP 19097488A JP H0240722 A JPH0240722 A JP H0240722A
Authority
JP
Japan
Prior art keywords
instruction
latch
operand
contents
held
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
JP19097488A
Other languages
Japanese (ja)
Inventor
Katsutoshi Harada
勝利 原田
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 Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP19097488A priority Critical patent/JPH0240722A/en
Publication of JPH0240722A publication Critical patent/JPH0240722A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To carry on previous processing by providing a storage device outside, saving held contents when an interruption processing is generated during an instruction holding period, and reading them out after the interruption processing. CONSTITUTION:An instruction code which is taken out of an instruction queue 101 is sent to a reset code detector 102 and held temporarily according to the indication of a sequencer 103. If an operand latch load/store controller 115 receives an interruption signal during the holding period, a control signal is sent to an operand latch 107 or 108 where an instruction signal is held. Then the held contents are transferred temporarily to a latch register 114 and then sent to the external storage device and the interruption processing is performed. After the interruption processing, the controller 115 sends a control signal to the storage device. Its contents are read out by a latch register 113 and sent to the latch 107 or 108 where the contents are held before the interruption processing to carry on the operation.

Description

【発明の詳細な説明】[Detailed description of the invention]

羞1ユp困月分1 本発明は、演算処理装置に関する。より詳細には、本発
明は、1つ、の命令コードフィールド、及び複数のオペ
ランドフィールドからなる命令語に基づき処理を実行す
る新規な演算処理装置の構成に関する。 従来の技術 本明細書において、命令コードフィールドとは処理装置
が処理すべき演算内容を指定するフィールドを意味する
。また、オペランドフィールドとはこの演算処理に用い
られるデータの獲得及び演算結果データの格納を行う場
合に必要なデータ領域情報を指定するフィールドを意味
する。 このような形式フィールドを使用して実行される命令の
一例として、転送命令が挙げられる。即ち、レジスタR
OからレジスタR1ヘデータを転送する命令は、CMO
V  RO,R1)と表現される。ここで“MOV”は
命令コードフィールドに書かれるべき演算内容である「
転送」を表わし、“ROlRl”はオペランドフィール
ドに書かれるべきデータ領域情報を表わしている。 ところで、演算処理装置(プロセッサ)が処理すべき命
令のレパートリ、アドレッシングモードの種類あるいは
演算実行環境(アキュムレータレジスタなどの資源)は
、ユーザのニーズに従ってその規模が拡大すると共に多
様化する傾向にある。 命令セットがより多くの複合した機能を扱うようになる
と一つの命令が持つ情報量が増加し、その結果として命
令コードの長さが長くなる。尚、機能の増加については
特に次の3つの点が中心となっている。 (1)演算、制御の種類の増加 (2)データタイプの増加 (3)アドレッシングモードの増加 このような命令機能の増大即ち命令情報量の増加に対し
て、それを如何に短く符号化するかが重要な課題となっ
ている。即ち、命令長の短縮が有効である理由は、 ・プログラム全体のコードサイズ削減 ・命令コードをプロセッサにフェッチする時間の削減 ・命令キュー/命令キャッシュ容量及びヒツト率に対す
る効果増大 ・デコードサイクルの短縮化 等の多くの利点が認められるからである。 このような観点から、命令の一部を保持する機能を有す
る演算処理装置が既に提案されている(特願昭6O−2
88778)。この演算処理装置は、演算あるいはデー
タが同一であるような命令を繰り返し実行する場合に、
同一な部分を保持することにより命令を短縮している。 例えば 〔MOV #1 、C0n5t1〕 〔MOV #8 、C0n5t2〕 [MOV  #128 、c o n s t 3]と
いった命令列が続く場合に”MOV”を保持することに
よって 〔
TECHNICAL FIELD The present invention relates to an arithmetic processing device. More specifically, the present invention relates to the configuration of a novel arithmetic processing device that executes processing based on an instruction word consisting of one instruction code field and a plurality of operand fields. BACKGROUND OF THE INVENTION In this specification, an instruction code field is a field that specifies the contents of an operation to be processed by a processing device. Further, the operand field means a field that specifies data area information necessary for acquiring data used in this calculation process and storing calculation result data. An example of an instruction executed using such a format field is a transfer instruction. That is, register R
The instruction to transfer data from O to register R1 is CMO
V RO, R1). Here, "MOV" is the operation content to be written in the instruction code field.
"Transfer" and "ROlRl" represents data area information to be written in the operand field. Incidentally, the repertoire of instructions to be processed by an arithmetic processing unit (processor), the types of addressing modes, and the arithmetic execution environment (resources such as accumulator registers) tend to expand and become more diverse in accordance with user needs. As an instruction set handles more complex functions, the amount of information held by one instruction increases, and as a result, the length of the instruction code becomes longer. The following three points are particularly important for the increase in functionality. (1) Increase in the types of calculations and controls (2) Increase in data types (3) Increase in addressing modes How can we encode this information in a shorter way to cope with the increase in instruction functions, that is, the increase in the amount of instruction information? has become an important issue. In other words, the reasons why shortening the instruction length is effective are: ・Reducing the code size of the entire program ・Reducing the time to fetch instruction codes to the processor ・Increasing the effect on instruction queue/instruction cache capacity and hit rate ・Shortening the decoding cycle This is because many advantages such as From this point of view, an arithmetic processing device having a function of retaining a part of instructions has already been proposed (Japanese Patent Application No. 60-2
88778). When this arithmetic processing unit repeatedly executes instructions that involve the same calculation or data,
The instructions are shortened by keeping the same parts. For example, by holding "MOV" when a sequence of instructions such as [MOV #1, C0n5t1] [MOV #8, C0n5t2] [MOV #128, const 3] continues [

【固定命令] MOV  #1  、constl #8 、C0n5t2 #128 、cons t 3 【固定解除命令】〕 という繰り返しのない命令列として処理を簡素化するこ
とができる。 第3図は、このような固定命令を有する従来の演算処理
装置の構成例を説明する図である。 第3図に示すように、この装置は、読み込まれた命令コ
ードを蓄積する命令キ、、、−301、命令保持を解除
するコードを検出する検出器302、全体の順序制御を
つかさどるシーケンサ303、シーケンサ303の指示
に従い、命令コードをそのフィールド毎に分けるデマル
チプレクサ304、オペコードのラッチ306、第一、
第二オペランドのラッチ307.308、命令コード専
用デコーダ311、オペランド専用デコーダ312、命
令の第1オペランド、第2オペランドのいずれをデコー
ドするかを選択するセレクタ310、命令保持の指示を
出す指示器309、ラッチへの制御信号を生成するラッ
チストローブ信号生成器305等から主に構成されてい
る。 この第3図に示す従来の演算処理装置の動作は以下のよ
うなものである。 即ち、シーケンサ303の指示に従いキュー301から
取り出された命令コードは、線321を介して解除コー
ド検出器302に送られるが、命令保持期間中に解除コ
ードを検出すると、シーケンサ303に通知し、命令保
持が解除される。それ以外ではそのままデマルチプレク
サ304に送られ、これもシーケンサ303の指示に従
いながら命令コードのフィールドに対処したデコーダに
供給される。もし、当該フィールドが命令コードの場合
、命令コード専用デコーダ311 に転送され、デコー
ド結果が線322を介して出力される。もし、当該フィ
ールドが第1オペランドまたは第2オペランドの場合、
−旦オペランドセレクタ310に転送されてからそのオ
ペランドの第1/第2に応じてオペランドデコーダ31
2に転送され、デコード結果が線323を介して出力さ
れる。 第3図に示した装置の基本的な動作は以上のようなもの
であるが、次に説明する2つの場合には特別な動作をす
る。 即ち、第一の場合は、命令コード固定命令あるいはオペ
ランド固定命令を命令コードデコーダ311が検出した
ときである。このとき命令コードデコーダ311はその
事象を固定フィールド指示器309に通知する。次に当
該固定命令のオペランドデコードがオペランドデコーダ
312で行われ何を固定するかがその結果として得られ
ると、その内容は固定フィールド指示器309に格納さ
れる。 当該固定命令の次の命令(被固定命令)のデコードシー
ケンスは通常の場合と変らない。ただし、固定フィール
ド指示器309及びシーケンサ303の指示に従い、当
該被固定命令のフィールドの一部が固定される。より具
体的には、命令の各フィールドに対応したラッチ(命令
コードラッチ306、第一オペランドラッチ307、第
二オペランドラッチ308)を制御するラッチストロー
ブ信号生成器305が固定フィールド指示器309及び
シーケンサ303の指示に従い指示された命令フィール
ドを固定するような信号を生成する。 被固定命令以後の命令デコードは、固定された部分のデ
コード待ち時間(デコードによる遅延)は考える必要が
ないため、その部分のデコードサイクルを省くことがで
きる。シーケンサ303は固定フィールド指示器309
の情報に基づき、その順序制御のサイクルを短縮する。 第2の特別な動作は、命令コード固定解除命令あるいは
オペランド固定解除命令を解除コード検出器302が検
出したときに発生する。即ち、このとき解除コード検出
器302はその事象をシーケンサ303に通知する。シ
ーケンサ303はそのデコードシーケンスを元の状態に
戻し、ラッチストローブ信号生成器305に対しすべて
のラッチ機能を解除し、再びすべてのデコード径路に命
令が流れるようにする。これにより次の命令以降は、通
常の命令デコードが行われる。 発明が解決しようとする課題 ところで、上述したような従来の演算処理装置の構成で
は、命令保持期間中に割込みが発生した場合に保持内容
が失われてしまい、割込み処理終了後に、割込み処理発
生依然の命令実行を再開できないという欠点がある。例
えば 〔
[Fixed instructions] MOV #1, constl #8, C0n5t2 #128, cons t 3 [Fixed release instructions] The processing can be simplified as a non-repetitive instruction sequence. FIG. 3 is a diagram illustrating an example of the configuration of a conventional arithmetic processing device having such fixed instructions. As shown in FIG. 3, this device includes an instruction key 301 that stores read instruction codes, a detector 302 that detects a code that releases instruction retention, a sequencer 303 that controls the overall order, According to instructions from the sequencer 303, a demultiplexer 304 separates the instruction code into its fields, an opcode latch 306, a first
Second operand latch 307, 308, instruction code decoder 311, operand decoder 312, selector 310 that selects whether to decode the first or second operand of the instruction, and indicator 309 that issues an instruction to hold the instruction. , a latch strobe signal generator 305 that generates a control signal to the latch, and the like. The operation of the conventional arithmetic processing device shown in FIG. 3 is as follows. That is, the instruction code taken out from the queue 301 according to the instruction of the sequencer 303 is sent to the release code detector 302 via the line 321, but when a release code is detected during the instruction holding period, the sequencer 303 is notified and the instruction code is sent to the release code detector 302. The hold is released. Other than that, the data is sent as is to the demultiplexer 304, and is also supplied to the decoder that deals with the field of the instruction code while following the instructions of the sequencer 303. If the field is an instruction code, it is transferred to the instruction code dedicated decoder 311 and the decoding result is output via line 322. If the field is the first or second operand,
- Once transferred to the operand selector 310, the operand decoder 31
2 and the decoding result is output via line 323. The basic operation of the apparatus shown in FIG. 3 is as described above, but special operations are performed in the following two cases. That is, the first case is when the instruction code decoder 311 detects a fixed instruction code or a fixed operand instruction. At this time, the instruction code decoder 311 notifies the fixed field indicator 309 of the event. Next, the operand decoding of the fixed instruction is performed by the operand decoder 312, and when the result of what is to be fixed is obtained, the contents are stored in the fixed field indicator 309. The decoding sequence of the next instruction (fixed instruction) after the fixed instruction is the same as in the normal case. However, according to the instructions from the fixed field indicator 309 and the sequencer 303, a part of the field of the fixed instruction is fixed. More specifically, a latch strobe signal generator 305 that controls latches (instruction code latch 306, first operand latch 307, second operand latch 308) corresponding to each field of an instruction is connected to a fixed field indicator 309 and a sequencer 303. generates a signal that fixes the specified command field according to the instruction. When decoding instructions after the fixed instruction, there is no need to consider the decoding wait time (delay due to decoding) of the fixed part, so the decoding cycle of that part can be omitted. The sequencer 303 is a fixed field indicator 309
Based on this information, the sequence control cycle is shortened. The second special operation occurs when the release code detector 302 detects an instruction code unfixing instruction or an operand unfixing instruction. That is, at this time, the release code detector 302 notifies the sequencer 303 of the event. Sequencer 303 returns the decode sequence to its original state, releases all latch functions for latch strobe signal generator 305, and allows instructions to flow through all decode paths again. As a result, normal instruction decoding is performed from the next instruction onward. Problems to be Solved by the Invention However, in the configuration of the conventional arithmetic processing device as described above, if an interrupt occurs during the instruction holding period, the held contents are lost, and after the interrupt processing is completed, the interrupt processing still occurs. The disadvantage is that the instruction execution cannot be resumed. for example〔

【固定命令] MOV’#1  、constl #8   const2・ #128 、cons t 3 【固定解除命令】〕 という命令列を実行中に割込みがかかり、(MOV)#
8、cons t 2 を行った後、割込み処理を実行した場合、命令コードラ
ッチの内容が変化して”MOV”が失われてしまう。従
って、割込み処理後には、次の命令が(#128 、c
ons t 3]というオヘラントタけで命令コードの
ない命令となって、実行できなくなる。 そこで、本発明は、上述のような従来技術の欠点に対し
て、割込み処理中に保持内容を記憶装置に退避/読み出
しすることにより、命令保持中の割込み処理後にも処理
を参観することができる新規な演算処理装置を提供する
ことを目的としている。 課題を解決するための手段 本発明に従い、処理内容を指示する演算指示領域を含む
複数の領域を備えた命令を解読して実行するにあたって
、前記複数の領域の少なくとも1つを保持して複数処理
を実行するように構成された演算処理装置において、前
記複数個の領域の少なくとも1つを保持している命令保
持期間に割込み処理が発生した時に、該保持内容を記憶
装置に退避する手段と、該別込み処理終了後、該退避内
容を記憶装置より読み出して割込み前の処理を再開する
手段とを備えることを特徴とする演算処理装置が提供さ
れる。 以下に図面を参照して本発明をより具体的に詳述するが
、以下の開示は本発明の一実施例に過ぎず、本発明の技
術的範囲を何ら限定するものではない。 実施例 第1図は、前述のを第3図に示した従来の演算処理装置
に対応して、本発明に係る演算処理装置を構成した場合
を示している。従って、以下の説明は、第1図と第3図
との差異を中心にして本発明の詳細な説明する。 まず第1図に示す本発明の実施例について説明する。第
1図において101は読み込まれた命令コードを蓄積す
る命令キュー、102は命令コード固定解除命令を検出
する解除コード検出器、103は全体の順序制御をつか
さどるシーケンサ、104はシーケンサ103の指示に
従い、命令コードをそのフィールド毎に分けるデマルチ
プレクサ、106は命令コードを保持するラッチ、10
7  ・108はそれぞれ第1、第2オペランドを保持
するラッチ、111は命令コード専用デコーダ、112
はオペランド専用デコーダ、110は命令の第1オペラ
ンド、第2オペランドのいずれをデコードするかを選択
するセレクタ、109は命令保持の指示を出す指示器、
105はラッチを制御する信号を生成するラッチストロ
ーブ信号生成器である。第1図における101.102
.103.104.105.106.107.108.
109.110.111.112は各々第1図の301
.302.303.304.305.306.307.
308.309.3JO,311。 312に対応する機能を果たしている。 第1図の動作について説明する。シーケンサ103の指
示に従いキュー101から取り出された命令コードは、
線121を介して解除コード検出器102に送られるが
、命令保持期間中に解除コードを検出すると、シーケン
サ103に通知し、命令保持が解除される。それ以外で
はそのままデマルチプレクサ104に送られ、これもシ
ーケンサ103の指示に従いながら命令コードのフィー
ルドに対処したデコーダに供給される。もし、当該フィ
ールドが命令コードの場合は、命令コード専用デコーダ
111に転送され、デコード結果が線122を介して出
力される。もし、当該フィールドが第1オペランドまた
は第2オペランドの場合は、−旦オペランドセレクタ1
10に転送されてからそのオペランドの第1/第2に応
じてオペランドデコーダ112に転送され、デコード結
果が線123を介して出力される。 第1図の動作を、第3図と異なる特徴的な部分を中心と
して説明する。第1図において、命令を保持していない
場合の動作は第3図の従来例の動作と同一である。第3
図の動作と異なるのは、命令を保持している期間中に割
込み信号が入力された時である。このとき第3図では、
命令コードラッチ106  ・オペランドラッチ110
7・オペランドラッチ■108の中に保持されている内
容が失われてしまう。しかし、第1図では、オペランド
ラッチロード/ストアコントローラ115が割込み信号
を受けると、命令コードラッチ106  ・オペランド
ラッチ■107・オペランドラッチ■108のうち、値
を保持しているラッチに対して制御信号を送り、保持し
ている内容を一旦うッチレジスタ■114に転送したあ
と、外部記憶装置に送り出してから割込み処理を行う。 割込み処理が終了したのち、オペラントラチッチロード
/ストアコントローラ115は制御信号を送り、先刻外
部記憶装置に送り出した内容を−Hうフチレジスタ11
13に読み出した後、命令コードラッチ106  ・オ
ペランドラッチ1107  ・オペランドラッチ■10
8のうち前記読み出し内容を保持していたラッチに送り
、割込み前の動作を続行する。第4図に命令保持期間中
動作の流れ図を示す。 第2図は、本発明の他の実施例の構成を示す図である。 この実施例では命令コード/オペランド固定命令中に保
持期間を指定ができるようにする方法に対応している。 第2図では第1図と比べて202が省かれ216が追加
される。第2図において216はカウンタであり、命令
コード/オペランド固定命令でオペランドとして指定さ
れた保持期間を当該命令デコード時に格納する。カウン
タ216は1命令デコード毎にデクリメントされ、0で
なければラッチストローブ信号生成器205に保持を指
示し、0になればシーケンサ203に保持期間終了を通
知する。これは第1図で解除コード検出器102が行っ
た通知と同じく命令保持を解除させるものである。 発明の詳細 な説明したように、従来技術では命令保持期間中に割込
み処理が発生した場合、保持内容が失われてしまうので
割込み処理終了後に割込み前の動作を継続して再開でき
ないという問題があった。 これに対して本発明に係る演算処理装置では、割込み処
理発生時に保持内容を記憶装置に保存するので、割込み
処理終了後にこれを読みだして処理を継続的に再開する
ことができる。
[Fixed instructions] MOV'#1, constl #8 const2/#128, const 3 [Fixed release instruction] An interrupt occurs while executing the instruction sequence, (MOV)#
8. If interrupt processing is executed after executing cons t 2, the contents of the instruction code latch will change and "MOV" will be lost. Therefore, after the interrupt processing, the next instruction (#128, c
ons t 3], resulting in an instruction without an instruction code, which makes it impossible to execute. Therefore, in order to solve the above-mentioned drawbacks of the conventional technology, the present invention saves and reads the contents held in the storage device during interrupt processing, thereby making it possible to observe the processing even after interrupt processing while instructions are being held. The purpose is to provide a new arithmetic processing device. Means for Solving the Problems According to the present invention, when decoding and executing an instruction having a plurality of areas including an arithmetic instruction area for instructing processing contents, at least one of the plurality of areas is held and multiple processing is performed. In an arithmetic processing device configured to execute, when an interrupt process occurs during an instruction holding period in which at least one of the plurality of areas is held, means for saving the held contents to a storage device; There is provided an arithmetic processing device characterized by comprising means for reading out the saved contents from a storage device and restarting the processing before the interruption after the separate processing is completed. The present invention will be described in more detail below with reference to the drawings, but the following disclosure is only one example of the present invention and does not limit the technical scope of the present invention in any way. Embodiment FIG. 1 shows a case where an arithmetic processing device according to the present invention is constructed corresponding to the conventional arithmetic processing device shown in FIG. 3 described above. Therefore, in the following description, the present invention will be explained in detail, focusing on the differences between FIG. 1 and FIG. 3. First, an embodiment of the present invention shown in FIG. 1 will be described. In FIG. 1, 101 is an instruction queue that stores read instruction codes, 102 is a release code detector that detects instruction code fix release instructions, 103 is a sequencer that controls the overall order, and 104 is a system that follows instructions from the sequencer 103. a demultiplexer that separates the instruction code into each field; 106 a latch that holds the instruction code; 10;
7 ・108 is a latch that holds the first and second operands, 111 is a decoder dedicated to instruction code, 112
110 is an operand-only decoder; 110 is a selector that selects whether to decode the first operand or second operand of the instruction; 109 is an indicator that issues an instruction to hold the instruction;
105 is a latch strobe signal generator that generates a signal to control the latch. 101.102 in Figure 1
.. 103.104.105.106.107.108.
109.110.111.112 are respectively 301 in Figure 1
.. 302.303.304.305.306.307.
308.309.3 JO, 311. 312. The operation shown in FIG. 1 will be explained. The instruction code taken out from the queue 101 according to the instructions of the sequencer 103 is
The signal is sent to the release code detector 102 via the line 121, and if a release code is detected during the instruction holding period, the sequencer 103 is notified and the instruction holding is released. Otherwise, the data is sent as is to the demultiplexer 104, and is also supplied to a decoder that deals with the instruction code field while following instructions from the sequencer 103. If the field is an instruction code, it is transferred to the instruction code dedicated decoder 111 and the decoding result is output via line 122. If the field is the first or second operand, -dan operand selector 1
10 and then to the operand decoder 112 according to the first/second operand, and the decoding result is output via line 123. The operation in FIG. 1 will be explained focusing on the characteristic parts that are different from those in FIG. 3. In FIG. 1, the operation when no command is held is the same as the operation of the conventional example shown in FIG. Third
The operation differs from that shown in the figure when an interrupt signal is input during the period in which an instruction is held. At this time, in Figure 3,
Instruction code latch 106 ・Operand latch 110
7. Operand latch ■ The contents held in 108 are lost. However, in FIG. 1, when the operand latch load/store controller 115 receives an interrupt signal, it sends a control signal to the latch holding the value among the instruction code latch 106, operand latch 107, and operand latch 108. is sent, the held contents are once transferred to the hold register 114, and then sent to the external storage device before interrupt processing is performed. After the interrupt processing is completed, the operant latch load/store controller 115 sends a control signal to the -H border register 11 to store the contents previously sent to the external storage device.
13, instruction code latch 106 ・operand latch 1107 ・operand latch ■10
8, the read content is sent to the latch that was holding it, and the operation before the interrupt is continued. FIG. 4 shows a flowchart of operations during the instruction holding period. FIG. 2 is a diagram showing the configuration of another embodiment of the present invention. This embodiment corresponds to a method in which a retention period can be specified in an instruction code/operand fixed instruction. In FIG. 2, 202 is omitted and 216 is added compared to FIG. 1. In FIG. 2, 216 is a counter, which stores a holding period specified as an operand in an instruction code/operand fixed instruction when the instruction is decoded. The counter 216 is decremented every time one instruction is decoded, and if it is not 0, it instructs the latch strobe signal generator 205 to hold it, and if it is 0, it notifies the sequencer 203 that the holding period has ended. This is the same as the notification given by the release code detector 102 in FIG. 1 to release the command hold. As described in detail of the invention, in the prior art, when interrupt processing occurs during an instruction holding period, the held contents are lost, so there is a problem that the operation before the interrupt cannot be resumed after the interrupt processing is completed. Ta. On the other hand, in the arithmetic processing device according to the present invention, since the retained contents are saved in the storage device when an interrupt process occurs, the contents can be read out after the interrupt process is completed and the process can be resumed continuously.

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

第1図は、本発明の具体的な構成例を示す図であり、第
3図に示した従来の装置の構成に対応しており、 第2図は本発明の他な実施例を示す図であり、第3図は
、従来の演算処理装置の構成例を示す図であり、 第4図は、第3図に示した装置き動作を説明する図であ
る。 〔主な参照番号〕 101・・・命令キュー、 102・・・命令固定解除コード検出器、103・・・
デコードシーケンサ、 104・・・デマルチプレクサ、 105・・・命令固定ラッチストローブ信号生成器、1
06・・・命令コード固定ラッチ、 107・・・第1オペランド固定ラツチ、108・・・
第2オペランド固定ラツチ、109・・・固定フィール
ド指示器、 110・・・オペランド選択器、 111・・・命令コードデコーダ、 112・・・オペランドデコーダ、 216・・・カウンタ 301・・・命令キュー、 302・・・命令固定解除コード検出器、303・・・
デコードシーケンサ、 304・・・デマルチプレクサ、 305・・・命令固定ラッチストローブ信号生成器、3
06  ・・・ 307  ・・・ 308  ・・・ 309  ・・・ 310 ・・・ 311 ・・・ 312 ・・・ 命令コード固定ラッチ、 第一オペランド固定ラッチ、 第二オペランド固定ラッチ、 固定フィールド指示器、 オペランド選択器、 命令コードデコーダ、 オペランドデコーダ
FIG. 1 is a diagram showing a specific configuration example of the present invention, and corresponds to the configuration of the conventional device shown in FIG. 3, and FIG. 2 is a diagram showing another embodiment of the present invention. FIG. 3 is a diagram showing a configuration example of a conventional arithmetic processing device, and FIG. 4 is a diagram explaining the operation of the device shown in FIG. 3. [Main reference numbers] 101...Instruction queue, 102...Instruction unfixing code detector, 103...
Decode sequencer, 104... Demultiplexer, 105... Instruction fixed latch strobe signal generator, 1
06... Instruction code fixing latch, 107... First operand fixing latch, 108...
2nd operand fixed latch, 109... fixed field indicator, 110... operand selector, 111... instruction code decoder, 112... operand decoder, 216... counter 301... instruction queue, 302... Instruction fixation release code detector, 303...
Decode sequencer, 304... Demultiplexer, 305... Instruction fixed latch strobe signal generator, 3
06 ... 307 ... 308 ... 309 ... 310 ... 311 ... 312 ... Instruction code fixed latch, first operand fixed latch, second operand fixed latch, fixed field indicator, Operand selector, instruction code decoder, operand decoder

Claims (1)

【特許請求の範囲】 処理内容を指示する演算指示領域を含む複数の領域を備
えた命令を解読して実行するにあたって、前記複数の領
域の少なくとも1つを保持して複数処理を実行するよう
に構成された演算処理装置において、 前記複数個の領域の少なくとも1つを保持している命令
保持期間に割込み処理が発生した時に、該保持内容を記
憶装置に退避する手段と、該割込み処理終了後、該退避
内容を記憶装置より読み出して割込み前の処理を再開す
る手段とを備えることを特徴とする演算処理装置。
[Scope of Claims] When decoding and executing an instruction including a plurality of areas including an operation instruction area for instructing processing contents, at least one of the plurality of areas is retained to execute multiple processes. In the arithmetic processing device configured, when an interrupt process occurs during an instruction holding period in which at least one of the plurality of areas is held, a means for saving the held contents to a storage device, and a means for saving the held contents to a storage device, and a means for saving the held contents in a storage device, , means for reading the saved contents from a storage device and restarting the processing before the interruption.
JP19097488A 1988-07-30 1988-07-30 Arithmetic processor Pending JPH0240722A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19097488A JPH0240722A (en) 1988-07-30 1988-07-30 Arithmetic processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19097488A JPH0240722A (en) 1988-07-30 1988-07-30 Arithmetic processor

Publications (1)

Publication Number Publication Date
JPH0240722A true JPH0240722A (en) 1990-02-09

Family

ID=16266770

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19097488A Pending JPH0240722A (en) 1988-07-30 1988-07-30 Arithmetic processor

Country Status (1)

Country Link
JP (1) JPH0240722A (en)

Similar Documents

Publication Publication Date Title
EP2273377B1 (en) Interrupt control apparatuses and methods
US4740893A (en) Method for reducing the time for switching between programs
JP6807383B2 (en) Transfer prefix instruction
JP3619939B2 (en) Central processing unit
JPH0760388B2 (en) Pipeline control circuit
JPH03233630A (en) Information processor
JPS6250934A (en) Interrupting control system of processor
JPH0240722A (en) Arithmetic processor
JPH0222413B2 (en)
JPH0192843A (en) Data processing apparatus and method
JPH0218729B2 (en)
JPH0377137A (en) Information processor
JP2005275703A (en) Processor, and context switching method
JP2562838B2 (en) Processor and store buffer control method
JP4151497B2 (en) Pipeline processing equipment
JPS6221131B2 (en)
JP2583614B2 (en) Vector arithmetic unit
JPH04370832A (en) Processor circuit
JPH03164945A (en) Data processor
JPH0675789A (en) Information processor
JP2825315B2 (en) Information processing device
JPH0279122A (en) Floating point arithmetic mechanism
JPS60193046A (en) Detecting system for instruction exception
JPH05181671A (en) Emulation system for software instruction
JPS62145428A (en) Arithmetic processor