JPS63149733A - Instruction fetching system - Google Patents

Instruction fetching system

Info

Publication number
JPS63149733A
JPS63149733A JP61298035A JP29803586A JPS63149733A JP S63149733 A JPS63149733 A JP S63149733A JP 61298035 A JP61298035 A JP 61298035A JP 29803586 A JP29803586 A JP 29803586A JP S63149733 A JPS63149733 A JP S63149733A
Authority
JP
Japan
Prior art keywords
instruction
macro
flag
fetching
main 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.)
Granted
Application number
JP61298035A
Other languages
Japanese (ja)
Other versions
JPH0464094B2 (en
Inventor
Yuji Kamisaka
神阪 裕士
Takeshi Murata
雄志 村田
Takahito Noda
野田 敬人
Kenichi Abo
阿保 憲一
Masayoshi Takei
武居 正善
Kazuyasu Nonomura
野々村 一泰
Riyouichi Nishimachi
西町 良市
Yasutomo Sakurai
康智 桜井
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP61298035A priority Critical patent/JPS63149733A/en
Publication of JPS63149733A publication Critical patent/JPS63149733A/en
Publication of JPH0464094B2 publication Critical patent/JPH0464094B2/ja
Granted legal-status Critical Current

Links

Abstract

PURPOSE:To improve the processing speed of macro-instruction fetching by executing the fetch processing in accordance with the validity/invalidity of a flag indicating whether a macro-instruction effective for a buffer exists or not at the time of generating a microinstruction for fetching the macro- instruction. CONSTITUTION:The titled system is provided with a register 11 for counting up a macro-instruction address one by one to prepare the succeeding macro- instruction, a flag forming part for forming a flag 4 indicating whether the contents of an instruction buffer 7 is valid or invalid and an AND 13 finding up an AND condition between an invert signal of the flag 4 and an ON output of a register 6 in which a microinstruction is set up and sending a memory request signal 2. Thus, the processing speed of macro-instruction fetching can be improved by constituting the system so that the fetch processing of the macro-instruction correspond to the validity/invalidity of the flag 4 at the time of generating the microinstruction (RQF instruction) for fetching the macroinstruction.

Description

【発明の詳細な説明】 〔概要〕 マイクロプログラミング方式の計算機における命令フェ
ッチ方式であって、計算機内ファームウェアに基づくマ
クロ命令フェッチの処理速度の向上のために、ワードバ
ウンダリに対応した命令バッファと、その命令バッファ
に有効なマクロ命令が存在するか否かを示すフラグを持
ち、マクロ命令フェッチのためのマイクロ命令が発行さ
れた時のフラグの無効/有効によりマクロ命令フェッチ
の処理を行うように構成することにより、マクロ命令フ
ェッチの処理速度の向上及びファームウェアで前記フラ
グを意識することなく簡易な方法で処理が可能となる。
[Detailed Description of the Invention] [Summary] In order to improve the processing speed of macro instruction fetch based on internal firmware in an instruction fetch method in a microprogramming computer, an instruction buffer that supports word boundaries and its It has a flag indicating whether or not a valid macro instruction exists in the instruction buffer, and is configured to perform macro instruction fetch processing depending on whether the flag is disabled or enabled when a micro instruction for fetching a macro instruction is issued. As a result, the processing speed of macro instruction fetching can be improved, and processing can be performed in a simple manner without being aware of the flag in firmware.

〔産業上の利用分野〕[Industrial application field]

本発明は、マイクロプログラミング方式の計算機におけ
る命令フェッチ方式に関する。
The present invention relates to an instruction fetch method in a microprogramming type computer.

一般に、計算機ではマクロ命令(原始言語中における1
つの命令)は主記憶メモリ上に置かれ、1つのマクロ命
令をフェッチするためには、主記憶メモリから読取らな
ければならない。尚、読取ったデータは命令バッファに
格納゛する。
In general, computers use macro instructions (one in a source language).
(one instruction) is placed on main memory and must be read from main memory to fetch one macro instruction. Note that the read data is stored in the instruction buffer.

主記憶装置を構成する主記憶メモリは、一般にダイナミ
ックRAM(Randam Access Memor
y)等が用いられており、そのアクセスタイムは中央処
理装置(以下cpuと称する)の処理速度より遅い。
The main memory that constitutes the main memory is generally a dynamic RAM (Random Access Memory).
y), etc., and the access time thereof is slower than the processing speed of the central processing unit (hereinafter referred to as CPU).

そこで、CPUは2〜6サイクルかけてマクロ命令を主
記憶メモリからアクセスするように構成されている。
Therefore, the CPU is configured to take two to six cycles to access the macro instruction from the main memory.

又、主記憶メモリとCPUとのデータバス幅は4バイト
になっており、1回の主記憶メモリアクセスで4バイト
幅の命令を命令バッファにフェッチ出来るようになって
いる。
Further, the data bus width between the main memory and the CPU is 4 bytes, so that a 4-byte wide instruction can be fetched into the instruction buffer with one main memory access.

しかし、ファームウェアで読取るマクロ命令は1バイト
ずつなので、命令バッファ中のどの部分まで使用したか
をファームウェアが意識しなければならないため、これ
らを簡易にするための方式が要望されている。
However, since each macro instruction read by the firmware is one byte at a time, the firmware must be aware of which part of the instruction buffer has been used.Therefore, there is a need for a method to simplify this process.

〔従来の技術〕[Conventional technology]

第4図は従来例を説明するブロック図を示す。 FIG. 4 shows a block diagram illustrating a conventional example.

第4図はマイクロプログラミング方式の計算機の演算処
理機能を有するCPt11と、主記憶メモリを構成する
主記憶装置2とから構成されている。
FIG. 4 is composed of a CPt 11 having the arithmetic processing function of a microprogramming type computer, and a main memory device 2 constituting a main memory.

又、CPUIは固定小数点算術演算や論理演算を行う算
術論理ユニット(以下ALUと称する)3と、AL[J
3から送出される命令フェッチアドレスを保持する命令
フェッチアドレスレジスタ(以下iAと称する)4と、 主記憶装置2をアクセスするためのアドレスを格納する
アドレスレジスタ(以下SARと称する)5と、 主記憶装置2の内容を解読するために命令を保持するマ
イクロインストラクションレジスタ(以下MiRと称す
る)6と、    − 主記憶装置2から読出した命令を保持する命令バッファ
(以下iBと称する)7と、 複数の入力信号から1つを選択して送出するマルチプレ
クサ(以下MPXと称する) 8a〜8dと、MPX8
dにて選択したデータを格納するレジスタ9とを具備し
て構成されている。
The CPU also has an arithmetic logic unit (hereinafter referred to as ALU) 3 that performs fixed-point arithmetic operations and logical operations, and an AL[J
an instruction fetch address register (hereinafter referred to as iA) 4 that holds an instruction fetch address sent from the main memory 3; an address register (hereinafter referred to as SAR) 5 that stores an address for accessing the main memory 2; a microinstruction register (hereinafter referred to as MiR) 6 that holds instructions for decoding the contents of the device 2; - an instruction buffer (hereinafter referred to as iB) 7 that holds instructions read from the main memory 2; Multiplexers (hereinafter referred to as MPX) 8a to 8d that select one from input signals and send it out, and MPX8
The register 9 stores the data selected in step d.

第4図に示すハードウェアを動作させるためには、所定
のファームウェアにて処理され、このファームウェアに
基づく動作を以下説明する。
In order to operate the hardware shown in FIG. 4, processing is performed using predetermined firmware, and the operation based on this firmware will be described below.

まず、ファームウェアでマクロ命令をフェッチする時、
そのマクロ命令がiB7に存在するのか主記憶装置2内
主記憶メモリに存在するのかは、その時のiA4の値に
よる。
First, when fetching macro instructions in firmware,
Whether the macro instruction exists in iB7 or in the main memory in the main memory device 2 depends on the value of iA4 at that time.

即ち、iA4は次にフェッチすべきマクロ命令アドレス
を示しており、そのアドレスの下位2ビツトが、例えば
“11”ならば、次にフェッチすべきマクロ命令は主記
憶装置2内主記憶メモリ上にあり、°11゛以外ならば
次にフェッチすべきマクロ命令はiB7に存在する。
That is, iA4 indicates the macro instruction address to be fetched next, and if the lower two bits of that address are, for example, "11", the macro instruction to be fetched next is stored on the main memory in the main memory device 2. Yes, and if the value is other than °11, then the macro instruction to be fetched next exists in iB7.

尚、iB7はワードバウンダリ(語長の整数倍で指定さ
れる記憶領域内のアドレス)の命令をセットするラッチ
である。
Note that iB7 is a latch that sets an instruction at a word boundary (an address within a storage area specified by an integral multiple of the word length).

上述のように、iA4の下位2ビツトの値を知るため、
更にiA4のカウントアツプ及び変更のために、iA4
の出力はAlI3の片側の例えば肝χ8bの入力側に接
続される。
As mentioned above, to know the value of the lower 2 bits of iA4,
In addition, for iA4 count up and change, iA4
The output of is connected to one side of AlI3, for example, to the input side of liver χ8b.

従って、例えばAlI3の論理演算(00・・・011
゛ と論理積する等)で、下位2ビツトの値が分かる。
Therefore, for example, the logical operation of AlI3 (00...011
The value of the lower two bits can be found by

このようにして、iA4の下位2ビツトの値により判定
された結果、iB7に命令が存在していれば、iB7か
ら命令を取り込むためマクロ命令をフェッチするための
マイクロ命令(以下これをRQF命令と称する)は発行
せず、iB7に命令が存在しなければ主記憶装置2内主
記憶メモリから命令を取り込むため、RQF命令を発行
する。
In this way, as a result of judgment based on the value of the lower 2 bits of iA4, if an instruction exists in iB7, a microinstruction (hereinafter referred to as an RQF instruction) for fetching a macro instruction to fetch an instruction from iB7 is determined. If no instruction exists in the iB7, an RQF instruction is issued in order to fetch the instruction from the main memory in the main memory device 2.

尚、上述の主記憶装置2内主記憶メモリからの命令読取
りは、MiR6内の所定位置にRQF命令がセットされ
た時点でその出力がオンとなり、RQF命令によりMi
R6からのメモリリクエスト信号■がオンとなり、主記
憶装置2内主記憶メモリに対し、5AR5からのアドレ
ス(アドレスバス■を通じて運ばれる)によりアクセス
している。
In order to read an instruction from the main memory in the main memory device 2 described above, the output is turned on when the RQF instruction is set to a predetermined position in the MiR6, and the RQF instruction causes the Mi
The memory request signal (2) from R6 is turned on, and the main memory in the main memory device 2 is accessed by the address from 5AR5 (carried through the address bus (2)).

〔発明が解決しようとする問題点) 上述の動作処理の場合、iBT内のデータがどこまで使
われているかをファームウェアで意識するため、命令フ
ェッチアドレスが連続的に続いている場合に、命令フェ
ッチアドレスの下位2ビツトが“11”から’oo’に
なった時、その“OO゛のアドレスの命令はiB7 、
内には無いと判断し、マクロ命令フェッチのためのマイ
クロ命令(即ち、RQF命令)を新たに発行するように
しなければならなかった。
[Problem to be solved by the invention] In the case of the above-mentioned operation processing, since the firmware is aware of how far the data in the iBT is used, if the instruction fetch addresses are consecutive, the instruction fetch address When the lower two bits of ``11'' become ``oo'', the instruction at the address ``OO'' is iB7,
Therefore, it was necessary to issue a new microinstruction (ie, RQF instruction) for fetching the macroinstruction.

そのため、マクロ命令フェッチの処理速度を所定以上に
向上させることが出来なかった。
Therefore, it has not been possible to improve the processing speed of macro instruction fetch beyond a predetermined level.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は本発明の詳細な説明するブロック図を示す。 FIG. 1 shows a block diagram illustrating the invention in detail.

第1図に示す本発明の原理ブロック図は、第4図で説明
した機能ブロック2,3.5〜7,8cと、1つのマク
ロ命令処理が終了すると、次のマクロ命令に備えるため
にマクロ命令アドレスをプラス1ずつカウントアツプし
て行(iAAlI3、iB7の内容が有効か無効かを示
すフラグ■を作成するフラグ作成手段(フラグ作成部)
12と、フラグ作成手段(フラグ作成部)12で発生す
るフラグ■のインバート信号と、MiR6にRQF命令
がセットされ、その出力がオンとなったことの論理積条
件を取り、メモリリクエスト信号■を送出するANO1
3とを具備して構成されている。
The principle block diagram of the present invention shown in FIG. 1 includes the functional blocks 2, 3.5 to 7, and 8c explained in FIG. Flag creation means (flag creation unit) that counts up the instruction address by one and creates a flag (■) indicating whether the contents of the rows (iAAlI3, iB7 are valid or invalid)
12, the invert signal of the flag ■ generated by the flag creation unit (flag creation unit) 12, and the fact that the RQF command is set in the MiR6 and its output is turned on, and the memory request signal ■ is generated. ANO1 to send
3.

〔作用〕[Effect]

ファームウェアに基づくマクロ命令フェッチのための命
令を操作する場合、ワードバウンダリに対応したiB7
とそのiB7に有効なマクロ命令が存在するか否かを示
すフラグ■を持ち、マクロ命令フェッチのマイクロ命令
(RQF命令)が発行された時、フラグ■の無効/有効
によりマクロ命令フェッチの処理を対応させるように構
成することにより、マクロ命令フェッチの処理速度の向
上が可能となり、更にファームウェアで前記フラグ■を
意識することなく簡易な方法でデータを処理することが
可能となる。
When operating instructions for firmware-based macro instruction fetch, iB7 that supports word boundaries
The iB7 has a flag ■ that indicates whether a valid macro instruction exists or not, and when a macro instruction fetch microinstruction (RQF instruction) is issued, the macro instruction fetch processing is disabled or enabled by the flag ■. By configuring to correspond, it is possible to improve the processing speed of macro instruction fetch, and furthermore, it is possible to process data in a simple manner without being aware of the flag (2) in firmware.

〔実施例〕〔Example〕

以下本発明の要旨を第2図、第3図に示す実施例により
具体的に説明する。
The gist of the present invention will be specifically explained below with reference to embodiments shown in FIGS. 2 and 3.

第2図は本発明の詳細な説明するブロック図、第3図は
本発明の実施例における処理状況を説明する図をそれぞ
れ示す。尚、全図を通じて同一符号は同一対象物を示す
FIG. 2 is a block diagram explaining the present invention in detail, and FIG. 3 is a diagram explaining the processing situation in an embodiment of the present invention. Note that the same reference numerals indicate the same objects throughout the figures.

本実施例のiAAlI3、第4図で説明したi^4とi
A4の値を順次プラス1ずつカウントアツプするプラス
1回路11aとからなっている。
iAAlI3 of this embodiment, i^4 and i explained in FIG.
It consists of a plus 1 circuit 11a that sequentially counts up the value of A4 by plus 1.

又、フラグ作成部12はiAd内下位2ビットのNAN
D条件を取るNAN口回路12aとNAND回路12a
の出力をラッチするF、F回路12bとF、F回路12
bの出力をインバートするインバータ12cとからなっ
ている。
In addition, the flag creation unit 12 generates the NAN of the lower 2 bits in the iAd.
NAN port circuit 12a and NAND circuit 12a that take D condition
F, F circuit 12b and F, F circuit 12 that latch the output of
It consists of an inverter 12c that inverts the output of b.

尚、F、F回路12bの出力がiB7に有効なマクロ命
令が存在するか否かを示すフラグ■となり、以下iBV
■で表示する。又、このCK端子に入力するCLKは図
示してない回路で発生するシステムクロックを示す。
Note that the output of the F and F circuits 12b becomes a flag ■ indicating whether or not a valid macro instruction exists in iB7, and is hereinafter referred to as iBV.
Display with ■. Further, CLK input to this CK terminal indicates a system clock generated by a circuit not shown.

本実施例において、例えばiAd内下位2ビットの値が
“11゛ になった時、フラグ作成部12内F、F12
bの出力であるiBV■をオフにし、iAd内下位2ビ
ットの値が′11°以外であれば、iBV■をオンにす
る。
In this embodiment, for example, when the value of the lower two bits in iAd becomes "11", F, F12 in the flag creation section 12
iBV■ which is the output of b is turned off, and if the value of the lower two bits in iAd is other than '11°, iBV■ is turned on.

このiBV■の信号はインバータ12cを介して八N0
13の一方の入力端子に入力され、もう一方の入力端子
にはMiR6にRQF命令がセントされた時オンとなる
信号が入力し、このAND13の出力がメモリリクエス
ト信号■として送出される。
This iBV■ signal is passed through the inverter 12c to 8N0
A signal that is turned on when an RQF command is sent to the MiR6 is input to one input terminal of the AND 13, and a signal that is turned on when an RQF command is sent to the MiR 6 is input to the other input terminal, and the output of the AND 13 is sent out as a memory request signal (2).

尚、MiR6には第3図で示すようにRQF命令が連続
して発行されている。又、iA4は下位2ビツトの値の
みが第3図には示されている。
Note that RQF commands are continuously issued to MiR6 as shown in FIG. Further, only the value of the lower two bits of iA4 is shown in FIG.

この第3図のタイチャートによると、(1)のRQF命
令実行時、iA4の値が2 (i^4=2)であり、(
2)のRQF命令実行時には1A4=3となる。又、(
3)のRQF命令実行時には1A4=o、(4)のRQ
F命令実行時には1A4−1となっている。
According to the tie chart in FIG. 3, when the RQF instruction (1) is executed, the value of iA4 is 2 (i^4=2), and (
When executing the RQF instruction 2), 1A4=3. or,(
When executing the RQF instruction in 3), 1A4=o, RQ in (4)
When the F instruction is executed, it is 1A4-1.

ここで、(2)のRQF命令実行時にはi^4=3であ
るため、次のRQF命令実行を示す(3)のRQF命令
実行時にはiBV■はオフとなる。即ち、(3)のRQ
F命令でフェッチされるマクロ命令は、iB7には存在
しないことを示している。
Here, since i^4=3 when the RQF instruction (2) is executed, iBV■ is turned off when the RQF instruction (3) indicating the execution of the next RQF instruction is executed. That is, RQ of (3)
This indicates that the macro instruction fetched by the F instruction does not exist in iB7.

従って、(3)のRQF命令は主記憶装置2内主記tα
メモリまで所望のマクロ命令を読取りに行くため、メモ
リリクエスト信号■がオンとなる。
Therefore, the RQF command in (3) is the main memory tα in the main memory 2.
In order to read the desired macro instruction from the memory, the memory request signal (2) is turned on.

又、RQF命令によりiA4の値は自動的に5AR5に
セットされるようにMPX8cが駆動される。
Furthermore, the RQF command drives MPX8c so that the value of iA4 is automatically set to 5AR5.

このように、本実施例におけるファームウェアは、iB
7に有効データがあるなしにかかわらず、RQF命令を
出していれば良いため効率の良いファームウェアが実現
可能である。
In this way, the firmware in this embodiment is
Regardless of whether or not there is valid data in 7, it is sufficient to issue the RQF command, so efficient firmware can be realized.

又、余分なマイクロステップを必要としないために処理
速度の向上も可能となる。
Furthermore, since no extra microsteps are required, processing speed can be improved.

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

以上のような本発明によれば、マクロ命令フェッチの処
理速度の向上及び簡易な方法によるマクロ命令フェッチ
処理を実行することが出来ると言う効果がある。
According to the present invention as described above, the processing speed of macro instruction fetching can be improved and the macro instruction fetching process can be executed using a simple method.

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

第1図は本発明の詳細な説明するブロック図、第2図は
本発明の詳細な説明するブロック図、第3図は本発明の
実施例における処理状況を説明する図、 第4図は従来例を説明するブロック図、図において、 1、10はCPU、       2は主記憶装置、3
 は八LU  、               4 
はi八、5はSAR、6はMiR。 7は1ilts           8a〜8dはM
PX 。 9はレジスタ、     11はiA部、11aはプラ
ス1回路、  12はフラグ作成部、12aはNAND
、        12b はF、F、12cはインバ
ータ、    13はAND 。 をそれぞれ示す。 7vt束イダ’J ELtIT T37”Uラフ g丁
不4厘
FIG. 1 is a block diagram explaining the present invention in detail, FIG. 2 is a block diagram explaining the present invention in detail, FIG. 3 is a diagram explaining the processing situation in an embodiment of the present invention, and FIG. 4 is a conventional block diagram. In the block diagram explaining an example, 1 and 10 are CPUs, 2 is a main storage device, and 3
8 LU, 4
is i8, 5 is SAR, and 6 is MiR. 7 is 1ilts 8a-8d is M
PX. 9 is a register, 11 is an iA section, 11a is a plus 1 circuit, 12 is a flag creation section, 12a is a NAND
, 12b is F, 12c is an inverter, 13 is AND. are shown respectively. 7vt bundle Ida'J ELtIT T37"U rough g-chofu 4rin

Claims (1)

【特許請求の範囲】 主記憶メモリ(2)を有し、マイクロプログラムを使用
して前記主記憶メモリ(2)に対するアクセスを行う計
算機において、 ワードバウンダリに対応した命令バッファ(7)と、 前記主記憶メモリ(2)をアクセスするためのアドレス
を格納するアドレス格納手段(5)と、マクロ命令フェ
ッチのための命令フェッチアドレス保持手段(11)と
、 前記命令バッファ(7)の内容が有効か無効かを示すフ
ラグ([4])を前記命令フェッチアドレス保持手段(
11)の内容から作成するフラグ作成手段(12)とを
具備し、 更に、マクロ命令をフェッチするためのマイクロ命令を
定義し、 前記フラグ([4])が無効の時は前記主記憶メモリ(
2)から所望の命令を含むワードバウンダリのデータを
読取り、前記命令バッファ(7)にセットし、 前記フラグ([4])が有効の時は前記命令バッファ(
7)から所望の命令を選び、前記命令フェッチアドレス
保持手段(11)をカウントアップして次のマクロ命令
をフェッチするための該マイクロ命令に備え、 更に、次のマクロ命令をフェッチするための該マイクロ
命令に対して有効な命令が前記命令バッファ(7)にあ
るか否かを判定し、次のマイクロ命令のために前記フラ
グ([4])を更新することを特徴とする命令フェッチ
方式。
[Claims] A computer having a main memory (2) and accessing the main memory (2) using a microprogram, comprising: an instruction buffer (7) corresponding to a word boundary; Address storage means (5) for storing an address for accessing the storage memory (2), instruction fetch address holding means (11) for fetching macro instructions, and determining whether the contents of the instruction buffer (7) are valid or invalid. The flag ([4]) indicating whether
11), and further defines a microinstruction for fetching a macroinstruction, and when the flag ([4]) is invalid, the main memory (
Read the word boundary data including the desired instruction from 2) and set it in the instruction buffer (7), and when the flag ([4]) is valid, read the word boundary data containing the desired instruction.
Selecting a desired instruction from 7), counting up the instruction fetch address holding means (11) to prepare for the micro instruction for fetching the next macro instruction; An instruction fetch method characterized by determining whether an instruction valid for a microinstruction exists in the instruction buffer (7) and updating the flag ([4]) for the next microinstruction.
JP61298035A 1986-12-15 1986-12-15 Instruction fetching system Granted JPS63149733A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61298035A JPS63149733A (en) 1986-12-15 1986-12-15 Instruction fetching system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61298035A JPS63149733A (en) 1986-12-15 1986-12-15 Instruction fetching system

Publications (2)

Publication Number Publication Date
JPS63149733A true JPS63149733A (en) 1988-06-22
JPH0464094B2 JPH0464094B2 (en) 1992-10-13

Family

ID=17854277

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61298035A Granted JPS63149733A (en) 1986-12-15 1986-12-15 Instruction fetching system

Country Status (1)

Country Link
JP (1) JPS63149733A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS50152629A (en) * 1974-05-27 1975-12-08
JPS5543635A (en) * 1978-09-22 1980-03-27 Hitachi Ltd Data processor of microprogram control
JPS6051947A (en) * 1983-08-31 1985-03-23 Toshiba Corp Instruction prefetching system in virtual storage computer
JPS61250754A (en) * 1985-04-30 1986-11-07 Fujitsu Ltd Simple type cache memory

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS50152629A (en) * 1974-05-27 1975-12-08
JPS5543635A (en) * 1978-09-22 1980-03-27 Hitachi Ltd Data processor of microprogram control
JPS6051947A (en) * 1983-08-31 1985-03-23 Toshiba Corp Instruction prefetching system in virtual storage computer
JPS61250754A (en) * 1985-04-30 1986-11-07 Fujitsu Ltd Simple type cache memory

Also Published As

Publication number Publication date
JPH0464094B2 (en) 1992-10-13

Similar Documents

Publication Publication Date Title
US7694109B2 (en) Data processing apparatus of high speed process using memory of low speed and low power consumption
JP2840444B2 (en) Method for operating an arithmetic pipeline and data processing apparatus
JP2773471B2 (en) Information processing device
US5410721A (en) System and method for incrementing a program counter
EP0223150B1 (en) Information processing apparatus
JPS6112288B2 (en)
KR100391041B1 (en) Method and apparatus for updating information about microcode instructions
US5742842A (en) Data processing apparatus for executing a vector operation under control of a master processor
US5274792A (en) Information processing apparatus with parallel instruction decoding
JPS63149733A (en) Instruction fetching system
KR940009377B1 (en) Information processing apparatus
JPH02235289A (en) Self clocking resister file
JPH03271829A (en) Information processor
WO1987004541A1 (en) Central processing unit
JPS6355634A (en) Data processing system
JPS63149735A (en) Instruction fetching system
JPS63293638A (en) Data processing system
JPH01273132A (en) Microprocessor
WO2020175074A1 (en) Central processing unit
JP3242474B2 (en) Data processing device
JP2847729B2 (en) Information processing device
JPH0212358A (en) Data transfer system
JPS6221131B2 (en)
JP3182796B2 (en) Central processing unit
JP3239042B2 (en) Microcomputer