KR920001332A - 고성능 프로세서의 브랜치 예상 동작 방법 및 장치 - Google Patents

고성능 프로세서의 브랜치 예상 동작 방법 및 장치 Download PDF

Info

Publication number
KR920001332A
KR920001332A KR1019910010876A KR910010876A KR920001332A KR 920001332 A KR920001332 A KR 920001332A KR 1019910010876 A KR1019910010876 A KR 1019910010876A KR 910010876 A KR910010876 A KR 910010876A KR 920001332 A KR920001332 A KR 920001332A
Authority
KR
South Korea
Prior art keywords
register
condition
determined
zero
processor
Prior art date
Application number
KR1019910010876A
Other languages
English (en)
Other versions
KR100230643B1 (ko
Inventor
리챠드 엘. 사이트스
리챠드 티. 위테크
Original Assignee
원본미기재
디지탈 이큅먼트 코오포레이숀
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 원본미기재, 디지탈 이큅먼트 코오포레이숀 filed Critical 원본미기재
Publication of KR920001332A publication Critical patent/KR920001332A/ko
Application granted granted Critical
Publication of KR100230643B1 publication Critical patent/KR100230643B1/ko

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/30072Arrangements for executing specific machine instructions to perform conditional operations, e.g. using predicates or guards
    • 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/22Microcontrol or microprogram arrangements
    • 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/30032Movement instructions, e.g. MOVE, SHIFT, ROTATE, SHUFFLE
    • 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/32Address formation of the next instruction, e.g. by incrementing the instruction counter
    • G06F9/322Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address
    • 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/32Address formation of the next instruction, e.g. by incrementing the instruction counter
    • G06F9/322Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address
    • G06F9/324Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address using program counter relative addressing
    • 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/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3842Speculative instruction execution
    • G06F9/3846Speculative instruction execution using static prediction, e.g. branch taken strategy

Abstract

내용 없음

Description

고성능 프로세서의 브랜치 예상 동작 방법 및 장치
본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음
제1도는 본 발명의 특징을 이용할 수 있는 CPU를 채용한 컴퓨터 시스템의 전기 블록도,
제2도는 제1도의 프로세서에 사용되는 데이타 형태에 관한 도면.

Claims (20)

  1. OP 코드 및 사인 변위를 갖는 조건부 브랜치 명령을 검출하는 단계와; 상기 변위가 포지티브이거나 네가티브인 경우 상기 브랜치 명령과 순서적으로 어드레스를 명령 추출하는 단계와; 상기 변위가 네가티브 이면 상기 변위에 의해 결정된 어드레스 명령을 추출하는 단계를 포함하는 것을 특징으로 하는 프로세서 동작 방법.
  2. 제1항에 있어서, 상기 OP코드에 의해 특정된 조건을 결정하기 위하여 상기 브랜치 명령에서 정의된 레지스터를 검사하는 단계를 추가로 포함하는 것을 특징으로 하는 프로세서 동작 방법.
  3. 제2항에 있어서, 상기 조건은 상기 레지스터가 제로와 같은 지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서 동작 방법.
  4. 제2항에 있어서, 상기 조건은 상기 레지스터가 제로와 같지 않은지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서 동작 방법.
  5. 제2항에 있어서, 상기 조건은 상기 레지스터가 제로 미만인지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서 동작 방법.
  6. 제2항에 있어서, 상기 조건은 상기 레지스터가 제로 미만이거나 같은지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서 동작 방법.
  7. 제2항에 있어서, 상기 조건은 상기 레지스터가 제로 보다 큰지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서 동작 방법.
  8. 제2항에 있어서, 상기 조건은 상기 레지스터가 제로보다 크거나 같은지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서 동작 방법.
  9. 제2항에 있어서, 상기 조건은 상기 레지스터의 하위 비트가 1로 설정되었는지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서 동작 방법.
  10. 제2항에 있어서, 상기 조건은 상기 레지스터의 하위 비트가 제로인지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서 동작방법.
  11. OP코드 및 사인 변위를 갖는 조건부 브랜치 명령을 검출하는 수단과; 상기 변위가 포지티브 이거나 네가티브인 경우 상기 브랜치 명령과 순서적으로 어드레스 명령을 추출하고, 상기 변위가 네가티브인 경우 상기 변위에 의해 결정된 아드레스 명령을 추출하는 수단을 구비하는 것을 특징으로 하는 프로세서.
  12. 제11항에 있어서, 상기 OP코드에 의해 특정된 조건을 결정하기 위하여 상기 브랜치 명령에서 정의된 레지스터를 검사하기 위한 수단을 추가로 구비하는 것을 특징으로 하는 프로세서.
  13. 제12항에 있어서, 상기 조건은 상기 레지스터가 제로와 같은지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서.
  14. 제12항에 있어서, 상기 조건은 상기 레지스터가 제로와 같지 않은지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서.
  15. 제12항에 있어서, 상기 조건은 상기 레지스터가 제로 미만 인지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서.
  16. 제12항에 있어서, 상기 조건은 상기 레지스터가 제로 미만이거나 같은지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서.
  17. 제12항에 있어서, 상기 조건은 상기 레지스터가 제로보다 큰지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서.
  18. 제12항에 잇어서, 상기 조건은 상기 레지스터가 제로보다 크거나 같은지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서.
  19. 제12항에 있어서, 상기 조건은 상기 레지스터의 하위 비트가 1로 설정되었는지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서.
  20. 제12항에 있어서, 상기 조건은 상기 레지스터의 하위 비트가 제로인지의 여부에 따라 결정되는 것을 특징으로 하는 프로세서.
    ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.
KR1019910010876A 1990-06-29 1991-06-28 고성능 프로세서의 브랜치 예상 동작 방법 및 장치 KR100230643B1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US54758990A 1990-06-29 1990-06-29
US547,589 1995-10-24

Publications (2)

Publication Number Publication Date
KR920001332A true KR920001332A (ko) 1992-01-30
KR100230643B1 KR100230643B1 (ko) 1999-11-15

Family

ID=24185264

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019910010876A KR100230643B1 (ko) 1990-06-29 1991-06-28 고성능 프로세서의 브랜치 예상 동작 방법 및 장치

Country Status (6)

Country Link
US (1) US6076158A (ko)
EP (1) EP0463973A3 (ko)
JP (1) JPH06110685A (ko)
KR (1) KR100230643B1 (ko)
CA (1) CA2045790A1 (ko)
TW (1) TW222027B (ko)

Families Citing this family (74)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU3250393A (en) 1991-12-17 1993-07-19 Compaq Computer Corporation Apparatus for reducing computer system power consumption
US6865684B2 (en) * 1993-12-13 2005-03-08 Hewlett-Packard Development Company, L.P. Utilization-based power management of a clocked device
US6356918B1 (en) 1995-07-26 2002-03-12 International Business Machines Corporation Method and system for managing registers in a data processing system supports out-of-order and speculative instruction execution
US6182201B1 (en) * 1997-04-14 2001-01-30 International Business Machines Corporation Demand-based issuance of cache operations to a system bus
JP3604548B2 (ja) * 1997-11-28 2004-12-22 株式会社ルネサステクノロジ アドレス一致検出装置、通信制御システム及びアドレス一致検出方法
US6453389B1 (en) * 1999-06-25 2002-09-17 Hewlett-Packard Company Optimizing computer performance by using data compression principles to minimize a loss function
BR9902725A (pt) * 1999-07-13 2001-03-06 Coppe Ufrj Processo de formação, memorização e reuso, em tempo de execução, de sequências de instruções dinâmicas em computadores
CA2383526A1 (en) * 1999-09-01 2001-03-15 Intel Corporation Branch instruction for multithreaded processor
WO2001016702A1 (en) 1999-09-01 2001-03-08 Intel Corporation Register set used in multithreaded parallel processor architecture
JP2001273137A (ja) * 2000-03-28 2001-10-05 Toshiba Corp マイクロプロセッサ
US6654877B1 (en) 2000-08-23 2003-11-25 Hewlett-Packard Development Company, L.P. System and method for selectively executing computer code
US6643769B1 (en) 2000-08-23 2003-11-04 Hewlett-Packard Development Company, L.P. System and method for enabling selective execution of computer code
US7681018B2 (en) 2000-08-31 2010-03-16 Intel Corporation Method and apparatus for providing large register address space while maximizing cycletime performance for a multi-threaded register file set
US6662294B1 (en) * 2000-09-28 2003-12-09 International Business Machines Corporation Converting short branches to predicated instructions
WO2002039272A1 (en) * 2000-11-10 2002-05-16 Chipwrights Design, Inc. Method and apparatus for reducing branch latency
US6732253B1 (en) * 2000-11-13 2004-05-04 Chipwrights Design, Inc. Loop handling for single instruction multiple datapath processor architectures
US6931518B1 (en) 2000-11-28 2005-08-16 Chipwrights Design, Inc. Branching around conditional processing if states of all single instruction multiple datapaths are disabled and the computer program is non-deterministic
US7222337B2 (en) * 2001-05-31 2007-05-22 Sun Microsystems, Inc. System and method for range check elimination via iteration splitting in a dynamic compiler
US6948160B2 (en) * 2001-05-31 2005-09-20 Sun Microsystems, Inc. System and method for loop unrolling in a dynamic compiler
WO2003003195A1 (en) * 2001-06-29 2003-01-09 Koninklijke Philips Electronics N.V. Method, apparatus and compiler for predicting indirect branch target addresses
US7225281B2 (en) * 2001-08-27 2007-05-29 Intel Corporation Multiprocessor infrastructure for providing flexible bandwidth allocation via multiple instantiations of separate data buses, control buses and support mechanisms
US7610451B2 (en) * 2002-01-25 2009-10-27 Intel Corporation Data transfer mechanism using unidirectional pull bus and push bus
US6970985B2 (en) 2002-07-09 2005-11-29 Bluerisc Inc. Statically speculative memory accessing
US7337275B2 (en) * 2002-08-13 2008-02-26 Intel Corporation Free list and ring data structure management
US7203811B2 (en) * 2003-07-31 2007-04-10 International Business Machines Corporation Non-fenced list DMA command mechanism
US20050114850A1 (en) 2003-10-29 2005-05-26 Saurabh Chheda Energy-focused re-compilation of executables and hardware mechanisms based on compiler-architecture interaction and compiler-inserted control
US7996671B2 (en) 2003-11-17 2011-08-09 Bluerisc Inc. Security of program executables and microprocessors based on compiler-architecture interaction
US8607209B2 (en) 2004-02-04 2013-12-10 Bluerisc Inc. Energy-focused compiler-assisted branch prediction
US7437536B2 (en) 2004-05-03 2008-10-14 Sony Computer Entertainment Inc. Systems and methods for task migration
US8719837B2 (en) * 2004-05-19 2014-05-06 Synopsys, Inc. Microprocessor architecture having extendible logic
US7389375B2 (en) * 2004-07-30 2008-06-17 International Business Machines Corporation System, method and storage medium for a multi-mode memory buffer device
US7539800B2 (en) * 2004-07-30 2009-05-26 International Business Machines Corporation System, method and storage medium for providing segment level sparing
US7224595B2 (en) * 2004-07-30 2007-05-29 International Business Machines Corporation 276-Pin buffered memory module with enhanced fault tolerance
US7296129B2 (en) * 2004-07-30 2007-11-13 International Business Machines Corporation System, method and storage medium for providing a serialized memory interface with a bus repeater
US20060036826A1 (en) * 2004-07-30 2006-02-16 International Business Machines Corporation System, method and storage medium for providing a bus speed multiplier
US7299313B2 (en) * 2004-10-29 2007-11-20 International Business Machines Corporation System, method and storage medium for a memory subsystem command interface
US7356737B2 (en) 2004-10-29 2008-04-08 International Business Machines Corporation System, method and storage medium for testing a memory module
US7331010B2 (en) * 2004-10-29 2008-02-12 International Business Machines Corporation System, method and storage medium for providing fault detection and correction in a memory subsystem
US7441060B2 (en) * 2004-10-29 2008-10-21 International Business Machines Corporation System, method and storage medium for providing a service interface to a memory system
US7305574B2 (en) * 2004-10-29 2007-12-04 International Business Machines Corporation System, method and storage medium for bus calibration in a memory subsystem
US7277988B2 (en) 2004-10-29 2007-10-02 International Business Machines Corporation System, method and storage medium for providing data caching and data compression in a memory subsystem
US7512762B2 (en) 2004-10-29 2009-03-31 International Business Machines Corporation System, method and storage medium for a memory subsystem with positional read data latency
US7395476B2 (en) 2004-10-29 2008-07-01 International Business Machines Corporation System, method and storage medium for providing a high speed test interface to a memory subsystem
US7243210B2 (en) * 2005-05-31 2007-07-10 Atmel Corporation Extracted-index addressing of byte-addressable memories
US20070073925A1 (en) * 2005-09-28 2007-03-29 Arc International (Uk) Limited Systems and methods for synchronizing multiple processing engines of a microprocessor
US7478259B2 (en) 2005-10-31 2009-01-13 International Business Machines Corporation System, method and storage medium for deriving clocks in a memory system
US7685392B2 (en) * 2005-11-28 2010-03-23 International Business Machines Corporation Providing indeterminate read data latency in a memory system
US7636813B2 (en) 2006-05-22 2009-12-22 International Business Machines Corporation Systems and methods for providing remote pre-fetch buffers
US7594055B2 (en) * 2006-05-24 2009-09-22 International Business Machines Corporation Systems and methods for providing distributed technology independent memory controllers
US7640386B2 (en) * 2006-05-24 2009-12-29 International Business Machines Corporation Systems and methods for providing memory modules with multiple hub devices
US7584336B2 (en) 2006-06-08 2009-09-01 International Business Machines Corporation Systems and methods for providing data modification operations in memory subsystems
US7493439B2 (en) * 2006-08-01 2009-02-17 International Business Machines Corporation Systems and methods for providing performance monitoring in a memory system
US7669086B2 (en) * 2006-08-02 2010-02-23 International Business Machines Corporation Systems and methods for providing collision detection in a memory system
US7581073B2 (en) 2006-08-09 2009-08-25 International Business Machines Corporation Systems and methods for providing distributed autonomous power management in a memory system
US7587559B2 (en) * 2006-08-10 2009-09-08 International Business Machines Corporation Systems and methods for memory module power management
US7490217B2 (en) 2006-08-15 2009-02-10 International Business Machines Corporation Design structure for selecting memory busses according to physical memory organization information stored in virtual address translation tables
US7539842B2 (en) 2006-08-15 2009-05-26 International Business Machines Corporation Computer memory system for selecting memory buses according to physical memory organization information stored in virtual address translation tables
US7477522B2 (en) * 2006-10-23 2009-01-13 International Business Machines Corporation High density high reliability memory module with a fault tolerant address and command bus
US7870459B2 (en) 2006-10-23 2011-01-11 International Business Machines Corporation High density high reliability memory module with power gating and a fault tolerant address and command bus
US20080126766A1 (en) 2006-11-03 2008-05-29 Saurabh Chheda Securing microprocessors against information leakage and physical tampering
US20080154379A1 (en) * 2006-12-22 2008-06-26 Musculoskeletal Transplant Foundation Interbody fusion hybrid graft
US7721140B2 (en) 2007-01-02 2010-05-18 International Business Machines Corporation Systems and methods for improving serviceability of a memory system
US7606988B2 (en) 2007-01-29 2009-10-20 International Business Machines Corporation Systems and methods for providing a dynamic memory bank page policy
US7603526B2 (en) * 2007-01-29 2009-10-13 International Business Machines Corporation Systems and methods for providing dynamic memory pre-fetch
US20090119114A1 (en) * 2007-11-02 2009-05-07 David Alaniz Systems and Methods for Enabling Customer Service
US20100312991A1 (en) * 2008-05-08 2010-12-09 Mips Technologies, Inc. Microprocessor with Compact Instruction Set Architecture
CN102077195A (zh) * 2008-05-08 2011-05-25 Mips技术公司 具有紧凑指令集架构的微处理器
US20130166882A1 (en) * 2011-12-22 2013-06-27 Jack Hilaire Choquette Methods and apparatus for scheduling instructions without instruction decode
US9405534B2 (en) 2013-01-21 2016-08-02 Tom Yap Compound complex instruction set computer (CCISC) processor architecture
US9110657B2 (en) 2013-01-21 2015-08-18 Tom Yap Flowchart compiler for a compound complex instruction set computer (CCISC) processor architecture
US9679342B2 (en) * 2013-07-12 2017-06-13 Arm Limited Result data stream coding for repeating workloads
US11030105B2 (en) * 2014-07-14 2021-06-08 Oracle International Corporation Variable handles
US9934041B2 (en) 2015-07-01 2018-04-03 International Business Machines Corporation Pattern based branch prediction
CN112269596B (zh) * 2020-10-19 2023-11-28 童先娥 一种指令处理方法及处理器

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4402042A (en) * 1980-11-24 1983-08-30 Texas Instruments Incorporated Microprocessor system with instruction pre-fetch
WO1985000453A1 (en) * 1983-07-11 1985-01-31 Prime Computer, Inc. Data processing system
JPS61208129A (ja) * 1985-03-12 1986-09-16 Nec Corp 命令先読制御方式
US4755966A (en) * 1985-06-28 1988-07-05 Hewlett-Packard Company Bidirectional branch prediction and optimization
JPS6381533A (ja) * 1986-09-26 1988-04-12 Toshiba Corp プログラム実行順序制御命令の構成装置
GB8728493D0 (en) * 1987-12-05 1988-01-13 Int Computers Ltd Jump prediction
US4876642A (en) * 1988-01-19 1989-10-24 Gibson Glenn A Rules and apparatus for a loop capturing code buffer that prefetches instructions
JPH081602B2 (ja) * 1988-02-23 1996-01-10 三菱電機株式会社 データ処理装置
JPH0766324B2 (ja) * 1988-03-18 1995-07-19 三菱電機株式会社 データ処理装置
JPH07120278B2 (ja) * 1988-07-04 1995-12-20 三菱電機株式会社 データ処理装置
JPH0256636A (ja) * 1988-08-23 1990-02-26 Toshiba Corp 分岐制御装置
US5142634A (en) * 1989-02-03 1992-08-25 Digital Equipment Corporation Branch prediction
US5155820A (en) * 1989-02-21 1992-10-13 Gibson Glenn A Instruction format with designations for operand lengths of byte, half word, word, or double word encoded in address bits

Also Published As

Publication number Publication date
CA2045790A1 (en) 1991-12-30
JPH06110685A (ja) 1994-04-22
EP0463973A2 (en) 1992-01-02
KR100230643B1 (ko) 1999-11-15
TW222027B (ko) 1994-04-01
US6076158A (en) 2000-06-13
EP0463973A3 (en) 1993-12-01

Similar Documents

Publication Publication Date Title
KR920001332A (ko) 고성능 프로세서의 브랜치 예상 동작 방법 및 장치
KR920001323A (ko) 브랜치를 제거하여 컴퓨터 성능을 개선하는 프로세서 동작방법
KR920001321A (ko) 고속 프로세서에서의 브랜치 처리 방법 및 장치
KR910010301A (ko) 명령 지정방법 및 실행장치
KR960032172A (ko) 컴퓨터 시스템
KR920006845A (ko) 파이프 라인 컴퓨터 시스템
DE69228380T2 (de) Verfahren zur erhöhung der datenverarbeitungsgeschwindigkeit in einem rechnersystem
KR910006856A (ko) 어드레스 레지스터를 이용하여 동적으로 버스제어를 실행하는 마이크로컴퓨터
KR870005301A (ko) 가상계산기능 시스템용 주기억장치 억세스 제어시스템
KR890012210A (ko) 문서정형장치와 그 정형방법
KR910012962A (ko) Dma제어기
KR930008641A (ko) 인터럽트 재시행 시도 감소 장치
KR960001991A (ko) 정보 처리 장치
KR840001349A (ko) 버퍼 메모리용 에러처리 시스템
KR870007461A (ko) 데이타 처리 시스템 동작방법
KR910014816A (ko) 대규모의 직접 맵핑된 데이타 캐시를 통해 효율적으로 지원하는 i/o 장치의 액세스를 위한 시스템 및 방법
KR900003738A (ko) 가변단어길이명령의 병렬해독 및 병렬실행을 하는 데이터처리장치
KR900015003A (ko) 데이타 프로세서
KR910001542A (ko) 정보 처리 장치의 비교 체크 기능 검사를 위한 시스템
KR900016865A (ko) 파이프라인방식의 분기명령제어장치
KR950035383A (ko) 운동 벡터 검출 장치
KR880003241A (ko) 데이타 처리 시스템
KR850700163A (ko) 부동점상태 코드 발생방법 및 장치
KR910005152A (ko) 정보처리 장치
JPS6419387A (en) Bit map processor

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
G170 Re-publication after modification of scope of protection [patent]
FPAY Annual fee payment

Payment date: 20100810

Year of fee payment: 12

EXPY Expiration of term