JPH0550015B2 - - Google Patents

Info

Publication number
JPH0550015B2
JPH0550015B2 JP62279755A JP27975587A JPH0550015B2 JP H0550015 B2 JPH0550015 B2 JP H0550015B2 JP 62279755 A JP62279755 A JP 62279755A JP 27975587 A JP27975587 A JP 27975587A JP H0550015 B2 JPH0550015 B2 JP H0550015B2
Authority
JP
Japan
Prior art keywords
exception
register
virtual computer
memory
outputs
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.)
Expired - Lifetime
Application number
JP62279755A
Other languages
Japanese (ja)
Other versions
JPH01120638A (en
Inventor
Koji Saito
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
Nippon 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP62279755A priority Critical patent/JPH01120638A/en
Publication of JPH01120638A publication Critical patent/JPH01120638A/en
Publication of JPH0550015B2 publication Critical patent/JPH0550015B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Description

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

〔産業上の利用分野〕 本発明は仮想計算機方式をとるマイクロプログ
ラム制御の情報処理装置に関し、特に例外割込み
方式に関する。 〔従来の技術〕 従来、この種の情報処理装置は、装置が仮想計
算機として動作している時でも、検出した例外を
1つの例外コードとして報告していた。 〔発明が解決しようとする問題点〕 上述した従来の情報処理装置は、検出した例外
を1つの例外コードとして報告するので、装置が
仮想計算機として動作している時検出した例外を
計算機(装置が仮想計算機として動作している状
態)と異なつた例外コードや形式で報告しなけれ
ばならない時に、例外コードの変換が必要になつ
てしまうという欠点がある。 〔問題点を解決するための手段〕 本発明の情報処理装置は、装置が仮想計算機と
して動作しているか否かを示すVMモードフラグ
と、仮想計算機を種類を示す仮想計算機識別番号
を保持するVMIDレジスタと、処理すべき命令の
命令語やオペランドに関するメモリへのアクセス
例外や、命令の実行によつて発生する例外を検出
する例外検出手段と、例外検出手段で検出された
例外検出信号を例外番号に変換し、保持するエン
コード手段と、VMモードフラグとVMIDレジス
タと例外番号によつてアドレスを与えられ、例外
コードを出力するメモリデコーダと、メモリデコ
ーダから出力された例外コードを保持し、外部に
表示する例外コードレジスタと、複数のマイクロ
命令語の格納されている制御記憶を有し、例外検
出手段の例外検出信号に応答して、マイクロ命令
を順次出力する制御記憶手段を有している。 〔作用〕 VMモードフラグとVMIDレジスタと例外番号
によつて例外コードを作り出すことにより、装置
が実計算機として動作している時と仮想計算機と
して動作している時とを意識することなくアーキ
テクチヤの異なつた例外コードを作り出すことが
でき、例外コードの変換が不要となる。 〔実施例〕 次に、本発明の実施例について図面を参照して
説明する。 第1図は本発明の情報処理装置の一実施例の要
部を示すブロツク図である。 本情報処理装置は、VMモードフラグ1と
VMIDレジスタ2と例外検出手段3とエンコード
手段4とメモリデコーダ5と例外コードレジスタ
6と制御記憶手段7とを有している。 VMモードフラグ1は装置が仮想計算機として
動作していることを示すフリツプフロツプで、
“0”のとき実計算機モード“1”のとき仮想計
算機モードで装置が動作していることを示す。本
VMモードフラグ1の値は信号VMとして出力さ
れる。 VMIDレジスタ2は装置が仮想計算機として動
作しているとき(VMモードフラグ1が“1”の
とき)、動作している仮想計算機の種類を示す仮
想計算機識別番号を保持するレジスタ(本実施例
では2ビツトのレジスタ)であり、信号VMIDと
して出力される。 例外検出手段3は本情報処理装置が処理すべき
命令の命令語やオペランドに関するメモリへのア
クセス例外や、命令の実行によつて発生する例外
を検出する例外検出回路で、例外検出信号EX0
EX7は信号線300を介して出力される。 エンコード手段4はエンコーダ40とレジスタ
41,42とから構成され、信号線300を介し
て例外検出室号EX0〜EX7がエンコーダ40に出
力され例外番号enを信号線401を介して出力
し、例外番号enの有効を示す例外有効信号vを
信号線400を介して出力する。例外有効信号v
は例外信号EX0〜EX7の論理和である。例外検出
信号EX0〜EX7と例外番号enの関係は表1のよう
になる。
[Industrial Application Field] The present invention relates to a microprogram-controlled information processing device using a virtual computer method, and particularly to an exception interrupt method. [Prior Art] Conventionally, this type of information processing device has reported a detected exception as a single exception code even when the device is operating as a virtual computer. [Problems to be Solved by the Invention] The conventional information processing device described above reports the detected exception as one exception code, so when the device is operating as a virtual computer, the detected exception is The drawback is that when it is necessary to report an exception code or format that is different from the state in which it is operating as a virtual machine, the exception code must be converted. [Means for Solving the Problems] The information processing device of the present invention has a VM mode flag indicating whether the device is operating as a virtual machine, and a VMID that holds a virtual machine identification number indicating the type of virtual computer. Exception detection means detects access exceptions to memory related to registers and instruction words and operands of instructions to be processed, and exceptions that occur due to instruction execution, and the exception detection signal detected by the exception detection means is assigned an exception number. a memory decoder that outputs an exception code whose address is given by the VM mode flag, VMID register, and exception number; and a memory decoder that stores and stores the exception code output from the memory decoder. It has an exception code register for displaying and a control memory in which a plurality of microinstruction words are stored, and control storage means for sequentially outputting microinstructions in response to an exception detection signal from the exception detection means. [Operation] By creating an exception code using the VM mode flag, VMID register, and exception number, you can change the architecture without being aware of whether the device is operating as a real computer or a virtual computer. Different exception codes can be created, eliminating the need for exception code conversion. [Example] Next, an example of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing essential parts of an embodiment of an information processing apparatus of the present invention. This information processing device has VM mode flag 1.
It has a VMID register 2, an exception detection means 3, an encoding means 4, a memory decoder 5, an exception code register 6, and a control storage means 7. VM mode flag 1 is a flip-flop indicating that the device is operating as a virtual machine.
When it is "0", it indicates that the device is operating in the real computer mode.When it is "1", it indicates that the device is operating in the virtual computer mode. Book
The value of VM mode flag 1 is output as signal VM. VMID register 2 is a register that holds a virtual machine identification number indicating the type of virtual machine that is operating when the device is operating as a virtual machine (VM mode flag 1 is "1") (in this example, This is a 2-bit register) and is output as the signal VMID. The exception detection means 3 is an exception detection circuit that detects memory access exceptions related to the instruction words and operands of instructions to be processed by the information processing device, and exceptions generated by execution of instructions.
EX 7 is output via signal line 300. The encoding means 4 is composed of an encoder 40 and registers 41 and 42, and outputs exception detection room numbers EX 0 to EX 7 to the encoder 40 via a signal line 300, and outputs an exception number en via a signal line 401. An exception valid signal v indicating that the exception number en is valid is outputted via the signal line 400. Exception valid signal v
is the logical sum of the exception signals EX0 to EX7 . Table 1 shows the relationship between the exception detection signals EX0 to EX7 and the exception number en.

【表】 レジスタ41は例外有効信号vを受け信号線4
02を介して制御記憶起動信号Vを出力する1ビ
ツトのレジスタである。レジスタ42は例外番号
enを受け信号線403を介して例外番号ENを出
力する3ビツトのレジスタである。例外番号en
と例外番号ENはレジスタ42の入力信号と出力
信号であり、値は同じものである。 メモリデコーダ5はVMモードフラグ1の出力
信号VMとVMIDレジスタ2の出力信号VMIDと
レジスタ42の例外番号ENによつてアドレスを
与えられ、例外コードexcを信号500を介して
出力する。 例外コードレジスタ6はメモリデコーダ5の出
力する例外コードexcを受け保持し、信号線60
0を介して例外コードEXCを外部に出力するレ
ジスタである。例外コードexcと例外コードEXC
は例外コードレジスタ6の入力信号と出力信号で
あり、値は同じものである。例外コードレジスタ
6のホールド条件HDはである。 制御記憶手段7は制御記憶70とアドレス回路
71とアドレスレジスタ72と制御レジスタ73
とから構成される。アドレス回路71は制御記憶
起動信号Vによつて例外処理を行なうマイクロプ
ログラムの先頭アドレスを出力し、順次マイクロ
命令アドレスcsaを出力する回路である。マイク
ロプログラムアドレスcseは信号線700を介し
て出力される。アドレスレジスタ72はマイクロ
命令アドレスcsaを保持し、出力するレジスタで
マイクロプログラムアドレスCSAを信号線70
1を介して出力する。制御記憶70は複数のマイ
クロ命令語が格納され、マイクロ命令アドレス
CSAによつてアドレスを与えられ、対応するマ
イクロ命令語を出力する。信号線703を介して
制御信号ct1が出力され、次に実行するマイクロ
命令のアドレスnaが信号線702を介して出力
される。制御レジスタ73は制御信号ctlを入力
し、信号線704を介して外部に制御信号CTL
を出力するレジスタである。 表2はVMモードフラグ1の出力信号VMと
VMIDレジスタ2の出力信号VMIDとレジスタ4
2の出力する例外番号ENとメモリデコーダ5の
出力信号excとの関係を示している。
[Table] Register 41 receives exception valid signal v from signal line 4
This is a 1-bit register that outputs a control storage activation signal V via 02. Register 42 is the exception number
This is a 3-bit register that receives en and outputs an exception number EN via signal line 403. exception number en
and exception number EN are the input signal and output signal of the register 42, and have the same value. The memory decoder 5 is given an address by the output signal VM of the VM mode flag 1, the output signal VMID of the VMID register 2, and the exception number EN of the register 42, and outputs an exception code exc via a signal 500. The exception code register 6 receives and holds the exception code exc output from the memory decoder 5, and the signal line 60
This is a register that outputs the exception code EXC to the outside via 0. exception code exc and exception code EXC
are the input signal and output signal of the exception code register 6, and their values are the same. The hold condition HD of the exception code register 6 is. The control storage means 7 includes a control storage 70, an address circuit 71, an address register 72, and a control register 73.
It consists of The address circuit 71 is a circuit that outputs the start address of a microprogram that performs exception processing in response to the control storage activation signal V, and sequentially outputs microinstruction addresses csa. Microprogram address cse is output via signal line 700. The address register 72 holds the microinstruction address CSA and outputs the microprogram address CSA to the signal line 70.
Output via 1. The control memory 70 stores a plurality of microinstruction words, and a microinstruction address.
Given an address by CSA, it outputs the corresponding microinstruction word. A control signal ct1 is outputted via a signal line 703, and an address na of a microinstruction to be executed next is outputted via a signal line 702. The control register 73 inputs the control signal CTL, and outputs the control signal CTL to the outside via the signal line 704.
This is a register that outputs. Table 2 shows the output signal VM of VM mode flag 1 and
Output signal VMID of VMID register 2 and register 4
2 shows the relationship between the exception number EN outputted by the memory decoder 2 and the output signal exc of the memory decoder 5.

【表】【table】

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、VMモードフラ
グとVMIDレジスタと例外番号によつて例外コー
ドを作り出すことにより、装置が実計算機として
動作している時と仮想計算機として動作している
時とを意識することなくアーキテクチヤの異なつ
た例外コードを作り出すことができ、また仮想計
算機として動作している時にはVMIDによつて識
別される仮想計算機ごとにアーキテクチヤの異な
つた例外コードを作り出すことができる効果があ
る。
As explained above, the present invention creates an exception code using the VM mode flag, VMID register, and exception number, thereby making it possible to recognize when the device is operating as a real computer and when it is operating as a virtual computer. It is possible to create exception codes with different architectures without having to do anything, and when operating as a virtual machine, it is possible to create exception codes with different architectures for each virtual machine identified by VMID. be.

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

第1図は本発明の情報処理装置の一実施例の要
部を示すブロツク図である。 1……VMモードフラグ、2……VMIDレジス
タ、3……例外検出手段、4……エンコード手
段、5……メモリデコーダ、6……例外コードレ
ジスタ、7……制御記憶手段、40……エンコー
ダ、41,42……レジスタ、70……制御記
憶、71……アドレス回路、72……アドレスレ
ジスタ、73……制御レジスタ、300,400
〜403,500,600,700〜704……
信号線。
FIG. 1 is a block diagram showing essential parts of an embodiment of an information processing apparatus of the present invention. 1...VM mode flag, 2...VMID register, 3...Exception detection means, 4...Encoding means, 5...Memory decoder, 6...Exception code register, 7...Control storage means, 40...Encoder , 41, 42...Register, 70...Control memory, 71...Address circuit, 72...Address register, 73...Control register, 300,400
~403,500,600,700~704...
Signal line.

Claims (1)

【特許請求の範囲】 1 仮想計算機方式をとるマイクロプログラム制
御の情報処理装置において、 装置が仮想計算機として動作しているか否かを
示すVMモードフラグと、 仮想計算機の種類を示す仮想計算機識別番号を
保持するVMIDレジスタと、 処理すべき命令の命令語やオペランドに関する
メモリへのアクセス例外や、命令の実行によつて
発生する例外を検出する例外検出手段と、 例外検出手段で検出された例外検出信号を例外
番号に変換し、保持するエンコード手段と、 VMモードフラグとVMIDレジスタと例外番号
によつてアドレスを与えられ、例外コードを出力
するメモリデコーダと、 メモリデコーダから出力された例外コードを保
持し、外部に表示する例外コードレジスタと、 複数のマイクロ命令語の格納されている制御記
憶を有し、例外検出手段の例外検出信号に応答し
て、マイクロ命令を順次出力する制御記憶手段と
を有することを特徴とする情報処理装置。
[Claims] 1. In a microprogram-controlled information processing device that uses a virtual computer method, a VM mode flag indicating whether the device is operating as a virtual computer and a virtual computer identification number indicating the type of virtual computer are provided. The VMID register that is held, the exception detection means that detects memory access exceptions related to the instruction word and operand of the instruction to be processed, and exceptions that occur due to instruction execution, and the exception detection signal detected by the exception detection means. a memory decoder that outputs an exception code given an address by the VM mode flag, VMID register, and exception number; and a memory decoder that stores the exception code output from the memory decoder. , an exception code register that is displayed externally, and a control memory that stores a plurality of microinstruction words and that sequentially outputs the microinstructions in response to an exception detection signal from the exception detection means. An information processing device characterized by:
JP62279755A 1987-11-04 1987-11-04 Information processor Granted JPH01120638A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62279755A JPH01120638A (en) 1987-11-04 1987-11-04 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62279755A JPH01120638A (en) 1987-11-04 1987-11-04 Information processor

Publications (2)

Publication Number Publication Date
JPH01120638A JPH01120638A (en) 1989-05-12
JPH0550015B2 true JPH0550015B2 (en) 1993-07-27

Family

ID=17615456

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62279755A Granted JPH01120638A (en) 1987-11-04 1987-11-04 Information processor

Country Status (1)

Country Link
JP (1) JPH01120638A (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04116725A (en) * 1990-09-07 1992-04-17 Koufu Nippon Denki Kk Exception processing system
JPH08235069A (en) * 1995-02-22 1996-09-13 Kofu Nippon Denki Kk Check circuit for address boundary exception
US9513906B2 (en) 2013-01-23 2016-12-06 International Business Machines Corporation Vector checksum instruction
US9715385B2 (en) * 2013-01-23 2017-07-25 International Business Machines Corporation Vector exception code
US9471308B2 (en) 2013-01-23 2016-10-18 International Business Machines Corporation Vector floating point test data class immediate instruction
US9804840B2 (en) 2013-01-23 2017-10-31 International Business Machines Corporation Vector Galois Field Multiply Sum and Accumulate instruction

Also Published As

Publication number Publication date
JPH01120638A (en) 1989-05-12

Similar Documents

Publication Publication Date Title
RU2137184C1 (en) Data displaying using multiple instruction sets
JP5646656B2 (en) Mapping between registers used by multiple instruction sets
JPS6029126B2 (en) data processing equipment
JP4703718B2 (en) Selective subroutine return structure
US5682531A (en) Central processing unit
JPS62197830A (en) Data processing system
JPH1165839A (en) Instruction control mechanism of processor
JPH0550015B2 (en)
JP4160705B2 (en) Processor and processor system
JPH056281A (en) Information processor
JPS6217773B2 (en)
JPS6057435A (en) Microprocessor
JP2000112754A (en) Data processor
JP3057732B2 (en) Information processing device
JPH0652501B2 (en) Data processing device
JP2743947B2 (en) Micro program control method
JPH05189231A (en) Error processing system in instruction fetch
JPH0667896A (en) Single chip microcomputer
JP2851192B2 (en) Addition / subtraction processing method with carry in parallel processing unit
JPH10105399A (en) Data processor
JPH0367331A (en) Microprocessor
JPS63147236A (en) Information processor
JPH03161834A (en) Information processor
JPS6155731A (en) Processor provided with condition code discriminating function
JPH03204029A (en) Information processor