JPH0512009A - Digital signal processing device - Google Patents

Digital signal processing device

Info

Publication number
JPH0512009A
JPH0512009A JP16731391A JP16731391A JPH0512009A JP H0512009 A JPH0512009 A JP H0512009A JP 16731391 A JP16731391 A JP 16731391A JP 16731391 A JP16731391 A JP 16731391A JP H0512009 A JPH0512009 A JP H0512009A
Authority
JP
Japan
Prior art keywords
instruction
register
transfer
data
index
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.)
Withdrawn
Application number
JP16731391A
Other languages
Japanese (ja)
Inventor
Chikau Yamagishi
誓 山岸
Hiroki Ichimura
宏樹 市村
Noboru Kobayashi
登 小林
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP16731391A priority Critical patent/JPH0512009A/en
Publication of JPH0512009A publication Critical patent/JPH0512009A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the number of physical steps of a program eliminating a need to insert a NOP instruction after an instruction of immediate transfer to an index register with respect to improvement of the address update method of DSP having the pipeline constitution. CONSTITUTION:A private transfer instruction LXX 8 which commands only transfer of immediate data D to index registers Xo to Xn and a private bus 7 through which immediate data D is directly transferred from a first instruction register IR1 to the index register Xn are provided. Immediate data D is transferred to the index register Xn through the private bus 7 based on the transfer instruction 8 to complete data transfer in the instruction decoding cycle.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、パイプライン処理方式
を採用したディジタル信号処理装置(以下DSPと称
す)に係り、特にインデックスレジスタの更新方法を改
善したDSPに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital signal processing device (hereinafter referred to as a DSP) adopting a pipeline processing system, and more particularly to a DSP having an improved index register updating method.

【0002】[0002]

【従来の技術】従来のDSPは、図4に示すように、命
令を逐次読み出して各部の制御を行うシーケンス制御部
1、データを格納するデータRAM2、データRAMか
らのデータを使用して所要の演算を行う演算処理部3、
データRAMや命令ROMのアドレス計算を行うアドレ
ス演算部4、これら各部の間のデータを転送する内部デ
ータバス5とを有する。
2. Description of the Related Art As shown in FIG. 4, a conventional DSP uses a sequence control unit 1 for sequentially reading out instructions to control each unit, a data RAM 2 for storing data, and data from a data RAM. An arithmetic processing unit 3 for performing an arithmetic operation,
It has an address calculation unit 4 for calculating addresses of a data RAM and an instruction ROM, and an internal data bus 5 for transferring data between these units.

【0003】シーケンス制御部1は、プログラムカウン
タPC、命令ROM IROM,2段の命令レジスタIR1,IR2 、
デコーダDECとを有し、プログラムカウンタPCの指定に
より、命令ROM32から命令が逐次読み出されて1段目
の命令レジスタIR1 にラッチされ、次のマシンサイクル
で2段目の命令レジスタIR2 に移される。 アドレス演
算部4は、複数のインデックスレジスタXO , X1 ,X
2 と、インデックスレジスタにセットするデータを選択
する入力セレクタSELX0 〜SELX2 と、いずれか
のインデックスレジスタの出力を選択して実効アドレス
をデータRAMに出力するアドレスセレクタSELX
と、インデックスレジスタの更新値がセットされる更新
値レジスタIと、実効アドレスに更新値を加えてインデ
ックスレジスタXO , X1 ,X2 の値を更新する加算器
ADDを有する。
The sequence controller 1 includes a program counter PC, an instruction ROM IROM, two-stage instruction registers IR1 and IR2,
It has a decoder DEC, and instructions are sequentially read from the instruction ROM 32 by the designation of the program counter PC, latched in the instruction register IR1 in the first stage, and transferred to the instruction register IR2 in the second stage in the next machine cycle. .. The address calculation unit 4 includes a plurality of index registers X O , X 1 , X 1 .
2 and the input selectors SELX0 to SELX2 for selecting the data to be set in the index register, and the address selector SELX for selecting the output of any one of the index registers and outputting the effective address to the data RAM.
And an update value register I to which the update value of the index register is set, and an adder ADD that adds the update value to the effective address to update the values of the index registers X O , X 1 and X 2 .

【0004】そして、インデックスレジスタXO , X
1 ,X2 にデータを転送するには、内部データバス5を
介したデータパスによって行われる。一方、DSPのデ
ータ処理は2段のパイプラインにより処理されるように
なっており、図5に示す如く、一つの命令は以下の3つ
のサイクルを経て実行される。図はプログラムカンウタ
PCで指定された命令と、二つの命令レジスタがそれぞ
れ保持する命令の推移を示すタイムチャートである。
Then, the index registers X O , X
Data transfer to 1 and X 2 is performed by a data path via the internal data bus 5. On the other hand, the DSP data processing is performed by a two-stage pipeline, and as shown in FIG. 5, one instruction is executed through the following three cycles. The figure is a time chart showing the transition of the instruction designated by the program counter PC and the instruction held in each of the two instruction registers.

【0005】命令フェッチサイクル:プログラムカウ
ンタPCの指定により、命令ROM IROM から命令が読み
出されて、サイクルの最後で第一の命令レジスタIR1 に
ラッチされる。
Instruction fetch cycle: An instruction is read from the instruction ROM IROM by the designation of the program counter PC and latched in the first instruction register IR1 at the end of the cycle.

【0006】命令デコードサイクル:第一の命令レジ
スタIR1 の命令コードをデコードして各部を制御するた
めの制御信号を発生するとともに、サイクルの最後でそ
の命令を第二の命令レジスタIR2 にラッチする。またア
ドレス演算部4では実効アドレスの算出およびアドレス
更新のためのアドレス計算を行う。
Instruction decode cycle: The instruction code of the first instruction register IR1 is decoded to generate a control signal for controlling each part, and the instruction is latched in the second instruction register IR2 at the end of the cycle. The address calculation unit 4 also calculates an effective address and an address for updating the address.

【0007】命令実行サイクル:制御信号に従って命
令処理の実行や、データの転送を行う。このサイクルで
第二の命令レジスタIR2 が保持する命令のオペランドが
内部データバス5を介して各種レジスタ等に転送され
る。
Instruction execution cycle: Execution of instruction processing and data transfer according to control signals. In this cycle, the operand of the instruction held in the second instruction register IR2 is transferred to various registers via the internal data bus 5.

【0008】ここで、例えば、図6に示すように、イミ
ディエイトデータDをインデックスレジスタX0 に転送
するデータ転送命令「LDI D,X0 」が実行される
場合を説明する。の命令デコードサイクルで命令コー
ドがデコードされ、この制御信号により、の実行サイ
クルで命令レジスタIR2 に保持されている命令のオペラ
ンドであるイミディエイトデータDが内部バス5を介し
てインデックスレジスタX0 に転送される。
Here, for example, as shown in FIG. 6, a case where a data transfer instruction "LDI D, X 0 " for transferring the immediate data D to the index register X 0 is executed will be described. The instruction code is decoded in the instruction decode cycle of, and by this control signal, the immediate data D which is the operand of the instruction held in the instruction register IR2 in the execution cycle of is transferred to the index register X 0 via the internal bus 5. It

【0009】しかし、パイプライン処理の構成上、の
実行サイクルでは、アドレス演算部において次の命令の
アドレス計算が行われる。この場合に、直前の命令によ
るデータ転送中のインデックスレジスタXO が、次の命
令のアドレス計算に使われる場合がある。例えば、次の
命令が「MOV B,(X0 +I)」即ち、インデック
スレジスタXO の保持内容で指定されるデータRAMの
番地へ汎用レジスタBのデータを転送し、インデックス
レジスタX0 の値をIだけインリクメントして置き換え
る命令の場合には、マシンサイクルでDがインデック
スレジスタX0 に転送されるため、のサイクルの最初
の時点ではXO のデータは確定しておらず、マシンサイ
クルにおける次の命令のアドレス計算で正しいX0
IがインデックスレジスタX0 にラッチされない。
However, due to the configuration of pipeline processing, in the execution cycle of, the address calculation of the next instruction is performed in the address calculation unit. In this case, the index register X O during data transfer by the immediately preceding instruction may be used for address calculation of the next instruction. For example, the next instruction is “MOV B, (X 0 + I)”, that is, the data of the general-purpose register B is transferred to the address of the data RAM designated by the contents held in the index register X O , and the value of the index register X 0 is changed. In the case of an instruction that increments and replaces only I, D is transferred to the index register X 0 in the machine cycle, so the data of X O is not fixed at the beginning of the cycle of Correct X 0 + in address calculation of next instruction
I is not latched in index register X 0 .

【0010】そこで、これを避けるため、インデックス
レジスタへのデータ転送命令の後には、無処理命令「N
OP」を挿入し、の実行サイクルでは次の命令のアド
レス計算が行なわれないようにしていた。
Therefore, in order to avoid this, after the data transfer instruction to the index register, the non-processing instruction "N
By inserting "OP", the address calculation of the next instruction is not performed in the execution cycle of.

【0011】[0011]

【発明が解決しようとする課題】上記のNOP命令の挿
入は、命令実行のプログラムステップ数が増加して、処
理時間が長くなるという問題と、特定命令の後には無処
理命令を挿入しなければならないのでプログラミングが
複雑になるるという問題がある。
The above-mentioned insertion of the NOP instruction causes a problem that the number of program steps for executing the instruction increases and the processing time becomes long, and a non-processing instruction must be inserted after the specific instruction. There is a problem that programming becomes complicated because it does not happen.

【0012】本発明は上記問題に鑑み創出されたもの
で、パイプライン構成を有するDSPにおいて、インデ
ックスレジスタへのイミディエイトデータ転送命令の後
に、NOP命令を挿入しないで済むようにすることを目
的とする。
The present invention has been made in view of the above problems, and an object of the present invention is to prevent a NOP instruction from being inserted after an immediate data transfer instruction to an index register in a DSP having a pipeline structure. ..

【0013】[0013]

【課題を解決するための手段】図1は本発明のDSPの
原理構成図である。上記課題は、図1に示すように、第
一の命令レジスタIR1 に逐次読み出される命令のデコー
ドとインデックスレジスタXを用いたアドレス計算とを
行う命令デコード処理と、デコード結果に基づいて第二
の命令レジスタIR2 が保持するイミディエイトデータを
内部データバス5を介して各種レジスタに転送する命令
実行処理とが並行して行われる2段のパイプライン構成
のディジタル信号処理装置において、イミディエイトデ
ータDをインデックスレジスタXn に転送することのみ
を指令する専用転送命令8(例えばLXX)と、イミデ
イエイトデータDを第一の命令レジスタIR1 からインデ
ックスレジスタXn に直接転送する専用バス7とを設
け、該専用転送命令8に基づくインデックスレジスタX
n へのイミディエイトデータDの転送を前記専用バス7
を介して行うことにより命令デコードサイクル内で完了
させるようにしたことを特徴とする本発明のディジタル
信号処理装置により解決される。
FIG. 1 is a block diagram showing the principle of the DSP of the present invention. The above-mentioned problem is, as shown in FIG. 1, an instruction decoding process for decoding an instruction sequentially read to the first instruction register IR1 and an address calculation using the index register X, and a second instruction based on the decoding result. In a digital signal processing device having a two-stage pipeline structure in which instruction execution processing for transferring immediate data held in the register IR2 to various registers via the internal data bus 5 is performed in parallel, the immediate data D is transferred to the index register Xn. The dedicated transfer instruction 8 (for example, LXX) for instructing only the transfer to the index register Xn and the dedicated bus 7 for directly transferring the immediate data D from the first instruction register IR1 to the index register Xn are provided. Index register X based on
Transfer of the immediate data D to the dedicated bus 7
It is solved by the digital signal processing device of the present invention, which is characterized in that it is completed within the instruction decoding cycle by performing the processing via.

【0014】[0014]

【作用】インデックスレジスタXnへのデータ転送がイ
ミディエイトデータの場合には、第一の命令レジスタIR
1 から専用バス7を介して、インデックスレジスタXn
へデータ転送が直接行われ、第二の命令レジスタIR2 と
内部データバス5とを介さないので、命令デコードサイ
クル内で転送が完了する。即ち、該命令の実行は命令デ
コードサイクル内で行われるので、次の命令のアドレス
計算時のインデックスレジスタの使用に対して影響しな
い。従って、イミディエイトデータ置数命令の後にNO
P命令を挿入する必要がなくなり、プログラムのステッ
プ数を減らすことができ,またプログラミングが容易に
なる。
When the data transfer to the index register Xn is immediate data, the first instruction register IR
Index register Xn from 1 via dedicated bus 7
Since the data transfer is directly performed to the second instruction register IR2 and the internal data bus 5, the transfer is completed within the instruction decode cycle. That is, since the instruction is executed within the instruction decode cycle, it does not affect the use of the index register when calculating the address of the next instruction. Therefore, after the immediate data number command,
There is no need to insert the P instruction, the number of steps in the program can be reduced, and programming becomes easy.

【0015】[0015]

【実施例】以下添付図により本発明の実施例を説明す
る。図2は、本発明のDSPの要部を示すブロック図、
図3は本発明によるLXX命令実行時のタイムチャート
である。なお、全図を通じて、同一符号は同一対象物を
表す。
Embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 2 is a block diagram showing a main part of the DSP of the present invention,
FIG. 3 is a time chart when the LXX instruction is executed according to the present invention. Note that the same reference numeral represents the same object throughout the drawings.

【0016】本発明のDSPの特徴は、アドレス演算部
の各レジスタにイミディートデータを転送する専用バス
と、その処理を指令する専用の転送命令を設けたことに
あり、それ以外の構成および機能は、図4で前述した従
来例と同じであるので説明を省略する。
A feature of the DSP of the present invention is that a dedicated bus for transferring immediate data and a dedicated transfer instruction for instructing its processing are provided in each register of the address operation unit, and other configurations and functions are provided. 4 is the same as the conventional example described above with reference to FIG.

【0017】図2において、従来の汎用レジスタへのイ
ミディエイトデータ転送命令LDIとは別に、インデッ
クスレジスタおよび更新レジスタへのイミディエイトデ
ータ転送を指示する専用の転送命令8(例えば「LXX
D,Xn 」:インデックスレジスタXn にイミディエ
イトデータDを転送する)を新たに設ける。そして、ハ
ードウエアには、第一の命令レジスタIR1から各インデ
ックスレジスタX0 〜X2 および更新値レジスタIに命
令のオペランドのみを直送する専用のバス7を内部デー
タバス5とは別に設け、各レジスタに対応して設けられ
ている入力セレクタSELXn を3入力にしてその一つ
に入力する。また、アドレス加算器ADDに入力するアド
レス更新値として、更新値レジスタI のデータとは別に
イミディエートデータが使えるようにするため、更新値
セレクタSELDを新たに設ける。各入力セレクタはLXX
命令デコード出力信号で制御されて、複数の入力データ
から選択されたデータがインデックスレジスタにラッチ
されるようにする。なお、シーケンス制御部1のデコー
ダDEC は通常、命令実行サイクルまでデコードされた
制御信号を保持するためのフリップフロップ回路を有す
るが、LXXをデコードする部分はデコーダ内部の組合
せ論理回路のみで構成し、マシンサイクルの時間内に
デコード出力が得られるようにする。
In FIG. 2, in addition to the conventional immediate data transfer instruction LDI to a general-purpose register, a dedicated transfer instruction 8 (for example, "LXX" for instructing immediate data transfer to an index register and an update register is provided.
D, Xn ": Immediate data D is transferred to the index register Xn). Then, the hardware provided separately from the first instruction register IR1 internal data bus 5 a dedicated bus 7 to direct only the operand of the instruction to each index register X 0 to X 2 and the update value register I, the The input selector SELXn provided corresponding to the register is set to three inputs and one of them is input. Further, an update value selector SELD is newly provided so that immediate data can be used separately from the data of the update value register I as the address update value input to the address adder ADD. Each input selector is LXX
Controlled by the instruction decode output signal, the data selected from the plurality of input data is latched in the index register. Note that the decoder DEC of the sequence control unit 1 normally has a flip-flop circuit for holding the decoded control signal until the instruction execution cycle. Make sure the decode output is available within the machine cycle time.

【0018】図3は、上記構成になるDSPで専用転送
命令LXXを実行した時のタイムチャートである。マシ
ンサイクルで、イミディエイトデータDをインデック
スレジスタX0 に転送する命令「LXX D,X0
が、プログラムカウンタの指定により第一の命令レジス
タIR1 にフェッチされる。マシンサイクルで、命令の
オペランドDが専用バス7を介して入力セレクタSEL
X0 に入力され、この命令コードのデコード信号に基づ
いてSELX0 はこの入力Dを選択するので、インデッ
クスレジスタX0 はマシンサイクルの最後にDをラッ
チして処理を完了する。このサイクルで、インデック
スレジスタX0 を用いるアドレス計算を含む次の命令
「MOV B,(X0 +I)」がフェッチされ、サイク
ルでアドレス計算が行われるが、この時には、インデ
ックスレジスタX0 には、正規の数値Dがラッチされて
いるので、X0 の内容はD+Iに正しく更新される。
FIG. 3 is a time chart when the dedicated transfer instruction LXX is executed by the DSP having the above configuration. An instruction "LXX D, X 0 " that transfers immediate data D to the index register X 0 in a machine cycle
Is fetched into the first instruction register IR1 by the program counter designation. In the machine cycle, the operand D of the instruction is input through the dedicated bus 7 to the input selector SEL.
Is input to the X0, since SELX0 based on the decoding signal of the instruction code to select the input D, the index register X 0 completes the processing by latching the end D of the machine cycle. In this cycle, the next instruction “MOV B, (X 0 + I)” including the address calculation using the index register X 0 is fetched, and the address calculation is performed in the cycle. At this time, the index register X 0 contains Since the regular number D has been latched, the contents of X 0 are correctly updated to D + I.

【0019】なお、更新値セレクタSELDを新たに設け、
命令レジスタIR1 からの専用バス7をこの更新値セレク
タにも入力して、LXX命令で制御することにより、イ
ンデックスレジスタの更新が更新値レジスタIの値のみ
でなく、イミディエイトデータDでも可能となり、プロ
グラムのステップ数を減らすことができる。
An update value selector SELD is newly provided,
By inputting the dedicated bus 7 from the instruction register IR1 to this update value selector and controlling it with the LXX instruction, the index register can be updated not only by the value of the update value register I but also by the immediate data D. The number of steps can be reduced.

【0020】また、内部バスを介してインデックスレジ
スタに数値をセットする従来の転送命令も残しておくの
で、従来のプログラムで従来同様に動作させることもで
きる。
Further, since the conventional transfer instruction for setting a numerical value in the index register is also left via the internal bus, the conventional program can be operated as in the conventional case.

【0021】以上説明した如く、本発明によれば、イン
デックスレジスタをイミディエイトデータの転送により
更新する際の命令ステップ数を減らすことができ、また
イミディエイトデータの累算による更新が可能となっ
た。また従来の方式を残すことによって、LDI D,
0 命令とNOP命令との組合せを用いた従来のプログ
ラムを変更することなく実行することもでき、プログラ
ミングの混乱を回避することも可能となる。
As described above, according to the present invention, it is possible to reduce the number of instruction steps when updating the index register by transferring the immediate data, and it is possible to update the immediate register by accumulating the immediate data. In addition, by leaving the conventional method, LDI D,
A conventional program using a combination of an X 0 instruction and a NOP instruction can be executed without modification, and it is possible to avoid confusion in programming.

【0022】[0022]

【発明の効果】以上説明した如く本発明によれば、パイ
プライン構成を有するDSPにおいて、インデックスレ
ジスタへのイミディエイトデータ転送命令の後に、NO
P命令を挿入しないで済むので、プログラムのステップ
数を削減できるという効果がある。
As described above, according to the present invention, in a DSP having a pipeline structure, after the immediate data transfer instruction to the index register, NO is output.
Since it is not necessary to insert the P instruction, there is an effect that the number of steps of the program can be reduced.

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

【図1】 本発明のDSPの原理構成図FIG. 1 is a principle configuration diagram of a DSP of the present invention.

【図2】 本発明のDSPの要部を示す図FIG. 2 is a diagram showing a main part of a DSP of the present invention.

【図3】 本発明によるLXX命令実行時のタイムチャ
ート
FIG. 3 is a time chart when executing an LXX instruction according to the present invention.

【図4】 従来のDSPの要部を示す図FIG. 4 is a diagram showing a main part of a conventional DSP.

【図5】 パイプライン処理方式における命令レジスタ
の内容推移のタイムチャート
FIG. 5 is a time chart of transition of contents of instruction register in pipeline processing method.

【図6】 従来技術の問題点を示すタイムチャートFIG. 6 is a time chart showing problems of the conventional technology.

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

1─シーケンス制御部、2─データRAM、3─演算処
理部、4─アドレス演算部、5─内部データバス、7─
専用バス、8─専用転送命令、Xn ─インデックスレジ
スタ、IR1 ─第一の命令レジスタ、IR2 ─第二の命令レ
ジスタ
1-Sequence control unit, 2-Data RAM, 3-Operation processing unit, 4-Address operation unit, 5-Internal data bus, 7-
Dedicated bus, 8-dedicated transfer instruction, Xn-index register, IR1-first instruction register, IR2-second instruction register

Claims (1)

【特許請求の範囲】 【請求項1】 第一の命令レジスタ(IR1) に逐次読み出
される命令のデコードとインデックスレジスタ(Xn)を
用いたアドレス計算とを行う命令デコード処理と、デコ
ード結果に基づいて第二の命令レジスタ(IR2) が保持す
るイミディエイトデータを内部データバス5を介して各
種レジスタに転送する命令実行処理とが並行して行われ
る2段のパイプライン構成のディジタル信号処理装置に
おいて、 イミディエイトデータ(D) を前記インデックスレジス
タ(Xn)に転送することのみを指令する専用転送命令
(8) と、前記イミデイエイトデータDを前記第一の命令
レジスタ(IR1) からインデックスレジスタ(Xn)に直接
転送する専用バス(7) とを設け、該転送命令(8) に基づ
く前記インデックスレジスタ(Xn)への前記イミディエ
イトデータ(D)の転送を、前記専用バス(7) を介して
行うことにより命令デコードサイクル内で完了させるよ
うにしたことを特徴とするディジタル信号処理装置。
Claim: What is claimed is: 1. An instruction decoding process for decoding an instruction sequentially read to a first instruction register (IR1) and an address calculation using an index register (Xn), and based on a decoding result. In a digital signal processing device of a two-stage pipeline configuration in which the immediate data held in the second instruction register (IR2) is transferred in parallel to the instruction execution processing for transferring it to various registers via the internal data bus 5, Dedicated transfer instruction for instructing only transfer of data (D) to the index register (Xn)
(8) and a dedicated bus (7) for directly transferring the immediate data D from the first instruction register (IR1) to the index register (Xn) are provided, and the index based on the transfer instruction (8) is provided. A digital signal processing device characterized in that the transfer of the immediate data (D) to a register (Xn) is completed within an instruction decode cycle by performing the transfer via the dedicated bus (7).
JP16731391A 1991-07-09 1991-07-09 Digital signal processing device Withdrawn JPH0512009A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16731391A JPH0512009A (en) 1991-07-09 1991-07-09 Digital signal processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16731391A JPH0512009A (en) 1991-07-09 1991-07-09 Digital signal processing device

Publications (1)

Publication Number Publication Date
JPH0512009A true JPH0512009A (en) 1993-01-22

Family

ID=15847436

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16731391A Withdrawn JPH0512009A (en) 1991-07-09 1991-07-09 Digital signal processing device

Country Status (1)

Country Link
JP (1) JPH0512009A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100388943B1 (en) * 2000-10-23 2003-06-25 아스텔 주식회사 Apparatus for processing immediate data on a DSP
US11314505B2 (en) 2020-04-08 2022-04-26 Fujitsu Limited Arithmetic processing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100388943B1 (en) * 2000-10-23 2003-06-25 아스텔 주식회사 Apparatus for processing immediate data on a DSP
US11314505B2 (en) 2020-04-08 2022-04-26 Fujitsu Limited Arithmetic processing device

Similar Documents

Publication Publication Date Title
US4539635A (en) Pipelined digital processor arranged for conditional operation
US5313644A (en) System having status update controller for determining which one of parallel operation results of execution units is allowed to set conditions of shared processor status word
JPS633337B2 (en)
JPS6351287B2 (en)
JPH03286332A (en) Digital data processor
US4598358A (en) Pipelined digital signal processor using a common data and control bus
US4580238A (en) Arithmetic operating system
US5479620A (en) Control unit modifying micro instructions for one cycle execution
US5586337A (en) Programmable controller with timing control
JPH0512009A (en) Digital signal processing device
JP2577023B2 (en) Address extension control method for information processing equipment
US20020083293A1 (en) Register file circuitry
JP3055139B2 (en) Micro program control method
JP3000857B2 (en) Programmable controller
JPH024010B2 (en)
JPH0793151A (en) Instruction supplying device
JP2825315B2 (en) Information processing device
JPS63298633A (en) Instruction fetching control system in pipeline processor
JPH06162067A (en) Device and method for controlling vector instruction
JPH04338825A (en) Arithmetic processor
KR100515039B1 (en) Pipeline status indicating circuit for conditional instruction
JP2856373B2 (en) Data processing device
JPH04251332A (en) Arithmetic processor
JPH07191845A (en) Immediate data transfer device
JPS5927351A (en) Data processing device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19981008