JPS6047617B2 - information processing equipment - Google Patents
information processing equipmentInfo
- Publication number
- JPS6047617B2 JPS6047617B2 JP3948080A JP3948080A JPS6047617B2 JP S6047617 B2 JPS6047617 B2 JP S6047617B2 JP 3948080 A JP3948080 A JP 3948080A JP 3948080 A JP3948080 A JP 3948080A JP S6047617 B2 JPS6047617 B2 JP S6047617B2
- Authority
- JP
- Japan
- Prior art keywords
- instruction
- word
- instruction word
- buffer
- instruction code
- 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
Links
- 230000010365 information processing Effects 0.000 title claims description 9
- 239000000872 buffer Substances 0.000 claims description 45
- 238000001514 detection method Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3802—Instruction prefetching
- G06F9/3804—Instruction prefetching for branches, e.g. hedging, branch folding
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Advance Control (AREA)
Description
【発明の詳細な説明】
本発明はマイクロプログラム制御が行なわれている情報
処理装置に関するもので、特に命令コード先取り制御を
行なう情報処理装置に関する。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an information processing apparatus that performs microprogram control, and particularly relates to an information processing apparatus that performs instruction code prefetch control.
マイクロプログラム制御形情報処理装置においては、命
令語を解読して実行するためにまず命令語を命令語バッ
ファに読出し、その後命令語カウンタの指定された番地
の命令語バッファより実行すべき命令語のみを取出して
命令コードを解読して制御装置をアクセスする。このと
き命令語バッファには先取りした命令語が複数個格納さ
れている。このため命令語カウンタは実行する命令の長
さを常に検出して命令語バッファのどこから次に読出す
かを決定する。In a microprogram-controlled information processing device, in order to decode and execute an instruction word, the instruction word is first read into the instruction word buffer, and then only the instruction word to be executed is read from the instruction word buffer at the address specified by the instruction word counter. Take it out and decode the instruction code to access the control device. At this time, a plurality of prefetched instruction words are stored in the instruction word buffer. Therefore, the instruction word counter always detects the length of the instruction to be executed and determines from where in the instruction word buffer the instruction should be read next.
命令語バッファには一般にワード長単位で格納される。
ところが命令語は必ずしもワード長とは限らす半語長で
あることもある。したがつて命令語カウンタの指定する
アドレスにより命令語の命令コードを判定可能なように
命令語整列回路を通して命令コードを選択する必要があ
る。これらの一連の動作を行なつた上で制御記憶を読出
し各命令語を実行する。命令シーケンスが分岐がない場
合にはこれらの一連の動作で〕も問題はないがいつたん
分岐動作を伴なう命令語が実行されると、命令語バッフ
ァ内の命令語は使えずメインメモリより再び命令語を読
出す必要が生する。従来はこのときでも前述の通りいつ
たん命令語バッファに読出し、命令語カウンタの示す5
番地より読出し、命令語整列回路を通して命令コードレ
ジスタに入れ、その後命令コードを解読して制御記憶を
アクセスしていた。この動作では分岐動作が伴う命令語
を実行すると、次の命令語を実行するまでに相当の時間
を要する。すなわち酩令語バッファに格納し、その後命
令語カウンタにより読出して命令コードレジスタに入れ
る動作に時間がかかりすぎる欠点があつた。本発明の目
的は上述の欠点を解決し、命令語バッファに先取りした
命令語を入れるとともに分岐先の命令語の命令コードを
命令コード選択回路を通して命令コードレジスタへ格納
可能にするような命令語バッファをバイパスする回路を
設けて分岐動作時に命令コードの解読、制御記憶へのア
クセスの高速化をできるようにしたマイクロプログラム
制御の情報処理装置を提供することにある。Instruction word buffers are generally stored in word length units.
However, the instruction word is not necessarily word length, but may be half word length. Therefore, it is necessary to select the instruction code through an instruction word alignment circuit so that the instruction code of the instruction word can be determined based on the address specified by the instruction word counter. After performing these series of operations, the control memory is read out and each instruction word is executed. If the instruction sequence does not have a branch, there is no problem with these series of operations, but once an instruction that involves a branch is executed, the instruction in the instruction buffer cannot be used and is moved from the main memory. It becomes necessary to read the command word again. Conventionally, even at this time, as mentioned above, the instruction word buffer is read out once, and the instruction word counter indicates 5.
It was read from the address, passed through the instruction word alignment circuit and put into the instruction code register, and then the instruction code was decoded to access the control memory. In this operation, when an instruction word that involves a branch operation is executed, a considerable amount of time is required until the next instruction word is executed. That is, there was a drawback that it took too much time to store the code in the instruction word buffer, read it out by the instruction word counter, and input it into the instruction code register. An object of the present invention is to solve the above-mentioned drawbacks, and to provide an instruction word buffer that stores a prefetched instruction word in an instruction word buffer and also stores the instruction code of a branch destination instruction word into an instruction code register through an instruction code selection circuit. An object of the present invention is to provide a microprogram-controlled information processing device that is equipped with a bypass circuit to enable decoding of instruction codes and speeding up access to control storage during branch operations.
前記目的を達成するために本発明による情報処理装置は
、現在実行中の命令語の番地を記憶する命令語カウンタ
と、命令語カウンタの出力と現在実行中の命令語の長さ
を検出する手段とにより、次に実行すべき前記命令語バ
ッファから読出した命令語の命令コードを最上位バイト
に位置づけさせる命令語整列回路と、現在実行中の命令
語の実行結果が分岐したか否かを検出する手段により、
前記命令語バッファへの書込みデータと前記命令語整列
回路からの命令コード出力とを選択する命令コード選択
回路と、前記命令コード選択回路出力をセットして保持
する命令コードレジスタとを設け、順次連なつた命令語
を次々に実行するさい,は、命令語バッファから次に実
行する命令コードを取出して命令コードレジスタにセッ
トし、分岐動作後に最初に実行する命令語については、
命令語バッファに書くと同時に命令コードのみをバイパ
スさせて命令コードレジスタにセットして該命3令コー
ドレジスタの出力を制御記憶の命令開始番地の関連デー
タとして与えることから構成されてる。上記構成によれ
ば、本発明の目的を完全に達成することができる。To achieve the above object, an information processing apparatus according to the present invention includes an instruction word counter that stores the address of the instruction word that is currently being executed, and means for detecting the output of the instruction word counter and the length of the instruction word that is currently being executed. An instruction alignment circuit positions the instruction code of the instruction read from the instruction buffer to be executed next in the most significant byte, and detects whether the execution result of the instruction currently being executed has branched. By means of
An instruction code selection circuit that selects write data to the instruction word buffer and instruction code output from the instruction word alignment circuit, and an instruction code register that sets and holds the output of the instruction code selection circuit are provided, and When executing old instruction words one after another, the next instruction code to be executed is taken from the instruction word buffer and set in the instruction code register, and for the first instruction word to be executed after the branch operation,
At the same time as writing to the instruction word buffer, only the instruction code is bypassed and set in the instruction code register, and the output of the third instruction code register is given as data related to the instruction start address of the control memory. According to the above configuration, the object of the present invention can be completely achieved.
3次に本発明について図
面を参照してさらに詳細に説明する。図は本発明による
情報処理装置の一実施例の構成を示すブロック図である
。この実施例装置は、複数語の連続した命令語を先取り
して保持する命令語バッファ1、この命令4Cバッファ
1内の命令語の1つを詳細に動作させる複数のマイクロ
命令を記憶する制御記憶装置6、命令語に対応した制御
記憶6内のマイクロ命令を実行するためのアドレスを与
える制御記憶アドレス発生回路5、現在実行中の命令語
の番地を記憶する命令語カウンタ7、命令語カウンタ7
の出力と現在実行中の命令語により命令語長を検出する
回路8、次に実行すべき命令語を命令語バッファS1よ
り読出し命令語の命令コードを最上位バイトに位置づけ
させる命令語整列回路2、現在実行中の命令語の実行結
果が分岐したか否かを検出する回路9、前記命令語整列
回路2の命令コード部分とメインメモリ(図示せず)よ
り読出された命令ク語の最初のワードのバイト0とバイ
ト2の命令コード部分のいづれか1つを選択する命令コ
ード選択回路3と該命令コード選択回路3で選択された
命令コードを命令の実行に先立つてセットし、保持する
命令コードレジスタ4から構成されてい7る。Third, the present invention will be explained in more detail with reference to the drawings. The figure is a block diagram showing the configuration of an embodiment of an information processing apparatus according to the present invention. This embodiment device includes an instruction word buffer 1 that preemptively holds a plurality of consecutive instruction words, and a control memory that stores a plurality of microinstructions that operate one of the instruction words in this instruction 4C buffer 1 in detail. device 6, a control memory address generation circuit 5 that provides an address for executing a microinstruction in the control memory 6 corresponding to the instruction word, an instruction word counter 7 that stores the address of the instruction word currently being executed, an instruction word counter 7;
A circuit 8 detects the length of an instruction word based on the output of the instruction word and the instruction word currently being executed.An instruction word alignment circuit 2 reads out the instruction word to be executed next from the instruction word buffer S1 and positions the instruction code of the instruction word in the most significant byte. , a circuit 9 for detecting whether or not the execution result of the currently executed instruction has branched; An instruction code selection circuit 3 that selects one of the instruction code portions of byte 0 and byte 2 of a word, and an instruction code that sets and holds the instruction code selected by the instruction code selection circuit 3 prior to execution of the instruction. It consists of 4 registers.
次に前記装置の動作について説明する。Next, the operation of the device will be explained.
いま複数語の連続した命令語をメインメモリ(図示せず
)より先取りして保持する命令語バッファ1に先取りさ
れた命令語があるとき命令語カウンタ7゜は次に実行す
べき命令語を命令バッファ1より読出す。このとき現在
実行中の命令コードより命令語長検出回路8は命令語長
を検出して命令バッファ1より読出した命令語を命令語
整列回路2で命令コードが出力信号線201に出力され
るように整列させる。その後命令コードレジスタ4へ格
納する。すなわち命令語バッファ1からは一語長単位で
命令語整列回路へ信号線107,108,109,11
0を通して命令語が読出される。信号線107,108
,109,110はそれぞれ一語長のバイト0、バイト
1、バイト2、バイト3に相当する。命令語バッファ1
は複数語の命令語が格納されているが同時に2語分読出
し可能な命令語バッファである。いま現在実行中の命令
語が命令バッファ1の一語長であつたとき、次に信号線
107にはたとえば次の一語長のバイト0が出力され、
信号線108にはバイト1が出力され、信号線109に
はバイト2が出力され、信号線110にはバイト3が出
力されている。このとき命令語整列回路2では出力信号
線201に命令語バッファ1からの出力信号線107す
なわちバイト0の内容を選択する。そして現在実行中の
命令語′JS完了すると命令コード選択回路3では、分
岐検11回路9が分岐を検出しなければ、信号線301
i通して命令コードレジスタ4へ該命令コードをセット
し、その後信号線401を通して制御記憶アドレス発生
回路5に命令コードを送出する。さらに、該アドレス発
生回路5は該命令コードに対応するアドレスを発生し信
号線501を通して制御記憶6をアクセスする。この結
果次の命令語がマイクロ命令を次々と実行して該命令語
の実行を完了する。この命令がいま半語長であると、上
述した命令語カウンタは+2され再び命令語バッファ1
をアクセスする。このとき命令語バッファ1では命令語
カウンタ7が+4されたとき次の語をアクセスするよう
になつている。When there is a prefetched instruction word in the instruction buffer 1 which prefetches and holds a plurality of consecutive instruction words from the main memory (not shown), the instruction word counter 7° indicates the next instruction word to be executed. Read from buffer 1. At this time, the instruction word length detection circuit 8 detects the instruction word length from the instruction code currently being executed, and the instruction word read out from the instruction buffer 1 is sent to the instruction word alignment circuit 2 so that the instruction code is output to the output signal line 201. line up. Thereafter, it is stored in the instruction code register 4. That is, from the instruction word buffer 1, signal lines 107, 108, 109, 11 are sent to the instruction word alignment circuit in units of one word length.
The instruction word is read through 0. Signal lines 107, 108
, 109, and 110 correspond to byte 0, byte 1, byte 2, and byte 3 of one word length, respectively. Instruction word buffer 1
is an instruction word buffer in which a plurality of instruction words are stored, but two words can be read out at the same time. When the instruction word currently being executed is one word long in the instruction buffer 1, next, for example, byte 0 of the next one word length is output to the signal line 107.
Byte 1 is output to signal line 108, byte 2 is output to signal line 109, and byte 3 is output to signal line 110. At this time, the instruction word alignment circuit 2 selects the output signal line 107 from the instruction word buffer 1, that is, the contents of byte 0, as the output signal line 201. When the currently executed instruction 'JS is completed, the instruction code selection circuit 3 selects the signal line 301 if the branch detection 11 circuit 9 does not detect a branch.
The instruction code is set in the instruction code register 4 through the signal line 401, and then sent to the control storage address generation circuit 5 through the signal line 401. Furthermore, the address generation circuit 5 generates an address corresponding to the instruction code and accesses the control memory 6 through the signal line 501. As a result, the next instruction word executes the microinstructions one after another to complete the execution of the instruction word. If this instruction is now half word long, the instruction word counter mentioned above is increased by 2 and the instruction word buffer 1 is increased again.
access. At this time, in the instruction word buffer 1, the next word is accessed when the instruction word counter 7 is incremented by 4.
したがつて上述の場合には再び同じ一語長分の命令語が
命令語バッファ1より読出されていて、命令語整列回路
2にて信号線109の内容を出力信号線201へ出力す
る。このとき選択された命令語が一語長命令語であれば
、信号線109の内容は命令語のバイト0、信号線11
0はバイト1、信号線107は次の一語長のOバイト目
であるが該命令語ではバイト2同じく信号線108は次
の一語長の1バイト目だが該命令語ではバイト3として
扱かうよう命令語整列回路2により命令語が実行可能な
ように整列される。Therefore, in the above case, the same one-word length instruction word is read out from the instruction word buffer 1 again, and the instruction word alignment circuit 2 outputs the contents of the signal line 109 to the output signal line 201. If the command selected at this time is a one-word long command, the contents of signal line 109 are byte 0 of the command, signal line 11
0 is byte 1, signal line 107 is the 0th byte of the next word length, but in this instruction word it is byte 2. Similarly, signal line 108 is the 1st byte of the next word length, but it is treated as byte 3 in this instruction word. In this way, the instruction word alignment circuit 2 arranges the instruction words so that they can be executed.
以上のようにして命令語が次々と逐次実行されていく場
合には、先取りされる命令語は次々とメインメモリ(図
示せず)より命令語バッファ1が空きになる時点で読出
され信号線101,102,103,104を通して命
令語バッファ1へ書込まれる。When the instruction words are executed one after another as described above, the prefetched instruction words are read out from the main memory (not shown) one after another when the instruction word buffer 1 becomes empty, and the signal line 101 , 102, 103, and 104 to the instruction word buffer 1.
ところが実行される命令語においては分岐する動作を伴
なうものがある。However, some commands to be executed involve branching operations.
このときには、命令語バッファ1にある命令語に分岐す
ることは少なく一般にメインメモリより再び命令語を読
出す必要がある。いま、命令コードは命令コード選択回
路3の出力信号線301により命令コードレジスタ4に
送られる。ここで該命令コードは保持され出力線401
により制御記憶アドレス発生回路5に与えられ、命令コ
ードに対応したアドレスが発生されて制御記憶6をアク
セスし該命令が実行される。このとき分岐命令語である
と、分岐検出回路9が動作し、分岐するか否かを検出す
る。At this time, there is little chance of branching to the instruction word in the instruction word buffer 1, and it is generally necessary to read out the instruction word again from the main memory. The instruction code is now sent to the instruction code register 4 via the output signal line 301 of the instruction code selection circuit 3. Here, the instruction code is held and the output line 401
is applied to the control memory address generation circuit 5, an address corresponding to the instruction code is generated, the control memory 6 is accessed, and the instruction is executed. At this time, if it is a branch instruction word, the branch detection circuit 9 operates to detect whether or not to branch.
分岐しない場合には、前述の通り逐次次の命令語バッフ
ァ1より読出された命令語を次に実行するように命令コ
ード選択回路3を動作させ命令コードレジスタ4に命令
コードをセットする。If there is no branching, the instruction code selection circuit 3 is operated and the instruction code is set in the instruction code register 4 so that the instruction word sequentially read from the instruction word buffer 1 is executed next as described above.
しかし、命令語実行の結果分岐することが分岐検出回路
9で検出されると、命令語バッファ1にはメインメモリ
から分岐先命令語とそれに続く複数語の命令語が信号線
101,102,103,104を通して読出され書込
まれる。このとき同時にメインメモリから読出された命
令語の最初の語のバイト0が信号線106を通して命令
コード選択回路3に与えられる。また、メインメモリか
らのバイト2の内容が信号線105を通して命令コード
選択回路3に与えられる。そして、分岐検出回路9によ
り分岐先アドレスが一語長の先頭を示すときは、バイト
0側の内容を命令コード選択回路3で選択するように信
号線902を通して指令を出し、また一語長の先頭より
2バイト先すなわち半語長境界アドレスを示すときはバ
イト2側の内容を命令コード選択回路3で選択するよう
に信号線902を通して指令を出す。命令コード選択回
路3で選択されたバイト0またはバイト2のどちらかの
内容が信号線301を通して命令コードレジスタ4へ送
られる。命令コードが命令コードレジスタ4にセットさ
れたのち、信号線401を通して命令コードを制御記憶
アドレス発生回路5へ送る。However, when the branch detection circuit 9 detects that a branch occurs as a result of execution of an instruction word, the instruction word buffer 1 stores the branch destination instruction word and the following multiple instruction words from the main memory on the signal lines 101, 102, 103. , 104. At the same time, byte 0 of the first instruction word read from the main memory is applied to instruction code selection circuit 3 through signal line 106. Further, the contents of byte 2 from the main memory are provided to the instruction code selection circuit 3 through the signal line 105. When the branch detection circuit 9 determines that the branch destination address indicates the beginning of a one-word length, a command is issued through the signal line 902 so that the instruction code selection circuit 3 selects the contents of byte 0, and When indicating a half-word boundary address two bytes ahead from the beginning, a command is issued through the signal line 902 so that the instruction code selection circuit 3 selects the contents of byte 2. The contents of either byte 0 or byte 2 selected by instruction code selection circuit 3 are sent to instruction code register 4 through signal line 301. After the instruction code is set in the instruction code register 4, the instruction code is sent to the control storage address generation circuit 5 through the signal line 401.
そして、命令コード対応のアドレスを信号線501に出
力し、制御記憶6をアクセスし分岐先命令語を実行する
。Then, the address corresponding to the instruction code is output to the signal line 501, the control memory 6 is accessed, and the branch destination instruction word is executed.
命令語バッファ1には分岐検出後の先取りされlる複数
語の命令語は分岐検出回路9の制御信号901により分
岐時にも書込まれる。A plurality of instruction words prefetched after branch detection are written into the instruction word buffer 1 at the time of branching by the control signal 901 of the branch detection circuit 9.
次に続く命令語の一語長および二語長は命令語バッファ
1にまた書込まれる。The one-word length and two-word length of the next instruction word are also written to the instruction word buffer 1.
命令語に含まれるオペランド等は実行する場合命令語バ
ッファ1の7出力線107,108,109,110の
いづれかを使用するように命令語整列回路2で整列され
る。本発明には以上説明したように、命令語バッファに
分岐先命令語を書込むとともに、命令コードのみを命令
コード選択回路を通して命令語バッファをバイパスさせ
て分岐時における分岐先命令語の制御記憶へのアクセス
を高速化することができるという効果がある。The operands included in the instruction word are arranged by the instruction word alignment circuit 2 so as to use any one of the seven output lines 107, 108, 109, and 110 of the instruction word buffer 1 when being executed. As explained above, in the present invention, the branch destination instruction word is written in the instruction word buffer, and only the instruction code is passed through the instruction code selection circuit, bypassing the instruction word buffer, and is stored as a control memory for the branch destination instruction word at the time of branching. This has the effect of speeding up access.
図は本発明の一実施例を示す図である。
1・・・命令語バッファ、2・・・命令語整列回路、3
・・・命令コード選択回路、4・・・命令コードレジス
タ、5・・・制御記憶アドレス発生回路、6・・・制御
記憶、7・・・命令語カウンタ、8・・・命令語長検出
回路、9・・・分岐検出回路。The figure shows an embodiment of the present invention. 1... Instruction word buffer, 2... Instruction word sorting circuit, 3
...Instruction code selection circuit, 4.Instruction code register, 5.Control memory address generation circuit, 6.Control memory, 7.Instruction word counter, 8.Instruction word length detection circuit. , 9...branch detection circuit.
Claims (1)
語バッファを有し、命令語中の命令コードに関連した番
地から制御記憶を読出して命令の実行を開始する情報処
理装置において、現在実行中の命令語の番地を記憶する
命令語カウンタと、命令語カウンタの出力と現在実行中
の命令語の長さを検出する手段とにより、次に実行すべ
き前記命令語バッファから読出した命令語の命令コード
を最上位バイトに位置づけさせる命令語整列回路と、現
在実行中の命令語の実行結果が分岐したか否かを検出す
る手段により、前記命令語バッファへの書込みデータと
前記命令語整列回路からの命令コード出力とを選択する
命令コード選択回路と、この命令コード選択回路出力を
セットして保持する命令コードレジスタとを設け、順次
連なつた命令語を次々に実行するさいは、命令語バッフ
ァから次に実行する命令コードを取出して命令コードレ
ジスタにセットし、分岐動作後に最初に実行する命令語
については、命令語バッファに書くと同時に命令コード
のみをバイパスさせて命令コードレジスタにセットして
、該命令コードレジスタの出力を制御記憶の命令開始番
地の関連データとして与えることを特徴とする情報処理
装置。1 In an information processing device that has an instruction word buffer that preemptively holds multiple consecutive instruction words, and starts execution of an instruction by reading control memory from an address related to an instruction code in the instruction word, An instruction word counter that stores the address of the instruction word in the instruction word buffer, and means that detects the output of the instruction word counter and the length of the instruction word currently being executed, determines the instruction word read from the instruction word buffer to be executed next. The data written to the instruction word buffer and the instruction word are aligned by an instruction word alignment circuit that positions the instruction code of the instruction word in the most significant byte, and means for detecting whether or not the execution result of the currently executed instruction word has branched. An instruction code selection circuit that selects the instruction code output from the circuit and an instruction code register that sets and holds the output of the instruction code selection circuit are provided. The instruction code to be executed next is taken out from the word buffer and set in the instruction code register.For the instruction word to be executed first after the branch operation, it is written to the instruction word buffer and at the same time only the instruction code is bypassed and set in the instruction code register. An information processing apparatus characterized in that the output of the instruction code register is provided as data related to an instruction start address of a control memory.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3948080A JPS6047617B2 (en) | 1980-03-27 | 1980-03-27 | information processing equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3948080A JPS6047617B2 (en) | 1980-03-27 | 1980-03-27 | information processing equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS56137447A JPS56137447A (en) | 1981-10-27 |
JPS6047617B2 true JPS6047617B2 (en) | 1985-10-22 |
Family
ID=12554222
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3948080A Expired JPS6047617B2 (en) | 1980-03-27 | 1980-03-27 | information processing equipment |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6047617B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4635194A (en) * | 1983-05-02 | 1987-01-06 | International Business Machines Corporation | Instruction buffer bypass apparatus |
GB8728493D0 (en) * | 1987-12-05 | 1988-01-13 | Int Computers Ltd | Jump prediction |
-
1980
- 1980-03-27 JP JP3948080A patent/JPS6047617B2/en not_active Expired
Also Published As
Publication number | Publication date |
---|---|
JPS56137447A (en) | 1981-10-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0283735A (en) | Instruction prefetching device | |
JPS6122331B2 (en) | ||
JPH0374434B2 (en) | ||
JPS5852265B2 (en) | data processing equipment | |
JPS6313215B2 (en) | ||
JPH0248931B2 (en) | ||
JPH04188229A (en) | Floating-point arithmetic processing unit | |
JPH0391029A (en) | Data processor | |
JPS623461B2 (en) | ||
KR900010587A (en) | High performance instruction execution method and device in production line | |
EP0240606A2 (en) | Pipe-line processing system and microprocessor using the system | |
JPH027097B2 (en) | ||
JPS6049340B2 (en) | Branch instruction prefetch method | |
US4870567A (en) | Microprogram control system | |
JPS6047617B2 (en) | information processing equipment | |
JPS6047616B2 (en) | information processing equipment | |
JPH0510694B2 (en) | ||
JPH04109338A (en) | Priority encoder and data processor provided with the encoder | |
JPS6232508B2 (en) | ||
JPS6036614B2 (en) | information processing equipment | |
JPS6125168B2 (en) | ||
JPS5925264B2 (en) | Vector instruction processing method | |
JPS6028014B2 (en) | microprocessor | |
JP2511063B2 (en) | Pipeline control method | |
JPH024011B2 (en) |