JPH02133841A - Data store control system - Google Patents
Data store control systemInfo
- Publication number
- JPH02133841A JPH02133841A JP28687288A JP28687288A JPH02133841A JP H02133841 A JPH02133841 A JP H02133841A JP 28687288 A JP28687288 A JP 28687288A JP 28687288 A JP28687288 A JP 28687288A JP H02133841 A JPH02133841 A JP H02133841A
- Authority
- JP
- Japan
- Prior art keywords
- data
- register
- main memory
- read
- instruction
- 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
Links
- 238000000034 method Methods 0.000 claims abstract description 21
- 238000010586 diagram Methods 0.000 description 7
- 238000007796 conventional method Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
Landscapes
- Advance Control (AREA)
Abstract
Description
【発明の詳細な説明】
[概 要]
主記憶装置に対するデータストアの制御方式複数のバイ
ト単位のデータ幅でリード/ライトを行う主記憶装置に
対して、上記データ幅より少ないバイトのデータを書込
む部分書込みの場合に、従来、主記憶装置より、−旦、
所定のバイト幅でデータの読出しを行い、書込みデータ
とマージし、所定のバイト幅のデータに変換して書込む
必要があった問題の解決を目的とし、同一の処理フロー
でデータの読出し及び書込みを行う命令の場合には、主
記憶装置への書込みデータのバイト幅又はその整数倍の
バイト幅を存するレジスタと、該レジスタの内容と演算
弱出力とをマージする回路とを設け、主記憶装置への部
分書込みデータを全書込みデータに変換するよう構成す
る。[Detailed Description of the Invention] [Summary] A data store control method for a main memory device writes data of fewer bytes than the above data width to a main memory device that performs reading/writing with a data width of multiple bytes. Conventionally, in the case of partial writing to
The purpose of this method is to read and write data in the same processing flow, with the aim of solving the problem of reading data with a predetermined byte width, merging it with write data, converting it to data with a predetermined byte width, and writing it. In the case of an instruction that performs an operation, a register having a byte width of write data to the main memory or a byte width of an integer multiple thereof, and a circuit for merging the contents of the register and the arithmetic weak output are provided, and the main memory is The configuration is configured to convert partial write data to full write data.
本発明は、パイプライン制御を用いた計算機システムに
おける主記憶装置に対するデータストア制御方式に関し
、特に同一の処理フローの中で主記憶装置に対してデー
タの読出し及び書込みを行う命令に対する、データスト
ア制御方式に関する。The present invention relates to a data store control method for main memory in a computer system using pipeline control, and in particular, data store control for instructions that read and write data to the main memory in the same processing flow. Regarding the method.
[従来の技術]
主記憶装置へのデータのストア(格納)は、該データに
付加されるチエツクピット(errorcheckin
g and correction)の関係からn(2
より大きい整数)バイト単位でのデータでリード/ライ
トすることが多く、−船釣には、8バイト単位のデータ
にチエツクピットを付加している。[Prior Art] Data is stored in the main memory using check pits added to the data.
g and correction), n(2
Larger integer) Data is often read/written in byte units, and for boat fishing, a check pit is added to data in 8-byte units.
この場合において、主記憶装置に書込むデータが8バイ
ト幅である場合には、そのまま主記憶装置に対してデー
タの書込み動作を行えばよいが、8バイトより小さいデ
ータ幅のデータを書込む場合には、−旦主記憶装置より
8バイト幅でデータの読出しを行ない、書込みデータと
マージ(merge) した後、再度チエツクピットを
付加して、主記憶装置に8バイト幅でデータの書込みを
行う必要がある。In this case, if the data to be written to the main memory is 8 bytes wide, you can just write the data to the main memory as is, but if you want to write data with a data width smaller than 8 bytes To do this, first read data in 8-byte width from main memory, merge it with the write data, add check pit again, and write data in 8-byte width to main memory. There is a need.
この様に8バイト幅より小さいデータ幅のデータを主記
憶装置に書込む、いわゆる部分書込み要求の場合には、
−旦主記憶装置よりデータを読出す必要が生じてくるが
、命令の種類によっては該命令の処理上、最初に主記憶
装置よりデータの読出しを必要とするものがあり、該デ
ータの処理の後、部分書込み要求が生じた場合には、再
度主記憶装置側にて8バイト単位でデータの読出し、マ
ージ、ストアを行う必要があり、都合2回の主記憶装置
よりの8バイト単位でのデータの読出しを行っている。In this way, in the case of a so-called partial write request in which data with a data width smaller than 8 bytes is written to the main memory,
- It becomes necessary to read data from the main memory, but depending on the type of instruction, there are some that require reading data from the main memory first in order to process the instruction. After that, if a partial write request occurs, it is necessary to read, merge, and store the data in 8-byte units from the main memory again, and the data is read from the main memory twice in 8-byte units. Data is being read.
以下、その具体的な例について説明する。A specific example will be described below.
第3図は、従来例の同一のフローで主記憶装置に対しデ
ータの読出し及び書込みを行う命令の処理フローを示す
図であり、即値命令(iInITIediateins
truction)の場合、例えばデータと数値の論理
積を取る“AND Immediate″命令等を処理
する場合の例であり、同一の処理フロー中で主記憶装置
に対するデータの読出し及び書込みを行う場合の例であ
る。FIG. 3 is a diagram showing the processing flow of an instruction for reading and writing data to the main memory in the same flow as in the conventional example, and shows the processing flow of an instruction for reading and writing data to the main memory in the same flow as in the conventional example.
This is an example of processing an "AND Immediate" command that takes the AND of data and a numerical value, and an example of reading and writing data to the main memory in the same processing flow. be.
以下、第3図を基にその動作説明を行う。The operation will be explained below based on FIG.
図中の期間区分記号、D、A、B、ElW。Period division symbols in the diagram: D, A, B, ElW.
Sはパイプライン処理の各処理のステートを表しており
、51は実行される命令及び該命令を構成する各ピット
の区分、51aはオペレーション:l−)’ (OP
) 、51b it即値命令中(D即値(L)、51c
は汎用レジスタ群(GR)のレジスタ指定ピット(B、
)、51dは相対アドレス部(D、)を表している。S represents the state of each process in the pipeline process, 51 represents the instruction to be executed and the classification of each pit that constitutes the instruction, and 51a represents the operation: l-)' (OP
), 51bit immediate value instruction (D immediate value (L), 51c
is the register specification pit (B,
), 51d represents a relative address part (D, ).
まず、D−ステートで命令のデコード及び命令51中の
レジスタ指定ビット(B、)で指標される汎用レジスタ
群(GR)52中のレジスタ(以下単に’GR(Bl)
Jともいう)内容の読出しを行う。First, in the D-state, the instruction is decoded and the register in the general-purpose register group (GR) 52 indexed by the register designation bit (B,) in the instruction 51 (hereinafter simply 'GR(Bl))
(also referred to as J) reads the contents.
続く、A−ステートで読出されたGR(B、)の内容と
命令51中の相対アドレス部(D +)51dの値をア
ドレス加算器53で加算し、該加算値をバッファ記憶部
(BS)54中のアドレスレジスタにセットする。Subsequently, the content of GR (B,) read in the A-state and the value of the relative address section (D+) 51d in the instruction 51 are added by the address adder 53, and the added value is stored in the buffer storage section (BS). 54 in the address register.
B−ステートでバッファ記憶N(BS)54中のデータ
の読出しを行い、該データをアライン(alignme
nt) して演算器入力レジスタ55にセットする。The data in the buffer storage N (BS) 54 is read out in the B-state, and the data is aligned.
nt) and set it in the arithmetic unit input register 55.
E−ステートで、バッファ記憶部(BS)54より読出
したデータと命令51中の即値(I、)との演算(例え
ば1バイトのAND等)を演算器56で行い、結果をス
トアデータレジスタ57にセットする。In the E-state, the arithmetic unit 56 performs an operation (for example, 1-byte AND, etc.) on the data read from the buffer storage unit (BS) 54 and the immediate value (I,) in the instruction 51, and the result is stored in the store data register 57. Set to .
W−ステートで、演算結果をストアアラインして、バッ
ファ記憶部(BS)54及び主記憶装置への書込みデー
タを作成し、
S−ステートで、該バッファ記憶部(BS)58への書
込み、及び主記憶装置へのデータの送出(図で59で示
す信号線)を行う。In the W-state, the calculation results are stored and aligned to create data to be written to the buffer storage unit (BS) 54 and the main memory, and in the S-state, the data is written to the buffer storage unit (BS) 58, and Data is sent to the main memory (signal line indicated by 59 in the figure).
以上説明したような手順により、同一のフローでデータ
の読出し及び書込みを行う命令が処理される。According to the procedure described above, instructions for reading and writing data are processed in the same flow.
この様なデータの書込みは1バイトであるため主記憶装
置に対しては部分書込み要求となる。Since writing such data is 1 byte, it becomes a partial write request to the main storage device.
従って、主記憶装置での上記データを書込む場合には、
再度8バイト単位でのデータの読出しマージ及び書込み
が必要となってくる。Therefore, when writing the above data in main memory,
It becomes necessary to read, merge, and write data in units of 8 bytes again.
次に、第4図に、従来のデータストア制御方式の回路構
成例を示す。Next, FIG. 4 shows an example of a circuit configuration of a conventional data store control method.
本図ではバッファ記憶部(BS)及び主記憶装置へのデ
ータ送出に関係する部分のみを示している。In this figure, only the portions related to data transmission to the buffer storage unit (BS) and main memory are shown.
A−ステートでアドレス計算されたアドレスがアドレス
セレクタ60を介してBSアドレスレジスタ61にセッ
トされる。The address calculated in the A-state is set in the BS address register 61 via the address selector 60.
B−ステートでバッファ記憶部(BS)より読出された
データが(BS中に該当するデータがあった場合、すな
わちBSヒツト時)、フェッチアライン回路63を介し
てBSリードデータレジスタ64にセットされる。Data read from the buffer storage unit (BS) in the B-state (when there is corresponding data in BS, that is, when BS is hit) is set in the BS read data register 64 via the fetch align circuit 63. .
もし、バッファ記憶部(BS)54中に該当するデータ
が無い場合には、主記憶装置よりフェッチされたデータ
がデータセレクタ62を介してフェッチアラインされて
リードデータレジスタ64にセットされる。If there is no corresponding data in the buffer storage (BS) 54, the data fetched from the main memory is fetched and aligned via the data selector 62 and set in the read data register 64.
EステートでBSリードデータレジスタ64の値と命令
51の即値(I a)51bとが演算器56で演算され
、該演算結果がストアデータレジスタ57にセットされ
る。In the E state, the value of the BS read data register 64 and the immediate value (Ia) 51b of the instruction 51 are operated on by the arithmetic unit 56, and the result of the operation is set in the store data register 57.
W−ステートでストアアライン回路65を介して、BS
ライトデータレジスタ66とMSストアデータレジスタ
67に演算結果のデータがセットされ、次のSステート
でバッファ記憶部(BS)54に書込みが行なわれると
共に、主記憶装置に対して部分書込みデータが送出され
る。BS via the store align circuit 65 in the W-state.
The data of the operation result is set in the write data register 66 and the MS store data register 67, and in the next S state, writing is performed in the buffer storage unit (BS) 54, and partial write data is sent to the main storage device. Ru.
この時、アドレスはB−ステートでBSアドレスレジス
タ61にセットされ、E−ステート、W−ステートで、
それぞれ、BSアドレス#Eレジスタ68、BSアドレ
ス#Wレジスタ69ヘセットされて行き、S−ステート
でMS−ストアデータアドレスレジスタ70へセットさ
れ、主記憶装置へのストアデータアドレスとして書込み
データと同期して送られる。At this time, the address is set in the BS address register 61 in the B-state, and in the E-state and W-state.
They are set to the BS address #E register 68 and the BS address #W register 69, respectively, and then set to the MS-store data address register 70 in the S-state, synchronizing with the write data as the store data address to the main memory. Sent.
以上説明したように、従来方式において、即値命令(A
ND Immediate)等を実行する場合には、デ
ータ処理のためにまず、主記憶装置より8バイト単位で
データの読出しを行い、該データの処理の後に発生した
部分書込み要求に対して、主記憶装置では再度8バイト
単位でのデータの読出し、マージ、書込みを行う必要が
ある。As explained above, in the conventional method, the immediate value instruction (A
When executing a program such as ND Immediate, data is first read from the main memory in 8-byte units for data processing, and in response to a partial write request that occurs after processing the data, the data is read from the main memory. Then, it is necessary to read, merge, and write data in 8-byte units again.
従って、上記部分書込みを行う場合には、単に8バイト
のデータを書込む場合に比較して、主記憶装置よりのデ
ータの読出しに要した時間の分だけ余分にかかることに
なる。Therefore, when performing the above-mentioned partial write, it takes an extra amount of time to read the data from the main memory, compared to when simply writing 8 bytes of data.
また、特に即値命令(AND Immediate命令
)等が連続する場合、すなわち主記憶装置に対する書込
みデータが部分書込み要求の連続である場合には、主記
憶装置のバンクがビジー状態となる場合が多(なり、後
続する命令による主記憶装置に対するデータのストア又
はフェッチ要求が持される場合が多くなる。Furthermore, especially when there are consecutive immediate instructions (AND Immediate instructions), that is, when the write data to the main memory is a series of partial write requests, the bank of the main memory is often in a busy state. , subsequent instructions often require a request to store or fetch data from the main memory.
本発明は上記問題点に鑑みなされたものであり、同一の
処理フローで主記憶装置に対してデータの読出し及び書
込みを行う命令の処理能率の向上を達成するデータスト
ア制御方式を提供することを目的とする。The present invention has been made in view of the above problems, and it is an object of the present invention to provide a data store control method that improves the processing efficiency of instructions for reading and writing data to and from a main storage device in the same processing flow. purpose.
[課題を解決するための手段]
本発明によれば、上述の目的は前記特許請求の範囲に記
載した手段により達成される。[Means for Solving the Problems] According to the present invention, the above objects are achieved by the means described in the claims.
すなわち、本発明はパイプラインで動作する計算機シス
テムであって、該計算機システム中の主記憶装置に対す
るデータの読出し及び書込みが複数のバイト幅で行われ
るデータストア制御方式において、
主記憶装置への書込みデータのバイト幅又はその整数倍
のバイト幅を有する1又は2以上のレジスタと、該レジ
スタの内容と演算器出力とをマージするマージ回路とを
設け、同一の処理フローで、主記憶装置に対し、データ
の読出し及び書込みを行う命令を実行する際には、バッ
ファ記憶部又は主記憶装置からの読出しデータを前記レ
ジスタ指定ピッし、演算器出力なる演算結果を前記レジ
スタへ部分書込みをすることにより、主記憶装置又はバ
ッファ記憶部への部分書込みデータを全書込みデータに
変換するデータストア制御方式である。That is, the present invention is a computer system that operates in a pipeline, and in a data store control method in which data is read from and written to a main memory in the computer system in a plurality of byte widths. One or more registers having a byte width of data or an integral multiple of the byte width and a merging circuit for merging the contents of the register and the output of the arithmetic unit are provided, and the main memory is stored in the same processing flow. , when executing an instruction to read and write data, the read data from the buffer storage unit or main memory is specified to the register, and the operation result, which is the output of the arithmetic unit, is partially written to the register. This is a data store control method that converts partial write data to the main storage device or buffer storage unit into full write data.
[作 用]
主記憶装置に対するデータの読出し及び書込みは、通常
チエツクピットの関係からnバイト単位で行われており
、−船釣には、例えば、8バイト単位にチエツクピット
を付加する場合が多い。[Function] Reading and writing of data to the main memory is usually performed in units of n bytes due to check pits, and for boat fishing, for example, check pits are often added in units of 8 bytes. .
このような場合、従来は8バイトより小さいデータ幅の
データを書込む場合には、−旦、主記憶装置より8バイ
ト単位でデータを読出し、書込むべきデータとマージし
た後に、チエツクピットを付加して、8バイト単位のデ
ータに変換した後に主記憶装置にストアしている。In such cases, conventionally, when writing data with a data width smaller than 8 bytes, the data was first read in 8-byte units from the main memory, merged with the data to be written, and then check pits were added. The data is converted into 8-byte data and then stored in the main memory.
所で、処理すべき命令によっては、同一処理フローの中
で、主記憶装置に対してデータの読出し及び書込みを行
うものがあり、該命令の場合、すでに−度主記憶装置又
はバッファ記憶部よりデータの読出しを行っているので
、該命令での部分書込みの必要が生じるような場合には
、上記読出したデータをレジスタにセットし、マージ回
路を使用し、演算器出力なる演算結果を該レジスタに部
分書込みすることにより、主記憶装置への部分書込みデ
ータを、8バイトのデータ幅の全書込みデータに予め変
換して主記憶装置に送出することにより、部分書込みの
ために従来必要であった主記憶装置よりのデータの読出
しを省くことができる。By the way, some instructions to be processed read and write data to and from the main memory in the same processing flow. Since data is being read, if there is a need for partial writing with the instruction, the read data is set in a register, a merge circuit is used, and the operation result, which is the arithmetic unit output, is transferred to the register. By performing a partial write to the main memory, the partial write data to the main memory is converted in advance to full write data with a data width of 8 bytes and sent to the main memory, which was previously necessary for a partial write. Reading data from the main memory can be omitted.
[実施例]
第1図は本発明の主記憶装置へのデータストア制御方式
の命令処理フローを示しており、1は実行される命令°
及び該命令を構成する各ピットの区分、laはオペレー
ションコード(OP)、lbは即値命令中の即値(■、
)、1cは汎用レジスタ群(GR)のレジスタ指定ピッ
)(Bl)、1dは相対アドレス部(Dl)、2は汎用
レジスタ群(GR) 、3はアドレス加算器、4はバッ
ファ記憶部(BS)、5はBSリードデータレジスタ、
6は演算器、7はストアデータレジスタ、8はバッファ
記憶aB (BS) 、9はマージ回路、10はBSア
ドレスレジスタ、11はフェッチアライン回路、12は
BSリードデータレジスタ#E、13はBSリードデー
タレジスタ#W、14はMSストアデータレジスタ、1
5はBSストアアドレスレジスタ#E、16はBSスト
アアドレスレジスタ#W、17はMSストアデータアド
レスレジスタ、18はストアアライン回路、19はBS
ライトデータレジスタ、20〜24は各レジスタを表し
ている。[Example] FIG. 1 shows the instruction processing flow of the data store control method for the main memory of the present invention, and 1 indicates the instruction to be executed.
and the classification of each pit composing the instruction, la is the operation code (OP), and lb is the immediate value (■,
), 1c is the register specification pin (Bl) of the general-purpose register group (GR), 1d is the relative address section (Dl), 2 is the general-purpose register group (GR), 3 is the address adder, and 4 is the buffer storage section (BS). ), 5 is the BS read data register,
6 is an arithmetic unit, 7 is a store data register, 8 is a buffer memory aB (BS), 9 is a merge circuit, 10 is a BS address register, 11 is a fetch align circuit, 12 is a BS read data register #E, 13 is a BS read Data register #W, 14 is MS store data register, 1
5 is BS store address register #E, 16 is BS store address register #W, 17 is MS store data address register, 18 is store align circuit, 19 is BS
Write data registers 20 to 24 represent each register.
第1図で示す処理フローと第3図で示す処理フローとの
差は、W−ステートでストアライン後のデータとBSリ
ードデータレジスタ#W13の出力とのマージ回路9で
のマージされた値がMSストアデータレジスタ14ヘセ
ットされることである。The difference between the processing flow shown in FIG. 1 and the processing flow shown in FIG. This is to be set in the MS store data register 14.
すなわち、従来方式においては、主記憶装置へのデータ
のストアは部分書込みとなるが、本発明の場合には、M
Sストアデータレジスタ14中のデータは8バイト幅の
全書込みデータとなってふり、そのままチエツクピット
を付加して、主記憶装置に書込むことになる。That is, in the conventional method, data is stored in the main memory by partial writing, but in the case of the present invention, data is stored in the main memory by partial writing.
The data in the S store data register 14 is assumed to be 8-byte wide write data, and a check pit is added thereto, and then written to the main memory.
第2図は本発明の主記憶装置へのデータストア制御方式
の回路構成例を示す図であり、25は主記憶装置からの
読出しデータを保持するMSフェッチデータレジスタ、
26はバッファ記憶部(BS)または主記憶装置からの
読出しデータを選択するデータセレクタ、27はアドレ
スセレクタを表しており、他の符合については第1図と
同様である。FIG. 2 is a diagram showing an example of a circuit configuration of a data store control method for a main memory device according to the present invention, in which reference numeral 25 denotes an MS fetch data register that holds data read from the main memory device;
Reference numeral 26 represents a data selector for selecting read data from the buffer storage unit (BS) or the main memory, and 27 represents an address selector, and other symbols are the same as in FIG. 1.
以下、本実施例の説明を行う。This example will be explained below.
A−ステートで計算されたアドレスがアドレスセレクタ
27を介してBSアドレスレジスタ10にセットされる
。The address calculated in the A-state is set in the BS address register 10 via the address selector 27.
B−ステートでバッファ記憶部(BS)4より読出され
フェッチアライン回路11を通したデータがBSリード
データレジスタ5にセットされる。Data read from the buffer storage unit (BS) 4 in the B-state and passed through the fetch align circuit 11 is set in the BS read data register 5.
この時フェッチアライン回路11を通さない、データセ
レクタ26により選択されるバッファ記憶部(BS)4
からの読出しデータなるBSリードデータ又は主記憶装
置からの読出しデータなるMSフェッチデータのいずれ
かがBS!J−ドデータレジスタ#E12にセットされ
る。At this time, the buffer storage unit (BS) 4 selected by the data selector 26 does not pass through the fetch align circuit 11.
Either BS read data, which is data read from the main memory, or MS fetch data, which is data read from the main memory, is BS! It is set in the J-code data register #E12.
次のE−ステートでは、演算された結果が、ストアデー
タレジスタフにセットされると共に、BSリードデータ
レジスタ#E12の内容がBSリードデータレジスタ#
W13に移される。In the next E-state, the calculated result is set to the store data register, and the contents of the BS read data register #E12 are set to the BS read data register #E12.
Moved to W13.
W−ステートでは、演算器の演算結果を保持するストア
データレジスタフの内容をストアラインし、BSライト
レジスタ19ヘセットすると共に、ストアラインした値
とBSリードデータレジスタ#W13の値をマージ回路
9にてマージし、その結果をMSストアデータレジスタ
14ヘセットする。In the W-state, the contents of the store data register that holds the calculation results of the arithmetic unit are stored and set to the BS write register 19, and the stored value and the value of the BS read data register #W13 are transferred to the merge circuit 9. and set the result to the MS store data register 14.
次のS−ステートではBSライトデータレジスタ19の
値がバッファ記憶部(BS)4へ書込まれると共に、主
記憶装置へはMSストアデータレジスタ14の値がスト
アデータとして送られる。In the next S-state, the value of the BS write data register 19 is written to the buffer storage section (BS) 4, and the value of the MS store data register 14 is sent to the main memory as store data.
この場合のMSストアデータは部分書込みではなく、8
バイト幅の全書込みデータとなっている。In this case, the MS store data is not a partial write, but an 8
All written data is byte wide.
これにより、同一の処理フローで読出し及び書込みを行
う命令での部分書込みデータを、全書込みデータに換え
ることができ、主記憶装置でのビジーが軽減される。As a result, partial write data in an instruction for reading and writing in the same processing flow can be replaced with full write data, and the busyness in the main storage device can be reduced.
又、マージされた全書込みデータはバッファ記憶部(B
S)への書込みデータとしても一向にかまわない。In addition, all merged write data is stored in the buffer storage section (B
There is no problem at all with writing data to S).
また、本発明は主記憶装置へのデータの書込みのみなら
ず、バッフ前記憶部(BS)へのデータの書込みにも適
用され得る。Furthermore, the present invention can be applied not only to writing data to the main memory but also to writing data to the pre-buffer storage (BS).
さらにまた、ストア命令の様に、通常、BS又は主記憶
装置から読出しを必要としない命令でも、部分書込みの
ときは、主記憶装置又はBSよりのデータの読出しをB
ステートで行うことにより、同一処理フローで読出し書
込みを行う命令とすることができ、本発明が適用され得
る。Furthermore, even if an instruction, such as a store instruction, does not normally require reading from the BS or main memory, in the case of a partial write, reading data from the main memory or BS is
By performing this in a state, it is possible to read and write instructions in the same processing flow, and the present invention can be applied thereto.
[発明の効果コ
本発明によれば、同一フローで主記憶装置に対してデー
タの読出し及び書込みを行う命令の場合に、主記憶装置
に対する部分書込みデータを全書込みデータに変更する
ことができ、主記憶装置でのビジー状態が軽減され、処
理能率が向上する。[Effects of the Invention] According to the present invention, in the case of an instruction to read and write data to the main memory in the same flow, partial write data to the main memory can be changed to full write data, The busy state in the main storage device is reduced and processing efficiency is improved.
第1図は本発明のデータストア制御方式の命令処理フロ
ーを示す図。
第2図は本発明のデータストア制御方式の回路構成例を
示す図。
第3図は従来のデータストア制御方式の命令処理フロー
を示す図。
第4図は従来のデータストア制御方式の回路構成例を示
す図である。
1・・・・・・実行される命令及び該命令を構成する各
ビットの区分、1a・・・・・・オペレーションコード
(OP)、lb・・・・・・即値命令中の即値(I、)
、1c・・・・・・汎用レジスタ群(GR)のレジスタ
指定ビット(Bl)、ld・・・・・・相対アドレス部
(D、)、2・・・・・・汎用レジスタ群(GR) 、
3・・・・・・アドレス加算器、4・・・・・・バッフ
ァ記憶部(BS) 、5・・・・・・BSリードデータ
レジスタ、6・・・・・・演算器、7・・・・・・スト
アデータレジスタ、8・・・・・・バッファ記憶部(B
S) 、9・・・・・・マージ回路、10・・・・・・
BSアドレスレジスタ、11・・・・・・フエッチアラ
イン回路、12・・・・・・BSリードデータレジスタ
#E113・・・・・・BSリードデータレジスタ#W
、 14−・・・・・MSストアデータレジスタ、15
・・・・・・BSストアアドレスレジスタ#E16・・
・・・・BSストアアドレスレジスタ#WS17・・・
・・・MSストアデータアドレスレジスタ、18・・・
・・・ストアアライン回路、19・・・・・・BSライ
トデータレジスタ、20〜24・・・・・・各レジスタ
、25・・・・・・MSフェッチデータレジスタ、26
・・・・・・データストア、27・・・・・・アドレス
セレクタFIG. 1 is a diagram showing the instruction processing flow of the data store control method of the present invention. FIG. 2 is a diagram showing an example of the circuit configuration of the data store control method of the present invention. FIG. 3 is a diagram showing an instruction processing flow of a conventional data store control method. FIG. 4 is a diagram showing an example of a circuit configuration of a conventional data store control method. 1...Instruction to be executed and classification of each bit constituting the instruction, 1a...Operation code (OP), lb...Immediate value (I, )
, 1c...Register designation bit (Bl) of general register group (GR), ld...Relative address part (D,), 2...General purpose register group (GR) ,
3... Address adder, 4... Buffer storage section (BS), 5... BS read data register, 6... Arithmetic unit, 7... ...Store data register, 8...Buffer storage section (B
S), 9...Merge circuit, 10...
BS address register, 11...Fetch align circuit, 12...BS read data register #E113...BS read data register #W
, 14-...MS store data register, 15
...BS store address register #E16...
...BS store address register #WS17...
...MS store data address register, 18...
...Store align circuit, 19...BS write data register, 20 to 24...Each register, 25...MS fetch data register, 26
...Data store, 27...Address selector
Claims (1)
算機システム中の主記憶装置に対するデータの読出し及
び書込みが複数のバイト幅で行われるデータストア制御
方式において、主記憶装置への書込みデータのバイト幅
又はその整数倍のバイト幅を有する1又は2以上のレジ
スタと、 該レジスタの内容と演算器出力とをマージするマージ回
路とを設け、 同一の処理フローで、主記憶装置に対し、データの読出
し及び書込みを行う命令を実行する際には、 バッファ記憶部又は主記憶装置からの読出しデータを前
記レジスタへセットし、演算器出力なる演算結果を前記
レジスタへ部分書込みをすることにより、主記憶装置又
はバッファ記憶部への部分書込みデータを全書込みデー
タに変換することを特徴とするデータストア制御方式。[Claims] In a computer system that operates in a pipeline, in a data store control method in which data is read from and written to a main memory in the computer system in a plurality of byte widths, One or more registers having a byte width of the write data or an integral multiple thereof, and a merging circuit for merging the contents of the register and the output of the arithmetic unit are provided, and the data is stored in the main memory in the same processing flow. On the other hand, when executing an instruction to read and write data, set the read data from the buffer storage unit or main memory to the register, and partially write the operation result, which is the output of the arithmetic unit, to the register. A data store control method characterized in that partial write data to a main storage device or a buffer storage unit is converted into full write data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP28687288A JPH02133841A (en) | 1988-11-15 | 1988-11-15 | Data store control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP28687288A JPH02133841A (en) | 1988-11-15 | 1988-11-15 | Data store control system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH02133841A true JPH02133841A (en) | 1990-05-23 |
Family
ID=17710093
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP28687288A Pending JPH02133841A (en) | 1988-11-15 | 1988-11-15 | Data store control system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH02133841A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04104345A (en) * | 1990-08-23 | 1992-04-06 | Pfu Ltd | Write control system for partial rewrite data of main storage device with ecc mechanism |
JP2007323992A (en) * | 2006-06-01 | 2007-12-13 | Mitsubishi Electric Corp | Gas-insulated switchgear |
-
1988
- 1988-11-15 JP JP28687288A patent/JPH02133841A/en active Pending
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH04104345A (en) * | 1990-08-23 | 1992-04-06 | Pfu Ltd | Write control system for partial rewrite data of main storage device with ecc mechanism |
JP2007323992A (en) * | 2006-06-01 | 2007-12-13 | Mitsubishi Electric Corp | Gas-insulated switchgear |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4675809A (en) | Data processing system for floating point data having a variable length exponent part | |
US5440714A (en) | Method and system configuration for simplifying the decoding system for access to an register file with overlapping windows | |
US7512290B2 (en) | Image processing apparatus with SIMD-type microprocessor to perform labeling | |
US4395763A (en) | Buffer memory control system of the swap system | |
US5867696A (en) | Saving a program counter value as the return address in an arbitrary general purpose register | |
CA2060137C (en) | Circuit for executing conditional branch instructions in pipeline process | |
US7308553B2 (en) | Processor device capable of cross-boundary alignment of plural register data and the method thereof | |
JPH02133841A (en) | Data store control system | |
JP2002032357A (en) | In-place memory management for fft | |
JP2783285B2 (en) | Information processing device | |
US6772271B2 (en) | Reduction of bank switching instructions in main memory of data processing apparatus having main memory and plural memory | |
JP2812610B2 (en) | Pipeline control method | |
US7308555B2 (en) | Processor-based structure and method for loading unaligned data | |
JPH07110769A (en) | Vliw type computer | |
JP2926951B2 (en) | Save / restore register address generation circuit | |
US5151980A (en) | Buffer control circuit for data processor | |
JPS60178539A (en) | By-pass control system of information processor | |
JP3428253B2 (en) | Sequencer | |
JPH1040165A (en) | Data read method and read buffer | |
JP2716563B2 (en) | Data write control method | |
JPS60214043A (en) | Pipeline control circuit | |
JPS63276126A (en) | Instruction decoding circuit | |
JP3124361B2 (en) | Memory data loading device | |
JPH0236423A (en) | Saving/restoring register address generation circuit | |
JPS6168636A (en) | Data processor |