JPS628817B2 - - Google Patents

Info

Publication number
JPS628817B2
JPS628817B2 JP55124091A JP12409180A JPS628817B2 JP S628817 B2 JPS628817 B2 JP S628817B2 JP 55124091 A JP55124091 A JP 55124091A JP 12409180 A JP12409180 A JP 12409180A JP S628817 B2 JPS628817 B2 JP S628817B2
Authority
JP
Japan
Prior art keywords
data
bits
register
shift
output
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
Application number
JP55124091A
Other languages
English (en)
Other versions
JPS5750049A (en
Inventor
Isamu Yamazaki
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 JP55124091A priority Critical patent/JPS5750049A/ja
Priority to EP81106650A priority patent/EP0047440B1/en
Priority to DE8181106650T priority patent/DE3170846D1/de
Priority to US06/296,859 priority patent/US4472788A/en
Priority to CA000385404A priority patent/CA1175154A/en
Publication of JPS5750049A publication Critical patent/JPS5750049A/ja
Publication of JPS628817B2 publication Critical patent/JPS628817B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C19/00Digital stores in which the information is moved stepwise, e.g. shift registers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/01Methods or arrangements for data conversion without changing the order or content of the data handled for shifting, e.g. justifying, scaling, normalising
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/01Methods or arrangements for data conversion without changing the order or content of the data handled for shifting, e.g. justifying, scaling, normalising
    • G06F5/015Methods or arrangements for data conversion without changing the order or content of the data handled for shifting, e.g. justifying, scaling, normalising having at least two separately controlled shifting levels, e.g. using shifting matrices

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Executing Machine-Instructions (AREA)
  • Shift Register Type Memory (AREA)

Description

【発明の詳細な説明】 本発明はデータのシフトを高速に行なうことが
できるシフト回路に関する。
従来、データのシフトにはシフトレジスタが一
般に利用されてきたが、通常のシフトレジスタは
1サイクルで1ビツトのシフトを行なうものであ
るため、例えばmビツトのシフトにはmサイクル
を必要としていた。これに対し、データのシフト
を高速に行なうシフターを備えた計算機が開発さ
れている。例えば第1図はn(=8)ビツトの入
力データに対しm(<n)ビツトまでのシフトを
1サイクルで行なうシフターを示し、多数のデー
タセレクタ(DS)を継続接続してなるものであ
る。入力線1から8ビツトのデータを供給し、制
御線2にシフト量mを指定する3ビツトのデータ
及び制御線3に右シフトか左シフトかを指定する
データを与えることによつて、右シフトの場合に
は出力線4にmビツト右シフトされたデータが1
サイクルで得られ、また左シフトの場合には出力
線5にmビツト左シフトされたデータが1サイク
ルで得られる。
しかしながら、このようなシフターを用いても
多倍長データ(2nビツト、3nビツト、…)のm
ビツトシフトは次に示すように大変であつた。
例 1 夫々nビツトのA,Bなるデータを連結してm
(<n)ビツト右シフトする場合 なお、データA,Bは夫々計算機のAレジス
タ、Bレジスタに格納されており、更に別のCレ
ジスタも用いられる。
Bレジスタの内容をシフターによりmビツト
右へシフトしてBレジスタへ格納する(Bレジ
スタの左mビツトはすべて0となる)。
n−mをlとする。
Aレジスタの内容をシフターによりlビツト
左へシフトして、Cレジスタにしまう。
Cレジスタの内容とBレジスタの内容との論
理和を求める演算を実行してその結果をBレジ
スタに格納する。
Aレジスタの内容をシフターによりmビツト
右へシフトしてAレジスタへ格納する(終
り)。
このようにnビツトデータは1サイクルでシフ
トが完了するにもかかわらず、2nビツトのデー
タは5サイクルを要する。
例 2 夫々nビツトのA,Bなるデータを連結してm
(0≦m<2n)ビツトの右シフトを行なう場合 m<nならステツプへ、m≧nならばステ
ツプへ行く。
〓 (例1)に同じ m−nをKとする。
AをKビツト右シフトしてBレジスタに格納
する。
Aレジスタに0を格納する。(終り)。
この場合には、m<nで6ステツプ、m≧nで
4ステツプを必要とする。
例 3 データA,Bを連結してm(0≦m<2n)ビ
ツト右ローテイトを行なう場合 m<nならば0ステツプへ、m≧nならば
ステツプへ行く。
m←m−nとする。
C←B B←A AとBの入れかえ A←C n−m=lとする。
Bをlビツト左シフトし、Cレジスタへ格納
する。
Bをmビツト右シフトし、Bレジスタへ格納
する。
Aをlビツト左シフトし、Dレジスタへ格納
する。
D及びBレジスタの内容の論理和をBレジス
タへ格納する。
Aをmビツト右シフトし、Aレジスタへ格納
する。
C及びAレジスタの内容の論理和をAレジス
タへ格納する(終り)。
この例ではシフターを利用するメリツトがほと
んどなくなつてしまう。
本発明は上記事情に鑑みて、多倍長データのシ
フトを高速化できるシフト回路を提供することを
目的とする。
本発明は、第1図に示したようなnビツトの入
力データをシフト量データで指定されたm(<
n)ビツトだけシフトしてnビツトの第1出力デ
ータ及びnビツトの第2出力データとを出力可能
なシフターと、シフト方向に応じて第1又は第2
の出力データのうちの一方を選択的に出力するた
めデータセレクタと、このデータセレクタによつ
て選択されなかつたデータを格納するnビツトの
一時レジスタとを備えたことを特徴とするもので
ある。
第2図に本発明の一実施例を示す。
10はシフターであり、多数のデータセレクタ
DSが4段に縦続接続されている。シフトされる
n=8ビツトの入力データは入力線11から第1
段目のDS群へ供給される。入力データに対する
シフト量mは2進数のデータとして制御線12か
ら供給され、シフト方向は制御線13から供給さ
れる。ここでは左シフトの場合制御線13は
“1”となり、右シフトの場合に制御線13は
“0”となるものとする。シフター10は2n本の
データ出力線を有し、n本の出力線14は右シフ
トが指定された場合に選択され、入力データをm
ビツト右シフトしたデータが得られる。n本の出
力線15は左シフトが指定された場合に選択さ
れ、入力データをmビツト左シフトしたデータが
得られる。なお、各DSは第1図の右下に示すよ
うに、S=1のとき図示左入力を選択(C=a)
し、S=0のとき図示右入力を選択(C=b)す
るものである。
20,21は夫々出力線14,15のいずれか
一方を選択するためのデータセレクタ(DS)で
ある。DS20,21は回路22によつて相補的
選択を行なう。すなわち、DS20が出力線14
を選択した場合にDS21は出力線15を選択す
る。逆にDS20が出力線15を選択した場合に
はDS21が出力線14を選択する。DS20の出
力はOR回路23の一入力となる。DS21の出力
はnビツトからなるQレジスタ24に供給され
る。Qレジスタ24はシフター10の1サイクル
に対応するクロツクに応答してDS21の出力を
格納する。このQレジスタ24の出力はOR回路
23の他入力となつている。Qレジスタ24は図
示しない機構によりその内容をクリアすることが
できる。Qレジスタ24がクリアされた状態で
は、OR回路23が得られる出力データは、入力
データをm(<8)ビツトシフトしたデータであ
る。すなわち、nビツトのデータのみをシフトす
る場合は、第1図と同様に、1サイクルでm(<
n)ビツトシフトされたデータが得られる。しか
しながら、Qレジスタ24の利用により倍長デー
タのシフトを高速化できる。
すなわち、本実施例で上記(例1)と同様に、
夫々nビツトのA,Bなるデータを連結してm
(<n)ビツト右シフトする場合は次2ステツプ
で実現できる。
Aレジスタの内容を(本シフト回路で)mビ
ツト右へシフトし、その出力をAレジスタへ格
納する。
Bレジスタの内容を(本シフト回路で)mビ
ツト右へシフトし、その出力をBレジスタへ格
納する。
但し、ステツプの前にQレジスタ24はクリ
アされているものとする。上記ステツプでは、
図示しないAレジスタからデータAが出力線11
が与えられるとともに、制御線12にシフト数m
及び制御線13に“0”が与えられる。したがつ
て、DS20は出力線14を選択しデータAを右
へmビツトシフトしたデータがOR回路23に供
給される。一方Qレジスタ24はクリアされてい
るのでOR回路23の出力はデータAを右へmビ
ツトシフトしたデータそのものとなりこれをAレ
ジスタに格納すればよい。このときDS21は出
力線14を選択するのでステツプの結果Qレジ
スタ24にはデータAを左へn−mビツトシフト
したデータがセツトされたことになる。この状態
でステツプを行なうと、図示しないBレジスタ
のデータBが入力線11に与えられ、制御線1
2,13はステツプと同じ状態となる。したが
つてDS20は出力線14を選択しOR回路23に
データBを右へmビツトシフトしたデータ(した
がつて左側の(n−m)ビツトはall 0)を供給
する。このときQレジスタ24からは上記したデ
ータを左へn−mビツトシフトしたデータ(した
がつて右側のmビツトはall 0)が供給されてい
るので、OR回路23の出力データは左側(n−
m)ビツトがデータAのmビツト右シフトでレジ
スタAから追い出された部分かつ右側mビツトが
データBのmビツト右シフトで残された部分とな
り、これがBレジスタに格納されれば倍長シフト
が完了する。
第3図は本発明の他の実施例を示すもので、第
2図に示す実施例の構成に加えて、DS20の出
力又はnビツト全てが0なるデータのいずれかを
選択するDS25及び、倍長指定又はローテイト
指定を行なうための回路26とが設けられる。ま
たn≦m<2nなるシフト量mを与えるように制
御線12も付加されている。
本実施例によれば、上記(例2)のように、
夫々nビツトからなるデータA,Bを連結してm
(0≦m<2n)ビツトの右(左)シフトを行なう
場合には次の2ステツプで実現できる。なお、予
じめQレジスタ24はクリアされているものとす
る。
データAを右(左)へmビツト倍長シフト
し、その出力をAレジスタへ格納する。
データBを右(左)へmビツト倍長シフト
し、その出力をBレジスタへ格納する。
また、上記(例3)のように、夫々nビツトか
らなるデータA,Bを連結してm(0≦m<
2n)ビツト右(左)ローテイトする場合には次
の3ステツプで実現できる。
データAを右(左)へmビツト倍長ローテイ
トし、出力をAレジスタへ格納する。
データBを右(左)へmビツト倍長ローテイ
トし、出力をAレジスタへ格納する。
Qレジスタの内容とAレジスタの内容との論
理和を求め、これをAレジスタへ格納する。
以上のように本発明によれば倍長のシフトやロ
ーテイトのステツプ数を減少し高速化できる。シ
フト量mがビツト数nより小さい(m<n)なら
ばK倍長のシフトが上記のステツプのK回繰り
返して実現できる。また1倍長のローテイトのス
テツプ数も減る。
なお、上記実施例では1サイクルでシフト可能
なシフターとしてデータセレクタを縦続接続した
ものを用いたがマトリクス形その他のシフターを
利用することもできる。
また第1データと第2データとが明確に分離す
るように入力データの入口に1段データセレクタ
を追加した(第1図に較べて)が、他の方法例え
ばシフターの出力側を工夫することによつても可
能である。
【図面の簡単な説明】
第1図はシフターを説明する図、第2図は本発
明の一実施例を示す図、第3図は本発明の他の実
施例を示す図である。 10…シフター、20,21…データセレク
タ、23…OR回路、24…Qレジスタ。

Claims (1)

  1. 【特許請求の範囲】 1 nビツトからなる入力データを数ビツトのシ
    フト量データで指定されたm(<n)ビツトだけ
    シフトしてnビツトの第1出力データ及びnビツ
    トの第2出力データとを出力可能なシフターと、 シフト方向に応じて前記第1又は第2の出力デ
    ータのうちの一方を選択的に出力するためのデー
    タセレクタと、 このデータセレクタによつて選択されなかつた
    データを格納するnビツトの一時レジスタと、 前記データセレクタの出力と前記一時レジスタ
    の内容との論理和を求める回路とを有することを
    特徴とする多倍長データのシフト回路。
JP55124091A 1980-09-09 1980-09-09 Shifting circuit Granted JPS5750049A (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP55124091A JPS5750049A (en) 1980-09-09 1980-09-09 Shifting circuit
EP81106650A EP0047440B1 (en) 1980-09-09 1981-08-26 Shift circuit
DE8181106650T DE3170846D1 (en) 1980-09-09 1981-08-26 Shift circuit
US06/296,859 US4472788A (en) 1980-09-09 1981-08-27 Shift circuit having a plurality of cascade-connected data selectors
CA000385404A CA1175154A (en) 1980-09-09 1981-09-08 Shift circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP55124091A JPS5750049A (en) 1980-09-09 1980-09-09 Shifting circuit

Publications (2)

Publication Number Publication Date
JPS5750049A JPS5750049A (en) 1982-03-24
JPS628817B2 true JPS628817B2 (ja) 1987-02-25

Family

ID=14876697

Family Applications (1)

Application Number Title Priority Date Filing Date
JP55124091A Granted JPS5750049A (en) 1980-09-09 1980-09-09 Shifting circuit

Country Status (5)

Country Link
US (1) US4472788A (ja)
EP (1) EP0047440B1 (ja)
JP (1) JPS5750049A (ja)
CA (1) CA1175154A (ja)
DE (1) DE3170846D1 (ja)

Families Citing this family (60)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58184649A (ja) * 1982-04-22 1983-10-28 Toshiba Corp シフト回路
JPS5995647A (ja) * 1982-11-24 1984-06-01 Nec Corp 可変ビツト数シフタ
US4583197A (en) * 1983-06-30 1986-04-15 International Business Machines Corporation Multi-stage pass transistor shifter/rotator
JPH0736149B2 (ja) * 1984-02-10 1995-04-19 株式会社日立製作所 シフトフラグ生成回路
JPS6132139A (ja) * 1984-07-24 1986-02-14 Nec Corp 双方向バレルシフト回路
JPH0721757B2 (ja) * 1984-12-19 1995-03-08 株式会社日立製作所 情報処理装置
US4984189A (en) * 1985-04-03 1991-01-08 Nec Corporation Digital data processing circuit equipped with full bit string reverse control circuit and shifter to perform full or partial bit string reverse operation and data shift operation
JPS62143130A (ja) * 1985-12-17 1987-06-26 Mitsubishi Electric Corp 中央処理装置
US4797852A (en) * 1986-02-03 1989-01-10 Intel Corporation Block shifter for graphics processor
CA1265254A (en) * 1986-02-24 1990-01-30 Thomas Ralph Woodward Programmably controlled shifting mechanism in a programmable unit having variable data path widths
JPS63225822A (ja) * 1986-08-11 1988-09-20 Toshiba Corp バレルシフタ
US4782457A (en) * 1986-08-18 1988-11-01 Texas Instruments Incorporated Barrel shifter using bit reversers and having automatic normalization
US4905178A (en) * 1986-09-19 1990-02-27 Performance Semiconductor Corporation Fast shifter method and structure
JPS6382513A (ja) * 1986-09-26 1988-04-13 Toshiba Corp バレルシフタ
JPS6386024A (ja) * 1986-09-30 1988-04-16 Toshiba Corp バレルシフタ
JPS6398729A (ja) * 1986-10-15 1988-04-30 Fujitsu Ltd バレルシフタ
JPS63284636A (ja) * 1987-05-18 1988-11-21 Matsushita Electric Ind Co Ltd シフト回路
US4905175A (en) * 1988-12-05 1990-02-27 General Electric Company Digit-serial shifters constructed from basic cells
US4931970A (en) * 1989-01-13 1990-06-05 International Business Machines Corporation Apparatus for determining if there is a loss of data during a shift operation
US5379351A (en) * 1992-02-19 1995-01-03 Integrated Information Technology, Inc. Video compression/decompression processing and processors
US5020013A (en) * 1989-09-29 1991-05-28 Cyrix Corporation Bidirectional variable bit shifter
US5027300A (en) * 1989-12-20 1991-06-25 Bull Hn Information Systems Inc. Two level multiplexer circuit shifter apparatus
JPH0421025A (ja) * 1990-05-15 1992-01-24 Toshiba Corp 左右シフタ
US5627776A (en) * 1991-01-31 1997-05-06 Sony Corporation Data processing circuit
JPH04245535A (ja) * 1991-01-31 1992-09-02 Sony Corp 演算回路
JPH05134848A (ja) * 1991-03-06 1993-06-01 Fujitsu Ltd 中央処理装置のデータシフト回路
EP0800133A1 (en) * 1992-01-24 1997-10-08 Digital Equipment Corporation Databus parity and high speed normalization circuit for a massively parallel processing system
EP0577813B1 (en) * 1992-01-24 1998-03-25 Digital Equipment Corporation Databus parity and high speed normalization circuit for a massively parallel processing system
US6965644B2 (en) * 1992-02-19 2005-11-15 8×8, Inc. Programmable architecture and methods for motion estimation
US5309382A (en) * 1992-10-01 1994-05-03 Silicon Graphics, Inc. Binary shifter
US5379240A (en) * 1993-03-08 1995-01-03 Cyrix Corporation Shifter/rotator with preconditioned data
WO1994020900A1 (en) * 1993-03-12 1994-09-15 Integrated Information Technology, Inc. Video compression/decompression processing and processors
US5619722A (en) * 1994-01-18 1997-04-08 Teramar Group, Inc. Addressable communication port expander
JPH07281870A (ja) * 1994-02-18 1995-10-27 Matsushita Electric Ind Co Ltd シフト演算装置及びシフト演算方法
US5559730A (en) * 1994-02-18 1996-09-24 Matsushita Electric Industrial Co., Ltd. Shift operation unit and shift operation method
US5844825A (en) * 1996-09-03 1998-12-01 Wang; Song-Tine Bidirectional shifter circuit
US6035310A (en) * 1997-12-19 2000-03-07 Advanced Micro Devices, Inc. Method and circuit for performing a shift arithmetic right operation
US6006244A (en) * 1997-12-19 1999-12-21 Advanced Micro Devices, Inc. Circuit for shifting or rotating operands of multiple size
US6122651A (en) * 1998-04-08 2000-09-19 Advanced Micro Devices, Inc. Method and apparatus for performing overshifted rotate through carry instructions by shifting in opposite directions
US6393446B1 (en) * 1999-06-30 2002-05-21 International Business Machines Corporation 32-bit and 64-bit dual mode rotator
US6675182B1 (en) * 2000-08-25 2004-01-06 International Business Machines Corporation Method and apparatus for performing rotate operations using cascaded multiplexers
US6937084B2 (en) 2001-06-01 2005-08-30 Microchip Technology Incorporated Processor with dual-deadtime pulse width modulation generator
US6975679B2 (en) 2001-06-01 2005-12-13 Microchip Technology Incorporated Configuration fuses for setting PWM options
US6952711B2 (en) 2001-06-01 2005-10-04 Microchip Technology Incorporated Maximally negative signed fractional number multiplication
US6934728B2 (en) 2001-06-01 2005-08-23 Microchip Technology Incorporated Euclidean distance instructions
US6976158B2 (en) 2001-06-01 2005-12-13 Microchip Technology Incorporated Repeat instruction with interrupt
US6985986B2 (en) 2001-06-01 2006-01-10 Microchip Technology Incorporated Variable cycle interrupt disabling
US7003543B2 (en) 2001-06-01 2006-02-21 Microchip Technology Incorporated Sticky z bit
US6604169B2 (en) 2001-06-01 2003-08-05 Microchip Technology Incorporated Modulo addressing based on absolute offset
US7020788B2 (en) 2001-06-01 2006-03-28 Microchip Technology Incorporated Reduced power option
US6601160B2 (en) 2001-06-01 2003-07-29 Microchip Technology Incorporated Dynamically reconfigurable data space
US7467178B2 (en) 2001-06-01 2008-12-16 Microchip Technology Incorporated Dual mode arithmetic saturation processing
US6552625B2 (en) 2001-06-01 2003-04-22 Microchip Technology Inc. Processor with pulse width modulation generator with fault input prioritization
US20020184566A1 (en) 2001-06-01 2002-12-05 Michael Catherwood Register pointer trap
US7007172B2 (en) 2001-06-01 2006-02-28 Microchip Technology Incorporated Modified Harvard architecture processor having data memory space mapped to program memory space with erroneous execution protection
US6728856B2 (en) 2001-06-01 2004-04-27 Microchip Technology Incorporated Modified Harvard architecture processor having program memory space mapped to data memory space
US6944755B2 (en) * 2001-07-20 2005-09-13 Freescale Semiconductor, Inc. Method and apparatus for extracting a portion of data in a source register and arranging it on one side of a destination register
US6552567B1 (en) 2001-09-28 2003-04-22 Microchip Technology Incorporated Functional pathway configuration at a system/IC interface
US20040021483A1 (en) * 2001-09-28 2004-02-05 Brian Boles Functional pathway configuration at a system/IC interface
CN103038744A (zh) * 2010-03-31 2013-04-10 瑞典爱立信有限公司 数据移位器及其控制方法、复用器、数据筛分器和数据分类器

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3610903A (en) * 1969-01-08 1971-10-05 Burroughs Corp Electronic barrel switch for data shifting
US3781819A (en) * 1971-10-08 1973-12-25 Ibm Shift unit for variable data widths
US3810115A (en) * 1973-02-05 1974-05-07 Honeywell Inf Systems Position scaler (shifter) for computer arithmetic unit
US3961750A (en) * 1974-04-05 1976-06-08 Signetics Corporation Expandable parallel binary shifter/rotator
US4122534A (en) * 1977-06-17 1978-10-24 Northern Telecom Limited Parallel bidirectional shifter
JPS5523501A (en) * 1978-06-29 1980-02-20 Fujitsu Ltd Shift operation unit

Also Published As

Publication number Publication date
CA1175154A (en) 1984-09-25
EP0047440B1 (en) 1985-06-05
EP0047440A1 (en) 1982-03-17
JPS5750049A (en) 1982-03-24
DE3170846D1 (en) 1985-07-11
US4472788A (en) 1984-09-18

Similar Documents

Publication Publication Date Title
JPS628817B2 (ja)
US7000099B2 (en) Large table vectorized lookup by selecting entries of vectors resulting from permute operations on sub-tables
US20050289323A1 (en) Barrel shifter for a microprocessor
US4085447A (en) Right justified mask transfer apparatus
JPS6027415B2 (ja) フィ−ルド転送回路網
JPS6398729A (ja) バレルシフタ
EP0198341B1 (en) Digital data processing circuit having a bit reverse function
JPS63225822A (ja) バレルシフタ
JPH07191832A (ja) 2進数2乗回路
JPS63278411A (ja) 多段デジタル・フィルタ
JPH05191291A (ja) マルチプレクサ
JP2503017B2 (ja) バレルシフタ回路
JPH0588886A (ja) 5オペランド型シフト命令方式
JP2937234B2 (ja) バレルシフタ
JPS61234428A (ja) デ−タシフト回路
JPS6115232A (ja) 乗算装置
JPS62135932A (ja) ビツトシフト装置
JPH08292876A (ja) 演算装置
JPH01259415A (ja) データ補正回路
JP3455828B2 (ja) ビットシフト回路
JPH0325822B2 (ja)
JPH04263317A (ja) 演算装置
JPS60178534A (ja) デ−タ処理方式
JPH07191830A (ja) 演算装置
JPS6136653B2 (ja)