JP2915680B2 - RISC processor - Google Patents

RISC processor

Info

Publication number
JP2915680B2
JP2915680B2 JP5114792A JP5114792A JP2915680B2 JP 2915680 B2 JP2915680 B2 JP 2915680B2 JP 5114792 A JP5114792 A JP 5114792A JP 5114792 A JP5114792 A JP 5114792A JP 2915680 B2 JP2915680 B2 JP 2915680B2
Authority
JP
Japan
Prior art keywords
address
value
instruction
bit
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.)
Expired - Lifetime
Application number
JP5114792A
Other languages
Japanese (ja)
Other versions
JPH05250156A (en
Inventor
初雄 白倉
宣彦 山上
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP5114792A priority Critical patent/JP2915680B2/en
Publication of JPH05250156A publication Critical patent/JPH05250156A/en
Application granted granted Critical
Publication of JP2915680B2 publication Critical patent/JP2915680B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Executing Machine-Instructions (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、パイプライン動作を
行なうRISCプロセッサに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a pipelined RISC processor.

【0002】[0002]

【従来の技術】一般にコンピュータの中央処理装置であ
るプロセッサでは、命令によってメモリを参照、変更す
るためのアドレスを指定する場合、命令語中にアドレス
を埋め込むと、アドレスに指定できるビット数<命令語
のビット数となる。そして、RISCプロセッサでは、
命令語のビット数は固定であり、なおかつアドレスの有
効ビット数は命令語のビット数と同じか、それを上回る
のが通常であり、このままではアドレスの全ビットを有
効に利用できない問題点がある。
2. Description of the Related Art Generally, in a processor which is a central processing unit of a computer, when an address for referring to or changing a memory is designated by an instruction, if the address is embedded in the instruction word, the number of bits which can be designated in the address <the instruction word Becomes the number of bits. And in the RISC processor,
The number of bits of the instruction word is fixed, and the number of effective bits of the address is usually equal to or greater than the number of bits of the instruction word, so that all bits of the address cannot be used effectively. .

【0003】そこで、従来から、RISCプロセッサで
は、(1)算術演算命令で、レジスタにアドレスの値の
一部、通常は命令語に埋め込んだ値で指定できない上位
ビット(bit)を設定し、(2)前記レジスタの値
と、命令語に埋め込んだ値の和をアドレスしてメモリア
クセスを行なう、という2命令に分けて有効アドレスビ
ットをすべて用いる処理方式を採用している。なお、こ
の際、上記の(1)で設定する値も算術演算命令中に埋
め込まれているので、(1)の処理のみで全アドレスビ
ットを指定することもできない。
Therefore, conventionally, in a RISC processor, (1) an arithmetic operation instruction sets a part of an address value in a register, usually an upper bit (bit) which cannot be specified by a value embedded in an instruction word, 2) A processing method is used in which memory access is performed by addressing the sum of the value of the register and the value embedded in the instruction word, and all the effective address bits are used. At this time, since the value set in the above (1) is also embedded in the arithmetic operation instruction, it is not possible to specify all the address bits only by the process of (1).

【0004】[0004]

【発明が解決しようとする課題】ところが、このような
従来のRISCプロセッサでは次のような問題点があっ
た。すなわち、命令語中に埋め込まれた値は、命令デコ
ードの段階で取り出されるが、上記のような2命令を用
いたアドレス生成方式では、(1)で取り出された値に
ついて、この値の取り出しが行なわれた算術演算命令の
処理が終わるまで(2)のメモリアクセスを待たなけれ
ばならず、アドレス生成処理に待ち時間が生じ、全体と
して演算処理時間が遅くなる問題点があった。
However, such a conventional RISC processor has the following problems. That is, the value embedded in the instruction word is extracted at the stage of instruction decoding, but in the address generation method using two instructions as described above, the value extracted in (1) is not extracted. It is necessary to wait for the memory access of (2) until the processing of the executed arithmetic operation instruction is completed, so that a waiting time is generated in the address generation processing, and there is a problem that the arithmetic processing time becomes slow as a whole.

【0005】この点をさらに詳しく説明すれば、従来の
RISCプロセッサのアドレス生成処理を司る部分の構
成は、図3に示すようなものであり、レジスタファィル
1、命令デコーダ2、アドレス生成部3、算術演算部
4、レジスタ5〜7を備えている。そして、レジスタフ
ァィル1は演算に用いるデータや演算結果のデータを格
納する働きをするブロックであり、命令デコーダ2は命
令を解読し、また命令に埋め込まれている数値を各ブロ
ック3,4に送り込む働きをするブロックである。な
お、この命令デコーダ2が命令を取り込む機構について
は省略してある。
To explain this point in more detail, the configuration of the portion that performs the address generation processing of the conventional RISC processor is as shown in FIG. 3, and includes a register file 1, an instruction decoder 2, an address generation section 3, An arithmetic operation unit 4 and registers 5 to 7 are provided. The register file 1 is a block for storing data used for the operation and data of the operation result, and the instruction decoder 2 decodes the instruction and sends a numerical value embedded in the instruction to each of the blocks 3 and 4. It is a working block. The mechanism by which the instruction decoder 2 fetches an instruction is omitted.

【0006】さらに、アドレス生成部3は命令デコーダ
2と算術演算部4からのデータからアドレスを計算し、
アドレス線8に出力する働きをするブロックであり、算
術演算部4はレジスタファィル1および自身のデータに
演算を施す働きをするブロックである。
Further, an address generation unit 3 calculates an address from data from the instruction decoder 2 and the arithmetic operation unit 4,
The arithmetic operation unit 4 is a block that functions to output to the address line 8 and that performs an operation to the register file 1 and its own data.

【0007】そして、このような従来のRISCプロセ
ッサにおいて、アドレスの生成処理を行なう場合には、
図4に示すようなステップを踏んでいた。
In such a conventional RISC processor, when performing an address generation process,
The steps shown in FIG. 4 were taken.

【0008】<<ステップ1>> アドレス上位ビット
のレジスタへのセット(デコード) 命令デコーダ2が「命令1」を解読し、算術演算部4に
対して算術演算実行を指示し、セットすべき値をも「命
令1」中から取り出し、算術演算部4に送る。
<< Step 1 >> Setting (Decoding) Address High-Order Bit to Register Instruction decoder 2 decodes "instruction 1", instructs arithmetic operation unit 4 to execute an arithmetic operation, and sets a value to be set. Is also extracted from the “instruction 1” and sent to the arithmetic operation unit 4.

【0009】<<ステップ2>> アドレス上位ビット
のレジスタへのセット(実行) 算術演算部4は命令デコーダ2から送られた値を上位ビ
ットにセットする。
<< Step 2 >> Setting (Execution) Address High-Order Bit to Register The arithmetic operation unit 4 sets the value sent from the instruction decoder 2 to the high-order bit.

【0010】 <<ステップ3>> データロード(デコード) 算術演算部4はレジスタファィル1のレジスタにアドレ
スの上位ビットの値を書き込み、同時に、アドレス生成
部3に同じ値を送る。そして、命令デコーダ2は「命令
2」を解読し、アドレス生成部3に対してアドレス計算
を指示し、算術演算部4からの値に加えるべき値をも
「命令2」中から取り出し、アドレス生成部3に送る。
アドレス生成部3では、これらの両方の値を加算し、正
規のアドレスを求める。
<< Step 3 >> Data Loading (Decoding) The arithmetic operation unit 4 writes the value of the upper bit of the address into the register of the register file 1 and simultaneously sends the same value to the address generation unit 3. Then, the instruction decoder 2 decodes the “instruction 2”, instructs the address generation unit 3 to calculate an address, extracts the value to be added to the value from the arithmetic operation unit 4 from the “instruction 2”, and generates the address. Send to Part 3.
The address generator 3 adds these two values to obtain a regular address.

【0011】 <<ステップ4>> データロード(実行) アドレス生成部3からのアドレスをアドレス線8に出力
し、データ線9にデータが入るのを待つ。
<< Step 4 >> Data Loading (Execution) The address from the address generator 3 is output to the address line 8 and the data line 9 waits for data.

【0012】 <<ステップ5>> データロード(書き込み) データ線9の値をレジスタファィル1に書き込む。<< Step 5 >> Data Load (Write) The value of the data line 9 is written to the register file 1.

【0013】このようにして、5ステップによりアドレ
スの生成とデータの書き込み処理を行なうのであるが、
<<ステップ2>>で算術演算部を用い、1ステップを
費やしてアドレス上位ビットをレジスタにセットするよ
うにしているが、それほど複雑な処理をしているわけで
はない。つまり、すでに値の分かっているものを定めら
れたビット位置におくだけの単純な処理であるが、この
ような処理のために1ステップを費やすことにより、処
理時間を遅くしてしまっていたのである。
In this way, address generation and data write processing are performed in five steps.
In << Step 2 >>, an arithmetic operation unit is used to set the upper bits of the address in the register by spending one step, but the processing is not so complicated. In other words, it is a simple process that simply puts a value whose value is already known at a predetermined bit position. However, spending one step for such a process slows down the processing time. is there.

【0014】この発明は、このような従来の問題点に鑑
みなされたもので、単純な回路の追加によってプログラ
ムを変更しないでメモリへのアクセス時の処理速度を向
上させることができるRISCプロセッサを提供するこ
とを目的とする。
The present invention has been made in view of such a conventional problem, and provides a RISC processor capable of improving the processing speed at the time of accessing a memory without changing a program by adding a simple circuit. The purpose is to do.

【0015】[0015]

【課題を解決するための手段】この発明は、パイプライ
ン動作を行なうRISCプロセッサにおいて、アドレス
生成用演算部と、データ演算のための算術演算部と、命
令語中に埋め込まれた値を取り出す機能を持つ命令デコ
ーダと、前記命令デコーダが取り出した値のうちアドレ
ス上位ビットに出力されるべき値を同じビット位置に保
持し、前記アドレス生成用演算部に送る機能を持つアド
レス上位ビット保持用レジスタとを備え、前記命令デコ
ーダが命令語中に埋め込まれたアドレス下位ビットの値
を取り出したタイミングにこのアドレス下位ビットの値
と前記アドレス上位ビット保持用レジスタの保持してい
るアドレス上位ビットの値と加算してアドレスデータと
して出力するようにしたものである。
SUMMARY OF THE INVENTION The present invention provides an RISC processor performing a pipeline operation, an operation unit for generating an address, an arithmetic operation unit for performing a data operation, and a function of extracting a value embedded in an instruction word. An instruction decoder having a function of holding the value to be output to the upper bits of the address in the same bit position among the values extracted by the instruction decoder, and having a function of sending the value to the arithmetic unit for generating addresses. At the timing when the instruction decoder takes out the value of the lower address bit embedded in the instruction word, and adds the value of the lower address bit and the value of the upper address bit held in the address upper bit holding register. And output it as address data.

【0016】[0016]

【作用】この発明のRISCプロセッサでは、アドレス
上位ビットの値をレジスタにセットするために一般の算
術演算のための演算回路を用いるのでは時間がかかるこ
とを考慮して、アドレス上位ビット保持用レジスタを用
意し、命令デコーダが取り出したアドレス上位ビットの
値をこのアドレス上位ビット保持用レジスタの同じビッ
ト位置に保持させ、アドレス生成には、このレジスタの
アドレス上位ビットの値と命令デコーダが取り出したア
ドレス下位ビットの値とをアドレス生成用演算部におい
て加算するようにして、アドレス上位ビットデータのセ
ットとアドレス下位ビットデータのセットの間で待つ必
要をなくし、メモリへの高速アクセスを可能にしてい
る。
In the RISC processor according to the present invention, considering that it takes time to use an arithmetic circuit for a general arithmetic operation to set the value of the upper bits of the address in the register, the register for holding the upper bits of the address is taken into consideration. And the value of the upper bits of the address extracted by the instruction decoder is held at the same bit position of the register for holding the upper bits of the address. To generate the address, the value of the upper bits of the address of the register and the address extracted by the instruction decoder are generated. By adding the value of the lower bit in the operation unit for address generation, there is no need to wait between the set of the address upper bit data and the set of the address lower bit data, thereby enabling high-speed access to the memory.

【0017】[0017]

【実施例】以下、この発明の実施例を図に基づいて詳説
する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below in detail with reference to the drawings.

【0018】図1はこの発明の一実施例の回路構成を示
している。この図1の回路において、従来例として示し
た図3の回路と共通するブロックに同一の符号を付して
示してあるが、ブロック1〜ブロック9はまったく同一
の構成である。そして、この発明の特徴は、命令デコー
ダ2とアドレス生成部3、算術演算部4との間に設けた
アドレス上位ビット保持用レジスタ10にある。
FIG. 1 shows a circuit configuration of an embodiment of the present invention. In the circuit of FIG. 1, blocks common to those of the circuit of FIG. 3 shown as a conventional example are denoted by the same reference numerals, but blocks 1 to 9 have exactly the same configuration. The feature of the present invention resides in the register 10 for holding the address high-order bits provided between the instruction decoder 2 and the address generation unit 3 and the arithmetic operation unit 4.

【0019】このアドレス上位ビット保持用レジスタ1
0は、命令デコーダ2が「命令1」を処理する際に生成
するアドレス上位ビットの値を保持してアドレス生成部
3に送り込む働きをするブロックである。
This address upper bit holding register 1
0 is a block that functions to hold the value of the address high-order bits generated when the instruction decoder 2 processes “instruction 1” and send it to the address generation unit 3.

【0020】次に、上記の構成のRISCプロセッサの
動作について説明する。
Next, the operation of the RISC processor having the above configuration will be described.

【0021】図2に示すように、この実施例のRISC
プロセッサは、次の4ステップによりメモリアクセス動
作を実行することになる。
As shown in FIG. 2, the RISC of this embodiment
The processor executes the memory access operation by the following four steps.

【0022】<<ステップ1>> アドレス上位ビット
のレジスタ10へのセット(デコード) 命令デコーダ2は送られてくる「命令1」を解読し、算
術演算部4に対して算術演算の実行を指示し、セットす
べき値を「命令1」中から取り出し、算術演算部4およ
びアドレス上位ビット保持用レジスタ10に送ってセッ
トする。
<< Step 1 >> Setting (Decoding) Address High-Order Bits in Register 10 The instruction decoder 2 decodes the transmitted "instruction 1" and instructs the arithmetic operation unit 4 to execute an arithmetic operation. Then, the value to be set is taken out of the "instruction 1" and sent to the arithmetic operation unit 4 and the register 10 for holding the address high-order bit to be set.

【0023】<<ステップ2>> アドレス上位ビット
のアドレス生成部へのセット(実行)およびデータロー
ド(デコード) 算術演算部4は命令デコーダ2から送られてきた値を上
位ビットにセットする(この値は演算には用いられない
が、従来のプログラムを変更することなし実行するため
に行なわれる処理である)。また、命令デコーダ2は次
の「命令2」を解読し、アドレス生成部3に対してアド
レス計算を指示し、アドレス上位ビット保持用レジスタ
10よりアドレス上位ビットの値をアドレス生成部3に
送る(この時すでに、値は上位ビットに移っている)。
さらに、このアドレス上位ビットに加算すべきアドレス
下位ビットの値を「命令2」から取り出し、アドレス生
成部3に送る。そして、アドレス生成部3では、これら
のアドレス上位ビットの値とアドレス下位ビットの値を
加算する。
<< Step 2 >> Setting (Execution) and Loading (Decoding) of Upper Address Bits to Address Generation Unit The arithmetic operation unit 4 sets the value sent from the instruction decoder 2 to the upper bits (this is referred to as “step 2”). The value is not used for the operation, but is a process performed to execute the conventional program without changing it.) The instruction decoder 2 decodes the next “instruction 2”, instructs the address generation unit 3 to calculate an address, and sends the value of the address high-order bit from the address high-order bit holding register 10 to the address generation unit 3 ( At this time, the value has already moved to the upper bits).
Further, the value of the address lower bit to be added to the address upper bit is extracted from “instruction 2” and sent to the address generator 3. Then, the address generation unit 3 adds the value of these upper bits of the address and the value of the lower bits of the address.

【0024】 <<ステップ3>> データロード(実行) 算術演算部4はレジスタファィル1に値を書き込む。ア
ドレス生成部3は、アドレスをアドレス線8に出力す
る。
<< Step 3 >> Data Loading (Execution) The arithmetic operation unit 4 writes a value to the register file 1. The address generator 3 outputs the address to the address line 8.

【0025】 <<ステップ4>> データロード(書き込み) データ線9のデータをレジスタファィル1に書き込む。<< Step 4 >> Data Load (Write) Data on the data line 9 is written into the register file 1.

【0026】このようにして、4ステップにより、アド
レスを生成して出力し、メモリにアクセスして該当する
アドレスのデータをメモリより得てレジスタファィル1
に書き込むのである。そして、従来例の処理手順として
示した図4の場合に比べて、「命令1」のデコード実行
ステップと「命令2」のデコード実行ステップとの間に
あったステップがなくなっていることが分かる。
As described above, the address is generated and output in four steps, the memory is accessed, the data of the corresponding address is obtained from the memory, and the register file 1 is obtained.
Write to. Then, it can be seen that there is no step between the decode execution step of "instruction 1" and the decode execution step of "instruction 2", as compared with the case of FIG.

【0027】RISCプロセッサでは、命令の実行ステ
ップ間に空きがない時に効率が最大となるので、このよ
うにして実行ステップ間に空きをなくすことができた本
実施例の場合には、処理速度が速くなるのである。
In the RISC processor, the efficiency is maximized when there is no space between the execution steps of the instruction. Therefore, in the present embodiment in which the space between the execution steps can be eliminated in this way, the processing speed is reduced. It will be faster.

【0028】なお、上記の実施例においては、アドレス
上位ビットへのセットを行なう「命令1」は、普通の算
術命令であり、従来のプログラムを実行する場合の互換
性の維持のために算術演算部4が指示通りに演算を行な
うようにしている。そして、この「命令1」がデコード
される時には、次の「命令2」がデータロードであるか
どうかに関わりなく、アドレス上位ビット保持用レジス
タ10に値がセットされるようにしている。そして、こ
の場合に、次の「命令2」が何かを判別する機構は必要
としない。こうして、従来のプログラムを変更すること
なしに、このシステムにもそのまま利用することができ
るようになるのである。
In the above-described embodiment, "instruction 1" for setting the upper bits of the address is a normal arithmetic instruction, and an arithmetic operation is performed to maintain compatibility when a conventional program is executed. The unit 4 performs the operation as instructed. When the "instruction 1" is decoded, a value is set in the address upper bit holding register 10 regardless of whether or not the next "instruction 2" is a data load. In this case, there is no need for a mechanism for determining what the next “instruction 2” is. In this way, the conventional program can be used without modification in this system.

【0029】なお、この発明は上記の実施例に限定され
ず、RISC用ソフトウェアで2命令によるメモリアク
セスが頻繁に行なわれるものについて、それを変更なし
に実行する場合に広く利用できる。
The present invention is not limited to the above-described embodiment, and can be widely used when the memory access by two instructions is frequently performed by the RISC software without any change.

【0030】[0030]

【発明の効果】以上のようにこの発明によれば、アドレ
ス上位ビット保持用レジスタを用意し、命令デコーダが
取り出したアドレス上位ビットの値をこのアドレス上位
ビット保持用レジスタの同じビット位置に保持させ、ア
ドレス生成には、このレジスタのアドレス上位ビットの
値と命令デコーダが取り出したアドレス下位ビットの値
とをアドレス生成用演算部において加算するようにし
て、アドレス上位ビットデータのセットとアドレス下位
ビットデータのセットの間で待つ必要をなくし、メモリ
への高速アクセスを可能にしたので、メモリにアクセス
する命令が多いプログラムを多数資産として持つプロセ
ッサアーキテクチャで、それらのプログラムを書き換え
ることなく高速に実行できる。
As described above, according to the present invention, an address high-order bit holding register is prepared, and the value of the address high-order bit extracted by the instruction decoder is held at the same bit position in the address high-order bit holding register. In the address generation, the value of the upper bits of the address of this register and the value of the lower bits of the address extracted by the instruction decoder are added in the operation unit for address generation so that the set of the upper bits of the address and the lower bits of the address are added. This eliminates the need to wait between sets of, and enables high-speed access to the memory. Therefore, a processor architecture having a large number of programs having a large number of instructions for accessing the memory can be executed at high speed without rewriting the programs.

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

【図1】この発明の一実施例の機能ブロック図。FIG. 1 is a functional block diagram of one embodiment of the present invention.

【図2】上記実施例の動作説明図。FIG. 2 is an operation explanatory diagram of the embodiment.

【図3】従来例の機能ブロック図。FIG. 3 is a functional block diagram of a conventional example.

【図4】従来例の動作説明図。FIG. 4 is an operation explanatory diagram of a conventional example.

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

1 レジスタファィル 2 命令デコーダ 3 アドレス生成部 4 算術演算部 5〜7 レジスタ 8 アドレス線 9 データ線 10 アドレス上位ビット保持用レジスタ DESCRIPTION OF SYMBOLS 1 Register file 2 Instruction decoder 3 Address generation part 4 Arithmetic operation part 5-7 Register 8 Address line 9 Data line 10 Address high-order bit holding register

フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 9/30 - 9/355 G06F 9/40 - 9/42 390 Continuation of the front page (58) Field surveyed (Int.Cl. 6 , DB name) G06F 9/30-9/355 G06F 9/40-9/42 390

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 パイプライン動作を行なうRISCプロ
セッサにおいて、 アドレス生成用演算部と、データ演算のための算術演算
部と、命令語中に埋め込まれた値を取り出す機能を持つ
命令デコーダと、前記命令デコーダが取り出した値のう
ちアドレス上位ビットに出力されるべき値を同じビット
位置に保持し、前記アドレス生成用演算部に送る機能を
持つアドレス上位ビット保持用レジスタとを備え、前記
命令デコーダが命令語中に埋め込まれたアドレス下位ビ
ットの値を取り出したタイミングにこのアドレス下位ビ
ットの値と前記アドレス上位ビット保持用レジスタの保
持しているアドレス上位ビットの値と加算してアドレス
データとして出力するようにして成るRISCプロセッ
サ。
1. An RISC processor performing a pipeline operation, comprising: an operation unit for generating an address; an arithmetic operation unit for performing a data operation; an instruction decoder having a function of extracting a value embedded in an instruction word; An address high-order bit holding register having a function of holding the value to be output to the address high-order bit of the value extracted by the decoder at the same bit position and transmitting the value to the address generating operation unit; At the timing when the value of the lower address bit embedded in the word is taken out, the value of the lower address bit is added to the value of the upper address bit held in the register for holding the upper address bit, and output as address data. RISC processor.
JP5114792A 1992-03-10 1992-03-10 RISC processor Expired - Lifetime JP2915680B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5114792A JP2915680B2 (en) 1992-03-10 1992-03-10 RISC processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5114792A JP2915680B2 (en) 1992-03-10 1992-03-10 RISC processor

Publications (2)

Publication Number Publication Date
JPH05250156A JPH05250156A (en) 1993-09-28
JP2915680B2 true JP2915680B2 (en) 1999-07-05

Family

ID=12878714

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5114792A Expired - Lifetime JP2915680B2 (en) 1992-03-10 1992-03-10 RISC processor

Country Status (1)

Country Link
JP (1) JP2915680B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010079326A (en) * 2001-07-06 2001-08-22 한제섭 The Integrated Circuit of a RISC core
US20110082999A1 (en) * 2009-10-07 2011-04-07 Andes Technology Corporation Data processing engine with integrated data endianness control mechanism

Also Published As

Publication number Publication date
JPH05250156A (en) 1993-09-28

Similar Documents

Publication Publication Date Title
JP2539199B2 (en) Digital processor controller
JP2678183B2 (en) Digital processor controller and method for runtime memory allocation
US6725366B1 (en) System and method for 32 bit code branching to 64 bit targets
US5617553A (en) Computer system which switches bus protocols and controls the writing of a dirty page bit of an address translation buffer
JP2773471B2 (en) Information processing device
JPH0683582A (en) Data arithmetic operation unit
JP2915680B2 (en) RISC processor
JPH0668724B2 (en) Simulation method
JPS601655B2 (en) Data prefetch method
JP3507193B2 (en) Load / store instruction processor
JP2000029690A (en) Method and device for data processing
US6321319B2 (en) Computer system for allowing a two word jump instruction to be executed in the same number of cycles as a single word jump instruction
JPH01177145A (en) Information processor
JP2942449B2 (en) Data processing device
US20040103267A1 (en) Data processor having cache memory
JPH0954694A (en) Pipeline processor and its processing method
JP3014701B2 (en) Information processing device
JPH0241770B2 (en)
JPS6149695B2 (en)
JPH0795288B2 (en) Microcomputer
JPS6212545B2 (en)
JPS6351294B2 (en)
JPS6286442A (en) Data processor
JPS60241135A (en) Address producing system
JPH11203136A (en) Information processor and storage medium