JPS60250473A - Vector processor - Google Patents

Vector processor

Info

Publication number
JPS60250473A
JPS60250473A JP59104545A JP10454584A JPS60250473A JP S60250473 A JPS60250473 A JP S60250473A JP 59104545 A JP59104545 A JP 59104545A JP 10454584 A JP10454584 A JP 10454584A JP S60250473 A JPS60250473 A JP S60250473A
Authority
JP
Japan
Prior art keywords
vector
register
line
data
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP59104545A
Other languages
Japanese (ja)
Inventor
Akio Yajima
矢島 章夫
Shigeo Nagashima
長島 重夫
Yasuhiro Inagami
稲上 泰弘
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP59104545A priority Critical patent/JPS60250473A/en
Publication of JPS60250473A publication Critical patent/JPS60250473A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8053Vector processors
    • 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/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30021Compare instructions, e.g. Greater-Than, Equal-To, MINMAX
    • 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/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30036Instructions to perform operations on packed data, e.g. vector, tile or matrix operations

Abstract

PURPOSE:To count the number of extracted vector elements that conform to a specified pattern continuously by generating the number of continuous specific patterns in a part masked by a mask register to resultant vector. CONSTITUTION:When a vector element of input vector is inputted to a register R3, logical operation is made with a mask pattern stored in a register R2 by a logical operator G2. The result is compared with a specific pattern stored in a register R5 by a comparator C3, and the result is sent to a count discrimination circuit C4 through an AND gate G1. When specific patterns are applied continuously from a line l9, the count discrimination circuit C4 applies count pulse to a counter C5 through a line l15 under control of a flip-flop FF1. The result of counting is stored in a vector register by a distributor D1 from a gate C6 through a line l17.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、プログラム制御のデ・イジタル計算機特にベ
クトル演算を高速に実行するに好適なディジタル計算機
(以下これをベクトルプロセッサとよぶ)に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a program-controlled digital computer, and particularly to a digital computer suitable for executing vector operations at high speed (hereinafter referred to as a vector processor).

〔発明の背景〕[Background of the invention]

科学技術口1算に頻繁に現われる大型行列計算などの高
速処理用にベクトルプロセッサが考案されている。
Vector processors have been devised for high-speed processing such as large matrix calculations that frequently appear in scientific and technical arithmetic.

ベクトルプロセッサでは、次のFOR”RAN文で示す
ような処理を高速にベクトル処理することができる。
A vector processor can perform vector processing at high speed as shown in the following FOR"RAN statement.

DO10I=1.N 10 A(1)=B(I)十〇(I) すなわち、(B(I)、I=1.N)をベクトルB。DO10I=1. N 10 A(1) = B(I) 10(I) That is, (B(I), I=1.N) is vector B.

(C(I)、I=1.N)をベクトルCとし・、各ベク
トルの要素(B(I)、C(I)等)ごとに両者を加算
し、結果をベクトルAとして格納する。このように、ベ
クトル要素間の演算を、ベクトルプロセッサはベクトル
処理手法を用いて高速に処理することができる。しかし
、第1図に示すような、各ベクトル要素の一部(または
全部)を抽出し、抽出したそれぞれの要素が特定のパタ
ンに連続して一致している個数を計数する処理は、従来
のベクトルプロセッサではベクトル処理できなかった。
Let (C(I), I=1.N) be a vector C, add both elements for each vector element (B(I), C(I), etc.), and store the result as a vector A. In this way, the vector processor can process operations between vector elements at high speed using vector processing techniques. However, as shown in Figure 1, the conventional process of extracting some (or all) of each vector element and counting the number of consecutive extracted elements that match a specific pattern is difficult. Vector processors could not perform vector processing.

このような処理を行なう場合には、汎用計算機で行なう
ように1命令ずつ逐次的に実行することになるので、高
速処理は望めない。第1図に示すような処理は、′例え
ば、画像処理において、画像中の連続するOまたは1の
数を数える必要があるランレングス符号化を高速に実行
しようとするときに必須となるものである。
When performing such processing, high-speed processing cannot be expected because each instruction is executed sequentially one by one as in a general-purpose computer. The processing shown in Figure 1 is essential when, for example, in image processing, it is necessary to perform run-length encoding at high speed, which requires counting the number of consecutive O's or 1's in an image. be.

既発表の例では、伺の先頭から連続する′0”の数を数
える命令やベクトルレジスタ中の′1′aの数を数える
都令があったが、いくつかのベクトル要素をまとめて1
つのベクトル要素とする例はなかった。
In previously published examples, there was an instruction to count the number of consecutive '0's from the beginning of a line, and an instruction to count the number of '1'a's in a vector register.
There were no examples of two vector elements.

〔発明の目的〕[Purpose of the invention]

本発明の[1的とするところは、第1図に示すような処
理をベクトル処理として実行できるベクトルプロセッサ
を示すことである。
One object of the present invention is to provide a vector processor capable of executing the processing shown in FIG. 1 as vector processing.

) 〔発明の概要〕 上記目的は、具体的には、第2図に示すように、入力と
なるデータベクトルの他に、それと対となる制御ベクト
ルを用いて、制御ベクトル中の特定パタン(この場合パ
1”)を含む要素に対応するデータベクトルのマスクレ
ジスタでマスクされる部分の連続する特定パタン(この
場合″′1″)の数を結果ベクトルに生成することをく
シかえずようなベクトル処理を実現することである。第
2図に示す結果ベクトルは、制御ベクトル、入力ベクト
ルに対して長さくベクトル長)が変化するため、必要長
さに対応するベクトル要素を抽出すれば、必要なデータ
を得ることができる。
) [Summary of the Invention] Specifically, as shown in FIG. In this case, the number of consecutive specific patterns (in this case, ``'1'') in the part masked by the mask register of the data vector corresponding to the element containing the pattern (in this case, ``'1'') is generated in the result vector. The goal is to realize vector processing.The result vector shown in Figure 2 changes in length (vector length) with respect to the control vector and input vector, so if vector elements corresponding to the required length are extracted, the required data can be obtained.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明と実施例を参照して詳細に説明する。第3
図は本発明の実施例を示したものである。
Hereinafter, the present invention will be explained in detail with reference to examples. Third
The figure shows an embodiment of the invention.

第3図においては、レジスタR1は命令レジスタで、4
つのフィールドに分割されている。OPフィールドは命
令コードを示し、l/111によって、演算制御二二ツ
)CIに送られ、命令実行を制御する。レフイールドは
、結果ベクトルを格納するベクトルレジスタ番号を指定
し、glt2によって分配器D1に入力され、D1内に
て、線L17から入力される結果ベクトルを、ベクトル
レジスタVo−Va−tのいずれかのレジスタに格納す
るかの制御に利用される。jフィールドは、制御ベクト
ルが格納されているベクトルレジスタ番号を指定し、線
t3によってセレクタS1に入力され、ベクトルレジス
タVo〜V m −s中のいずれのレジスタを選択する
かに使用する。選択された内容は線t6にのせられる。
In FIG. 3, register R1 is an instruction register;
It is divided into two fields. The OP field indicates an instruction code, which is sent by l/111 to the arithmetic control (22) CI, which controls instruction execution. Refield specifies the vector register number in which the result vector is stored, is input to the distributor D1 by glt2, and in D1, the result vector input from the line L17 is assigned to one of the vector registers Vo-Va-t. Used to control whether to store data in a register. The j field specifies the vector register number in which the control vector is stored, is input to the selector S1 through the line t3, and is used to select which register among the vector registers Vo to V m -s. The selected content is placed on line t6.

Kフィールドは、データベクトルが格納されているベク
トルレジスタ番号を指定し、線t4によってセレクタS
2に入力され、ベクトルレジスタVo〜■。−里のいず
れのレジスタを選択するかに使用する。選択された内容
は線t5にのせられる。レジスタR2は、入力ベクトル
をマスクするための入力バタンマスクレジスタ、レジス
タR34d、入力ベクトルの1要素ベクトルを保持する
だめのレジスタ、レジスタR4は制御ベクトルの1ベク
トル要素を保持するレジスタ、フリップフロップF1は
、連続する特定パタンを計数するか、特定パタンでない
連続パタンを計数するかの状態を保持するフリップフロ
ップ、論理演算器C2は入力ベクトルレジスタR3とマ
スクレジスタR1の論理演算し必要部分を抽出するため
の演算回路であり、演算結果は線t7によって比較器C
3に送られる。比較器C3は、入力抽出ベクトル要素と
比較バタンレジスタR5と一致スるかどうかを比較する
比較器である。計数判別回路C4は、mt9から入力さ
れる計数パルスを線t16を介して計数器C5に供給す
る。ゲートC6,は、計数器C5の累積計数情報を特定
パタンの連続が終了した時または開始した時に、wt1
’tを介して分配器D1に送る。
The K field specifies the vector register number in which the data vector is stored, and the line t4 indicates the selector S.
2 and vector register Vo~■. -Used to select which register in the village. The selected content is placed on line t5. Register R2 is an input button mask register for masking the input vector, register R34d is a register for holding a 1-element vector of the input vector, register R4 is a register for holding 1 vector element of the control vector, and flip-flop F1 is a register for holding a 1-element vector of the input vector. , a flip-flop that holds the state of whether to count continuous specific patterns or continuous patterns that are not specific patterns, and logic operator C2 to perform logical operations on input vector register R3 and mask register R1 to extract necessary parts. The calculation result is sent to the comparator C by the line t7.
Sent to 3. The comparator C3 is a comparator that compares the input extraction vector element and the comparison button register R5 to see if they match. The count discrimination circuit C4 supplies the count pulse inputted from mt9 to the counter C5 via the line t16. The gate C6 outputs the cumulative count information of the counter C5 to wt1 when the series of specific patterns ends or starts.
't to the distributor D1.

次に動作を詳細に説明する。命令レジスタR1に、本動
作の実行を指定する命令が入力されるとOP、i、j、
にの各フィールドの内容はそれぞれ、演算制御ユニット
C1、分配器D1、セレクタ81.82に送られる。演
算制御ユニツ)CIはまず、線t13に計数判別回路C
4を経たクリアの指示を出し、フリップフロップFF1
、計数器C5、ゲートC6を各々線t11. t16゜
t14によってす七ツヤする。分配器D1、セレクタ8
1.82は、それぞれl+ J+ kで指示されたよう
に分配ルートおよび選択ルートを設定する。次に、演算
制御ユニットは、線118によシ、必要なベクトルレジ
スタに読出し、書込み指示を送出し、適切なタイミング
で、j、にで指定されたべり、トルレジスタから1ベク
トル費素ずつの順次読出し、およびiで指定されたベク
トルレジスタへの結果の書込みを指示する。本動作は、
通常のベクトルプロセッサと同様であるので、動作の詳
細な説明は省略する。
Next, the operation will be explained in detail. When an instruction specifying the execution of this operation is input to the instruction register R1, OP, i, j,
The contents of each field are sent to the arithmetic and control unit C1, distributor D1, and selectors 81 and 82, respectively. Arithmetic control unit) CI first connects the count discrimination circuit C to line t13.
Issue a clear instruction after passing through 4, flip flop FF1
, counter C5, and gate C6 are respectively connected to lines t11. By t16°t14, it becomes shiny. Distributor D1, selector 8
1.82 sets the distribution route and the selection route as indicated by l+J+k, respectively. Next, the arithmetic and control unit sends read and write instructions to the necessary vector registers via line 118, and at the appropriate timing, reads j, one vector element at a time from the registers specified by j. Instructs sequential reading and writing of results to the vector register specified by i. This operation is
Since it is similar to a normal vector processor, a detailed explanation of its operation will be omitted.

さて、レジスタR3に入力ベクトルのベクトル要素が入
力されると、レジスタR2中に格納されているマスクバ
タンと論理演算器C2で論理演算(たとえばAND演算
)され、結果が線t7にのせられる。その結果は比較器
C3で、レジスタR5中に格納されている特定バタンと
比較され、その結果は、ANDグー)Glを経て計数判
別回路C4に送出される。ANDゲー)Glは、制御ベ
クトル要素レジスタR4と比較器C3の出力の論理積を
め、制御ベクトルが、t′1”の部分のみ連続している
個数をめるための回路である。
Now, when the vector element of the input vector is input to the register R3, a logical operation (for example, an AND operation) is performed on the mask button stored in the register R2 and the logical operator C2, and the result is placed on the line t7. The result is compared with the specific button stored in the register R5 by the comparator C3, and the result is sent to the count discrimination circuit C4 via the ANDG1. AND game) Gl is a circuit for calculating the logical product of the control vector element register R4 and the output of the comparator C3, and calculating the number of consecutive control vectors only in the portion t'1''.

ANDグー)Glの出力は線t9を経て計数判別回路C
4に加えられる。該C4は、特定バタンか連続して線t
9から加えられる時、フリップフロップFFIの制御の
もとで、カウントパルスを線t15を経て計数器C5に
加える。ここで04の動作を説明する。計数判別回路C
4は、フリップフロップFF1がリセットされている時
、線t9から1”が加えられた時に、線t15にカウン
トパルスを1個出力する。FFIがリセット状態で線t
9から′0”が加えられた場合には、FF1を線t11
を経てセットして、線t14を経由してゲートC6を開
いて、計数器C5の内容を分配器D1に送出する。計数
器C5のデータが送出された後、線t16を経て計数器
C5の内容を0にリセットする。フリップフロップFF
、1がセットされている時には、上記動作と反対に10
′″が線t9から加えられた時にカウントパルスを線t
15に出力し、@1”が加えられた時に、フリップフロ
ップFFIのリセット、ゲートC6を開いた転送、計数
器C5の0リセツトを実行する。計数結果はグー)C6
から1f#t17を経て分配器D1卦によってベクトル
レジスタに格納されることになる。
ANDG) The output of Gl is passed through line t9 to counting discrimination circuit C.
Added to 4. The C4 is a specific button or a continuous line t.
9, it applies a count pulse to counter C5 via line t15 under the control of flip-flop FFI. Here, the operation of 04 will be explained. Counting discrimination circuit C
4 outputs one count pulse to line t15 when 1'' is added from line t9 when flip-flop FF1 is reset. When FFI is in the reset state, line t
If '0' is added from 9, FF1 is connected to line t11.
is set via line t14, gate C6 is opened, and the contents of counter C5 are sent to distributor D1. After the data of counter C5 is sent out, the contents of counter C5 are reset to 0 via line t16. flip flop FF
, 1 is set, contrary to the above operation, 10 is set.
'' is applied from line t9, the count pulse is applied from line t9.
15, and when @1'' is added, it resets the flip-flop FFI, opens the gate C6, and resets the counter C5 to 0.
From there, it is stored in the vector register by the distributor D1 via 1f#t17.

以上の動作を、ベクトルレジスタに格納可能なベクトル
長だけ繰返し、本命令の処理を終了する。
The above operation is repeated for the vector length that can be stored in the vector register, and the processing of this instruction is completed.

本命令仕様では、j、にフィールドで指定された入力ベ
クトル長と、1フイールドで指定された出力ベクトル長
が一般には異なるため、ゲートC6の開閉回数を記録す
るレジスタを設けるか、出力ベクトル要素タの最後に 
to −1nのような終了マークを付加しベクトル長を
明示する。
In this instruction specification, since the input vector length specified in field j and the output vector length specified in 1 field are generally different, it is necessary to provide a register to record the number of openings and closings of gate C6, or to change the output vector element tag. at the end of
Add an end mark such as to -1n to clearly indicate the vector length.

本実施例の説明の他にもいろいろな変形が考えられる。Various modifications can be made in addition to the description of this embodiment.

たとえは、制御ベクトルの特定バタンは、固定でもよい
し、命令によって変更できるようにしてもよい。命令に
よって変更可能とするときには、レジスタR4は必要で
あるが、固定のときには、信号線をa 1 #)または
′0”にすればよいので、レジスタR4は必ずしも必要
ではない。また、比較バタンレジスタR5の特定バタン
も、固定でもよいし、命令によって変更できるようにし
てもよい。固定バタンでよいときには、信号線から直接
″′1”または10”を加えればよい。同様に、マスク
レジスタR2についても可変と固定の両機能が可能であ
る。
For example, the specific button of the control vector may be fixed or may be changed by a command. Register R4 is necessary when it can be changed by an instruction, but when it is fixed, the signal line can be set to a 1 #) or '0'', so register R4 is not necessarily necessary. The specific button of R5 may also be fixed or may be changed by a command. If a fixed button is sufficient, ``'1'' or 10'' may be added directly from the signal line. Similarly, mask register R2 can have both variable and fixed functions.

さらに、制御ベクトルとして、本実施例に示したベクト
ルレジスタ中のデータを使用するのではなく、ベクトル
マスクレジスタ(このレジスタはマスク付ベクトル演算
に使用され、ベクトルプロセッサに一般的なレジスタで
おる。)中のベクトルマスクを利用してもよい。このと
きにはベクトルマスクレジスタの内容に従って、計数す
る要素の制御が行なわれることになる。
Furthermore, instead of using the data in the vector register shown in this embodiment as the control vector, a vector mask register (this register is used for masked vector operations and is a common register in vector processors) is used. You may also use the vector mask inside. At this time, the elements to be counted are controlled according to the contents of the vector mask register.

また本実施例では、制御ベクトルとマスクレジスタを独
立な仕様として別個に指定できるようにしたが、制御ベ
クトルのベクトル要素の内容をマスクとして使用し、抽
出する部分を可変にすることも可能である。
Furthermore, in this embodiment, the control vector and the mask register can be specified separately as independent specifications, but it is also possible to use the contents of the vector element of the control vector as a mask to make the portion to be extracted variable. .

〔発明の効果〕〔Effect of the invention〕

本実施例で示したように、本発明によってベクトルデー
タの各ベクトル要素の一部を抽出してそれら中で、連続
する特定パタンを計数する処理をベクトル処理として高
速処理することができる。
As shown in this embodiment, according to the present invention, the process of extracting a portion of each vector element of vector data and counting consecutive specific patterns among them can be processed at high speed as vector processing.

特に、この処理は、画像処理におけるランレングス符号
化や画像圧縮ファイル作成処理に適している。
In particular, this processing is suitable for run-length encoding in image processing and image compression file creation processing.

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

第1図は、本発明で行なう処理の一例を示した図、第2
図は、本発明で行なうベクトル処理の一例を示した図、
第3図は、本発明の実施例を示す図である。 R1・・・命令レジスタ、R2・・・入力バタンマスク
レジスタ、R3・・・データベクトルのベクトル要素を
保持するレジスタ、′fL4・・・制イMIベクトルの
ベクトル要素を保持するレジスタ、R5・・・比較バタ
ンレジスタ、■o〜■fi−1・・・ベクトルレジスタ
。 第 1 ロ 第2目 1 「
FIG. 1 is a diagram showing an example of the processing performed by the present invention, and FIG.
The figure shows an example of vector processing performed in the present invention.
FIG. 3 is a diagram showing an embodiment of the present invention. R1...Instruction register, R2...Input button mask register, R3...Register that holds the vector elements of the data vector,'fL4...Register that holds the vector elements of the control MI vector, R5...・Comparison button register, ■o to ■fi-1...vector register. 1st b 2nd 1 ``

Claims (1)

【特許請求の範囲】 1、データベクトル中の複数のベクトル要素の一部分を
抽出し、それらのデータに含まれる特定パタンの数を生
成するために、データベクトルのベクトル要素の一部を
抽出する回路と、それまでに抽出したデータ中に存在し
た特定パタンの数を保持する計数回路と、その計数結果
をベクトルデータ化する回路をもつことを特徴とするベ
クトルプロセッサ。 2、第1項のベクトルプロセッサにおいて、制御ベクト
ルによる制御を可能とするため、制御ベクトルのベクト
ル要素の内容が特定内容であるかを調べる比較器、また
は特定内容であることを検出する検出器と、その比較ま
たは検出結果によって、それまでに抽出し計数したデー
タを保持する前項保持レジスタの内容を変更させること
を特徴とするベクトルプロセッサ。 3、第1項のベクトルプロセッサにおいて、制御ベクト
ルによりデータベクトルの抽出部分の制御を可能とする
ために、制御ベクトルのベクトル要素の抽出個所、およ
び第1項保持レジスタの内容の抽出個所を可変とするこ
とを特徴とするベクトルプロセッサ。
[Claims] 1. A circuit that extracts a portion of a plurality of vector elements in a data vector in order to extract a portion of a plurality of vector elements in the data vector and generate the number of specific patterns included in the data. A vector processor characterized by having: a counting circuit that holds the number of specific patterns existing in the data extracted so far; and a circuit that converts the counting result into vector data. 2. In the vector processor of item 1, in order to enable control using a control vector, a comparator that checks whether the contents of the vector element of the control vector have a specific content or a detector that detects that the content is a specific content. , a vector processor characterized in that the content of the aforementioned holding register that holds the data extracted and counted up to that point is changed according to the comparison or detection result. 3. In the vector processor of the first term, in order to enable control of the extraction part of the data vector by the control vector, the extraction point of the vector element of the control vector and the extraction point of the contents of the first term holding register are variable. A vector processor characterized by:
JP59104545A 1984-05-25 1984-05-25 Vector processor Pending JPS60250473A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59104545A JPS60250473A (en) 1984-05-25 1984-05-25 Vector processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59104545A JPS60250473A (en) 1984-05-25 1984-05-25 Vector processor

Publications (1)

Publication Number Publication Date
JPS60250473A true JPS60250473A (en) 1985-12-11

Family

ID=14383449

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59104545A Pending JPS60250473A (en) 1984-05-25 1984-05-25 Vector processor

Country Status (1)

Country Link
JP (1) JPS60250473A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02273867A (en) * 1989-04-14 1990-11-08 Sharp Corp Matrix arithmetic unit
WO2002029611A3 (en) * 2000-10-06 2003-04-17 Intel Corp Method and apparatus for effectively performing linear transformations
JP2016527650A (en) * 2013-08-06 2016-09-08 インテル・コーポレーション Methods, apparatus, instructions, and logic for providing vector population counting functionality
JP2016529617A (en) * 2013-08-06 2016-09-23 インテル・コーポレーション Methods, apparatus, instructions, and logic providing population counting functionality for genome sequencing and sequence comparison

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02273867A (en) * 1989-04-14 1990-11-08 Sharp Corp Matrix arithmetic unit
WO2002029611A3 (en) * 2000-10-06 2003-04-17 Intel Corp Method and apparatus for effectively performing linear transformations
US6895421B1 (en) 2000-10-06 2005-05-17 Intel Corporation Method and apparatus for effectively performing linear transformations
US7337204B2 (en) 2000-10-06 2008-02-26 Intel Corporation Method and apparatus for effectively performing linear transformations
SG149682A1 (en) * 2000-10-06 2009-02-27 Intel Corp Method and apparatus for effectively performing linear transformations
JP2016527650A (en) * 2013-08-06 2016-09-08 インテル・コーポレーション Methods, apparatus, instructions, and logic for providing vector population counting functionality
JP2016529617A (en) * 2013-08-06 2016-09-23 インテル・コーポレーション Methods, apparatus, instructions, and logic providing population counting functionality for genome sequencing and sequence comparison
US10223120B2 (en) 2013-08-06 2019-03-05 Intel Corporation Methods, apparatus, instructions and logic to provide population count functionality for genome sequencing and alignment
JP2019050039A (en) * 2013-08-06 2019-03-28 インテル・コーポレーション Methods, apparatus, instructions and logic to provide population count functionality for genome sequencing and alignment comparison
US10678546B2 (en) 2013-08-06 2020-06-09 Intel Corporation Methods, apparatus, instructions and logic to provide population count functionality for genome sequencing and alignment

Similar Documents

Publication Publication Date Title
US4181942A (en) Program branching method and apparatus
US4539635A (en) Pipelined digital processor arranged for conditional operation
JPS6019809B2 (en) data processing equipment
GB1061546A (en) Instruction and operand processing
US4933839A (en) Vector processor
JPS60250473A (en) Vector processor
AU629007B2 (en) Apparatus for accelerating store operations in a risc computer
CA2036855C (en) Processor with data format-independent instructions
US3226691A (en) Data processing apparatus
JP2520882B2 (en) Data processing device and data processing method
JPS60107137A (en) Data processor with tag
JPH0640337B2 (en) Pipeline arithmetic unit
KR970006413B1 (en) Fuzzy computer
JPS5958580A (en) Masked vector arithmetic processor
JPS60140465A (en) Vector processor
JPS60134957A (en) Parallel operation processing device
JPS5833584B2 (en) information processing equipment
GB1233484A (en)
JPS60140464A (en) Vector processor
SU943734A1 (en) Microprocessor
JPH09223010A (en) Microprocessor and its processing method
JPS63188230A (en) Information processor
JPS6113345A (en) Processor of tagged data
JPH0519736B2 (en)
JPS6042983B2 (en) Command control method