JPH0222413B2 - - Google Patents

Info

Publication number
JPH0222413B2
JPH0222413B2 JP56118731A JP11873181A JPH0222413B2 JP H0222413 B2 JPH0222413 B2 JP H0222413B2 JP 56118731 A JP56118731 A JP 56118731A JP 11873181 A JP11873181 A JP 11873181A JP H0222413 B2 JPH0222413 B2 JP H0222413B2
Authority
JP
Japan
Prior art keywords
main memory
operand
data
flag information
flag
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
JP56118731A
Other languages
Japanese (ja)
Other versions
JPS5819954A (en
Inventor
Kazutoshi Eguchi
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
Tokyo Shibaura Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tokyo Shibaura Electric Co Ltd filed Critical Tokyo Shibaura Electric Co Ltd
Priority to JP56118731A priority Critical patent/JPS5819954A/en
Publication of JPS5819954A publication Critical patent/JPS5819954A/en
Publication of JPH0222413B2 publication Critical patent/JPH0222413B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/3004Arrangements for executing specific machine instructions to perform operations on memory
    • G06F9/30043LOAD or STORE instructions; Clear instruction

Description

【発明の詳細な説明】 本発明はSS型命令を用いた演算処理機能をも
つデータ処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a data processing device having an arithmetic processing function using SS type instructions.

従来、データ処理装置において、可変長オペラ
ンドを扱う命令は、その性質上、主メモリ上のオ
ペランドを用いて演算を行ない、その演算結果を
主メモリに再び格納する所謂SS型命令として定
義されていた。例えば事務用命令セツトは、その
扱うデータの大半が可変長データであるため、ほ
とんどSS型命令で構成されている。しかしなが
ら、その事務用命令セツトを用いて何らかの処理
を実行しようとする場合、或るオペランド(演算
結果)はいくつかの命令に連続して使用される場
合が多い。例えばパツク形式のデータ主体の演算
装置でゾーン形式の2つのデータを小数点位置を
揃えて加算を行なう場合を考えてみると、まず2
つのオペランドをパツク(Pack)し、次に何れ
かをシフト(Shift)し、桁合わせを行なつた後、
加算(Add)を行ない(必要があれば演算結果を
シフトし)、アンパツク(Uupack)してゾーン
形式にもどす。この処理を実行するためには例え
ば以下に示す〜までの処理ステツプが必要と
なる。
Conventionally, in data processing devices, instructions that handle variable-length operands have been defined as so-called SS-type instructions that perform operations using operands in main memory and store the results of the operations back in main memory. . For example, the office instruction set consists mostly of SS-type instructions because most of the data it handles is variable-length data. However, when attempting to execute some kind of processing using the office instruction set, a certain operand (operation result) is often used consecutively in several instructions. For example, if we consider the case of adding two pieces of zone format data with the decimal points aligned on a data-based arithmetic unit in pack format, first
After packing two operands, then shifting one of them, and aligning the digits,
Perform addition (shift the calculation result if necessary), and unpack (Uupack) to return to zone format. In order to execute this process, for example, the following processing steps are required.

Pack B→Y Pack A→X Shift X→X Add X+Y→X Shift X→X Unpack X→A これらはすべてSS型命令で構成される為、
はメモリリードが2オペランド分、メモリライト
が1オペランド分必要となり、他はメモリリー
ド、メモリライトがそれぞれ1オペランド分ずつ
必要であり、計メモリリード=7オペランド分、
メモリライト=6オペランド分必要となる。従つ
てメモリのリード/ライトに多大の時間が費さ
れ、演算速度を妨げる大きな原因となつていた。
Pack B→Y Pack A→X Shift X→X Add X+Y→X Shift X→X Unpack X→A Since these are all composed of SS type instructions,
requires 2 operands for memory read and 1 operand for memory write; for others, 1 operand each is required for memory read and memory write; total memory read = 7 operands.
Memory write = 6 operands are required. Therefore, a large amount of time is spent reading/writing the memory, which is a major cause of hindering the calculation speed.

本発明は上記実情に鑑みなされたもので、SS
型命令をなす命令語に、主メモリに対するオペラ
ンドのリード、ライトの要、不要を示すフラグ情
報を付加して、前記命令の実行時に前記フラグ情
報を保持し、その保持内容に従い演算実行時にお
けるオペランドのリード、ライト先(主メモリ又
は演算レジスタ部)を選択する構成とすることに
よつて、主メモリのアクセス回数を大幅に減ら
し、演算速度を著しく向上せしめることのできる
ようにしたデータ処理装置を提供することを目的
とする。
The present invention was made in view of the above circumstances, and
Flag information indicating whether it is necessary to read or write an operand to the main memory is added to the instruction word forming the type instruction, and the flag information is retained when the instruction is executed, and the operand is set according to the retained contents when the operation is executed. This data processing device is configured to select the read/write destination (main memory or arithmetic register section) of the data, thereby significantly reducing the number of accesses to the main memory and significantly improving the arithmetic speed. The purpose is to provide.

以下図面を参照して本発明の一実施例を説明す
る。ここでは、SS型命令形式をなす命令語中に、
2ビツトの特定フラグ部を持たせ、そのうちの1
ビツトの第1のフラグ情報(Flag A)にて、主
メモリからのオペランドの読出しの要、不要を指
定し、残る他の1ビツトの第2のフラグ情報
(Flag B)にて、主メモリへのオペランドの書
込みの要、不要を指定するものとする。すなわ
ち、具体的には、Flag A=“O”で主メモリか
らのオペランドの読出しを指定し、Flag A=
“1”で主メモリに代つて演算部のレジスタフア
イルからのオペランドの読出しを指定し、Flag
B=“O”で主メモリへのオペランドの書込みを
指定し、Flag B=“1”で主メモリに代つてレ
ジスタフアイルへのオペランドの書込みを指定す
るものとする。
An embodiment of the present invention will be described below with reference to the drawings. Here, in the instruction word forming the SS type instruction format,
It has a 2-bit specific flag part, one of which
The first flag information (Flag A) of the bit specifies whether it is necessary to read the operand from the main memory, and the second flag information (Flag B) of the remaining 1 bit specifies whether it is necessary to read the operand from the main memory. It shall be specified whether writing is required or not for the operand of . Specifically, Flag A="O" specifies reading of the operand from main memory, and Flag A="O" specifies reading of the operand from main memory.
"1" specifies reading of operands from the register file of the arithmetic unit instead of the main memory, and Flag
It is assumed that B="O" specifies writing of the operand to the main memory, and Flag B="1" specifies writing the operand to the register file instead of the main memory.

第1図は本発明の一実施例を示すブロツク図で
ある。図中、101乃至106は演算部(AL)
の構成要素をなすもので、101は他の演算モジ
ユール(例えば固定小数点演算制御部)等と接続
されたAバスと称されるデータバス201上のデ
ータを入力するゲートである。102はこのゲー
ト101を介して入力された第1オペランドデー
タの一部(又は全部)を貯えるレジスタである。
103は上記ゲート101より出力されるデータ
又は後述する演算器105の出力データのうち何
れか一方を選択するセレクタである。104はこ
のセレクタ103より出力される第2オペランド
データ、演算結果データ等を貯えるレジスタフア
イルである。105はこのレジスタフアイル10
4の出力データと上記レジスタ102の出力デー
タとを受けて指定演算モードに従う演算を実行す
る演算器である。106はこの演算器105の出
力データをSバスと称されるデータバス202に
出力するためのゲートである。107は上記演算
部(AL)、メモリアクセス等の各部の制御信号を
得る制御部であり、マイクロプログラムシーケン
サ、ROM、マイクロ命令レジスタ、マイクロ命
令デコーダ等で構成される。108A,108B
はこの制御部107と、上記演算部(AL)を含
めた各演算モジユールとの間で各種制御信号の受
渡しを行なうCNTバスと称されるコントロール
バス203を介して入力された前述の第1,第2
のフラグ情報Flag A,Flag Bを貯え、その内
容を制御部107に与えるフリツプフロツプであ
る。
FIG. 1 is a block diagram showing one embodiment of the present invention. In the figure, 101 to 106 are arithmetic units (AL)
A gate 101 inputs data on a data bus 201 called an A bus connected to other calculation modules (for example, a fixed-point calculation control unit). 102 is a register that stores part (or all) of the first operand data input through this gate 101.
A selector 103 selects either data output from the gate 101 or output data from an arithmetic unit 105, which will be described later. Reference numeral 104 denotes a register file for storing second operand data, operation result data, etc. output from the selector 103. 105 is this register file 10
This is an arithmetic unit that receives the output data of 4 and the output data of the register 102 and executes an operation according to a designated operation mode. 106 is a gate for outputting the output data of this arithmetic unit 105 to a data bus 202 called S bus. A control section 107 obtains control signals for each section such as the arithmetic section (AL) and memory access, and is composed of a microprogram sequencer, a ROM, a microinstruction register, a microinstruction decoder, and the like. 108A, 108B
is the above-mentioned first, Second
This is a flip-flop that stores flag information Flag A and Flag B and provides the contents to the control unit 107.

第2図は上記第1図に示す一実施例の動作を説
明するためのフローチヤートである。
FIG. 2 is a flowchart for explaining the operation of the embodiment shown in FIG. 1 above.

ここで上記第1図における一実施例の動作を第
2図に示すフローチヤートを参照しながら説明す
る。ここでは、命令のフエツチ等、演算のフエー
ズに入る前の処理は従来と同様であるため、その
説明を省略し、演算のフエーズのみの説明を行な
う。通常のSS型命令の場合は、前述の第1,第
2のフラグ情報が共に“O”(Flag A,Flag B
=“O”)となつており、従つてフリツプフロツプ
108A,108Bは共にリセツト状態となつて
いる(第2図A,D)。ここで、演算処理のフエ
ーズに入ると先ず第2オペランドがフエツチさ
れ、主メモリより読出されたオペランドデータが
データバス201、ゲート101を経てセレクタ
103に供給される。この際セレクタ103は制
御部107からの制御指令により、データバス2
01上のデータをレジスタフアイル104に入力
すべく選択制御されている。これにより、第2オ
ペランドデータはレジスタフアイル104に入力
され、格納される(第2図B)。又、この際、上
記オペランドデータを一度にリードできない場合
は、何回かに分けて転送され、格納される。次に
演算器105により、制御部107の制御の下に
演算が行なわれる(第2図C)。この際、第1オ
ペランドが演算に必要な場合は、そのオペランド
データが演算と並行して主メモリより読出され、
レジスタ102に取込まれた後、上記レジスタフ
アイル104の第2のオペランドデータと共に演
算器105に与えられる。而して演算終了後、演
算器105より出力された演算結果のデータは、
ゲート106を経てデータバス202上に出力さ
れ、主メモリに格納される(第2図F)。
The operation of the embodiment shown in FIG. 1 will now be described with reference to the flowchart shown in FIG. 2. Here, since the processing before entering the calculation phase, such as fetching an instruction, is the same as the conventional process, a description thereof will be omitted and only the calculation phase will be described. In the case of a normal SS type instruction, both the first and second flag information mentioned above are “O” (Flag A, Flag B
Therefore, flip-flops 108A and 108B are both in the reset state (FIGS. 2A and 2D). When entering the arithmetic processing phase, the second operand is first fetched, and the operand data read from the main memory is supplied to the selector 103 via the data bus 201 and gate 101. At this time, the selector 103 controls the data bus 2 by a control command from the control unit 107.
Selection control is performed so that the data on 01 is input to the register file 104. As a result, the second operand data is input to the register file 104 and stored (FIG. 2B). Also, at this time, if the operand data cannot be read at once, it is transferred and stored several times. Next, the calculation unit 105 performs calculations under the control of the control unit 107 (FIG. 2C). At this time, if the first operand is required for the operation, the operand data is read from the main memory in parallel with the operation,
After being taken into the register 102, it is given to the arithmetic unit 105 together with the second operand data in the register file 104. After the calculation is completed, the calculation result data output from the calculation unit 105 is
The signal is output via gate 106 onto data bus 202 and stored in main memory (FIG. 2F).

次にオペランド(演算結果)の主メモリへの書
込みを省略する場合の動作について説明する。こ
の動作適用例として、例えば前記した一連の命令
〜のうちのの命令(Pack A→X)が挙げ
られる。この場合は演算結果を次の命令処理で再
び使用するため、演算部(AL)内のレジスタフ
アイル104に残しておけばよく、従つて主メモ
リへの書込み動作を省略できる。この際は、前述
の第1,第2のフラグ情報Flag A,Flag Bの
うち、Flag Bのみが“1”となつて、フリツプ
フロツプ108A,108Bのうち108Bのみ
がセツトされる(第2図D)。この場合において
も演算器105による演算の実行までは上述の動
作例と同様である。次に、フリツプフロツプ10
8Bがセツトしていると、先ず割込みの発生有無
が調べられる(第2図E)。ここで割込みが発生
していた際は、制御が他のタスクに移つて別のタ
スクで再び同じ演算部(AL)が使用され、レジ
スタフアイル104に別のデータが書込まれる可
能性がある。従つてこの場合はフリツプフロツプ
108Bがセツト状態となつていても前述の動作
例と同様にして演算結果を主メモリに書込み(第
2図F)、その後、制御を割込み処理に移す。又、
上記割込みの有無を調べた際、割込みが発生して
いなければ、制御部107の制御の下にセレクタ
103が演算器105の出力をレジスタフアイル
104に入力すべく選択制御される。これによ
り、演算器105より出力された演算結果は上記
セレクタ103を経てレジスタフアイル104に
取込まれ、以降の演算処理に供される。このよう
にして、第2のフラグ情報Flag Bの指定でフリ
ツプフロツプ108Bがセツト状態にある際は、
割込みが発生していないことを確認した後、演算
結果を主メモリには書込まず、これに代つてレジ
スタフアイル104に書込む。
Next, an explanation will be given of the operation when writing of the operand (operation result) to the main memory is omitted. An example of application of this operation is, for example, the above-mentioned series of instructions (Pack A→X). In this case, since the operation result is used again in the next instruction processing, it is sufficient to leave it in the register file 104 in the operation unit (AL), and therefore the write operation to the main memory can be omitted. At this time, of the first and second flag information Flag A and Flag B, only Flag B becomes "1", and only 108B of flip-flops 108A and 108B is set (see FIG. 2D). ). In this case as well, the operation up to the execution of the calculation by the calculation unit 105 is the same as in the above-mentioned operation example. Next, flip-flop 10
If 8B is set, the occurrence of an interrupt is first checked (FIG. 2E). If an interrupt occurs here, there is a possibility that control will be transferred to another task, the same arithmetic unit (AL) will be used again by another task, and different data will be written to the register file 104. Therefore, in this case, even if the flip-flop 108B is in the set state, the operation result is written to the main memory (FIG. 2F) in the same manner as in the above-mentioned operation example, and then control is transferred to interrupt processing. or,
When checking for the presence or absence of an interrupt, if no interrupt has occurred, the selector 103 is selectively controlled to input the output of the arithmetic unit 105 to the register file 104 under the control of the control unit 107 . Thereby, the calculation result output from the calculation unit 105 is taken into the register file 104 via the selector 103, and is used for subsequent calculation processing. In this way, when the flip-flop 108B is in the set state due to the designation of the second flag information Flag B,
After confirming that no interrupt has occurred, the operation result is not written to the main memory, but instead is written to the register file 104.

次に第2オペランドのフエツチ(主メモリから
の第2オペランドの読出し)を省略する場合につ
いて述べる。この動作適用例として、例えば前述
した命令〜のうちのの命令(Shift X→
X)が挙げられる。この場合はXがレジスタフア
イル104に格納されていれば、主メモリから読
出す必要はなく、直ちに演算を開始できる。この
際は前述の第1,第2のフラグ情報Flag A,
Flag Bのうち、Flag Aのみが“1”となつて、
フリツプフロツプ108A,108Bのうち、1
08Aのみがセツトされる(第2図A)。このフ
リツプフロツプ108Aがセツト状態にあると、
制御部107の制御の下にオペランドフエツチの
処理はスキツプされ、直ちに演算の処理に制御を
移す(第2図A→C)。尚、この際、第1オペラ
ンドが演算に必要な場合は、そのオペランドデー
タが主メモリより読出され、データバス201,
ゲート101等を経てレジスタ102にラツチさ
れた後、演算器105に与えられる。このように
して、第1のフラグ情報Flag Aの指定でフリツ
プフロツプ108Aがセツト状態にある際は、主
メモリからの第2オペランドの読出しがスキツプ
され、レジスタフアイル104に貯えられたデー
タを用いて直ちに演算が開始される。
Next, a case will be described in which fetching of the second operand (reading of the second operand from the main memory) is omitted. As an application example of this operation, for example, the above-mentioned command ~ command (Shift
X). In this case, if X is stored in the register file 104, there is no need to read it from the main memory, and the calculation can be started immediately. In this case, the first and second flag information Flag A,
Of Flag B, only Flag A becomes “1”,
One of the flip-flops 108A and 108B
Only 08A is set (FIG. 2A). When this flip-flop 108A is in the set state,
Under the control of the control unit 107, the operand fetch processing is skipped and control is immediately transferred to the calculation processing (FIG. 2, A→C). At this time, if the first operand is necessary for the operation, the operand data is read from the main memory and transferred to the data bus 201,
After passing through a gate 101 and the like and latched into a register 102, it is applied to an arithmetic unit 105. In this way, when the flip-flop 108A is in the set state due to the designation of the first flag information Flag A, reading of the second operand from the main memory is skipped, and the data stored in the register file 104 is immediately used. The calculation begins.

上述したような一実施例の演算処理手段によ
り、前記したような〜の命令による演算を実
行すると、命令のXで示した部分はすべて演算部
(AL)内のレジスタフアイル104におきかえら
れる。従つて上記実施例の如く命令語にオペラン
ドのリード/ライトを指定する属性(Flag A,
Flag B)を持たせることにより、,,,
のメモリライトはすべて不要となる。また,
,,のXを読み出す為のメモリリードも不
要となる。従つてメモリアクセスは、計、メモリ
リード3オペランド分、メモリライト2オペラン
ド分のみとなり、前述の従来例に比較してメモリ
アクセス回数を大幅に削減でき、これに伴つて演
算速度の大幅な向上が計れる。
When the arithmetic processing means of the embodiment described above executes the arithmetic operations according to the instructions .about. as described above, the entire portion of the instruction indicated by X is replaced in the register file 104 in the arithmetic unit (AL). Therefore, as in the above embodiment, attributes (Flag A,
By having Flag B), ,,,
All memory writes are no longer required. Also,
There is also no need to read the memory to read out the X of , , . Therefore, the total number of memory accesses is only 3 operands for memory read and 2 operands for memory write, and the number of memory accesses can be significantly reduced compared to the conventional example described above, resulting in a significant improvement in calculation speed. It can be measured.

なお、上記の実施例ではSS型命令の特定フイ
ールドにFlag A,Bの情報を持たせるようにし
たが、例えばオペレーシヨンコードのデコード結
果により間接的にFlag A,Bを得るようにして
もよい。
In addition, in the above embodiment, information about Flags A and B is provided in the specific field of the SS type instruction, but it is also possible to obtain Flags A and B indirectly from the decoding result of the operation code, for example. .

以上詳記したように本発明のデータ処理装置に
よれば、SS型命令による演算の実行時において、
主メモリのアクセス回数を大幅に減らして、演算
速度を著しく向上させることができる。
As described in detail above, according to the data processing device of the present invention, when executing an operation using an SS type instruction,
The number of accesses to the main memory can be significantly reduced, and the calculation speed can be significantly improved.

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

第1図は本発明の一実施例を示すブロツク図、
第2図は上記一実施例の動作を説明するためのフ
ローチヤートである。 AL…演算部、101,106…ゲート、10
2…レジスタ、103…セレクタ、104…レジ
スタフアイル、105…演算器、107…制御
部、108A,108B…フリツプフロツプ、2
01,202…データバス、203…コントロー
ルバス、Flag A,Flag B…フラグ情報。
FIG. 1 is a block diagram showing one embodiment of the present invention;
FIG. 2 is a flowchart for explaining the operation of the above embodiment. AL...Arithmetic unit, 101, 106...Gate, 10
2...Register, 103...Selector, 104...Register file, 105...Arithmetic unit, 107...Control unit, 108A, 108B...Flip-flop, 2
01, 202...Data bus, 203...Control bus, Flag A, Flag B...Flag information.

Claims (1)

【特許請求の範囲】[Claims] 1 SS型命令の命令語を用いて主メモリ内の可
変長オペランドデータ相互の演算処理を行なうデ
ータ処理装置に於いて、前記命令語に対応して、
オペランドデータを主メモリから読出すか否かを
指定する第1のフラグ情報とオペランドデータを
主メモリに書き込むか否かを指定する第2のフラ
グ情報とを設け、前記命令の演算実行時に前記第
1及び第2のフラグ情報を保持する手段と、前記
命令の演算実行時にオペランドデータを一時記憶
する演算レジスタ部と、前記命令の演算実行時に
前記保持手段によつて保持された前記第1及び第
2のフラグ情報を参照し、前記メモリ又は前記演
算レジスタ部へのオペランドデータの書込み又は
読出し制御を行なう制御部とを備え、前記第1の
フラグ情報の指定により前記主メモリに代つて前
記演算レジスタ部からオペランドを読出し、前記
第2のフラグ情報の指定により前記主メモリに代
つて前記演算レジスタにオペランドを書込むこと
を特徴としたデータ処理装置。
1 In a data processing device that performs arithmetic processing on variable-length operand data in main memory using an instruction word of an SS type instruction, corresponding to the instruction word,
First flag information that specifies whether or not operand data is to be read from the main memory and second flag information that specifies whether or not to write the operand data to the main memory are provided, and the first flag information is provided when the operation of the instruction is executed. and a means for holding second flag information; an arithmetic register section for temporarily storing operand data during the execution of the operation of the instruction; and the first and second flag information held by the holding means during the execution of the operation of the instruction. a control unit that controls writing or reading of operand data to or from the memory or the arithmetic register unit by referring to the flag information of the main memory; A data processing device characterized in that the operand is read from the memory and written to the operation register instead of the main memory according to the designation of the second flag information.
JP56118731A 1981-07-29 1981-07-29 Data processing device Granted JPS5819954A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56118731A JPS5819954A (en) 1981-07-29 1981-07-29 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56118731A JPS5819954A (en) 1981-07-29 1981-07-29 Data processing device

Publications (2)

Publication Number Publication Date
JPS5819954A JPS5819954A (en) 1983-02-05
JPH0222413B2 true JPH0222413B2 (en) 1990-05-18

Family

ID=14743673

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56118731A Granted JPS5819954A (en) 1981-07-29 1981-07-29 Data processing device

Country Status (1)

Country Link
JP (1) JPS5819954A (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6029563A (en) * 1983-07-19 1985-02-14 日本軽金属株式会社 Gas occluding solid container and heat exchanger and heat pump using said container
JPS6053758A (en) * 1983-09-05 1985-03-27 工業技術院長 Heat pump system utilizing metallic hydride
JPS6062564A (en) * 1983-09-14 1985-04-10 松下電器産業株式会社 Intermittent type heat pump device
JPS61114062A (en) * 1984-11-07 1986-05-31 株式会社日本製鋼所 Air conditioner utilizing metallic hydride
JP3006204B2 (en) * 1991-09-13 2000-02-07 松下電器産業株式会社 Information processing device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5439541A (en) * 1977-09-05 1979-03-27 Hitachi Ltd Data processor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5439541A (en) * 1977-09-05 1979-03-27 Hitachi Ltd Data processor

Also Published As

Publication number Publication date
JPS5819954A (en) 1983-02-05

Similar Documents

Publication Publication Date Title
US4896259A (en) Apparatus for storing modifying data prior to selectively storing data to be modified into a register
US4740893A (en) Method for reducing the time for switching between programs
JPS6313215B2 (en)
US7546442B1 (en) Fixed length memory to memory arithmetic and architecture for direct memory access using fixed length instructions
RU2193228C2 (en) Addressing registers in data processing device
JPH03286332A (en) Digital data processor
JPH07219769A (en) Microprocessor
JPH03233630A (en) Information processor
JPS623461B2 (en)
JPH0743648B2 (en) Information processing equipment
JPH0222413B2 (en)
EP0447101B1 (en) Processor with data format-independent instructions
JPH034936B2 (en)
CA1119307A (en) Microcomputer having separate bit and word accumulators and separate bit and word instruction sets
JP3490005B2 (en) Instruction control apparatus and method
JPS60178580A (en) Instruction control system
EP0177712B1 (en) Masked data fetch and modifying device
JP2553728B2 (en) Arithmetic unit
JPS61235985A (en) Vector processor
JP2883488B2 (en) Instruction processing unit
JP3490191B2 (en) calculator
JPH07110769A (en) Vliw type computer
JPS6250855B2 (en)
JP2987281B2 (en) Processor
JP2866143B2 (en) Dynamic pipeline processing unit