JPH06149664A - Data transfer control device for information processor - Google Patents
Data transfer control device for information processorInfo
- Publication number
- JPH06149664A JPH06149664A JP4299890A JP29989092A JPH06149664A JP H06149664 A JPH06149664 A JP H06149664A JP 4299890 A JP4299890 A JP 4299890A JP 29989092 A JP29989092 A JP 29989092A JP H06149664 A JPH06149664 A JP H06149664A
- Authority
- JP
- Japan
- Prior art keywords
- data
- transfer
- distance
- storage area
- address
- 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
Links
Landscapes
- Bus Control (AREA)
- Memory System (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、情報処理装置のデータ
転送制御装置に係り、特に転送元記憶領域と、転送先記
憶領域とを有し、転送元記憶領域から転送先記憶領域に
高速にデータを転送処理することができる情報処理装置
のデータ転送制御装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer control device for an information processing device, and more particularly, to a transfer source storage area and a transfer destination storage area, and to transfer from the transfer source storage area to the transfer destination storage area at high speed. The present invention relates to a data transfer control device of an information processing device capable of transferring data.
【0002】[0002]
【従来の技術】情報処理装置の多くは記憶領域間、例え
ば本体装置のメモリと拡張記憶装置との間でのデータ移
動命令を備えたものが多い。この種の命令の中にはある
一定間隔(ディスタンス)で配置されたデータの移動、
即ちインターリーブ方式に適したディスタンスアクセス
命令が用意されるものがある。2. Description of the Related Art Many information processing apparatuses are provided with a data movement instruction between storage areas, for example, between a memory of a main body apparatus and an extended storage apparatus. In this kind of instruction, the movement of data arranged at a certain interval (distance),
That is, there is one in which a distance access instruction suitable for the interleave method is prepared.
【0003】この種の命令による転送処理は次のような
手順で行われる。まず第1の転送処理は、図5に示すよ
うに、転送元である記憶領域30の指定された転送元ア
ドレスから指定されたレングスに渡って連続した領域に
配置されたデータ32を転送先である記憶領域31の指
定された転送先アドレスからデータ要素長ずつ、指定さ
れたディスタンスを保って移動させる場合で、この場合
には、 転送元アドレスから1つのデータ要素を読み出す。The transfer processing by this kind of instruction is performed in the following procedure. First, in the first transfer processing, as shown in FIG. 5, the data 32 arranged in a continuous area from the specified transfer source address of the transfer area storage area 30 to the specified length is transferred to the transfer destination. In the case where the data element length is moved from the specified transfer destination address of a certain storage area 31 while maintaining the specified distance, in this case, one data element is read from the transfer source address.
【0004】転送先アドレスにデータ要素を移動す
る。 転送元アドレスをデータ要素の長さだけ加える。 転送先アドレスをディスタンス値だけ加える。 からまでを繰り返し指定された転送長を転送した
なら命令完了する。また第2の転送処理は、図6に示す
ように、記憶領域の転送元と転送先の立場を入替え、上
述の手順に従って記憶領域31に転送されたデータを元
の記憶領域30に転送する場合であり、この場合は 転送元アドレスから1つのデータ要素を読み出す。Move the data element to the destination address. Add the source address for the length of the data element. Add the transfer destination address by the distance value. If the steps from to are repeated and the designated transfer length is transferred, the instruction is completed. Further, in the second transfer processing, as shown in FIG. 6, when the positions of the transfer source and the transfer destination of the storage area are exchanged and the data transferred to the storage area 31 is transferred to the original storage area 30 according to the above-mentioned procedure. In this case, one data element is read from the transfer source address.
【0005】転送先アドレスにデータ要素を移動す
る。 転送先アドレスをデータ要素の長さだけ加える。 転送元アドレスをディスタンス値だけ加える。 からまでを繰り返し指定された転送長を転送した
なら命令完了する。このような手順により記憶領域間に
おいてデータの転送をおこなうものとしている。Move the data element to the destination address. Add the destination address for the length of the data element. Add the source address by the distance value. If the steps from to are repeated and the designated transfer length is transferred, the instruction is completed. Data is transferred between the storage areas by such a procedure.
【0006】[0006]
【発明が解決しようとする課題】ところで、このような
情報処理装置では、装置の仕様として、ディスタンスの
値を0として使用することができるものがある。この
時、ディスタンス値に0が指定されると、上述した処理
は次のような動作となる。By the way, in such an information processing apparatus, there is a specification of the apparatus in which the distance value can be used as 0. At this time, if 0 is specified as the distance value, the above-described processing operates as follows.
【0007】第1処理の場合(図7) 転送元アドレスから1つのデータ要素を読み出す。 転送先アドレスにデータ要素を移動する。 転送元アドレスをデータ要素の長さだけ加える。 転送先アドレスに0を加える。即ち、最初の転送先ア
ドレスのままとする。。In the case of the first processing (FIG. 7) One data element is read from the transfer source address. Move the data element to the destination address. Add the source address for the length of the data element. Add 0 to the transfer destination address. That is, the first transfer destination address remains unchanged. .
【0008】からまでを繰り返し指定された転送
長を転送したなら命令完了する。 この転送処理は転送先アドレスが常に同一であるため、
どのようなレングス(0を除く)を指定しても命令が完
了した結果は、最後に移動されたデータのみが移動され
たように見える。つまり、最後のデータの移動操作以外
のデータ移動操作の論理的意義は失われており、データ
移動操作に要した時間の大部分が論理的に無意味なもの
となってしまうという問題がある。If the designated transfer length is repeated by repeating the steps from to, the instruction is completed. In this transfer process, the transfer destination address is always the same,
The result of instruction completion no matter what length (except 0) is specified is that only the last moved data appears to have been moved. That is, the logical significance of the data movement operation other than the last data movement operation is lost, and most of the time required for the data movement operation becomes logically meaningless.
【0009】第2の処理の場合(図8) 転送元アドレスから1つのデータ要素を読み出す。 転送先アドレスにデータ要素を移動する。 転送先アドレスをデータ要素の長さだけ加える。 転送元アドレスに0を加える。即ち元のアドレスのま
まとする。In the case of the second process (FIG. 8) One data element is read from the transfer source address. Move the data element to the destination address. Add the destination address for the length of the data element. Add 0 to the transfer source address. That is, the original address remains unchanged.
【0010】からまでを繰り返し指定された転送
長を転送したなら命令完了する。 この転送処理は転送元アドレスが一定であるため、どの
ようなレングスを与えても転送元から読み出されるデー
タは同一である。この時、毎回データを転送元から読み
出していても意味はなく、データ移動操作に要した時間
の大部分が論理的に無意味なものとなってしまうという
問題がある。When the designated transfer length is repeated by repeating the steps from to, the instruction is completed. Since the transfer source address is constant in this transfer process, the data read from the transfer source is the same no matter what length is given. At this time, it is meaningless to read the data from the transfer source every time, and there is a problem that most of the time required for the data moving operation becomes logically meaningless.
【0011】また、このような転送処理、従来CPUに
備えられて来たような所謂キャッシュメモリではそのデ
ータ移動量が大きいことから、キャッシュエントリのリ
プレースメントが多発する。例えば主記憶から拡張記憶
へのデータ転送に於ては、移動したデータのうち、CP
Uが処理に使用するデータの割合は一般的に低く、結果
としてデータ移動後の処理においてキャッシュメモリの
ヒット率を大きく低下させてしまう可能性を持つために
敢えて使用しておらず、このような命令での読み出しア
クセスは全ての読み出し動作を読み出す記憶領域に対し
て行っていた。そのため、上記第2の処理として示した
ような例の場合には無駄な処理が非常に長い時間をかけ
て行われることになる。Further, such a transfer process, a so-called cache memory that is conventionally provided in a CPU, has a large amount of data movement, so that replacement of cache entries frequently occurs. For example, when transferring data from main memory to expanded memory, CP
The ratio of data used by U for processing is generally low, and as a result, it is possible to significantly reduce the hit rate of the cache memory in the processing after data movement. The read access by the instruction is performed on the storage area where all the read operations are performed. Therefore, in the case of the example shown as the above-mentioned second processing, useless processing is performed over a very long time.
【0012】そこで本発明はディスタンスが0である転
送処理の処理時間を短縮することができる情報処理装置
のデータ転送制御装置を提供することを目的とする。Therefore, an object of the present invention is to provide a data transfer control device of an information processing device capable of shortening the processing time of a transfer process with a distance of zero.
【0013】[0013]
【課題を解決するための手段】本発明において、上記の
課題を解決するための第1の手段は、図1に示すよう
に、転送元記憶領域1と、転送先記憶領域2とを有し、
転送元記憶領域1から転送先記憶領域2に1又は複数の
データ要素からなるデータを転送するに際して、転送元
記憶領域1の転送すべきデータの最初のアドレスを指定
する転送元アドレスと、転送先記憶領域2の最初のアド
レスを指定する転送先アドレスと、転送先でのデータ要
素間の距離を指定するディスタンス(間隔)と、データ
の総転送量を指定するレングス(転送長)とを指定する
命令実効制御部3と、転送元記憶領域1の指定された転
送元アドレスから指定されたレングスに渡って連続した
領域に配置されたデータを転送先記憶領域2の指定され
た転送先アドレスからデータ要素長ずつ、指定されたデ
ィスタンスを保って移動させるデータ転送制御部4とを
有する情報処理装置において、指定ディスタンスが0で
あることを検出するディスタンス0検出手段5と、ディ
スタンス0検出手段がディスタンス0を検出したときに
最後に書き込まれるべきデータの転送元アドレスを生成
する最終アドレス生成手段6とを有し、データ転送制御
部3はディスタンスとして0が指定されたことを検知し
た際には最後に書き込まれるべきデータのみを移動し、
処理を終了させることである。In the present invention, the first means for solving the above problems has a transfer source storage area 1 and a transfer destination storage area 2 as shown in FIG. ,
When transferring data consisting of one or a plurality of data elements from the transfer source storage area 1 to the transfer destination storage area 2, a transfer source address that specifies the first address of the data to be transferred in the transfer source storage area 1, and a transfer destination A transfer destination address that specifies the first address of the storage area 2, a distance (interval) that specifies the distance between data elements at the transfer destination, and a length (transfer length) that specifies the total transfer amount of data are specified. The instruction execution control unit 3 and the data arranged in a continuous area from the specified transfer source address of the transfer source storage area 1 to the specified length are transferred from the specified transfer destination address of the transfer destination storage area 2 to the data. In an information processing device having a data transfer control unit 4 that moves a designated distance by element length, it is detected that the designated distance is 0. The distance 0 detection unit 5 and the final address generation unit 6 that generates the transfer source address of the data to be written last when the distance 0 detection unit detects the distance 0 have the data transfer control unit 3 as a distance. When it is detected that 0 is specified, only the last data to be written is moved,
It is to end the process.
【0014】また、本発明において、第2の手段は、図
1に示すように、転送元記憶領域と、転送先記憶領域と
を有し、転送元記憶領域から転送先記憶領域に1又は複
数のデータ要素からなるデータを転送するに際して、転
送元記憶領域1の転送すべきデータの最初のアドレスを
指定する転送元アドレスと、転送先記憶領域2の最初の
転送先アドレスと、転送元のデータ要素間の距離を指定
するディスタンス(間隔と、データの総転送量を指定す
るレングス(転送長)とを指定する命令実効制御部と、
転送元記憶領域1の指定された転送元アドレスから指定
されたディスタンスを保って格納されたデータ要素を順
次読み出し、転送先記憶領域2の転送先アドレスから指
定されたレングスに渡って連続したデータとして移動さ
せるデータ転送制御部3とを有する情報処理装置におい
て、指定ディスタンスが0であることを検出するディス
タンス0検出手段5と、ディスタンス0検出手段がディ
スタンス0を検出したときに転送元領域から最初に読み
出したデータ要素の内容を保持するデータ保持手段7と
を有し、データ転送制御部3は保持されたデータ要素を
指定された転送先アドレスから指定されたレングスにわ
たって繰り返し書き込むことにより、処理を終了させる
ことである。In the present invention, the second means has a transfer source storage area and a transfer destination storage area, as shown in FIG. 1, and one or a plurality of transfer source storage areas are provided in the transfer destination storage area. When transferring the data consisting of the data elements, the transfer source address that specifies the first address of the data to be transferred in the transfer source storage area 1, the first transfer destination address in the transfer destination storage area 2, and the transfer source data An instruction execution control unit that specifies a distance that specifies the distance between elements (an interval and a length (transfer length) that specifies the total amount of data transferred,
Data elements stored at a specified distance from the specified transfer source address in the transfer source storage area 1 are sequentially read out, and as continuous data over the specified length from the transfer destination address in the transfer destination storage area 2. In the information processing apparatus having the data transfer control unit 3 to be moved, the distance 0 detection unit 5 for detecting that the designated distance is 0, and the distance 0 detection unit first from the transfer source area when the distance 0 is detected. The data transfer control unit 3 has a data holding unit 7 that holds the content of the read data element, and the data transfer control unit 3 ends the processing by repeatedly writing the held data element from the designated transfer destination address over the designated length. It is to let.
【0015】[0015]
【作用】本発明の第1の手段によれば、命令実行制御部
4はデータ移動処理の実行を制御する。データ転送制御
部3に対して、転送元アドレス、転送先アドレス、レン
グス、ディスタンスを送出し、データ転送制御部3は指
定された転送元記憶領域から転送先記憶領域へデータの
移動処理を実行する。According to the first means of the present invention, the instruction execution control unit 4 controls the execution of the data movement process. The transfer source address, the transfer destination address, the length, and the distance are sent to the data transfer control unit 3, and the data transfer control unit 3 executes the process of moving the data from the designated transfer source storage area to the transfer destination storage area. .
【0016】指示されたデータ移動処理が完了したらデ
ータ転送制御部3は命令実行部4に対して処理終了信号
を報告する。命令実行部4はこれが到着したことにより
一連の処理が終了したものとして、次の命令処理に移
る。命令実行部からデータ転送制御部に対して出された
ディスタンスはディスタンス0検出手段5に入力され
る。ディスタンス0検出手段5がディスタンス値=0を
検出すると、それを示す制御信号を生成し、最終アドレ
ス生成手段6を送出する。When the instructed data movement processing is completed, the data transfer control section 3 reports a processing end signal to the instruction execution section 4. The instruction execution unit 4 determines that the series of processing has been completed due to the arrival of the instruction, and moves to the next instruction processing. The distance output from the instruction execution unit to the data transfer control unit is input to the distance 0 detection means 5. When the distance 0 detection means 5 detects the distance value = 0, a control signal indicating that is generated, and the final address generation means 6 is transmitted.
【0017】転送元アドレス、転送先アドレス、レング
スも最終アドレス生成手段に入力され、最終アドレス生
成手段6はデータ転送制御部3に対して求めた最終転送
元アドレスを出力する。この時、レングスは1単位とな
り、ディスタンスは0を送出する。この指示により、図
2に示すように、転送元の最終アドレスのデータ要素の
みが転送されることになる。The transfer source address, the transfer destination address, and the length are also input to the final address generating means, and the final address generating means 6 outputs the final transfer source address obtained to the data transfer control unit 3. At this time, the length is 1 unit and the distance is 0. By this instruction, as shown in FIG. 2, only the data element at the final address of the transfer source is transferred.
【0018】転送が完了するとデータ転送制御部3から
処理完了信号が命令実行部4に送られ、命令実行制御部
は次の命令処理に移る。次に、本発明の第2の手段の作
用を説明する。命令実行部1から送出された、ディスタ
ンスが0であるなら、データ転送制御部3は、図3に示
すように、転送元記憶領域1からデータ転送元アドレス
で指定されるアドレスのデータ要素を1回だけ読み出
し、データ保持手段7にデータを保持し、データ転送先
記憶領域2のデータ転送先アドレスで指定されたアドレ
スに転送する。次のデータは転送元記憶領域1から読み
出さずにデータ保持手段7で保持したデータを供給し、
指定された転送長だけ転送先記憶領域にデータ転送を行
う。When the transfer is completed, the data transfer control unit 3 sends a processing completion signal to the instruction execution unit 4, and the instruction execution control unit moves to the next instruction processing. Next, the operation of the second means of the present invention will be described. If the distance sent from the instruction execution unit 1 is 0, the data transfer control unit 3 sets the data element of the address specified by the data transfer source address from the transfer source storage area 1 to 1 as shown in FIG. The data is read only once, the data is held in the data holding means 7, and transferred to the address designated by the data transfer destination address in the data transfer destination storage area 2. For the next data, the data held in the data holding means 7 without being read from the transfer source storage area 1 is supplied,
Data is transferred to the transfer destination storage area by the specified transfer length.
【0019】[0019]
【実施例】以下本発明に係る情報処理装置のデータ転送
制御装置の実施例を図面に基づいて説明する。図4は本
発明に係る情報処理装置のデータ転送制御装置の実施例
を示すものである。本実施例では第1及び第2の手段を
共に実現する構成を有している。そして本実施例では共
にデータの転送元、転送先となる記憶領域X24と記憶
領域Yとを有している。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a data transfer control device of an information processing apparatus according to the present invention will be described below with reference to the drawings. FIG. 4 shows an embodiment of the data transfer control device of the information processing apparatus according to the present invention. This embodiment has a configuration that realizes both the first and second means. Further, in the present embodiment, both have a storage area X24 and a storage area Y which are a transfer source and a transfer destination of data.
【0020】同図において、図示していない命令実行制
御部からは指令コード、転送先アドレス、転送元アドレ
ス、レングス、ディスタンスが送出される。同図におい
て、11、12は指令コードをデコードするデコーダ、
13はデーコーダ12が指令コードをデコードし、第1
の手段に該当する命令であるとしたときに、転送元アド
レス、レングス、ディスタンスとデータ要素長から、
〔送元アドレス+(レングス/データ要素長)×ディス
タンス〕に基づいて最終転送アドレスを求め、レングス
=1信号と共に出力する最終アドレス生成手段である最
終アドレス生成機構、14はディスタンスの全ビットの
NOR論理が取られ、全ビットが0であればDista
nce=0信号を発生するディスタンス0検出手段であ
るNORゲート、15はDistance=0信号とレ
ングス=1信号との論理積を出力するアンドゲート、1
6はDistance=0信号の反転信号とレングスの
論理積を出力するアンドゲート、17は両アンドゲート
15,16出力の論理和を出力するオアゲート、18は
Distance=0信号と最終転送元アドレスとの論
理積を出力するアンドゲート、19はDistance
=0信号の反転信号と転送元アドレスとの論理積を出力
するアンドゲート、20は両アンドゲート18,19出
力の論理和を出力するオアゲートを示している。また符
号21はデータ転送制御部の一部をなし、デコーダ1
1、オアゲート20,21の出力及びディスタンスが入
力され、両記憶領域23,24のデータの格納制御を行
うストアーコントロール、符号22はデータ転送制御部
の一部をなし、デコーダ11、オアゲート20,21の
出力及びディスタンスが入力され、両記憶領域23,2
4のデータのフェッチ制御を行うフェッチコントロール
を示している。更に、本実施例では、上記フェッチコン
トロール22には、データ保持手段であり、第2の手段
を実行するときにデータ要素を格納するるデータ要素保
持機構25を設けるものとしている。In the figure, a command code, a transfer destination address, a transfer source address, a length, and a distance are sent from an instruction execution control unit (not shown). In the figure, 11 and 12 are decoders for decoding command codes,
13 indicates that the decoder 12 decodes the command code,
When it is an instruction corresponding to the means of, the transfer source address, the length, the distance and the data element length,
The final transfer address is obtained based on [source address + (length / data element length) × distance] and is output together with the length = 1 signal. The final address generation mechanism is a final address generation mechanism, and 14 is a NOR of all bits of the distance. If the logic is taken and all bits are 0
a NOR gate, which is a distance 0 detecting means for generating the nce = 0 signal, 15 is an AND gate for outputting a logical product of the Distance = 0 signal and the length = 1 signal, 1
6 is an AND gate that outputs the logical product of the inversion signal of the Distance = 0 signal and the length, 17 is an OR gate that outputs the logical sum of the outputs of both AND gates 15 and 16, and 18 is the Distance = 0 signal and the final transfer source address An AND gate that outputs a logical product, 19 is Distance
An AND gate that outputs a logical product of the inverted signal of the = 0 signal and the transfer source address, and 20 represents an OR gate that outputs a logical sum of the outputs of both AND gates 18 and 19. Further, reference numeral 21 forms a part of the data transfer control unit, and the decoder 1
1. Store control for inputting the outputs and distances of the OR gates 20 and 21 and controlling storage of data in both storage areas 23 and 24. Reference numeral 22 forms a part of the data transfer control unit, and the decoder 11 and the OR gates 20 and 21. Output and distance are input, and both storage areas 23 and 2
4 shows the fetch control for performing the fetch control of the data of No. 4. Further, in the present embodiment, the fetch control 22 is provided with a data element holding mechanism 25 which is a data holding means and which stores a data element when the second means is executed.
【0021】本実施例によれば、命令実行制御部からの
指令コードはデコーダ12によりデコードされ、これが
第1の手段に該当する命令であれば最終アドレス生成機
構13を起動し、最終転送元アドレスを求める。ディス
タンスはNORゲート14より全ビットのNOR論理が
取られ、全ビットが0であればDistance=0信
号が生成される。According to the present embodiment, the command code from the instruction execution control section is decoded by the decoder 12, and if this is an instruction corresponding to the first means, the final address generation mechanism 13 is activated to set the final transfer source address. Ask for. For the distance, NOR logic of all bits is taken from the NOR gate 14, and if all bits are 0, a Distance = 0 signal is generated.
【0022】そして、転送元アドレス、レングスはDi
stanc=0信号が1であればアンドゲート16,1
9で抑止され、代わりに最終アドレス生成機構14から
送出された最終転送アドレスが転送元アドレスに、レン
グス=1がレングスとしてアンドゲート15,18を介
して出力されストアコントロール21及びフェッチコン
トロール22に出力される。The transfer source address and length are Di
AND gate 16,1 if stanc = 0 signal is 1
9, the final transfer address sent from the final address generation mechanism 14 is output as the transfer source address, and the length = 1 is output as the length through the AND gates 15 and 18 to the store control 21 and the fetch control 22. To be done.
【0023】ここで、デコーダ12はデータ転送制御機
構の一部であり、各指令コードに従ってストアコントロ
ール21、フェッチコントロール22を作用させる。
尚、命令の仕様として、移動データの読み出し順序、書
き込み順序を保証せず、データ転送が完了した時点での
転送結果のみを保証すれば良い場合には最終転送アドレ
ス生成機構14は特に厳密なアドレス生成を行う必要は
なく、単にレングス=1を生成するだけにするなど、命
令仕様に違反しない範囲で適切なアドレスを生成すれば
良い。Here, the decoder 12 is a part of the data transfer control mechanism, and operates the store control 21 and the fetch control 22 according to each command code.
If the instruction specification does not guarantee the read order and the write order of the move data but only the transfer result at the time when the data transfer is completed, the final transfer address generation mechanism 14 uses a particularly strict address. It is not necessary to generate, and it is sufficient to generate an appropriate address within a range that does not violate the instruction specifications, such as simply generating length = 1.
【0024】次に本実施例の作動を説明する。第1の手
段を作動させる命令が実行されると、デコーダ11はス
トアコントロル21並びにフェッチコントロール22
に、またデコーダ12は最終アドレス生成機構13にそ
の解析結果を出力する。すると、最終アドレス生成機構
13は最終転送アドレスを出力する。またNORゲート
14からはDistance=0信号が出力され、各ア
ンドゲート15,16,18,19に入力され、ストア
コントロール21及びフェッチコントロール22には最
終転送元アドレスと転送先アドレスとレングス=1が入
力され、図2に示したように、転送元記憶領域(例えば
記憶領域Y21)の最終転送アドレスから1単位のデー
タ要素長のデータのみが転送先記憶領域(例えば記憶領
域X24)に転送され処理を終了する。Next, the operation of this embodiment will be described. When the instruction to activate the first means is executed, the decoder 11 causes the store control 21 as well as the fetch control 22.
In addition, the decoder 12 outputs the analysis result to the final address generation mechanism 13. Then, the final address generation mechanism 13 outputs the final transfer address. Further, the Distance = 0 signal is output from the NOR gate 14 and is input to the AND gates 15, 16, 18, and 19, and the final transfer source address, the transfer destination address, and the length = 1 are stored in the store control 21 and the fetch control 22. As shown in FIG. 2, only the data having the data element length of one unit from the final transfer address of the transfer source storage area (for example, the storage area Y21) is transferred to the transfer destination storage area (for example, the storage area X24) and processed. To finish.
【0025】また、第2の手段を実行する命令が指令コ
ードで指令され、かつ、ディスタンス=0であったとき
には、図3に示すように、フェッチコントロール22は
転送元記憶領域(例えば記憶領域X24)から格納され
ている1単位のデータ要素長のデータを読み出し、スト
アコントロール21に送る。また、そのデータをデータ
要素保持機構25にも格納する。そして、ストアコント
ロール21は転送先記憶領域(例えば記憶領域Y21)
にデータをストアする。更に、フェッチコントロール2
2は次のデータを転送元記憶領域から読み出すことな
く、データをデータ要素保持機構25から読み出し、ス
トアコントロール21に供給して、ストアコントロール
21は転送先記憶領域に指定されたレングスだけ必要な
データ要素を格納して処理を終了する。Further, when the instruction for executing the second means is instructed by the instruction code and the distance = 0, as shown in FIG. 3, the fetch control 22 has the transfer source storage area (for example, the storage area X24). ), The data of the data element length of one unit stored is read out and sent to the store control 21. The data is also stored in the data element holding mechanism 25. Then, the store control 21 stores the transfer destination storage area (for example, the storage area Y21).
Store the data in. Furthermore, fetch control 2
2 does not read the next data from the transfer source storage area, reads the data from the data element holding mechanism 25 and supplies it to the store control 21, and the store control 21 uses the data specified by the length specified in the transfer destination storage area. Store the element and end the process.
【0026】[0026]
【発明の効果】以上説明したように、本発明によれば、
情報処理装置のデータ転送制御装置をディスタンスアク
セス処理のうち、レングスに0が指定された際の無駄な
データを移動操作を行わずに高速に命令を完了できるた
め、情報処理装置の高速化を大きく寄与することができ
るという効果を奏する。。As described above, according to the present invention,
In the data transfer control device of the information processing device, in the distance access process, the instruction can be completed at high speed without performing the wasteful data movement operation when the length is designated as 0, so that the speed of the information processing device is greatly increased. The effect that it can contribute is produced. .
【図1】本発明の原理を示す図である。FIG. 1 is a diagram showing the principle of the present invention.
【図2】本発明に係る第1の手段の作動を示す図であ
る。FIG. 2 is a diagram showing the operation of the first means according to the present invention.
【図3】本発明に係る第1の手段の作動を示す図であ
る。FIG. 3 is a diagram showing the operation of the first means according to the present invention.
【図4】本発明に係る情報処理装置のデータ転送制御装
置の実施例を示す図である。FIG. 4 is a diagram showing an embodiment of a data transfer control device of an information processing device according to the present invention.
【図5】従来の情報処理装置のデータ転送制御装置の作
動の例を示す図である。FIG. 5 is a diagram showing an example of the operation of a data transfer control device of a conventional information processing device.
【図6】従来の情報処理装置のデータ転送制御装置の作
動の例を示す図である。FIG. 6 is a diagram showing an example of the operation of a data transfer control device of a conventional information processing device.
【図7】従来の情報処理装置のデータ転送制御装置のデ
ィスタンス0の場合の作動の例を示す図である。FIG. 7 is a diagram showing an example of an operation in the case of a distance 0 of a data transfer control device of a conventional information processing device.
【図8】従来の情報処理装置のデータ転送制御装置のデ
ィスタンス0の場合の作動の例を示す図である。FIG. 8 is a diagram showing an example of an operation in the case of a distance 0 of the data transfer control device of the conventional information processing device.
1 転送元記憶領域 2 転送先記憶領域 3 データ転送制御部 4 命令実行制御部 5 ディスタンス0検出手段 6 最終アドレス生成手段 7 データ保持手段 1 Transfer-source storage area 2 Transfer-destination storage area 3 Data transfer control section 4 Instruction execution control section 5 Distance 0 detection means 6 Final address generation means 7 Data holding means
Claims (2)
域(2)とを有し、転送元記憶領域(1)から転送先記
憶領域(2)に1又は複数のデータ要素からなるデータ
を転送するに際して、 転送元記憶領域(1)の転送すべきデータの最初のアド
レスを指定する転送元アドレスと、転送先記憶領域
(2)の最初のアドレスを指定する転送先アドレスと、
転送先でのデータ要素間の距離を指定するディスタンス
(間隔)と、データの総転送量を指定するレングス(転
送長)とを指定する命令実効制御部(3)と、 転送元記憶領域(1)の指定された転送元アドレスから
指定されたレングスに渡って連続した領域に配置された
データを転送先記憶領域(2)の指定された転送先アド
レスからデータ要素長ずつ、指定されたディスタンスを
保って移動させるデータ転送制御部(4)とを有する情
報処理装置において、 指定ディスタンスが0であることを検出するディスタン
ス0検出手段(5)と、 ディスタンス0検出手段(5)がディスタンス0を検出
したときに最後に書き込まれるべきデータの転送元アド
レスを生成する最終アドレス生成手段(6)とを有し、 データ転送制御部(3)はディスタンスとして0が指定
されたことを検知した際には最後に書き込まれるべきデ
ータのみを移動し、処理を終了させること特徴とする情
報処理装置のデータ転送制御装置。1. A transfer source storage area (1) and a transfer destination storage area (2) having one or a plurality of data elements from the transfer source storage area (1) to the transfer destination storage area (2). When transferring data, a transfer source address that specifies the first address of the data to be transferred in the transfer source storage area (1), and a transfer destination address that specifies the first address of the transfer destination storage area (2),
An instruction execution control unit (3) that specifies a distance (interval) that specifies a distance between data elements at a transfer destination and a length (transfer length) that specifies a total transfer amount of data, and a transfer source storage area (1 ), The data arranged in the continuous area from the specified transfer source address to the specified length is transferred from the specified transfer destination address of the transfer destination storage area (2) to the specified distance for each data element length. In an information processing device having a data transfer control unit (4) for keeping and moving, a distance 0 detection unit (5) for detecting that a designated distance is 0 and a distance 0 detection unit (5) detect a distance 0. And a final address generating means (6) for generating a transfer source address of the data to be written last when the data transfer control unit (3) A data transfer control device of an information processing device, which moves only the last data to be written when it is detected that 0 is designated as a drawer and ends the processing.
有し、転送元記憶領域から転送先記憶領域に1又は複数
のデータ要素からなるデータを転送するに際して、 転送元記憶領域(1)の転送すべきデータの最初のアド
レスを指定する転送元アドレスと、転送先記憶領域
(2)の最初の転送先アドレスと、転送元のデータ要素
間の距離を指定するディスタンス(間隔)と、データの
総転送量を指定するレングス(転送長)とを指定する命
令実効制御部と、 転送元記憶領域(1)の指定された転送元アドレスから
指定されたディスタンスを保って格納されたデータ要素
を順次読み出し、転送先記憶領域(2)の転送先アドレ
スから指定されたレングスに渡って連続したデータとし
て移動させるデータ転送制御部(3)とを有する情報処
理装置において、 指定ディスタンスが0であることを検出するディスタン
ス0検出手段(5)と、 ディスタンス0検出手段がディスタンス0を検出したと
きに転送元領域から最初に読み出したデータ要素の内容
を保持するデータ保持手段(7)とを有し、 データ転送制御部(3)は保持されたデータ要素を指定
された転送先アドレスから指定されたレングスにわたっ
て繰り返し書き込むことにより、処理を終了させること
を特徴とする情報処理装置のデータ転送制御装置。2. A transfer source storage area (1) having a transfer source storage area and a transfer destination storage area, and when transferring data consisting of one or a plurality of data elements from the transfer source storage area to the transfer destination storage area. ), The transfer source address that specifies the first address of the data to be transferred, the first transfer destination address of the transfer destination storage area (2), and the distance that specifies the distance between the transfer source data elements. An instruction execution control unit that specifies the length (transfer length) that specifies the total transfer amount of data, and a data element that is stored with the specified distance from the specified transfer source address in the transfer source storage area (1). To a data transfer control unit (3) for sequentially reading out and moving as continuous data over a specified length from the transfer destination address of the transfer destination storage area (2). The distance 0 detecting means (5) for detecting that the designated distance is 0, and the data holding for holding the contents of the data element first read from the transfer source area when the distance 0 detecting means detects the distance 0. Information including a means (7), wherein the data transfer control unit (3) ends the processing by repeatedly writing the held data element from the specified transfer destination address over the specified length. A data transfer control device of a processing device.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29989092A JP3212720B2 (en) | 1992-11-10 | 1992-11-10 | Information processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29989092A JP3212720B2 (en) | 1992-11-10 | 1992-11-10 | Information processing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH06149664A true JPH06149664A (en) | 1994-05-31 |
JP3212720B2 JP3212720B2 (en) | 2001-09-25 |
Family
ID=17878177
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP29989092A Expired - Fee Related JP3212720B2 (en) | 1992-11-10 | 1992-11-10 | Information processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3212720B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103677660A (en) * | 2012-08-30 | 2014-03-26 | 富士通株式会社 | Information processing apparatus and area release control method |
JP7140201B2 (en) * | 2018-10-23 | 2022-09-21 | 富士通株式会社 | Arithmetic processing device and method of controlling arithmetic processing device |
-
1992
- 1992-11-10 JP JP29989092A patent/JP3212720B2/en not_active Expired - Fee Related
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103677660A (en) * | 2012-08-30 | 2014-03-26 | 富士通株式会社 | Information processing apparatus and area release control method |
JP7140201B2 (en) * | 2018-10-23 | 2022-09-21 | 富士通株式会社 | Arithmetic processing device and method of controlling arithmetic processing device |
Also Published As
Publication number | Publication date |
---|---|
JP3212720B2 (en) | 2001-09-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS5852265B2 (en) | data processing equipment | |
JPH06149664A (en) | Data transfer control device for information processor | |
KR940000980A (en) | High Speed Ladder Instruction Processing Device for Programmable Logic Controller | |
JPH06103225A (en) | Chain type dma system and dma controller therefor | |
KR0153537B1 (en) | Signal processing structure preselecting memory address data | |
JPH01273132A (en) | Microprocessor | |
JPH01284926A (en) | Instruction reading system for arithmetic unit | |
KR0172309B1 (en) | An improved resistor file control apparatus | |
JPS6235142B2 (en) | ||
JPS5999552A (en) | Microcomputer | |
JPS6391756A (en) | Partial write instruction processing system for storage device | |
JPH05127903A (en) | Parallel processing micro processor | |
JPH07210456A (en) | Memory controller | |
JPS6047617B2 (en) | information processing equipment | |
JPS6327795B2 (en) | ||
JPH02153444A (en) | Memory control circuit | |
JPH0289424A (en) | Decoder | |
JPH0528036A (en) | Information processor | |
JPS60132289A (en) | Control system of data buffer | |
JPS61220045A (en) | Information processor | |
JPH05225001A (en) | Input history information storage and processing device | |
JPH03144731A (en) | Data input control device | |
JPS6047616B2 (en) | information processing equipment | |
JPS6224338A (en) | Memory access system | |
JPS61157942A (en) | Microprogram control computer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20010710 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080719 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090719 Year of fee payment: 8 |
|
LAPS | Cancellation because of no payment of annual fees |