KR960018961A - 프로세서 아키텍춰에서의 분산제어 장치 및 방법 - Google Patents

프로세서 아키텍춰에서의 분산제어 장치 및 방법 Download PDF

Info

Publication number
KR960018961A
KR960018961A KR1019950041292A KR19950041292A KR960018961A KR 960018961 A KR960018961 A KR 960018961A KR 1019950041292 A KR1019950041292 A KR 1019950041292A KR 19950041292 A KR19950041292 A KR 19950041292A KR 960018961 A KR960018961 A KR 960018961A
Authority
KR
South Korea
Prior art keywords
execution
pipe
pipes
operand
instructions
Prior art date
Application number
KR1019950041292A
Other languages
English (en)
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 KR960018961A publication Critical patent/KR960018961A/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/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • 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/8007Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors single instruction multiple data [SIMD] multiprocessors
    • 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/3838Dependency mechanisms, e.g. register scoreboarding
    • G06F9/384Register renaming
    • 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/3854Instruction completion, e.g. retiring, committing or graduating
    • G06F9/3858Result writeback, i.e. updating the architectural state or memory

Abstract

본 발명은 분산 데이타 플로우(DDF) 프로세서의 복수의 실행 파이프를 제어하기 위한 멀티-레벨 명령어 스케쥴링 시스템을 제공한다.
멀티-레벨 스케쥴링 시스템은 하나의 단순 글로벌 명령어 스케쥴러와, 실행 파이프의 수에 대응하는 복수의 국부 명령어 스케쥴러를 포함한다.
글러벌 명령어 스케쥴러는 실행 파이프 사이의 명령어 분배를 책임진다.
각각의 국부 명령어 스케쥴러는 단지 자기몫의 분산된 명령을 스케쥴링하는 것과, 그 모든 원시 오퍼랜드가 이용가능할 때 대응하는 실행 파이프의 실행 유니트에 감소된 수의 명령어를 매치시키는 책임만을 진다. 원시 오퍼랜드는 3가지 방식중 한 방식으로 저장된다. 먼저, 국부 명령어 스케쥴러가 국부적으로 발생된 레지스터 오퍼랜드 값이 국부 레지스터버퍼에 저장되어 그 실행 파이프에 분산된 새로운 명령어에 대해 빠르게 이용될 수 있도록 보장하는 것이다. 두 번째는 명령어의 원시 오퍼랜드값이 국부 레지스터 버퍼에서 이용 가능 하지 않을 때, 중재기로 파이프간 오퍼랜드 요청이 이루어 지는 것이다. 만일 다른 실행 파이프로부터 오퍼랜드 값이 이용 가능하면, 제1 및 제2실행 파이프를 결합시키는 파이프간 바이패스를 통해 원시 오퍼랜드의 전달이 개시된다.
세 번째로, 만일 원시 레지스터 오퍼랜드 값이 어떤 다른 실행 파이프 에서도 발견되지 않으면, 글로벌 레지스터 파일로부터 파이프간 바이패스를 통해 레지스터 오퍼랜드 값이 검색되는 것이다. 이와 같은 복수의 실행 파이프 아키텍춰는 유익하게도 그 자체적으로 멀티-태스킹, 시스템 예외/트랩 처리 및, 예를 들어 브랜치 예측 기술 등의 추론적 실행과 같은 소프트웨어 최적화 기술을 제공한다.

Description

프로세서 아키텍춰에서의 분신제어 장치 및 방법
본 내용은 요부공개 건이므로 전문내용을 수록하지 않았음
제2도는 본 발명에 따른 프로세서에 대한 분산 데이타 플로우 아키텍춰를 도시하는 블럭도.

Claims (24)

  1. 분산 데이타 플로우(DDF) 프로세서에 있어서, 다수의 명령어를 부분-그룹의 명령어로 분산하기 위한 글로벌 명령어 스케쥴러와, 상기 글로벌 명령어 스케쥴러에 연결되고, 상기 부분-그룹 명령어 중 대응하는 부분-그룹 명령어를 각각 수신하고, 상기 대응하는 부분-그룹 명령어를 스케쥴링하기 위한 국부 명령어 스케쥴러를 포함하고 있는 그런 다수의 실행 파이를 포함해서 이루어진 것을 특징으로 하는 분산 데이타 플로우 프로세서.
  2. 제1항에 있어서, 상기 명령어 분산은 상기 명령어의 명령어 동급에 근거하여 수행되는 것을 특징으로 하는 분산 데이타 플로우 프로세서.
  3. 제1항에 있어서, 상기 샐행 파이프중 2개의 파이프에 연결되고, 상기 2개의 실행 파이프 사이에 레지스터 오프랜드 값을 전달하기 위한 파이프간의 바이패스를 더 포함하는 것을 특징으로 하는 분산 데이타 플로우 프로세서.
  4. 제3항에 있어서, 상기 파이프간 바이패스에 연결되어, 상기 2개의 실행 파이프 사이의 레지스터 오퍼랜드 값의 전달을 지시하기 위한 중재기를 더 포함하는 것을 특징으로 하는 분산 데이타 플로우 프로세서.
  5. 제1항에 있어서, 상기 각각의 실행 파이프는 다수의 실행 유니트를 더 포함하는 것을 특징으로 하는 분산 데이타 플로우 프로세서.
  6. 제1항에 있어서, 상기 각각의 실행 파이프는 상기 스케쥴링된 명령어에 대한 원시 오퍼랜드 값을 저장하기 위한 레지스터 버퍼를 더 포함하는 것을 특징으로 하는 분산 데이타 플로우 프로세서.
  7. 다수의 실행 파이프를 가진 분산 데이타 플로우 프로세서와 관련하여 유용한 명령어 스케쥴링 시스템에 있어서, 상기 다수의 실행 파이프 사이에 다수의 명령어를 분산하기 위한 글로벌 명령어 스케쥴러를 포함해서 이루어진 것을 특징으로 하는 명령어 스케쥴링 시스템.
  8. 제7항에 있어서, 상기 명령어 분산은 상기 명령어의 등급에 근거하여 수행되는 것을 특징으로 하는 명령어 스케쥴링 시스템.
  9. 제7항에 있어서, 상기 글로벌 명령어 스케쥴러에 연결되어, 상기 각각의 실행 파이프내의 명령어를 스케쥴링 하기 위한 다수의 국부 명령어의 스케쥴러를 더 포함하는 것을 특징으로 하는 명령어 스케쥴링 시스템.
  10. 분산 데이타 플로우 프로세서와 관련하여 유용한 다수의 실행 파이프에 있어서, 상기 실행 파이프 각각은 : 상기 각각의 실행 파이프내의 명령어를 스케쥴링 하기 위한 국부 명령어 스케쥴러와, 상기 국부 명령어 스케쥴러에 연결되어, 상기 스케쥴링된 명령어를 실행하기 위한 실행 유니트를 포함해서 이루어진 것을 특징으로 하는 실행 파이프.
  11. 제10항에 있어서, 상기 실행 유니트에 연결되어, 상기 실행 유니트에 의해 발생되는 오퍼랜드 값을 저장하기 위한 레지스트 버퍼를 더 포함하 것을 특징으로 하는 실행 파이프.
  12. 다수의 실행 파이프를 가진 프로세서와 관련하여 유용한 중재기에 있어서, 상기 실행 파이프중 2개의 파이프 사이의 레지스터 오퍼랜드 값의 전달을 지시하기 위한 소자를 포함해서 이루어진 중재기.
  13. 다수의 실행 파이프를 가진 프로세서와 관련하여 유용한 파이프간 바이패스에 있어서, 상기 실행 파이프중 2개의 파이프에 연결되어, 상기 2개의 실행 파이프 사이에 레지스터 오퍼랜드 값을 전달하기 위한 소자를 포함해서 이루어진 파이프간 바이패스.
  14. 적어도 제1 및 제2실행 파이프를 가진 분산 데이타 플로우 프로세서에서 명령어를 스케쥴링하는 방법에 있어서, 상기 제1 및 제2실행 파이프 사이에 다수의 명령어를 분산하는 단계와, 상기 제1실행 파이프내에서의 실행을 위해 상기 명령어 중 적어도 2개의 명령어를 스케쥴링하는 단계를 포함해서 이루어지는 것을 특징으로 하는 명령어 스케쥴링 방법.
  15. 제14항에 있어서, 상기 명령어 분산은 상기 명령어의 명령어 등급에 근거하여 수행되는 것을 특징으로 하는 명령어 스케쥴링 방법.
  16. 제14항에 있어서, 상기 스케쥴링 단계는; 상기 명령어 중 하나의 명령어에 상기 제1실행 파이프의 한 실행 유니트를 매치시키는 단계와, 상기 실행 유니트에 상기 하나의 명령어에 대한 원시 오퍼랜드를 저장하는 단계를 포함하는 것을 특징으로 하는 명령어 스케쥴링 방법.
  17. 제16항에 있어서, 상기 저장 단계는 상기 제1실행 파이프의 한 레지스터 버퍼로부터 상기 원시 오퍼랜드를 검색하는 단계를 포함하는 것을 특징으로 하는 명령어 스케쥴링 방법.
  18. 제16항에 있어서, 상기 저장 단계는 상기 제2실행 파이프의한 레지스터 버퍼로부터 상기 원시 오퍼랜드를 검색하는 단계를 포함하는 것을 특징으로 하는 명령어 스케쥴링 방법.
  19. 제18항에 있어서, 상기 저장 단계는, 중재기에 상기 원시 오퍼랜드에 대한 요청을 개시하는 단계와, 상기 원시 오퍼랜드의 소스로서 상기 제2실행 파이프를 식별하는 단계 및, 상기 제2실행 파이프로부터 상기 제1실행 파이프로 상기 원시 오퍼랜드를 전달하는 단계를 더 포함하는 것을 특징으로 하는 명령어 스케쥴링 방법.
  20. 제18항에 있어서, 상기 저장 단계는 파이프간의 바이패스를 통해 상기 원시 오퍼랜드를 전달하는 단계를 더 포함하는 것을 특징으로 하는 명령어 스케쥴링 방법.
  21. 다수의 실행 유니트를 가진 프로세서를 위한 계층적 레저스터 파일 시스템에 있어서, 상기 실행 유니트중 제1부분 셋트에 연결되어, 상기 제1부분 셋트의 실행 유니트에 의해 발생되는 제1오퍼랜드 값을 저장하기 위한 다수의 제1국부 레지스터 버퍼와, 상기 실행 유니트중 제2부분 셋트에 의해 발생되는 제2오퍼랜드 값을 저장하기 위한 다수의 제2국부 레지스터 버퍼를 포함해서 이루어진 것을 특징으로 하는 레지스터 파일 시스템.
  22. 제21항에 있어서, 상기 다수의 제1국부 레지스터 버퍼로부터 상기 제2부분 셋트의 실행 유니트로 상기 제1오퍼랜드 값 및 제어 정보를 전달하기 위한 소자를 더 포함하는 것을 특징으로 하는 레지스터 파일 시스템.
  23. 다수의 실행 유니트를 가진 프로세서에서 계층적 레지스터 파일 시스템을 이용하는 방법에 있어서, 상기 실행 유니트중 제1부분 셋트에 의해 발생되는 제2오퍼랜드 값을 저장하기 위한 다수의 제1국부 레지스터 버퍼를 제공하는 단계와, 상기 실행 유니트 중 제2부분 셋트에 의해 발생되는 제2오퍼랜드 값을 저장하기 위한 다수의 제2국부 레지스터 버퍼를 제공하는 단계를 포함해서 이루어진 것을 특징으로 하는 계층적 레지스터 파일 시스템 이용 방법.
  24. 제23항에 있어서, 상기 다수의 제1국부 레지스터 버퍼로부터 상기 제2부분 셋트의 실행 유니트로 상기 제1오퍼랜드 값 및 제어 정보를 전달하기 위한 소자를 제공하는 단계를 더 포함하는 것을 특징으로 하는 계층적레지스터 파일 시스템 이용 방법.
    ※ 참고사항 : 최초출원 내용에 의하여 공개하는 것임.
KR1019950041292A 1994-11-14 1995-11-14 프로세서 아키텍춰에서의 분산제어 장치 및 방법 KR960018961A (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/339,518 US5592679A (en) 1994-11-14 1994-11-14 Apparatus and method for distributed control in a processor architecture
US08/339,518 1994-11-14

Publications (1)

Publication Number Publication Date
KR960018961A true KR960018961A (ko) 1996-06-17

Family

ID=23329376

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019950041292A KR960018961A (ko) 1994-11-14 1995-11-14 프로세서 아키텍춰에서의 분산제어 장치 및 방법

Country Status (3)

Country Link
US (1) US5592679A (ko)
JP (1) JP3771957B2 (ko)
KR (1) KR960018961A (ko)

Families Citing this family (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2016068C (en) * 1989-05-24 2000-04-04 Robert W. Horst Multiple instruction issue computer architecture
US5734874A (en) * 1994-04-29 1998-03-31 Sun Microsystems, Inc. Central processing unit with integrated graphics functions
US5884059A (en) * 1996-01-26 1999-03-16 Advanced Micro Devices, Inc. Unified multi-function operation scheduler for out-of-order execution in a superscalar processor
US5699537A (en) * 1995-12-22 1997-12-16 Intel Corporation Processor microarchitecture for efficient dynamic scheduling and execution of chains of dependent instructions
US6209020B1 (en) * 1996-09-20 2001-03-27 Nortel Networks Limited Distributed pipeline memory architecture for a computer system with even and odd pids
US5898849A (en) * 1997-04-04 1999-04-27 Advanced Micro Devices, Inc. Microprocessor employing local caches for functional units to store memory operands used by the functional units
US6161167A (en) * 1997-06-27 2000-12-12 Advanced Micro Devices, Inc. Fully associate cache employing LRU groups for cache replacement and mechanism for selecting an LRU group
US6088786A (en) * 1997-06-27 2000-07-11 Sun Microsystems, Inc. Method and system for coupling a stack based processor to register based functional unit
US6345312B1 (en) 1997-08-28 2002-02-05 International Business Machines Corporation Selectively dummying a data pipe transparent to a writer application
US6370415B1 (en) 1998-04-10 2002-04-09 Medi-Physics Inc. Magnetic resonance imaging method
US6012134A (en) * 1998-04-09 2000-01-04 Institute For The Development Of Emerging Architectures, L.L.C. High-performance processor with streaming buffer that facilitates prefetching of instructions
US6088789A (en) * 1998-05-13 2000-07-11 Advanced Micro Devices, Inc. Prefetch instruction specifying destination functional unit and read/write access mode
US6304953B1 (en) * 1998-07-31 2001-10-16 Intel Corporation Computer processor with instruction-specific schedulers
US7117342B2 (en) * 1998-12-03 2006-10-03 Sun Microsystems, Inc. Implicitly derived register specifiers in a processor
US7114056B2 (en) * 1998-12-03 2006-09-26 Sun Microsystems, Inc. Local and global register partitioning in a VLIW processor
US6807624B1 (en) 1998-12-17 2004-10-19 Fujitsu Limited Instruction control device and method therefor
US6442678B1 (en) * 1998-12-31 2002-08-27 Intel Corporation Method and apparatus for providing data to a processor pipeline
US6618802B1 (en) * 1999-09-07 2003-09-09 Hewlett-Packard Company, L.P. Superscalar processing system and method for selectively stalling instructions within an issue group
KR100383001B1 (ko) * 2000-08-04 2003-05-09 주식회사 하이닉스반도체 엠씨유의 온-보드 프로그램 방법
US6732234B1 (en) 2000-08-07 2004-05-04 Broadcom Corporation Direct access mode for a cache
US6848024B1 (en) 2000-08-07 2005-01-25 Broadcom Corporation Programmably disabling one or more cache entries
US6748492B1 (en) * 2000-08-07 2004-06-08 Broadcom Corporation Deterministic setting of replacement policy in a cache through way selection
JP2002230065A (ja) * 2001-02-02 2002-08-16 Toshiba Corp システムlsi開発装置およびシステムlsi開発方法
US6895520B1 (en) 2001-03-02 2005-05-17 Advanced Micro Devices, Inc. Performance and power optimization via block oriented performance measurement and control
US6748495B2 (en) 2001-05-15 2004-06-08 Broadcom Corporation Random generator
US7240347B1 (en) * 2001-10-02 2007-07-03 Juniper Networks, Inc. Systems and methods for preserving the order of data
US7266587B2 (en) * 2002-05-15 2007-09-04 Broadcom Corporation System having interfaces, switch, and memory bridge for CC-NUMA operation
US7484075B2 (en) * 2002-12-16 2009-01-27 International Business Machines Corporation Method and apparatus for providing fast remote register access in a clustered VLIW processor using partitioned register files
US7543142B2 (en) 2003-12-19 2009-06-02 Intel Corporation Method and apparatus for performing an authentication after cipher operation in a network processor
US7512945B2 (en) * 2003-12-29 2009-03-31 Intel Corporation Method and apparatus for scheduling the processing of commands for execution by cryptographic algorithm cores in a programmable network processor
US7529924B2 (en) * 2003-12-30 2009-05-05 Intel Corporation Method and apparatus for aligning ciphered data
US7284092B2 (en) * 2004-06-24 2007-10-16 International Business Machines Corporation Digital data processing apparatus having multi-level register file
JP3906363B2 (ja) 2004-09-01 2007-04-18 国立大学法人名古屋大学 クラスタ化スーパスカラプロセッサ及びクラスタ化スーパスカラプロセッサにおけるクラスタ間の通信制御方法
US8468530B2 (en) * 2005-04-07 2013-06-18 International Business Machines Corporation Determining and describing available resources and capabilities to match jobs to endpoints
JP4952580B2 (ja) * 2005-04-21 2012-06-13 富士通株式会社 プロセッサ装置
US9176741B2 (en) * 2005-08-29 2015-11-03 Invention Science Fund I, Llc Method and apparatus for segmented sequential storage
KR101355496B1 (ko) * 2005-08-29 2014-01-28 디 인벤션 사이언스 펀드 원, 엘엘씨 복수의 병렬 클러스터들을 포함하는 계층 프로세서의스케쥴링 메카니즘
US8296550B2 (en) * 2005-08-29 2012-10-23 The Invention Science Fund I, Llc Hierarchical register file with operand capture ports
US20070083735A1 (en) * 2005-08-29 2007-04-12 Glew Andrew F Hierarchical processor
US7644258B2 (en) * 2005-08-29 2010-01-05 Searete, Llc Hybrid branch predictor using component predictors each having confidence and override signals
US8275976B2 (en) * 2005-08-29 2012-09-25 The Invention Science Fund I, Llc Hierarchical instruction scheduler facilitating instruction replay
US20160098279A1 (en) * 2005-08-29 2016-04-07 Searete Llc Method and apparatus for segmented sequential storage
KR101085330B1 (ko) * 2006-12-14 2011-11-23 후지쯔 가부시끼가이샤 컴파일 방법 및 컴파일러
US7923341B2 (en) * 2007-08-13 2011-04-12 United Solar Ovonic Llc Higher selectivity, method for passivating short circuit current paths in semiconductor devices
JP2011008732A (ja) * 2009-06-29 2011-01-13 Fujitsu Ltd プライオリティ回路、演算処理装置及び演算処理方法
US20110276784A1 (en) * 2010-05-10 2011-11-10 Telefonaktiebolaget L M Ericsson (Publ) Hierarchical multithreaded processing
US9348587B2 (en) * 2010-07-09 2016-05-24 Hyperion Core, Inc. Providing code sections for matrix of arithmetic logic units in a processor
JP5246233B2 (ja) * 2010-09-27 2013-07-24 富士通株式会社 プロセッサ装置
US9514094B2 (en) * 2012-07-10 2016-12-06 Maxeler Technologies Ltd Processing data sets using dedicated logic units to prevent data collision in a pipelined stream processor
US10275251B2 (en) 2012-10-31 2019-04-30 International Business Machines Corporation Processor for avoiding reduced performance using instruction metadata to determine not to maintain a mapping of a logical register to a physical register in a first level register file
US9286068B2 (en) * 2012-10-31 2016-03-15 International Business Machines Corporation Efficient usage of a multi-level register file utilizing a register file bypass
US9513920B2 (en) * 2014-05-29 2016-12-06 Mill Computing, Inc. Computer processor employing split-stream encoding
US11256511B2 (en) * 2019-05-20 2022-02-22 International Business Machines Corporation Instruction scheduling during execution in a processor

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4594660A (en) * 1982-10-13 1986-06-10 Honeywell Information Systems Inc. Collector
JP2693651B2 (ja) * 1991-04-30 1997-12-24 株式会社東芝 並列プロセッサー
US5548776A (en) * 1993-09-30 1996-08-20 Intel Corporation N-wide bypass for data dependencies within register alias table
US5471633A (en) * 1993-09-30 1995-11-28 Intel Corporation Idiom recognizer within a register alias table

Also Published As

Publication number Publication date
JP3771957B2 (ja) 2006-05-10
US5592679A (en) 1997-01-07
JPH08212070A (ja) 1996-08-20

Similar Documents

Publication Publication Date Title
KR960018961A (ko) 프로세서 아키텍춰에서의 분산제어 장치 및 방법
CN101702134B (zh) 无操作系统干预情况下调度os隔离定序器上的线程的机制
US10114652B2 (en) Processor with hybrid pipeline capable of operating in out-of-order and in-order modes
US5574939A (en) Multiprocessor coupling system with integrated compile and run time scheduling for parallelism
KR101966712B1 (ko) 분할가능한 엔진에 의해 인스턴스화된 가상 코어를 이용한 코드 블록의 실행을 지원하는 메모리 프래그먼트
KR101620676B1 (ko) 분할가능한 엔진에 의해 인스턴스화된 가상 코어를 이용한 코드 블록의 실행을 지원하는 레지스터 파일 세그먼트
KR101638225B1 (ko) 분할가능한 엔진에 의해 인스턴스화된 가상 코어를 이용한 명령어 시퀀스 코드 블록의 실행
JP3461704B2 (ja) 条件コードを使用する命令処理システムおよびコンピュータ
US7809926B2 (en) Systems and methods for reconfiguring on-chip multiprocessors
CN100378655C (zh) 并行处理器中的多线程执行
CN100538640C (zh) 动态配置虚拟处理器资源的装置
CN108268386A (zh) 加速硬件中的存储器排序
EP1846820B1 (en) Methods and apparatus for instruction set emulation
JP2002149424A (ja) 共有コプロセッサ・リソースに対する複数の論理インタフェース
JPH08147165A (ja) マルチコンテキストをサポートするプロセッサおよび処理方法
US20190130270A1 (en) Tensor manipulation within a reconfigurable fabric using pointers
KR940018742A (ko) 슈퍼스칼라 프로세서 시스템에서 복수의 명령어를 단일 사이클로 디스패치하기 위한 방법 및 장치
JPH05224921A (ja) データ処理システム
Govindarajan et al. Design and performance evaluation of a multithreaded architecture
EP1131701A1 (en) Multiple job signals per processing unit in a multiprocessing system
EP1131702B1 (en) Improved handling of the results of speculatively executed jobs in a multiprocessing system
US7206923B2 (en) Method and apparatus for eliminating the need for register assignment, allocation, spilling and re-filling
WO2021013727A1 (en) Processor
JPH09179737A (ja) スーパスカラ・プロセッサのリネーム・バッファを効率よく使用する方法及び装置
RU2042193C1 (ru) Вычислительная система

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application