KR102063656B1 - 블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법 - Google Patents
블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법 Download PDFInfo
- Publication number
- KR102063656B1 KR102063656B1 KR1020177003623A KR20177003623A KR102063656B1 KR 102063656 B1 KR102063656 B1 KR 102063656B1 KR 1020177003623 A KR1020177003623 A KR 1020177003623A KR 20177003623 A KR20177003623 A KR 20177003623A KR 102063656 B1 KR102063656 B1 KR 102063656B1
- Authority
- KR
- South Korea
- Prior art keywords
- allocation
- threads
- instructions
- thread
- instruction
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 51
- 230000002596 correlated effect Effects 0.000 claims 3
- 230000000903 blocking effect Effects 0.000 claims 2
- 238000010586 diagram Methods 0.000 description 40
- 241001442055 Vipera berus Species 0.000 description 27
- 230000008569 process Effects 0.000 description 21
- 230000009977 dual effect Effects 0.000 description 7
- 230000006870 function Effects 0.000 description 6
- 238000003491 array Methods 0.000 description 5
- 230000008901 benefit Effects 0.000 description 5
- 238000012545 processing Methods 0.000 description 5
- 239000000872 buffer Substances 0.000 description 4
- 230000000873 masking effect Effects 0.000 description 4
- 238000011084 recovery Methods 0.000 description 4
- 239000013598 vector Substances 0.000 description 4
- 230000006399 behavior Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000012546 transfer Methods 0.000 description 3
- 238000009825 accumulation Methods 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 230000001419 dependent effect Effects 0.000 description 2
- 230000000977 initiatory effect Effects 0.000 description 2
- 238000013507 mapping Methods 0.000 description 2
- 230000001052 transient effect Effects 0.000 description 2
- 230000015572 biosynthetic process Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000010367 cloning Methods 0.000 description 1
- 230000006835 compression Effects 0.000 description 1
- 238000007906 compression Methods 0.000 description 1
- 238000011010 flushing procedure Methods 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 239000011159 matrix material Substances 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 239000000203 mixture Substances 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
- 230000000644 propagated effect Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000000638 solvent extraction Methods 0.000 description 1
- 239000000126 substance Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30094—Condition code generation, e.g. Carry, Zero flag
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3824—Operand accessing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3836—Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3836—Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
- G06F9/3838—Dependency mechanisms, e.g. register scoreboarding
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3836—Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
- G06F9/3851—Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution from multiple instruction streams, e.g. multistreaming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3854—Instruction completion, e.g. retiring, committing or graduating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3854—Instruction completion, e.g. retiring, committing or graduating
- G06F9/3858—Result writeback, i.e. updating the architectural state or memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
- G06F9/4887—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues involving deadlines, e.g. rate based, periodic
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5011—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5011—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
- G06F9/5016—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/5038—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/52—Program synchronisation; Mutual exclusion, e.g. by means of semaphores
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/52—Program synchronisation; Mutual exclusion, e.g. by means of semaphores
- G06F9/524—Deadlock detection or avoidance
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Advance Control (AREA)
Abstract
블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법이 개시된다. 이 방법은 글로벌 프런트 엔드를 이용하여 착신 명령어 시퀀스를 수신하는 단계; 명령어들을 그룹화하여 명령어 블록들을 형성하는 단계 - 명령어 블록들의 명령어들은 다수의 스레드와 인터리빙됨 -; 명령어 블록의 명령어들을 다수의 스레드에 따라 실행하도록 스케줄링하는 단계; 및 실행 파이프라인에서 공정성을 실시하기 위해 다수의 스레드의 실행을 추적하는 단계를 포함한다.
Description
이 출원은 Mohammad A. Abdallah에 의해, 2013년 3월 15일에 출원되고, 그 전부가 본 명세서에 포함되는, 발명의 명칭이 "A METHOD FOR EXECUTING MULTITHREADED INSTRUCTIONS GROUPED INTO BLOCKS"인, 동시 계류중이고 공동 양도된 미국 특허 가출원 번호 제61/800,123호에 대한 우선권을 주장한다.
<관련 출원과의 교차 참조>
이 출원은 Mohammad A. Abdallah에 의해, 2007년 4월 12일에 출원되고, 그 전부가 본 명세서에 포함되는, 발명의 명칭이 "APPARATUS AND METHOD FOR PROCESSING AN INSTRUCTION MATRIX SPECIFYING PARALLEL INDEPENDENT OPERATIONS"인, 동시 계류중이고 공동 양도된 미국 특허 출원 번호 제2009/0113170호와 관련이 있다.
이 출원은 Mohammad A. Abdallah에 의해, 2007년 11월 14일에 출원되고, 그 전부가 본 명세서에 포함되는, 발명의 명칭이 "APPARATUS AND METHOD FOR PROCESSING COMPLEX INSTRUCTION FORMATS IN A MULTITHREADED ARCHITECTURE SUPPORTING VARIOUS CONTEXT SWITCH MODES AND VIRTUALIZATION SCHEMES"인, 동시 계류중이고 공동 양도된 미국 특허 출원 번호 제2010/0161948호와 관련이 있다.
<발명의 분야>
본 발명은 일반적으로 디지털 컴퓨터 시스템에 관한 것으로, 보다 상세하게는, 명령어 시퀀스를 구성하는 명령어들을 선택하기 위한 시스템 및 방법에 관한 것이다.
의존적이거나 완전히 독립적인 다수의 작업들을 처리하는 데 프로세서가 필요하다. 이러한 프로세서의 내부 상태는 보통 프로그램 실행의 각각의 특정의 순간에 상이한 값들을 보유하고 있을 수 있는 레지스터들로 이루어져 있다. 프로그램 실행의 각각의 순간에, 내부 상태 이미지(internal state image)는 프로세서의 아키텍처 상태(architecture state)라고 불리운다.
다른 함수(예컨대, 다른 스레드, 프로세스 또는 프로그램)를 실행하기 위해 코드 실행이 전환될 때, 새로운 함수가 그의 새로운 상태를 빌드(build)하기 위해 내부 레지스터들을 이용할 수 있도록 머신/프로세서의 상태가 저장되어야만 한다. 새로운 함수가 종료되면, 그의 상태가 폐기될 수 있고 이전의 컨텍스트의 상태가 복원될 것이며 실행이 재개된다. 이러한 전환 프로세스(switch process)는 컨텍스트 전환(context switch)이라고 불리우고, 특히 많은 수(예컨대, 64개, 128개, 256개)의 레지스터들 및/또는 비순차 실행(out of order execution)을 이용하는 최근의 아키텍처들에서 보통 수십 또는 수백 개의 사이클들을 포함한다.
스레드 인식 하드웨어 아키텍처(thread-aware hardware architecture)에서, 하드웨어가 제한된 수의 하드웨어 지원 스레드들에 대해 다수의 컨텍스트 상태들을 지원하는 것이 보통이다. 이 경우에, 하드웨어는 각각의 지원된 스레드에 대한 모든 아키텍처 상태 요소들을 복제한다. 이것은 새로운 스레드를 실행할 때 컨텍스트 전환을 필요 없게 만든다. 그렇지만, 이것은 여전히 다수의 단점, 즉, 하드웨어로 지원되는 각각의 부가적인 스레드에 대한 모든 아키텍처 상태 요소들(즉, 레지스터들)을 복제하는 것의 면적, 능력(power) 및 복잡도를 가진다. 그에 부가하여, 소프트웨어 스레드들의 수가 명시적으로 지원되는 하드웨어 스레드들의 수를 초과하는 경우, 컨텍스트 전환이 여전히 수행되어야 한다.
이것은 많은 수의 스레드를 요구하는 미세 입도 기반으로(on a fine granularity basis) 병렬 처리(parallelism)가 필요할 때 흔해진다. 중복 컨텍스트 상태 하드웨어 저장(duplicate context-state hardware storage)을 갖는 하드웨어 스레드 인식 아키텍처들은 비-스레드 방식 소프트웨어 코드(non-threaded software code)에는 도움을 주지 못하고 스레드 방식(threaded)으로 되어 있는 소프트웨어에 대한 컨텍스트 전환들의 수를 감소시킬 뿐이다. 그렇지만, 그 스레드들은 보통 대단위 병렬 처리(coarse grain parallelism)를 위해 구성되어 있으며, 그 결과 개시 및 동기화를 위한 소프트웨어 오버헤드가 과중하게 되고, 효율적인 스레딩 개시/자동 발생 없이, 함수 호출 및 루프 병렬 실행과 같은 소단위 병렬 처리(fine grain parallelism)를 남겨 두게 된다. 이러한 기술된 오버헤드들은 비-명시적으로/용이하게 병렬화되는/스레딩되는 소프트웨어 코드들에 대해 최신의 컴파일러 또는 사용자 병렬화 기법들을 사용한 이러한 코드들의 자동 병렬화의 어려움을 수반한다.
일 실시예에서, 본 발명은 블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법으로서 구현된다. 이 방법은 글로벌 프런트 엔드(global front end)를 이용하여 착신 명령어 시퀀스(incoming instruction sequence)를 수신하는 단계; 명령어들을 그룹화하여 명령어 블록들을 형성하는 단계 - 명령어 블록들의 명령어들은 다수의 스레드와 인터리빙(interleave)됨 -; 명령어 블록의 명령어들을 다수의 스레드에 따라 실행하도록 스케줄링하는 단계; 및 실행 파이프라인에서 공정성(fairness)을 실시하기 위해 다수의 스레드의 실행을 추적하는 단계를 포함한다.
전술한 내용은 요약이므로, 필요에 의해, 세부 사항의 간소화, 일반화 및 생략을 포함한다; 따라서, 통상의 기술자들은 이 요약이 예시적일 뿐이고 어떤 점에서도 제한하고자 하는 것은 아니라는 것을 알 것이다. 청구범위에 의해서만 정의되는, 본 발명의 다른 양태들, 창의적 특징들, 및 이점들은 아래에 기술되는 비제한적인 상세 설명에서 명백해질 것이다.
본 발명은 첨부 도면들에서 제한으로서가 아니라 예로서 도시되어 있으며, 도면들에서 같은 참조 번호들은 유사한 요소들을 가리킨다.
도 1은 명령어들을 블록으로 그룹화하고 레지스터 템플릿을 이용하여 명령어들 사이의 종속성들을 추적하는 프로세스의 개요도를 보여준다.
도 2는 본 발명의 일 실시예에 따른 레지스터 뷰, 소스 뷰, 및 명령어 뷰의 개요도를 보여준다.
도 3은 본 발명의 일 실시예에 따른 예시적인 레지스터 템플릿과 이 레지스터 템플릿으로부터의 정보에 의해 소스 뷰가 채워지는 방법을 설명하는 도면을 보여준다.
도 4는 소스 뷰 내의 종속성 브로드캐스팅을 위한 제1 실시예를 설명하는 도면을 보여준다. 이 실시예에서, 각각의 열은 명령어 블록을 포함한다.
도 5는 소스 뷰 내의 종속성 브로드캐스팅을 위한 제2 실시예를 설명하는 도면을 보여준다.
도 6은 본 발명의 일 실시예에 따른 커밋 포인터로부터 시작하여 대응하는 포트 할당들을 브로드캐스팅하는 디스패치를 위한 준비 블록들의 선택을 설명하는 도면을 보여준다.
도 7은 본 발명의 일 실시예에 따른 도 6에 설명된 선택기 어레이를 구현하는 데 이용되는 덧셈기 트리 구조를 보여준다.
도 8은 선택기 어레이 덧셈기 트리의 예시적인 로직을 보다 상세히 보여준다.
도 9는 본 발명의 일 실시예에 따른 선택기 어레이를 구현하기 위한 덧셈기 트리의 병렬 구현을 보여준다.
도 10은 본 발명의 일 실시예에 따른 도 9로부터의 덧셈기 X가 캐리 세이브 덧셈기(carry save adder)들을 이용하여 구현될 수 있는 방법을 설명하는 예시도를 보여준다.
도 11은 본 발명의 일 실시예에 따른 커밋 포인터로부터 시작하여 선택기 어레이 덧셈기들을 이용하여 스케줄링하기 위해 준비 비트들을 마스킹하기 위한 마스킹 실시예를 보여준다.
도 12는 본 발명의 일 실시예에 따른 레지스터 뷰 엔트리들이 레지스터 템플릿들에 의해 채워지는 방법의 개요도를 보여준다.
도 13은 본 발명의 일 실시예에 따른 감소된 레지스터 뷰 풋프린트에 대한 제1 실시예를 보여준다.
도 14는 본 발명의 일 실시예에 따른 감소된 레지스터 뷰 풋프린트에 대한 제2 실시예를 보여준다.
도 15는 본 발명의 일 실시예에 따른 스냅샷(snapshot)들 간의 델타의 예시적인 포맷을 보여준다.
도 16은 본 발명의 일 실시예에 따른 명령어 블록들의 할당들에 따라 레지스터 템플릿 스냅샷들을 생성하기 위한 프로세스의 도면을 보여준다.
도 17은 본 발명의 일 실시예에 따른 명령어 블록들의 할당들에 따라 레지스터 템플릿 스냅샷들을 생성하기 위한 프로세스의 다른 도면을 보여준다.
도 18은 본 발명의 일 실시예에 따른 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하는 직렬 구현을 구현하기 위한 하드웨어의 개요도를 보여준다.
도 19는 본 발명의 일 실시예에 따른 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하는 병렬 구현을 구현하기 위한 하드웨어의 개요도를 보여준다.
도 20은 본 발명의 일 실시예에 따른 명령어 블록 기반 실행을 위한 하드웨어와, 그것이 소스 뷰, 명령어 뷰, 레지스터 템플릿들, 및 레지스터 뷰와 함께 동작하는 방법에 대한 개요도를 보여준다.
도 21은 본 발명의 일 실시예에 따른 청킹 아키텍처(chunking architecture)의 예를 보여준다.
도 22는 본 발명의 일 실시예에 따른 스레드들이 그들의 블록 번호들 및 스레드 ID에 따라 할당되는 방법에 대한 묘사를 보여준다.
도 23은 본 발명의 일 실시예에 따른 멀티스레드 실행(multithreaded execution)을 관리하기 위하여 물리적 저장 위치들을 가리키는 스레드 기반 포인터 맵들을 이용하는 스케줄러의 구현을 보여준다.
도 24는 본 발명의 일 실시예에 따른 스레드 기반 포인터 맵들을 이용하는 스케줄러의 다른 구현을 보여준다.
도 25는 본 발명의 일 실시예에 따른 스레드들에 대한 실행 리소스들의 동적 카운터 기반 할당에 대한 도면을 보여준다.
도 26은 본 발명의 일 실시예에 따른 이중 디스패치 프로세스를 도시한다.
도 27은 본 발명의 일 실시예에 따른 이중 디스패치 일시적 곱셈-누산을 도시한다.
도 28은 본 발명의 일 실시예에 따른 이중 디스패치 아키텍처적으로 보이는 상태 곱셈-덧셈(dual dispatch architecturally visible state multiply-add)을 도시한다.
도 29는 본 발명의 일 실시예에 따른 그룹화된 실행 유닛들의 프로세스에서의 실행을 위한 명령어 블록들의 페치 및 형성의 개요도를 보여준다.
도 30은 본 발명의 일 실시예에 따른 명령어 그룹화의 예시도를 보여준다. 도 30의 실시예에서는 2개의 명령어가 제3의 보조 연산과 함께 도시되어 있다.
도 31은 본 발명의 일 실시예에 따른 블록 스택 내의 절반 블록 쌍들이 실행 블록 유닛들에 매핑되는 방법을 보여준다.
도 32는 본 발명의 일 실시예에 따른 제1 레벨 레지스터 파일로서 중간 블록 결과들의 저장을 묘사하는 도면을 보여준다.
도 33은 본 발명의 일 실시예에 따른 홀수/짝수 포트 스케줄러를 보여준다.
도 34는 4개의 실행 유닛이 스케줄러 어레이로부터 결과들을 수신하고 임시 레지스터 파일 세그먼트에 출력들을 기입하는 것으로 도시된 도 33의 보다 상세한 버전을 보여준다.
도 35는 본 발명의 일 실시예에 따른 게스트 플래그 아키텍처 에뮬레이션을 묘사하는 도면을 보여준다.
도 36은 본 발명의 일 실시예에 따른 머신의 프런트 엔드, 스케줄러 및 실행 유닛들과 중앙 플래그 레지스터를 설명하는 도면을 보여준다.
도 37은 본 발명의 실시예들에 의해 구현되는 중앙 플래그 레지스터 에뮬레이션 프로세스에 대한 도면을 보여준다.
도 38은 게스트 설정에서 중앙 플래그 레지스터 거동을 에뮬레이션하는 프로세스(3800)의 단계들의 순서도를 보여준다.
도 1은 명령어들을 블록으로 그룹화하고 레지스터 템플릿을 이용하여 명령어들 사이의 종속성들을 추적하는 프로세스의 개요도를 보여준다.
도 2는 본 발명의 일 실시예에 따른 레지스터 뷰, 소스 뷰, 및 명령어 뷰의 개요도를 보여준다.
도 3은 본 발명의 일 실시예에 따른 예시적인 레지스터 템플릿과 이 레지스터 템플릿으로부터의 정보에 의해 소스 뷰가 채워지는 방법을 설명하는 도면을 보여준다.
도 4는 소스 뷰 내의 종속성 브로드캐스팅을 위한 제1 실시예를 설명하는 도면을 보여준다. 이 실시예에서, 각각의 열은 명령어 블록을 포함한다.
도 5는 소스 뷰 내의 종속성 브로드캐스팅을 위한 제2 실시예를 설명하는 도면을 보여준다.
도 6은 본 발명의 일 실시예에 따른 커밋 포인터로부터 시작하여 대응하는 포트 할당들을 브로드캐스팅하는 디스패치를 위한 준비 블록들의 선택을 설명하는 도면을 보여준다.
도 7은 본 발명의 일 실시예에 따른 도 6에 설명된 선택기 어레이를 구현하는 데 이용되는 덧셈기 트리 구조를 보여준다.
도 8은 선택기 어레이 덧셈기 트리의 예시적인 로직을 보다 상세히 보여준다.
도 9는 본 발명의 일 실시예에 따른 선택기 어레이를 구현하기 위한 덧셈기 트리의 병렬 구현을 보여준다.
도 10은 본 발명의 일 실시예에 따른 도 9로부터의 덧셈기 X가 캐리 세이브 덧셈기(carry save adder)들을 이용하여 구현될 수 있는 방법을 설명하는 예시도를 보여준다.
도 11은 본 발명의 일 실시예에 따른 커밋 포인터로부터 시작하여 선택기 어레이 덧셈기들을 이용하여 스케줄링하기 위해 준비 비트들을 마스킹하기 위한 마스킹 실시예를 보여준다.
도 12는 본 발명의 일 실시예에 따른 레지스터 뷰 엔트리들이 레지스터 템플릿들에 의해 채워지는 방법의 개요도를 보여준다.
도 13은 본 발명의 일 실시예에 따른 감소된 레지스터 뷰 풋프린트에 대한 제1 실시예를 보여준다.
도 14는 본 발명의 일 실시예에 따른 감소된 레지스터 뷰 풋프린트에 대한 제2 실시예를 보여준다.
도 15는 본 발명의 일 실시예에 따른 스냅샷(snapshot)들 간의 델타의 예시적인 포맷을 보여준다.
도 16은 본 발명의 일 실시예에 따른 명령어 블록들의 할당들에 따라 레지스터 템플릿 스냅샷들을 생성하기 위한 프로세스의 도면을 보여준다.
도 17은 본 발명의 일 실시예에 따른 명령어 블록들의 할당들에 따라 레지스터 템플릿 스냅샷들을 생성하기 위한 프로세스의 다른 도면을 보여준다.
도 18은 본 발명의 일 실시예에 따른 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하는 직렬 구현을 구현하기 위한 하드웨어의 개요도를 보여준다.
도 19는 본 발명의 일 실시예에 따른 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하는 병렬 구현을 구현하기 위한 하드웨어의 개요도를 보여준다.
도 20은 본 발명의 일 실시예에 따른 명령어 블록 기반 실행을 위한 하드웨어와, 그것이 소스 뷰, 명령어 뷰, 레지스터 템플릿들, 및 레지스터 뷰와 함께 동작하는 방법에 대한 개요도를 보여준다.
도 21은 본 발명의 일 실시예에 따른 청킹 아키텍처(chunking architecture)의 예를 보여준다.
도 22는 본 발명의 일 실시예에 따른 스레드들이 그들의 블록 번호들 및 스레드 ID에 따라 할당되는 방법에 대한 묘사를 보여준다.
도 23은 본 발명의 일 실시예에 따른 멀티스레드 실행(multithreaded execution)을 관리하기 위하여 물리적 저장 위치들을 가리키는 스레드 기반 포인터 맵들을 이용하는 스케줄러의 구현을 보여준다.
도 24는 본 발명의 일 실시예에 따른 스레드 기반 포인터 맵들을 이용하는 스케줄러의 다른 구현을 보여준다.
도 25는 본 발명의 일 실시예에 따른 스레드들에 대한 실행 리소스들의 동적 카운터 기반 할당에 대한 도면을 보여준다.
도 26은 본 발명의 일 실시예에 따른 이중 디스패치 프로세스를 도시한다.
도 27은 본 발명의 일 실시예에 따른 이중 디스패치 일시적 곱셈-누산을 도시한다.
도 28은 본 발명의 일 실시예에 따른 이중 디스패치 아키텍처적으로 보이는 상태 곱셈-덧셈(dual dispatch architecturally visible state multiply-add)을 도시한다.
도 29는 본 발명의 일 실시예에 따른 그룹화된 실행 유닛들의 프로세스에서의 실행을 위한 명령어 블록들의 페치 및 형성의 개요도를 보여준다.
도 30은 본 발명의 일 실시예에 따른 명령어 그룹화의 예시도를 보여준다. 도 30의 실시예에서는 2개의 명령어가 제3의 보조 연산과 함께 도시되어 있다.
도 31은 본 발명의 일 실시예에 따른 블록 스택 내의 절반 블록 쌍들이 실행 블록 유닛들에 매핑되는 방법을 보여준다.
도 32는 본 발명의 일 실시예에 따른 제1 레벨 레지스터 파일로서 중간 블록 결과들의 저장을 묘사하는 도면을 보여준다.
도 33은 본 발명의 일 실시예에 따른 홀수/짝수 포트 스케줄러를 보여준다.
도 34는 4개의 실행 유닛이 스케줄러 어레이로부터 결과들을 수신하고 임시 레지스터 파일 세그먼트에 출력들을 기입하는 것으로 도시된 도 33의 보다 상세한 버전을 보여준다.
도 35는 본 발명의 일 실시예에 따른 게스트 플래그 아키텍처 에뮬레이션을 묘사하는 도면을 보여준다.
도 36은 본 발명의 일 실시예에 따른 머신의 프런트 엔드, 스케줄러 및 실행 유닛들과 중앙 플래그 레지스터를 설명하는 도면을 보여준다.
도 37은 본 발명의 실시예들에 의해 구현되는 중앙 플래그 레지스터 에뮬레이션 프로세스에 대한 도면을 보여준다.
도 38은 게스트 설정에서 중앙 플래그 레지스터 거동을 에뮬레이션하는 프로세스(3800)의 단계들의 순서도를 보여준다.
본 발명이 하나의 실시예와 관련하여 기술되어 있지만, 본 발명이 본 명세서에 기재된 구체적인 형태들로 제한되는 것으로 의도되어 있지 않다. 그와 달리, 본 발명이 첨부된 청구항들에 의해 한정되는 본 발명의 범주 내에 타당하게 포함될 수 있는 이러한 대안들, 수정들 및 등가물들을 포함하는 것으로 의도되어 있다.
이하의 상세한 설명에서, 구체적인 방법 순서들, 구조들, 요소들 및 연결들과 같은 수많은 구체적인 상세들이 기재되어 있다. 그렇지만, 이 구체적인 상세들 및 다른 구체적인 상세들이 본 발명의 실시예들을 실시하는 데 이용될 필요는 없다는 것을 잘 알 것이다. 다른 상황들에서, 본 설명을 불필요하게 모호하게 하는 것을 피하기 위해 공지된 구조들, 요소들, 또는 연결들이 생략되어 있거나, 특별히 상세히 기술되어 있지 않다.
본 명세서 내에서 "하나의 실시예" 또는 "일 실시예"에 대한 언급들은 그 실시예와 관련하여 기술된 특정의 특징, 구조 또는 특성이 본 발명의 적어도 하나의 실시예에 포함되어 있다는 것을 나타내기 위한 것이다. 본 명세서 내의 다양한 곳들에서 나오는 "하나의 실시예에서"라는 문구는 모두가 꼭 동일한 실시예를 말하는 것이 아니며 다른 실시예들과 상호 배타적인 별도의 또는 대안의 실시예들도 아니다. 더욱이, 일부 실시예들에서는 나타내고 있을 수 있지만 다른 실시예들에서는 그렇지 않을 수 있는 다양한 특징들이 기술되어 있다. 이와 유사하게, 일부 실시예들에 대해서는 요구사항들일 수 있지만 다른 실시예들에 대해서는 그렇지 않을 수 있는 다양한 요구사항들이 기술되어 있다.
이하의 상세한 설명의 어떤 부분들은 컴퓨터 메모리 내의 데이터 비트들에 대한 동작들의 절차들, 단계들, 논리 블록들, 처리 및 다른 심볼 표현들로 제시되어 있다. 이 설명들 및 표현들은 데이터 처리 분야의 통상의 기술자가 자신의 작업의 내용을 다른 통상의 기술자들에게 가장 효과적으로 전달하기 위해 사용되는 수단이다. 절차, 컴퓨터 실행 단계, 논리 블록, 프로세스 등은 여기에서 일반적으로 원하는 결과를 가져오는 자기 모순 없는 단계들 또는 명령어들의 시퀀스인 것으로 생각된다. 단계들은 물리적 양의 물리적 조작을 필요로 하는 것이다. 보통, 꼭 그렇지는 않지만, 이 양들은 컴퓨터 판독 가능 저장 매체의 전기 또는 자기 신호의 형태를 취하고, 컴퓨터 시스템에서 저장, 전송, 결합, 비교, 및 다른 방식으로 조작될 수 있다. 대체적으로 흔히 사용되기 때문에, 이 신호들을 비트, 값, 요소, 심볼, 문자, 용어, 숫자 등으로 지칭하는 것이 때로는 편리한 것으로 밝혀졌다.
그렇지만, 이 용어들 및 유사한 용어들 모두가 적절한 물리적 양들과 연관되어 있고 이 양들에 적용되는 편리한 라벨들에 불과하다는 것을 염두에 두어야 한다. 달리 구체적으로 언급하지 않는 한, 이하의 논의로부터 명백한 바와 같이, 본 발명 전체에 걸쳐 "처리" 또는 "액세스" 또는 "기입" 또는 "저장" 또는 "복제" 등과 같은 용어를 이용한 논의가 컴퓨터 시스템의 레지스터 및 메모리 및 다른 컴퓨터 판독 가능 매체 내의 물리적(전자적) 양으로 표현된 데이터를 조작하고 컴퓨터 시스템 메모리 또는 레지스터 또는 다른 이러한 정보 저장, 전송 또는 디스플레이 디바이스 내의 물리적 양으로 유사하게 표현되는 다른 데이터로 변환하는 컴퓨터 시스템 또는 유사한 전자 컴퓨팅 디바이스의 동작 및 프로세스를 말한다는 것을 잘 알 것이다.
도 1은 명령어들을 블록으로 그룹화하고 레지스터 템플릿을 이용하여 명령어들 사이의 종속성들을 추적하는 프로세스의 개요도를 보여준다.
도 1은 헤더와 보디를 가진 명령어 블록을 보여준다. 블록은 명령어들의 그룹으로부터 생성된다. 블록은 명령어들의 그룹을 캡슐화하는 엔티티를 포함한다. 마이크로프로세서의 본 실시예에서, 추상화의 레벨은 개별 명령어들 대신에 블록들로 상승된다. 블록들이 개별 명령어들 대신에 디스패치를 위해 처리된다. 각 블록은 블록 번호로 표시된다. 그렇게 함으로써 머신의 비순차 관리 작업이 크게 단순화된다. 한 가지 중요한 특징은 머신의 관리 오버헤드를 크게 증가시키지 않고 처리되는 더 많은 수의 명령어들을 관리하는 방법을 찾는 것이다.
본 발명의 실시예들은 명령어 블록들, 레지스터 템플릿들 및 상속 벡터(inheritance vector)들을 구현함으로써 이 목적을 달성한다. 도 1에 도시된 블록에서, 블록의 헤더는 블록의 명령어들의 모든 소스들과 목적지들 및 그 소스들의 출처(예컨대, 어느 블록들로부터인지)를 열거하고 캡슐화한다. 헤더는 레지스터 템플릿을 업데이트하는 목적지들을 포함한다. 헤더에 포함된 소스들은 레지스터 템플릿에 저장된 블록 번호들로 연결(concatenate)될 것이다.
비순차로 처리되는 명령어들의 수는 비순차 머신의 관리 복잡도를 결정한다. 더 많은 비순차 명령어들은 더 큰 복잡도로 이어진다. 소스들은 프로세서의 비순차 디스패치 윈도에서 이전 명령어들의 목적지들과 비교할 필요가 있다.
도 1에 도시된 바와 같이, 레지스터 템플릿은 R0에서 R63까지 각 레지스터에 대한 필드들을 갖는다. 블록들은 그 각자의 블록 번호들을 블록 목적지들에 대응하는 레지스터 템플릿 필드들에 기입한다. 각각의 블록은 레지스터 템플릿으로부터 그의 레지스터 소스들을 나타내는 레지스터 필드들을 판독한다. 블록이 리타이어(retire)하고 그의 목적지 레지스터 콘텐츠를 레지스터 파일에 기입할 때, 그의 번호가 레지스터 템플릿으로부터 삭제된다. 이것은 그 레지스터들이 레지스터 파일 자체로부터 소스들로서 판독될 수 있다는 것을 의미한다.
본 실시예에서, 레지스터 템플릿은 블록이 할당될 때마다 머신의 각 사이클에서 업데이트된다. 새로운 템플릿 업데이트들이 생성됨에 따라, 레지스터 템플릿들의 이전 스냅샷들이 블록마다 하나씩 어레이(예컨대, 도 2에 도시된 레지스터 뷰)에 저장된다. 이 정보는 대응하는 블록이 리타이어될 때까지 유지된다. 이것은 머신이 (예컨대, 마지막으로 알려진 종속성 상태를 획득하는 것에 의해) 예측 오류(miss-predictions)와 플러시(flushes)로부터 매우 신속히 복구되게 한다.
일 실시예에서, 레지스터 뷰에 저장된 레지스터 템플릿들은 연속적인 스냅샷들 사이의 델타(스냅샷들 사이의 증분적 변화들)만을 저장함으로써 압축될 수 있다(그렇게 함으로써 저장 공간을 절약한다). 이렇게 하여 머신은 축소된 레지스터 뷰(shrunk register view)를 획득한다. 분기 명령어를 가진 블록들에 대한 템플릿들만을 저장함으로써 추가 압축이 획득될 수 있다.
분기 예측 오류 외에 복구 지점이 요구된다면, 먼저 분기 복구 지점에서 복구가 획득되고, 그 후 머신이 복구 지점 후에 찾는 것에 도달할 때까지 명령어들을 할당하는 것에서 벗어나서(명령어들을 실행하지는 않고) 상태가 재구축될 수 있다.
일 실시예에서, 본 명세서에서 사용된 용어 "레지스터 템플릿"은 Mohammad Abdallah에 의해, 2012년 3월 23일에 출원되고, 그 전부가 본 명세서에 포함되는, 발명의 명칭이 "EXECUTING INSTRUCTION SEQUENCE CODE BLOCKS BY USING VIRTUAL CORES INSTANTIATED BY PARTITIONABLE ENGINES"인, 선행 출원되고 공동 양도된 특허 출원 번호 제13428440호에서 기술된 용어 "상속 벡터들"과 동의어라는 점에 유의해야 한다.
도 2는 본 발명의 일 실시예에 따른 레지스터 뷰, 소스 뷰, 및 명령어 뷰의 개요도를 보여준다. 이 도면은 (예컨대, 소스 뷰, 명령어 뷰, 레지스터 뷰 등을 가진) 스케줄러 아키텍처의 일 실시예를 보여준다. 앞서 언급한 구조들 중 하나 이상을 결합하거나 분할하는 것에 의해 동일한 기능을 달성하는 스케줄러 아키텍처의 다른 구현들도 가능하다.
도 2는 레지스터 템플릿들의 동작 및 머신 상태의 유지를 지원하는 기능 엔티티들을 도시한다. 도 2의 왼쪽은 레지스터 템플릿들(T0 내지 T4)을 보여주고, 여기서 화살표들은 하나의 레지스터 템플릿/상속 벡터로부터 다음 것으로의 정보의 상속을 나타낸다. 레지스터 뷰, 소스 뷰, 및 명령어 뷰 각각은 명령어들의 블록들과 관련되는 정보를 저장하기 위한 데이터 구조들을 포함한다. 도 2는 또한 헤더를 갖는 예시적인 명령어 블록과 이 명령어 블록이 머신의 레지스터들에 대한 소스들과 목적지들 양자를 포함하는 방법을 보여준다. 블록들에 의해 참조되는 레지스터들에 관한 정보는 레지스터 뷰 데이터 구조에 저장된다. 블록들에 의해 참조되는 소스들에 관한 정보는 소스 뷰 데이터 구조에 저장된다. 블록들에 의해 참조되는 명령어들 자체에 관한 정보는 명령어 뷰 데이터 구조에 저장된다. 레지스터 템플릿들/상속 벡터들 자체는 블록들에 의해 참조되는 종속성 및 상속 정보를 저장하는 데이터 구조들을 포함한다.
도 3은 본 발명의 일 실시예에 따른 예시적인 레지스터 템플릿과 이 레지스터 템플릿으로부터의 정보에 의해 소스 뷰가 채워지는 방법을 설명하는 도면을 보여준다.
본 실시예에서, 소스 뷰의 목표는 특정 블록들이 디스패치될 수 있는 때를 결정하는 것이라는 점에 유의해야 한다. 블록이 디스패치될 때 그것은 그의 블록 번호를 모든 나머지 블록들에 브로드캐스팅한다. 다른 블록들(예컨대, 비교)의 소스들에 대한 임의의 일치(match)들은 준비 비트(예컨대, 또는 임의의 다른 유형의 표시자)가 설정되게 한다. 모든 준비 비트들이 설정되면(예컨대, AND 게이트) 블록은 디스패치될 준비가 된다. 블록들이 그것들이 종속하는 다른 블록들의 준비에 기초하여 디스패치된다.
다수의 블록이 디스패치를 위한 준비가 되면, 가장 오래된 블록이 더 신생의(younger) 블록들에 앞서 디스패치를 위해 선택된다. 예를 들어, 일 실시예에서 처음 찾기 회로(find first circuit)를 이용하여 커밋 포인터에의 근접에 기초하여 가장 오래된 블록을 찾고 커밋 포인터에의 상대적 근접에 기초하여 후속 블록들을 찾을 수 있다(예컨대, 각 블록의 준비 비트에 대해 작업하여).
다시 도 3을 참고하면, 이 예에서, 블록 20이 도착할 때 생성된 레지스터 템플릿 스냅샷이 검사되고 있다. 전술한 바와 같이, 레지스터 템프릿은 R0에서 R63까지 각 레지스터에 대한 필드들을 갖는다. 블록들은 그 각자의 블록 번호들을 블록 목적지들에 대응하는 레지스터 템플릿 필드들에 기입한다. 각각의 블록은 레지스터 템플릿으로부터 그의 레지스터 소스들을 대표하는 레지스터 필드들을 판독한다. 첫 번째 번호는 레지스터에 기입한 블록이고 두 번째 번호는 그 블록의 목적지 번호이다.
예를 들어, 블록 20이 도착할 때, 그것은 레지스터 템플릿의 스냅샷을 판독하고 레지스터 템플릿에서 자신의 레지스터 소스들을 조회하여 그의 소스들 각각에 기입한 마지막 블록을 결정하고 그의 목적지들이 이전 레지스터 템플릿 스냅샷에 행하는 업데이트들에 따라 소스 뷰를 채운다. 후속 블록들은 그 자신의 목적지들로 레지스터 템플릿을 업데이트할 것이다. 이것은 도 3의 하부 좌측에 도시되어 있는데, 여기서 블록 20은 그의 소스들: 소스 1, 소스 2, 소스 3, 내지 소스 8을 채운다.
도 4는 소스 뷰 내의 종속성 브로드캐스팅을 위한 제1 실시예를 설명하는 도면을 보여준다. 이 실시예에서, 각 열은 명령어 블록을 포함한다. 블록이 할당될 때 그것은 그것의 소스들이 그 블록들에 대한 종속성을 가질 때마다 모든 블록의 열들에 (예컨대, 0을 기입함으로써) 표시한다. 임의의 다른 블록이 디스패치될 때 그의 번호는 그 블록과 관련되는 정확한 열을 가로질러 브로드캐스팅된다. 1을 기입하는 것은 그 블록에 대한 종속성이 없음을 나타내는 디폴트 값이라는 점에 유의해야 한다.
블록 내의 모든 준비 비트들이 준비되어 있을 때, 그 블록은 디스패치되고 그것의 번호는 모든 나머지 블록들에 브로드캐스팅된다. 블록 번호는 다른 블록들의 소스들에 저장된 모든 번호들과 비교한다. 일치가 있다면, 그 소스에 대한 준비 비트는 설정된다. 예를 들어, 소스 1에서 브로드캐스팅된 블록 번호가 11이면 블록 20의 소스 1에 대한 준비 비트는 설정될 것이다.
도 5는 소스 뷰 내의 종속성 브로드캐스팅을 위한 제2 실시예를 설명하는 도면을 보여준다. 이 실시예는 블록들에 의해 조직되는 것과 대조적으로 소스들에 의해 조직된다. 이것은 소스 뷰 데이터 구조에 걸쳐서 소스들 S1 내지 S8에 의해 도시되어 있다. 상기 도 4와 관련해 기술된 것과 유사한 방식으로, 도 5의 실시예에서, 블록 내의 모든 준비 비트들이 준비되어 있을 때, 그 블록은 디스패치되고 그것의 번호는 모든 나머지 블록들에 브로드캐스팅된다. 블록 번호는 다른 블록들의 소스들에 저장된 모든 번호들과 비교한다. 일치가 있다면, 그 소스에 대한 준비 비트는 설정된다. 예를 들어, 소스 1에서 브로드캐스팅된 블록 번호가 11이면 블록 20의 소스 1에 대한 준비 비트는 설정될 것이다.
도 5의 실시예는 또한 커밋 포인터와 할당 포인터 사이의 블록들에서만 비교들이 가능하게 되는 방법을 보여준다. 모든 다른 블록들은 무효하다.
도 6은 본 발명의 일 실시예에 따른 커밋 포인터로부터 시작하여 대응하는 포트 할당들을 브로드캐스팅하는 디스패치를 위한 준비 블록들의 선택을 설명하는 도면을 보여준다. 소스 뷰 데이터 구조는 도 6의 왼쪽에 도시되어 있다. 명령어 뷰 데이터 구조는 도 6의 오른쪽에 도시되어 있다. 소스 뷰와 명령어 뷰 사이에 선택기 어레이가 도시되어 있다. 이 실시예에서, 선택기 어레이는 4개의 디스패치 포트(P1 내지 P4)를 통해 사이클마다 4개의 블록을 디스패치한다.
전술한 바와 같이, 블록들은 커밋 포인터로부터 랩 어라운드(wrap around)하여 할당 포인터까지(예컨대, 오래된 블록들을 먼저 디스패치하는 것을 지키려고 하면서) 디스패치를 위해 선택된다. 선택기 어레이는 커밋 포인터로부터 시작하여 처음 4개의 준비 블록을 찾기 위해 이용된다. 가장 오래된 준비 블록들을 디스패치하는 것이 바람직하다. 일 실시예에서, 선택기 어레이는 덧셈기 트리 구조를 이용하여 구현될 수 있다. 이것은 아래 도 7에서 설명될 것이다.
도 6은 또한 명령어 뷰 내의 엔트리들을 통과한 4개의 포트 각각에 선택기 어레이가 결합되는 방법을 보여준다. 이 실시예에서, 포트 인에이블들로서 포트 결합들은 4개의 포트 중 하나가 활성화될 수 있게 하고 해당 명령어 뷰 엔트리가 아래로 디스패치 포트까지 그리고 계속해서 실행 유닛들까지 통과하게 한다. 게다가, 전술한 바와 같이, 디스패치된 블록들은 소스 뷰를 통하여 브로드캐스트 백(broadcast back) 된다. 디스패치를 위한 선택된 블록들의 블록 번호들은 브로드캐스트 백 된다(4까지). 이것은 도 6의 가장 오른쪽에 도시되어 있다.
도 7은 본 발명의 일 실시예에 따른 도 6에 설명된 선택기 어레이를 구현하는 데 이용되는 덧셈기 트리 구조를 보여준다. 도시된 덧셈기 트리는 선택기 어레이의 기능을 구현한다. 덧셈기 트리는 처음 4개의 준비 블록을 고르고 이들을 디스패치를 위한 4개의 이용 가능한 포트(예컨대, 판독 포트 1 내지 판독 포트 4)에 올려놓는다. 어떤 중재도 이용되지 않는다. 특정 포트를 구체적으로 인에이블하기 위해 이용되는 실제 로직은 엔트리 번호 1에 명백히 도시되어 있다. 명확성을 위해, 그 로직은 다른 엔트리들에서는 구체적으로 도시되어 있지 않다. 이렇게 하여, 도 7은 블록 디스패치를 위한 각 특정 포트의 직접 선택이 구현되는 방법에 대한 하나의 구체적인 실시예를 보여준다. 그러나, 대안적으로, 우선 순위 인코더들을 이용하는 실시예가 구현될 수 있다는 점에 유의해야 한다.
도 8은 선택기 어레이 덧셈기 트리의 예시적인 로직을 보다 상세히 보여준다. 도 8의 실시예에서는, 범위 초과 비트(range exceed bit)에 대한 로직이 도시되어 있다. 범위 초과 비트는 4개 초과의 블록이 디스패치를 위해 선택되지 않도록 보장하고, 제5 블록이 준비되어 있다면 범위 초과 비트는 처음 4개의 블록도 준비되어 있다면 제5 블록이 디스패치되지 않게 할 것이다. 합계 비트들은 S0 내지 S3이고 직렬 구현에서 다음 덧셈기 스테이지로 전파뿐만 아니라 디스패치 포트를 인에이블하기 위해 이용된다는 점에 유의해야 한다.
도 9는 본 발명의 일 실시예에 따른 선택기 어레이를 구현하기 위한 덧셈기 트리의 병렬 구현을 보여준다. 이 병렬 구현은 각 덧셈기로부터의 합계를 다음 것으로 전달하지 않는다. 병렬 구현에서, 각 덧셈기는 다중 입력 캐리 세이브 덧셈기 트리(multi-input carry save adder trees)와 같은 다중 입력 덧셈 구현을 이용하여 모든 그것의 필요한 입력들을 직접 이용한다. 예를 들어, 덧셈기 "X"는 이전의 입력들 모두를 합산한다. 이 병렬 구현은 보다 빠른 계산 시간들(예컨대, 단일 사이클)을 실행하기 위하여 바람직하다.
도 10은 본 발명의 일 실시예에 따른 도 9로부터의 덧셈기 X가 캐리 세이브 덧셈기들을 이용하여 구현될 수 있는 방법을 설명하는 예시도를 보여준다. 도 10은 단일 사이클에 32개 입력을 덧셈할 수 있는 구조를 보여준다. 이 구조는 4×2 캐리 세이브 덧셈기들(4-by-2 carry save adders)을 이용하여 합해진다.
도 11은 본 발명의 일 실시예에 따른 커밋 포인터로부터 시작하여 선택기 어레이 덧셈기들을 이용하여 스케줄링하기 위해 준비 비트들을 마스킹하기 위한 마스킹 실시예를 보여준다. 이 구현에서, 선택기 어레이 덧셈기들은 커밋 포인터에서 시작하여 잠재적으로 랩 어라운드하여 할당 포인터까지 디스패치할 처음 4개의 준비 블록을 선택하려고 하고 있다. 이 구현에서, 다중 입력 병렬 덧셈기들이 이용된다. 게다가, 이 구현에서 이들 원형 버퍼의 소스가 이용된다.
도 11은 준비 비트들이 2개의 마스크 각각과 함께 AND 연산되고(개별적으로 또는 별도로) 2개의 덧셈기 트리에 병렬로 적용되는 방법을 보여준다. 처음 4개의 블록은 2개의 덧셈기 트리를 이용하여 그리고 4의 임계값과 비교함으로써 선택된다. "X" 마크들은 "해당 덧셈기 트리에 대한 선택 어레이로부터 배제함"을 나타내고 따라서 "X" 값은 0이다. 한편 "Y" 마크들은 "해당 덧셈기 트리에 대한 선택 어레이에 포함함"을 나타내고 따라서 "Y" 값은 1이다.
도 12는 본 발명의 일 실시예에 따른 레지스터 뷰 엔트리들이 레지스터 템플릿들에 의해 채워지는 방법의 개요도를 보여준다.
전술한 바와 같이, 레지스터 뷰 엔트리들은 레지스터 템플릿들에 의해 채워진다. 레지스터 뷰는 시퀀스 내의 각 블록에 대한 레지스터 템플릿들의 스냅샷들을 저장한다. 추측(speculation)이 유효하지 않을 때(예컨대, 분기 예측 오류), 레지스터 뷰는 무효 추측 지점 전의 최근 유효 스냅샷을 가진다. 머신은 그 레지스터 뷰 엔트리를 판독하고 그것을 레지스터 템플릿의 베이스에 로딩함으로써 그의 상태를 마지막 유효 스냅샷으로 롤 백(roll back) 할 수 있다. 레지스터 뷰의 각 엔트리는 모든 레지스터 상속 상태들을 보여준다. 예를 들어 도 12의 실시예에서, 블록 F에 대한 레지스터 뷰가 무효하다면, 머신 상태는 보다 이른 마지막 유효 레지스터 템플릿 스냅샷으로 롤 백될 수 있다.
도 13은 본 발명의 일 실시예에 따른 감소된 레지스터 뷰 풋프린트에 대한 제1 실시예를 보여준다. 레지스터 뷰 엔트리들을 저장하는 데 필요한 메모리의 양은 분기 명령어들을 포함하는 레지스터 뷰 템플릿 스냅샷들만을 저장함으로써 감소될 수 있다. 예외가 발생할 때(예컨대, 추측이 유효하지 않음, 분기 예측 오류, 등등), 마지막 유효 스냅샷은 예외에 앞서 발생한 분기 명령어로부터 재구축될 수 있다. 마지막 유효 스냅샷을 구축하기 위하여 예외 이전의 분기로부터 예외까지 명령어들이 페치된다. 명령어들은 페치되지만 이들은 실행되지 않는다. 도 13에 도시된 바와 같이, 분기 명령어들을 포함하는 스냅샷들만이 감소된 레지스터 뷰에 저장된다. 이것은 레지스터 템플릿 스냅샷들을 저장하는 데 필요한 메모리의 양을 크게 감소시킨다.
도 14는 본 발명의 일 실시예에 따른 감소된 레지스터 뷰 풋프린트에 대한 제2 실시예를 보여준다. 레지스터 뷰 엔트리들을 저장하는 데 필요한 메모리의 양은 스냅샷들의 순차적 서브세트(예컨대, 모든 4개의 스냅샷 중 하나)만을 저장함으로써 감소될 수 있다. 연속적인 스냅샷들 간의 변화는 전체 연속적인 스냅샷들보다 비교적 적은 양의 메모리를 이용하여 원래 스냅샷으로부터 "델타"로서 저장될 수 있다. 예외가 발생할 때(예컨대, 추측이 유효하지 않음, 분기 예측 오류, 등등), 마지막 유효 스냅샷은 예외에 앞서 발생한 원래 스냅샷으로부터 재구축될 수 있다. 예외에 앞서 발생한 원래 스냅샷으로부터의 "델타" 및 연속적인 스냅샷들은 마지막 유효 스냅샷을 재구축하는 데 이용된다. 초기 원래 상태는 요구되는 스냅샷의 상태에 도달하기 위해 델타들을 누적할 수 있다.
도 15는 본 발명의 일 실시예에 따른 스냅샷들 간의 델타의 예시적인 포맷을 보여준다. 도 15는 원래 스냅샷과 2개의 델타를 보여준다. 하나의 델타에서, R5와 R6는 B3에 의해 업데이트되고 있는 유일한 레지스터들이다. 엔트리들의 나머지는 변경되지 않는다. 다른 델타에서, R1과 R7은 B2에 의해 업데이트되고 있는 유일한 레지스터들이다. 엔트리들의 나머지는 변경되지 않는다.
도 16은 본 발명의 일 실시예에 따른 명령어 블록들의 할당들에 따라 레지스터 템플릿 스냅샷들을 생성하기 위한 프로세스의 도면을 보여준다. 이 실시예에서, 도 16의 왼쪽은 2개의 디멀티플렉서(de-multiplexer)를 보여주고, 도 16의 최상부에는 스냅샷 레지스터 템플릿이 있다. 도 16은 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하기 위한 도면을 보여준다(예컨대, 직렬 구현).
이 직렬 구현은 명령어 블록들의 할당에 따라 레지스터 템플릿 스냅샷들이 생성되는 방법을 보여준다. 그 스냅샷들은 (예컨대, 도 1 내지 도 4에 기술된 바와 같이) 종속성 추적뿐만 아니라 (예컨대, 도 12 내지 도 15에 기술된 바와 같이) 예측 오류들/예외들을 처리하기 위해 레지스터 뷰를 업데이트하는 데 이용되는 최근 레지스터 아키텍처 상태들의 업데이트를 캡처하는 역할을 한다.
디멀티플렉서(de-mux)는 어느 착신 소스가 전달되는지를 선택함으로써 기능한다. 예를 들어, 레지스터 R2는 제2 출력에서 1로 디멀티플렉싱할 것이고, R8은 제7 출력에서 1로 디멀티플렉싱할 것이고, 기타 등등이다.
도 17은 본 발명의 일 실시예에 따른 명령어 블록들의 할당들에 따라 레지스터 템플릿 스냅샷들을 생성하기 위한 프로세스의 다른 도면을 보여준다. 도 17의 실시예는 또한 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하는 것을 보여준다. 도 17의 실시예는 또한 레지스터 템플릿 블록 상속의 예를 보여준다. 이 도면은 레지스터 템플릿이 할당된 블록 번호들로부터 업데이트되는 방법의 예를 보여준다. 예를 들어, 블록 Bf는 R2, R8, 및 R10을 업데이트한다. Bg는 R1 및 R9를 업데이트한다. 점선 화살표들은 값들이 이전 스냅샷으로부터 상속되는 것을 나타낸다. 이 프로세스는 블록 Bi까지 아래로 계속 진행된다. 따라서, 예를 들어, 어떤 스냅샷도 레지스터 R7을 업데이트하지 않았으므로, 그것의 원래 값 Bb는 맨 아래까지 전파될 것이다.
도 18은 본 발명의 일 실시예에 따른 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하는 직렬 구현을 구현하기 위한 하드웨어의 개요도를 보여준다. 디멀티플렉서는 2개의 블록 번호 중 어느 것이 아래로 다음 스테이지로 전파될 것인지 일련의 2개의 입력 멀티플렉서를 제어하는 데 이용된다. 그것은 이전 스테이지로부터의 블록 번호 또는 현재 블록 번호일 수 있다.
도 19는 본 발명의 일 실시예에 따른 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하는 병렬 구현을 구현하기 위한 하드웨어의 개요도를 보여준다. 이 병렬 구현은 이전 레지스터 템플릿으로부터 후속 레지스터 템플릿을 생성하기 위해 특수한 인코딩된 멀티플렉서 제어들을 이용한다.
도 20은 본 발명의 일 실시예에 따른 명령어 블록 기반 실행을 위한 하드웨어와, 그것이 소스 뷰, 명령어 뷰, 레지스터 템플릿들, 및 레지스터 뷰와 함께 동작하는 방법에 대한 개요도를 보여준다.
이 구현에서, 디스패처 내의 할당기 스케줄러는 머신의 프런트 엔드에 의해 페치된 명령어들을 수신한다. 이들 명령어는 앞서 설명한 방식으로 블록 형성을 거친다. 앞서 설명한 바와 같이 블록들은 레지스터 템플릿들을 생성하고 이들 레지스터 템플릿은 레지스터 뷰를 채우는 데 사용된다. 소스 뷰로부터 소스들은 레지스터 파일 계층 구조에 전송되고 전술한 방식으로 소스 뷰로의 브로드캐스트들이 존재한다. 명령어 뷰는 명령어들을 실행 유닛들에 전송한다. 명령어들은 레지스터 파일 계층 구조로부터 오는 명령어들에 의해 요구되는 소스들로서 실행 유닛들에 의해 실행된다. 그 후 이들 실행된 명령어는 실행 유닛에서 벗어나서 레지스터 파일 계층 구조로 전송된다.
도 21은 본 발명의 일 실시예에 따른 청킹 아키텍처의 예를 보여준다. 청킹의 중요성은 그것이 도시된 4개의 멀티플렉서를 이용함으로써 각 스케줄러 엔트리로의 기입 포트의 수를 4에서 1로 줄이면서도, 버블들을 형성하지 않고 모든 엔트리들을 조밀하게 패킹한다는 것이다.
청킹의 중요성은 다음의 예에 의해 관찰될 수 있다(예컨대, 각 사이클에서 블록들의 할당이 최상부 위치, 이 경우 B0에서 시작된다는 것에 주목한다). 사이클 1에서, 3개의 명령어 블록이 스케줄러 엔트리들에 할당되어야 하는 것으로 가정한다(예컨대, 3개의 블록은 스케줄러에서 처음 3개의 엔트리를 차지할 것이다). 다음 사이클(예컨대, 사이클 2)에서 또 다른 2개의 명령어 블록이 할당되어야 한다. 스케줄러 어레이 엔트리들에서 버블들을 생성하는 것을 피하기 위해, 스케줄러 어레이 엔트리들은 4개의 기입 포트를 지원하도록 구축되어야 한다. 이것은 전력 소비, 타이밍, 면적 등의 관점에서 비용이 많이 든다. 상기 청킹 구조는 어레이들에 할당하기 전에 멀티플렉싱 구조를 이용함으로써 하나의 기입 포트만을 갖도록 모든 스케줄러 어레이들을 단순화한다. 상기 예에서, 사이클 2에서 B0는 마지막 멀티플렉서(mux)에 의해 선택될 것이고 사이클 2에서 B1은 첫 번째 멀티플렉서에 의해 선택될 것이다(예컨대, 왼쪽에서 오른쪽으로 진행한다).
이렇게 하여, 엔트리 청크에 대해 각각은 엔트리당 하나의 기입 포트와 엔트리당 4개의 판독 포트만을 필요로 한다. 멀티플렉서들이 구현되어야 하기 때문에 비용에서 트레이드오프가 있지만, 그 비용은 매우 많은 엔트리들이 있을 수 있으므로 엔트리당 4개의 기입 포트를 구현하지 않아도 되는 것으로부터 여러 배 절약된다.
도 21은 또한 중간 할당 버퍼를 보여준다. 스케줄러 어레이들이 그것들에 송신된 모든 청크들을 수용할 수 없다면, 그것들은 중간 할당 버퍼에 임시로 저장될 수 있다. 스케줄러 어레이들이 자유 공간을 가질 때, 청크들은 중간 할당 버퍼로부터 스케줄러 어레이들로 전송될 것이다.
도 22는 본 발명의 일 실시예에 따른 스레드들이 그들의 블록 번호들 및 스레드 ID에 따라 할당되는 방법에 대한 묘사를 보여준다. 블록들은 전술한 바와 같은 청킹 구현을 통해 스케줄러 어레이에 할당된다. 스레드 블록들 각각은 블록 번호를 이용하여 그 자신들 사이에 순차적 순서를 유지한다. 상이한 스레드들로부터의 블록들은 인터리빙될 수 있다(예컨대, 스레드 Th1에 대한 블록들과 스레드 Th2에 대한 블록들은 스케줄러 어레이에서 인터리빙된다). 이렇게 하여, 상이한 스레드들로부터의 블록들은 스케줄러 어레이 내에 존재한다.
도 23은 본 발명의 일 실시예에 따른 멀티스레드 실행을 관리하기 위하여 물리적 저장 위치들을 가리키는 스레드 기반 포인터 맵들을 이용하는 스케줄러의 구현을 보여준다. 이 실시예에서, 스레드들의 관리는 스레드 맵들의 제어를 통하여 구현된다. 예를 들어 여기서 도 23은 스레드 1 맵과 스레드 2 맵을 보여준다. 이 맵들은 개별 스레드의 블록들의 위치를 추적한다. 맵 .2 물리적 저장 위치들 내의 엔트리들 맵 내의 엔트리들은 그 스레드에 속하는 블록들에 할당된다. 이 구현에서, 각각의 스레드는 양쪽 스레드들에 대해 카운트하는 할당 카운터를 가진다. 전체 카운트는 N을 2로 나눈 값을 초과할 수 없다(예컨대, 이용 가능한 공간 초과). 할당 카운터들은 풀(pool)로부터의 전체 엔트리들의 할당에서 공정성을 구현하기 위해 조절 가능한 임계값들을 가진다. 할당 카운터들은 하나의 스레드가 이용 가능한 공간 모두를 이용하는 것을 방지할 수 있다.
도 24는 본 발명의 일 실시예에 따른 스레드 기반 포인터 맵들을 이용하는 스케줄러의 다른 구현을 보여준다. 도 24는 커밋 포인터와 할당 포인터 사이의 관계를 보여준다. 도시된 바와 같이, 각각의 스레드는 커밋 포인터와 할당 포인터를 갖고 화살표는 스레드 2에 대한 리얼리티 포인터가 물리적 저장소를 랩 어라운드하여 블록들 B1 및 B2를 할당할 수 있지만, 스레드 2에 대한 커밋 포인터가 아래로 이동할 때까지는 블록 B9를 할당할 수 없는 방법을 보여준다. 이것은 스레드 2의 커밋 포인터의 위치와 스트라이크스루(strikethrough)에 의해 도시되어 있다. 도 24의 오른쪽은 커밋 포인터가 시계 반대 방향으로 이동함에 따라 커밋 포인터와 블록들의 할당 간의 관계를 보여준다.
도 25는 본 발명의 일 실시예에 따른 스레드들에 대한 실행 리소스들의 동적 카운터 기반 할당에 대한 도면을 보여준다. 각 스레드의 순방향 진행에 기초하여 할당 카운터들을 이용하여 공정성이 동적으로 제어될 수 있다. 양쪽 스레드들이 상당한 순방향 진행(substantial forward progress)을 하고 있다면, 양쪽 할당 카운터들은 동일한 임계값(예컨대, 9)으로 설정된다. 그러나 하나의 스레드가, 예를 들어 L2 캐시 부적중(cache miss) 또는 그러한 이벤트들을 겪으면서, 느린 순방향 진행을 한다면, 임계값 카운터들의 비율은 여전히 상당한 순방향 진행을 하고 있는 스레드에 유리하게 조절될 수 있다. 하나의 스레드가 스톨(stall)되거나 중단된다면(예컨대, OS 또는 IO 응답을 기다리는 대기 또는 스핀 상태에 있다면) 비율은 대기 상태의 해제를 신호하기 위해 중단된 스레드에 대해 예약되는 단일 리턴 엔트리(return entry)는 제외하고 다른 스레드에 맞추어 완전히 조절될 수 있다.
일 실시예에서, 프로세스는 50% : 50%의 비율로 시작된다. 블록 22에 대해 L2 캐시 부적중이 검출되면, 파이프라인의 프런트 엔드는 파이프라인으로의 임의의 추가 페치 또는 스레드 2 블록들의 스케줄러로의 할당을 스톨한다. 스케줄러로부터 스레드 2 블록들이 리타이어되면, 그 엔트리들은 스레드 할당의 새로운 동적 비율이 달성되는 지점까지는 스레드 1 할당을 위해 이용 가능하게 될 것이다. 예를 들어, 최근에 리타이어된 스레드 2 블록들 중 3개가 스레드 2 대신에 스레드 1로의 할당을 위해 풀에 리턴될 것이고, 따라서 스레드 1 대 스레드 2 비율은 75% : 25%가 된다.
파이프라인의 전방에서 스레드 2 블록들의 스톨은 (예컨대, 스톨된 스레드 2 블록들을 통과함으로써 스레드 1 블록들에 의해) 그것들을 우회할 어떤 하드웨어 메커니즘도 없다면 파이프라인의 전방으로부터 그 블록들을 플러싱하는 것을 요구할지도 모른다는 점에 유의해야 한다.
도 26은 본 발명의 일 실시예에 따른 이중 디스패치 프로세스를 도시한다. 다중 디스패치는 일반적으로 그 블록을 가진 상이한 명령어들이 실행 유닛들을 통한 각 패스에서 실행할 수 있도록 (다수의 명령어를 안에 가진) 블록을 여러 번 디스패치하는 것을 포함한다. 하나의 예는 결과의 데이터를 소비하는 후속 디스패치가 뒤따르는 어드레스 계산 명령어의 디스패치일 것이다. 또 다른 예는, 부동 소수점 연산일 것이고, 여기서 제1 부분은 고정점 연산으로서 실행되고 제2 부분은 반올림(rounding), 플래그 생성/계산, 지수 조정(exponent adjustment) 또는 기타 유사한 것을 수행함으로써 연산을 완료하도록 실행된다. 블록들은 단일 엔티티로서 자동으로 할당되고, 커밋되고, 리타이어된다.
다중 디스패치의 주요 이점은 다수의 개별 블록들을 머신 윈도(machine window)에 할당하는 것을 피하고, 그렇게 함으로써 머신 윈도를 효과적으로 더 크게 만든다는 것이다. 더 큰 머신 윈도는 최적화 및 순서 재정렬을 위한 더 많은 기회를 의미한다.
도 26의 하부 왼쪽을 보면, 명령어 블록이 도시되어 있다. 이 블록은 단일 사이클에서 디스패치될 수 없는데, 그 이유는 로드 어드레스 계산과 캐시들/메모리로부터 데이터를 리턴하는 로드 사이에 대기 시간이 있기 때문이다. 그래서 이 블록은 먼저 디스패치되고 그의 중간 결과는 일시적 상태로서 유지된다(그것의 결과는 아키텍처 상태에게 보이지 않은 채로 두 번째 디스패치로 그때그때 상황에 따라(on the fly) 전달된다). 첫 번째 디스패치는 LA의 디스패치 및 어드레스 계산에 이용되는 2개의 컴포넌트 1 및 2를 송신한다. 두 번째 디스패치는 캐시들/메모리로부터 데이터를 리턴하는 로드 시에 로드 데이터의 실행 부분들인 컴포넌트 3 및 4를 송신한다.
도 26의 하부 오른쪽을 보면 부동 소수점 곱셈 누산 연산이 도시되어 있다. 하드웨어가 단일 위상에서 연산을 디스패치하기에 충분한 착신 소스들의 대역폭을 가지고 있지 않은 경우에는, 곱셈 누산 도면이 보여주는 바와 같이, 이중 디스패치가 이용된다. 첫 번째 디스패치는 도시된 바와 같은 고정점 곱셈이다. 두 번째 디스패치는 도시된 바와 같은 부동 소수점 덧셈 반올림이다. 이들 디스패치된 명령어들 양자가 실행될 때, 그것들은 부동 소수점 곱셈/누산을 효과적으로 수행한다.
도 27은 본 발명의 일 실시예에 따른 이중 디스패치 일시적 곱셈-누산을 도시한다. 도 27에 도시된 바와 같이, 첫 번째 디스패치는 정수 32 비트 곱셈이고, 두 번째 디스패치는 정수 누산 덧셈이다. 첫 번째 디스패치와 두 번째 디스패치 사이에 전달되는 상태(곱셈의 결과)는 일시적이고 아키텍처적으로 보이지 않는다. 일 구현에서의 일시적 저장은 둘 이상의 곱셈기의 결과들을 유지할 수 있고 대응하는 곱셈 누산 쌍을 식별하기 위해 이들을 태그(tag)할 수 있고, 그렇게 함으로써 다수의 곱셈 누산 쌍들의 혼합이 임의의 방식(예컨대, 인터리빙 등)으로 디스패치되는 것을 가능하게 한다.
다른 명령어들은 그들의 구현(예컨대, 부동 소수점 등)을 위해 이 동일한 하드웨어를 이용할 수 있다는 점에 유의한다.
도 28은 본 발명의 일 실시예에 따른 이중 디스패치 아키텍처적으로 보이는 상태 곱셈-덧셈을 도시한다. 첫 번째 디스패치는 단정도(single precision) 곱셈이고, 두 번째 디스패치는 단정도 덧셈이다. 이 구현에서, 첫 번째 디스패치와 두 번째 디스패치 사이에 전달되는 상태 정보(예컨대, 곱셈의 결과)는 아키텍처적으로 보이는데, 그 이유는 이 저장은 아키텍처 상태 레지스터이기 때문이다.
도 29는 본 발명의 일 실시예에 따른 그룹화된 실행 유닛들의 프로세스에서의 실행을 위한 명령어 블록들의 페치 및 형성의 개요도를 보여준다. 본 발명의 실시예들은 명령어들이 페치되고 하드웨어 또는 동적 변환기/JIT에 의해 블록들로서 형성되는 프로세스를 이용한다. 블록들 내의 명령어들은 블록 내의 이른 명령어(early instruction)의 결과가 블록 내의 후속 명령어의 소스에 공급되도록 조직된다. 이것은 명령어들의 블록에서 점선 화살표들로 도시되어 있다. 이 속성은 블록이 실행 블록의 스택된 실행 유닛들에서 효율적으로 실행되는 것을 가능하게 한다. 명령어들은 또한, 예를 들어 그것들이 동일한 소스를 공유하는 경우와 같이(이 도면에는 명시적으로 도시되지 않음), 그것들이 병렬로 실행될 수 있더라도 그룹화될 수 있다.
블록들을 하드웨어로 형성하는 것의 하나의 대안은 이들을 소프트웨어로 (정적으로 또는 실행 시간에) 형성하는 것이고 이 경우 명령어 쌍들, 3중쌍들, 4중쌍들 등이 형성된다.
명령어 그룹화 기능의 다른 구현들은 공동 양도된 미국 특허 8,327,115에서 찾아볼 수 있다.
도 30은 본 발명의 일 실시예에 따른 명령어 그룹화의 예시도를 보여준다. 도 30의 실시예에서는 2개의 명령어가 제3의 보조 연산과 함께 도시되어 있다. 도 31의 왼쪽에서 명령어 블록은 상위 절반 블록/1 슬롯과 하위 절반 블록/1 슬롯을 포함한다. 최상부로부터 내려오는 수직 화살표들은 블록으로 들어오는 소스들을 나타내는 반면 하부로부터 내려가는 수직 화살표들은 메모리로 돌아가는 목적지들을 나타낸다. 도 3의 왼쪽에서 오른쪽으로 진행하여, 가능한 상이한 명령어 조합들이 도시되어 있다. 이 구현에서, 각각의 절반 블록은 3개의 소스를 수신할 수 있고 2개의 목적지를 전달할 수 있다. OP1과 OP2는 정상 연산들이다. 보조OP(AuxiliaryOP)들은 논리, 시프트, 이동, 부호 확장, 분기 등과 같은 보조 연산들이다. 블록을 2개의 절반으로 나누는 것의 이점은 각각의 절반 디스패치를 종속성 결정(dependency resolution)에 기초하여 단독으로 독립적으로 또는 다르게는 함께 하나의 블록으로서 동적으로(포트 이용을 위해 또는 리소스 제약 때문에) 갖고, 따라서 더 양호한 실행 시간들의 이용을 갖는 이점을 가능하게 하는 것이고, 동시에 2개의 절반이 하나의 블록에 대응하게 하는 것은 머신이 하나의 블록처럼 관리되도록(즉, 할당 및 리타이어먼트(retirement)에서) 2개의 절반 블록의 복잡도를 추상화하는 것을 가능하게 한다.
도 31은 본 발명의 일 실시예에 따른 블록 스택 내의 절반 블록 쌍들이 실행 블록 유닛들에 매핑되는 방법을 보여준다. 실행 블록에 도시된 바와 같이, 각각의 실행 블록은 2개의 슬롯, 슬롯 1 및 슬롯 2를 갖는다. 그 목적은 첫 번째 절반 블록이 슬롯 1에서 실행되고 두 번째 절반 블록이 슬롯 2에서 실행되도록 블록을 실행 유닛들에 s 매핑하는 것이다. 그 목적은 각각의 절반 블록의 명령어 그룹이 다른 절반에 종속하지 않으면 2개의 절반 블록이 독립적으로 디스패치될 수 있게 하는 것이다. 최상부로부터 실행 블록으로 들어오는 쌍을 이룬 화살표들은 소스의 2개의 32비트 워드이다. 실행 블록을 떠나는 쌍을 이룬 화살표들은 목적지의 2개의 32비트 워드이다. 도 31의 왼쪽에서 오른쪽으로 진행하여, 실행 블록 유닛들에 스택될 수 있는 명령어들의 상이한 예시적인 조합들이 도시되어 있다.
도 31의 최상부는 절반 블록들의 쌍들이 전체 블록 컨텍스트 또는 임의의 절반 블록 컨텍스트에서 실행되는 방법을 요약한다. s 실행 블록들 각각은 2개의 슬롯/절반 블록을 갖고 절반 블록들/실행 슬롯들 각각은 단일, 쌍을 이룬 또는 3중쌍을 이룬 그룹화된 연산들을 실행한다. 4개의 유형의 블록 실행 유형이 있다. 첫 번째는 병렬 절반들이다(이는 각 절반 블록이 그 자신의 소스들이 준비되어 있으면 독립적으로 실행되는 것을 가능하게 하지만 2개의 절반 블록은 양쪽 절반이 동시에 준비되어 있다면 하나의 실행 유닛에서 하나의 블록으로서 여전히 실행될 수 있다). 두 번째는 원자 병렬 절반들(atomic parallel halves)이다(이는 2개의 절반 사이에 종속성이 없기 때문에 병렬로 실행될 수 있는 절반 블록들을 언급하지만 이들은 함께 하나의 블록으로서 실행되도록 강제되는데, 그 이유는 2개의 절반 사이에 공유하는 리소스가 2개의 절반이 각 실행 블록에서 이용 가능한 리소스들의 제약 내에서 원자적으로 함께 실행되는 것이 바람직하게 또는 필요하게 만들기 때문이다). 세 번째 유형은 원자 직렬 절반들(atomic serial halves) s이다(이는 첫 번째 절반이 데이터를, 내부 저장과 함께 또는 내부 저장 없이 일시적 전송을 통하여, 두 번째 절반에 전송할 것을 요구한다). 네 번째 유형은 (이중 디스패치에서와 같이) 순차적 절반들이고 여기서 두 번째 절반은 첫 번째 절반에 종속하고 첫 번째 사이클보다 나중 사이클에서 디스패치되고 이중 디스패치 경우와 유사하게, 종속성 결정을 위해 추적되는, 외부 저장을 통하여 데이터를 전송한다.
도 32는 본 발명의 일 실시예에 따른 제1 레벨 레지스터 파일로서 중간 블록 결과들의 저장을 묘사하는 도면을 보여준다. 각각의 레지스터 그룹은 하나의 64 비트 레지스터를 지원하기 위해 2개의 32 비트 레지스터를 이용함으로써 32 비트 결과들뿐만 아니라 64 비트 결과들이 지원될 수 있는 명령어 블록(2개의 절반 블록을 나타냄)을 나타낸다. 블록당 저장소는 가상 블록 저장소를 가정하고, 이는 상이한 블록들로부터의 2개의 절반 블록이 동일한 가상 블록 저장소에 기입할 수 있다는 것을 의미한다. 2개의 절반 블록의 결합된 결과들의 저장소가 하나의 가상 블록 저장소를 구성한다.
도 33은 본 발명의 일 실시예에 따른 홀수/짝수 포트 스케줄러를 보여준다. 이 구현에서, 결과 저장소는 비대칭이다. 결과 저장소의 일부는 절반 블록당 3개의 64 비트 결과 레지스터인 반면 다른 것들은 절반 블록당 하나의 64 비트 결과 레지스터이지만, 대안의 구현은 절반 블록당 대칭 저장소를 이용할 수 있으며 추가로 도 32에 기술된 바와 같이 64비트 및 32비트 분할을 이용할 수도 있다. 이들 실시예에서, 저장소는 블록마다가 아니라 절반 블록마다 할당된다. 이 구현은 디스패치에 필요한 포트들을 홀수 또는 짝수로서 이용함으로써 그 포트들의 수를 감소시킨다.
도 34는 4개의 실행 유닛이 스케줄러 어레이로부터 결과들을 수신하고 임시 레지스터 파일 세그먼트에 출력들을 기입하는 것으로 도시된 도 33의 보다 상세한 버전을 보여준다. 포트들은 짝수 및 홀수 간격을 두고 부착된다. 스케줄링 어레이의 왼쪽은 블록 번호들을 보여주고 오른쪽은 절반 블록 번호들을 보여준다.
각각의 코어는 스케줄링 어레이로의 짝수 및 홀수 포트들을 가지며, 여기서 각각의 포트는 홀수 또는 짝수 절반 블록 위치에 연결된다. 하나의 구현에서, 짝수 포트들 및 이들의 대응하는 절반 블록들은 홀수 포트들 및 이들의 대응하는 절반 블록들과 상이한 코어에 존재할 수 있다. 다른 구현에서, 짝수 및 홀수 포트들은 이 도면에 도시된 바와 같이 다수의 상이한 코어들에 걸쳐 분산될 것이다. Mohammad Abdallah에 의해, 2012년 3월 23일에 출원되고, 그 전부가 본 명세서에 포함되는, 발명의 명칭이 "EXECUTING INSTRUCTION SEQUENCE CODE BLOCKS BY USING VIRTUAL CORES INSTANTIATED BY PARTITIONABLE ENGINES"인, 선행 출원되고 공동 양도된 특허 출원 번호 제13428440호에 기술된 바와 같이, 코어들은 물리적 코어들 또는 가상 코어들일 수 있다.
특정 유형의 블록들에서는, 블록의 하나의 절반이 그 블록의 다른 절반과 독립적으로 디스패치될 수 있다. 다른 유형의 블록들에서는, 블록의 양쪽 절반이 동일한 실행 블록 유닛들에 동시에 디스패치될 필요가 있다. 또 다른 유형의 블록들에서는, 블록의 2개의 절반이 순차적으로(첫 번째 절반 뒤에 두 번째 절반) 디스패치될 필요가 있다.
도 35는 본 발명의 일 실시예에 따른 게스트 플래그 아키텍처 에뮬레이션을 묘사하는 도면을 보여준다. 도 35의 왼쪽은 5개의 플래그를 가진 중앙 플래그 레지스터(centralized flag register)를 보여준다. 도 35의 오른쪽은 분산된 플래그 레지스터들을 가진 분산된 플래그 아키텍처를 보여주는데 여기서 플래그들은 레지스터 자체들 사이에 분산된다.
아키텍처 에뮬레이션 중에, 분산된 플래그 아키텍처가 중앙 게스트 플래그 아키텍처의 거동을 에뮬레이션하는 것이 필요하다. 분산된 플래그 아키텍처는 또한 데이터 레지스터와 관련된 플래그 필드와는 대조적으로 다수의 독립적인 플래그 레지스터들을 이용하여 구현될 수 있다. 예를 들어, 데이터 레지스터들은 R0 내지 R15로서 구현될 수 있는 반면 독립적인 플래그 레지스터들은 F0 내지 F3로서 구현될 수 있다. 이 경우 그 플래그 레지스터들은 데이터 레지스터들과 직접 관련되지 않는다.
도 36은 본 발명의 일 실시예에 따른 머신의 프런트 엔드, 스케줄러 및 실행 유닛들과 중앙 플래그 레지스터를 설명하는 도면을 보여준다. 이 구현에서, 프런트 엔드는 착신 명령어들을 그것들이 게스트 명령어 플래그들을 업데이트하는 방식에 기초하여 분류한다. 일 실시예에서, 게스트 명령어들은 4개의 네이티브(native) 명령어 유형들, T1, T2, T3, 및 T4로 분류된다. T1-T4는 각 게스트 명령어 유형이 업데이트하는 플래그 필드들이 어떤 것인지를 지시하는 명령어 유형들이다. 게스트 명령어 유형들은 이들의 유형에 기초하여 상이한 게스트 명령어 플래그들을 업데이트한다. 예를 들어, 논리 게스트 명령어들은 T1 네이티브 명령어들을 업데이트한다.
도 37은 본 발명의 실시예들에 의해 구현되는 중앙 플래그 레지스터 에뮬레이션 프로세스에 대한 도면을 보여준다. 도 37의 액터들은 최근 업데이트 유형 테이블, 리네이밍 테이블 확장, 물리 레지스터들, 및 분산된 플래그 레지스터들을 포함한다. 이제 도 38의 순서도에 의해 도 37을 설명한다.
도 38은 게스트 설정에서 중앙 플래그 레지스터 거동을 에뮬레이션하는 프로세스(3800)의 단계들의 순서도를 보여준다.
단계 3801에서, 프런트 엔드/동적 변환기(하드웨어 또는 소프트웨어)는 착신 명령어들을 이들이 게스트 명령어 플래그들을 업데이트하는 방식에 기초하여 분류한다. 일 실시예에서, 게스트 명령어들은 4개의 플래그 아키텍처 유형들, T1, T2, T3, 및 T4로 분류된다. T1-T4는 각 게스트 명령어 유형이 업데이트하는 플래그 필드들이 어떤 것인지를 지시하는 명령어 유형들이다. 게스트 명령어 유형들은 이들의 유형에 기초하여 상이한 게스트 플래그들을 업데이트한다. 예를 들어, 논리 게스트 명령어들은 T1 유형 플래그들을 업데이트하고, 시프트 게스트 명령어들은 T2 유형 플래그들을 업데이트하고, 산술 게스트 명령어들은 T3 유형 플래그들을 업데이트하고, 특수 게스트 명령어들은 유형 T4 플래그들을 업데이트한다. 게스트 명령어들은 아키텍처 명령어 표현일 수 있는 반면 네이티브는 머신이 내부적으로 실행하는 것(예컨대, 마이크로코드)일 수 있다는 점에 유의해야 한다. 대안적으로, 게스트 명령어들은 에뮬레이션된 아키텍처로부터의 명령어들(예컨대, x86, 자바, ARM 코드 등)일 수 있다.
단계 3802에서, 그 명령어 유형들이 각자의 게스트 플래그들을 업데이트하는 순서가 최근 업데이트 유형 테이블 데이터 구조에 기록된다. 일 실시예에서, 이 동작은 머신의 프런트 엔드에 의해 수행된다.
단계 3803에서, 그 명령어 유형들이 스케줄러(할당/리네이밍 스테이지의 유효한(in-order) 부분)에 도달할 때, 스케줄러는 아키텍처 유형에 대응하는 암시적 물리 목적지(implicit physical destination)를 할당하고 그 할당을 리네이밍/매핑 테이블 데이터 구조에 기록한다.
그리고 단계 3804에서, 후속 게스트 명령어가 스케줄러 내의 할당/리네이밍 스테이지에 도달하고, 그 명령어가 게스트 플래그 필드들을 판독하기를 원할 때, (a) 머신은 판독을 수행하기 위해 어느 플래그 아키텍처 유형들이 액세스될 필요가 있는지를 결정한다. (b) 모든 필요한 플래그들이 (예컨대, 최근 업데이트 유형 테이블에 의해 결정되는 바와 같이) 동일한 최근 업데이트 플래그 유형에서 발견되면, 필요한 플래그들을 획득하기 위해 대응하는 물리 레지스터(예컨대, 그 최근 플래그 유형에 매핑하는 것)가 판독된다. (c) 모든 필요한 플래그들이 동일한 최근 업데이트 플래그 유형에서 발견될 수 없다면, 각 플래그는 개개의 최근 업데이트 플래그 유형에 매핑하는 대응하는 물리 레지스터로부터 판독될 필요가 있다.
그리고 단계 3805에서, 최근 업데이트 플래그 유형 테이블에 의해 추적된 바와 같이, 마지막으로 업데이트된 그것의 최근 값을 유지하는 물리 레지스터로부터 각 플래그가 개별적으로 판독된다.
최근 업데이트 유형이 다른 유형을 포함한다면 모든 서브세트 유형들이 슈퍼 세트 유형(super set type)의 동일한 물리 레지스터들에 매핑되어야 한다는 점에 유의해야 한다.
리타이어먼트에서, 그 목적지 플래그 필드들은 복제된 중앙/게스트 플래그 아키텍처 레지스터와 합병된다. 복제(cloning)는 네이티브 아키텍처가 단일 레지스터 중앙 플래그 아키텍처와는 대조적으로 분산된 플래그 아키텍처를 이용한다는 사실 때문에 수행된다는 점에 유의해야 한다.
특정 플래그 유형들을 업데이트하는 명령어들의 예들:
CF,OF,SF,ZR - 산술 명령어 및 로드/기입 플래그 명령어들
SF, ZF 및 조건부 CF - 논리들 및 시프트들
SF, ZF - 이동들/로드들, EXTR, 일부 곱셈들
ZF - POPCNT 및 STREX[P]
GE - SIMD 명령어들 ???
특정 플래그들을 판독하는 조건들/예측들의 예들:
0000 EQ Equal Z == 1
0001 NE Not equal, or Unordered Z == 0
0010 CS b Carry set, Greater than or equal, or Unordered C == 1
0011 CC c Carry clear, Less than C == 0
0100 MI Minus, negative, Less than N == 1
0101 PL Plus, Positive or zero, Greater than or equal to, Unordered N == 00110 VS Overflow, Unordered V == 1
0111 VC No overflow, Not unordered V == 0
1000 HI Unsigned higher, Greater than, Unordered C == 1 and Z == 0
1001 LS Unsigned lower or same, Less than or equal C == 0 or Z == 1
1010 GE Signed greater than or equal, Greater than or equal N == V
1011 LT Signed less than, Less than, Unordered N != V
1100 GT Signed greater than, Greater than Z == 0 and N == V
1101 LE Signed less than or equal, Less than or equal, Unordered Z == 1 or N != V
1110 None (AL), Always (unconditional), Any flag set to any value.
이상의 기재는, 설명을 위해, 구체적인 실시예들을 참조하여 기술되어 있다. 그렇지만, 이상의 예시된 논의는 전수적인 것으로 의도되어 있지도 않고 본 발명을 개시된 정확한 형태들로 제한하는 것으로도 의도되어 있지 않다. 이상의 개시 내용을 고려하여 많은 수정들 및 변형들이 가능하다. 본 발명의 원리들 및 그의 실제 응용들을 가장 잘 설명함으로써 다른 통상의 기술자들이 본 발명 및 생각되는 특정의 용도에 적합할 수 있는 다양한 수정들을 갖는 다양한 실시예들을 가장 잘 이용할 수 있게 해주기 위해 실시예들이 선택되어 기술되었다.
Claims (21)
- 블록들로 그룹화된 멀티스레드 명령어들(multithreaded instructions)을 실행하는 마이크로프로세서에 의해 수행되는 방법으로서,
글로벌 프런트 엔드(global front end)를 이용하여 착신 명령어 시퀀스(incoming instruction sequence)를 수신하는 단계와,
상기 명령어 시퀀스로부터의 명령어들을 그룹화하여 명령어 블록들을 형성하는 단계 - 상기 명령어 블록들의 명령어들은 다수의 스레드와 인터리빙(interleave)되고, 상이한 스레드들에 속하는 명령어 블록들은 스케줄러 어레이 내에서 인터리빙되고, 또한 스레드 포인터 맵은 상기 다수의 스레드를 관리하기 위하여 상이한 스레드들에 속하는 명령어 블록들을 물리적 저장 위치들에 매핑하도록 동작가능하고, 각각의 스레드는 개별 스레드 포인터 맵을 가짐 - 와,
상기 명령어 블록들의 명령어들을 상기 다수의 스레드에 따라 실행하도록 스케줄링하는 단계와,
할당 카운터들을 이용하여 실행 파이프라인에서 공정성 정책(fairness policy)을 실시(enforce)하기 위해 상기 다수의 스레드의 실행을 추적하는 단계 - 각각의 할당 카운터는 연관된(correlated) 스레드 포인터 맵에 있는 여러 엔티티를 추적함 -
를 포함하고,
상기 공정성 정책을 구현하기 위해 스케줄러 어레이 내의 상이한 스레드들에 속하는 명령어 블록들을 할당하도록 상기 할당 카운터를 사용하는 단계를 더 포함하는 방법.
- 제1항에 있어서,
상기 공정성 정책은 상기 할당 카운터들의 합계 또는 각각의 할당 카운터에 대한 개별 임계값들의 사용에 의해 구현되는,
방법.
- 삭제
- 삭제
- 제1항에 있어서,
상기 공정성 정책을 구현하도록 스케줄러 어레이 내에서 상이한 스레드들에 속하는 명령어 블록들을 할당하기 위해 동적 카운터 기반 할당(dynamic counter-based allocation)이 이용되는
방법.
- 제1항에 있어서,
스레드 할당의 동적 비율을 구현하도록 스케줄러 어레이 내에서 스레드들의 블록들을 할당하기 위해 동적 카운터 기반 할당이 이용되는
방법.
- 제1항에 있어서,
하나의 스레드가 또 다른 스레드의 진행을 막는 것을 방지하도록 스케줄러 어레이 내에서 상이한 스레드들에 속하는 명령어 블록들을 할당하기 위해 할당 카운터가 이용되는
방법.
- 컴퓨터 시스템에 의해 실행될 때 상기 컴퓨터 시스템으로 하여금 블록들로 그룹화된 멀티스레드 명령어들을 실행하는, 마이크로프로세서에 의해 수행되는 방법을 구현하게 하는 컴퓨터 판독 가능 코드를 가진 비일시적 컴퓨터 판독 가능 매체로서,
상기 방법은
글로벌 프런트 엔드를 이용하여 착신 명령어 시퀀스를 수신하는 단계와,
상기 명령어 시퀀스로부터의 명령어들을 그룹화하여 명령어 블록들을 형성하는 단계 - 상기 명령어 블록들의 명령어들은 다수의 스레드와 인터리빙되고, 상이한 스레드들에 속하는 명령어 블록들은 스케줄러 어레이 내에서 인터리빙되고, 또한 스레드 포인터 맵은 상기 다수의 스레드를 관리하기 위하여 상이한 스레드들에 속하는 명령어 블록들을 물리적 저장 위치들에 매핑하도록 동작가능하고, 각각의 스레드는 개별 스레드 포인터 맵을 가짐 - 와,
상기 명령어 블록들의 명령어들을 상기 다수의 스레드에 따라 실행하도록 스케줄링하는 단계와,
할당 카운터들을 이용하여 실행 파이프라인에서 공정성 정책을 실시하기 위해 상기 다수의 스레드의 실행을 추적하는 단계 - 각각의 할당 카운터는 연관된(correlated) 스레드 포인터 맵에 있는 여러 엔티티를 추적함 -
를 포함하고,
상기 공정성 정책을 구현하기 위해 스케줄러 어레이 내의 상이한 스레드들에 속하는 명령어 블록들을 할당하도록 상기 할당 카운터를 사용하는 단계를 더 포함하는
컴퓨터 판독 가능 매체.
- 제8항에 있어서,
상기 공정성 정책은 상기 할당 카운터들의 합계 또는 각각의 할당 카운터에 대한 개별 임계값들의 사용에 의해 구현되는,컴퓨터 판독 가능 매체.
- 삭제
- 삭제
- 제8항에 있어서,
공정성 정책을 구현하도록 스케줄러 어레이 내에서 상이한 스레드들에 속하는 명령어 블록들을 할당하기 위해 동적 카운터 기반 할당이 이용되는
컴퓨터 판독 가능 매체.
- 제8항에 있어서,
스레드 할당의 동적 비율을 구현하도록 스케줄러 어레이 내에서 상이한 스레드들에 속하는 명령어 블록들을 할당하기 위해 동적 카운터 기반 할당이 이용되는
컴퓨터 판독 가능 매체.
- 제8항에 있어서,
하나의 스레드가 또 다른 스레드의 진행을 막는 것을 방지하도록 스케줄러 어레이 내에서 상이한 스레드들에 속하는 명령어 블록들을 할당하기 위해 할당 카운터가 이용되는
컴퓨터 판독 가능 매체.
- 메모리에 연결된 프로세서를 가진 컴퓨터 시스템으로서,
상기 메모리는 상기 컴퓨터 시스템에 의해 실행될 때 상기 컴퓨터 시스템으로 하여금 블록들로 그룹화된 멀티스레드 명령어들을 실행하는 방법을 구현하게 하는 컴퓨터 판독 가능 코드를 가지며, 상기 방법은
글로벌 프런트 엔드를 이용하여 착신 명령어 시퀀스를 수신하는 단계와,
상기 명령어 시퀀스로부터의 명령어들을 그룹화하여 명령어 블록들을 형성하는 단계 - 상기 명령어 블록들의 명령어들은 다수의 스레드와 인터리빙되고, 상이한 스레드들에 속하는 명령어 블록들은 스케줄러 어레이 내에서 인터리빙되고, 또한 스레드 포인터 맵은 상기 다수의 스레드를 관리하기 위하여 상이한 스레드들에 속하는 명령어 블록들을 물리적 저장 위치들에 매핑하도록 동작가능하고, 각각의 스레드는 개별 스레드 포인터 맵을 가짐 - 와,
상기 명령어 블록들의 명령어들을 상기 다수의 스레드에 따라 실행하도록 스케줄링하는 단계와,
할당 카운터들을 이용하여 실행 파이프라인에서 공정성 정책을 실시하기 위해 상기 다수의 스레드의 실행을 추적하는 단계 - 각각의 할당 카운터는 연관된(correlated) 스레드 포인터 맵에 있는 여러 엔티티를 추적함 -
를 포함하고,
상기 공정성 정책을 구현하기 위해 스케줄러 어레이 내의 상이한 스레드들에 속하는 명령어 블록들을 할당하도록 상기 할당 카운터를 사용하는 단계를 더 포함하는
컴퓨터 시스템.
- 제15항에 있어서,
상기 공정성 정책은 상기 할당 카운터들의 합계 또는 각각의 할당 카운터에 대한 개별 임계값들의 사용에 의해 구현되는,
컴퓨터 시스템.
- 삭제
- 삭제
- 제15항에 있어서,
공정성 정책을 구현하도록 스케줄러 어레이 내에서 상이한 스레드들에 속하는 명령어 블록들을 할당하기 위해 동적 카운터 기반 할당이 이용되는
컴퓨터 시스템.
- 제15항에 있어서,
스레드 할당의 동적 비율을 구현하도록 스케줄러 어레이 내에서 상이한 스레드들에 속하는 명령어 블록들을 할당하기 위해 동적 카운터 기반 할당이 이용되는
컴퓨터 시스템.
- 마이크로프로세서에서 감소된 크기의 레지스터 뷰 데이터 구조를 구현하는 방법으로서,
글로벌 프런트 엔드를 이용하여 착신 명령어 시퀀스를 수신하는 단계와,
상기 명령어 시퀀스로부터의 명령어들을 그룹화하여 명령어 블록들을 형성하는 단계와,
상기 명령어 블록들을 일련의 청크(a series of chunks)로서 저장하기 위해 복수의 멀티플렉서를 이용하여 스케줄링 어레이의 포트들에 액세스하는 단계를 포함하는
방법.
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201361800123P | 2013-03-15 | 2013-03-15 | |
US61/800,123 | 2013-03-15 | ||
PCT/US2014/024775 WO2014151018A1 (en) | 2013-03-15 | 2014-03-12 | A method for executing multithreaded instructions grouped onto blocks |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020157028745A Division KR101708591B1 (ko) | 2013-03-15 | 2014-03-12 | 블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20170018475A KR20170018475A (ko) | 2017-02-17 |
KR102063656B1 true KR102063656B1 (ko) | 2020-01-09 |
Family
ID=51534783
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020177003623A KR102063656B1 (ko) | 2013-03-15 | 2014-03-12 | 블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법 |
KR1020157028745A KR101708591B1 (ko) | 2013-03-15 | 2014-03-12 | 블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법 |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020157028745A KR101708591B1 (ko) | 2013-03-15 | 2014-03-12 | 블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법 |
Country Status (6)
Country | Link |
---|---|
US (2) | US9811377B2 (ko) |
EP (1) | EP2972845B1 (ko) |
KR (2) | KR102063656B1 (ko) |
CN (1) | CN105210040B (ko) |
TW (1) | TWI619077B (ko) |
WO (1) | WO2014151018A1 (ko) |
Families Citing this family (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101449256B (zh) | 2006-04-12 | 2013-12-25 | 索夫特机械公司 | 对载明并行和依赖运算的指令矩阵进行处理的装置和方法 |
EP2523101B1 (en) | 2006-11-14 | 2014-06-04 | Soft Machines, Inc. | Apparatus and method for processing complex instruction formats in a multi- threaded architecture supporting various context switch modes and virtualization schemes |
US10228949B2 (en) | 2010-09-17 | 2019-03-12 | Intel Corporation | Single cycle multi-branch prediction including shadow cache for early far branch prediction |
WO2012135041A2 (en) | 2011-03-25 | 2012-10-04 | Soft Machines, Inc. | Register file segments for supporting code block execution by using virtual cores instantiated by partitionable engines |
TWI520070B (zh) | 2011-03-25 | 2016-02-01 | 軟體機器公司 | 使用可分割引擎實體化的虛擬核心以支援程式碼區塊執行的記憶體片段 |
WO2012135031A2 (en) | 2011-03-25 | 2012-10-04 | Soft Machines, Inc. | Executing instruction sequence code blocks by using virtual cores instantiated by partitionable engines |
CN103649931B (zh) | 2011-05-20 | 2016-10-12 | 索夫特机械公司 | 用于支持由多个引擎执行指令序列的互连结构 |
WO2012162188A2 (en) | 2011-05-20 | 2012-11-29 | Soft Machines, Inc. | Decentralized allocation of resources and interconnect structures to support the execution of instruction sequences by a plurality of engines |
WO2013077876A1 (en) | 2011-11-22 | 2013-05-30 | Soft Machines, Inc. | A microprocessor accelerated code optimizer |
KR101703401B1 (ko) | 2011-11-22 | 2017-02-06 | 소프트 머신즈, 인크. | 다중 엔진 마이크로프로세서용 가속 코드 최적화기 |
US9811342B2 (en) | 2013-03-15 | 2017-11-07 | Intel Corporation | Method for performing dual dispatch of blocks and half blocks |
US9886279B2 (en) | 2013-03-15 | 2018-02-06 | Intel Corporation | Method for populating and instruction view data structure by using register template snapshots |
WO2014150971A1 (en) | 2013-03-15 | 2014-09-25 | Soft Machines, Inc. | A method for dependency broadcasting through a block organized source view data structure |
US10275255B2 (en) | 2013-03-15 | 2019-04-30 | Intel Corporation | Method for dependency broadcasting through a source organized source view data structure |
US10140138B2 (en) | 2013-03-15 | 2018-11-27 | Intel Corporation | Methods, systems and apparatus for supporting wide and efficient front-end operation with guest-architecture emulation |
US9569216B2 (en) | 2013-03-15 | 2017-02-14 | Soft Machines, Inc. | Method for populating a source view data structure by using register template snapshots |
US9891924B2 (en) | 2013-03-15 | 2018-02-13 | Intel Corporation | Method for implementing a reduced size register view data structure in a microprocessor |
WO2014151018A1 (en) * | 2013-03-15 | 2014-09-25 | Soft Machines, Inc. | A method for executing multithreaded instructions grouped onto blocks |
US9904625B2 (en) | 2013-03-15 | 2018-02-27 | Intel Corporation | Methods, systems and apparatus for predicting the way of a set associative cache |
WO2014150991A1 (en) | 2013-03-15 | 2014-09-25 | Soft Machines, Inc. | A method for implementing a reduced size register view data structure in a microprocessor |
US9632825B2 (en) | 2013-03-15 | 2017-04-25 | Intel Corporation | Method and apparatus for efficient scheduling for asymmetrical execution units |
EP2972836B1 (en) | 2013-03-15 | 2022-11-09 | Intel Corporation | A method for emulating a guest centralized flag architecture by using a native distributed flag architecture |
WO2014150806A1 (en) | 2013-03-15 | 2014-09-25 | Soft Machines, Inc. | A method for populating register view data structure by using register template snapshots |
US9348595B1 (en) | 2014-12-22 | 2016-05-24 | Centipede Semi Ltd. | Run-time code parallelization with continuous monitoring of repetitive instruction sequences |
US9135015B1 (en) | 2014-12-25 | 2015-09-15 | Centipede Semi Ltd. | Run-time code parallelization with monitoring of repetitive instruction sequences during branch mis-prediction |
US9208066B1 (en) * | 2015-03-04 | 2015-12-08 | Centipede Semi Ltd. | Run-time code parallelization with approximate monitoring of instruction sequences |
US10296350B2 (en) | 2015-03-31 | 2019-05-21 | Centipede Semi Ltd. | Parallelized execution of instruction sequences |
US10296346B2 (en) | 2015-03-31 | 2019-05-21 | Centipede Semi Ltd. | Parallelized execution of instruction sequences based on pre-monitoring |
US9715390B2 (en) | 2015-04-19 | 2017-07-25 | Centipede Semi Ltd. | Run-time parallelization of code execution based on an approximate register-access specification |
US9935927B2 (en) * | 2015-10-16 | 2018-04-03 | Quanta Computer Inc. | System and method for low energy double authentication between mobile device and server nodes |
GB2544994A (en) * | 2015-12-02 | 2017-06-07 | Swarm64 As | Data processing |
CN106484519B (zh) * | 2016-10-11 | 2019-11-08 | 东南大学苏州研究院 | 异步线程重组方法及基于该方法的simt处理器 |
US10120688B2 (en) | 2016-11-15 | 2018-11-06 | Andes Technology Corporation | Data processing system and method for executing block call and block return instructions |
CN110032407B (zh) | 2019-03-08 | 2020-12-22 | 创新先进技术有限公司 | 提升cpu并行性能的方法及装置和电子设备 |
US11372769B1 (en) * | 2019-08-29 | 2022-06-28 | Xilinx, Inc. | Fine-grained multi-tenant cache management |
US12118411B2 (en) * | 2019-09-11 | 2024-10-15 | Advanced Micro Devices, Inc. | Distributed scheduler providing execution pipe balance |
US11288072B2 (en) * | 2019-09-11 | 2022-03-29 | Ceremorphic, Inc. | Multi-threaded processor with thread granularity |
CN112527393A (zh) * | 2019-09-18 | 2021-03-19 | 无锡江南计算技术研究所 | 面向主从融合架构处理器的指令调度优化装置和方法 |
USD915534S1 (en) | 2019-09-25 | 2021-04-06 | Coulter Ventures, Llc. | Weight rack with name plate |
KR102224446B1 (ko) * | 2019-10-14 | 2021-03-09 | 이화여자대학교 산학협력단 | Gpgpu 스레드 블록 스케줄링 확장 방법 및 장치 |
CN116635824A (zh) * | 2020-10-20 | 2023-08-22 | 美光科技公司 | 桶式处理器中的线程调度控制及存储器分割 |
US20220121593A1 (en) * | 2021-12-23 | 2022-04-21 | Intel Corporation | Systems And Methods For Processor Circuits |
USD1010033S1 (en) | 2022-05-23 | 2024-01-02 | Coulter Ventures, Llc. | Weight rack |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040078538A1 (en) | 2002-10-22 | 2004-04-22 | Bala Dutt | System and method for goal-based scheduling of blocks of code for concurrent execution |
US20070198665A1 (en) | 2006-02-20 | 2007-08-23 | Luca De Matteis | Method of configuring devices in a telecommunications network |
US20090138670A1 (en) | 2007-11-27 | 2009-05-28 | Microsoft Corporation | software-configurable and stall-time fair memory access scheduling mechanism for shared memory systems |
US20100299671A1 (en) * | 2009-05-19 | 2010-11-25 | Microsoft Corporation | Virtualized thread scheduling for hardware thread optimization |
Family Cites Families (469)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US727487A (en) | 1902-10-21 | 1903-05-05 | Swan F Swanson | Dumping-car. |
US4075704A (en) | 1976-07-02 | 1978-02-21 | Floating Point Systems, Inc. | Floating point data processor for high speech operation |
US4228496A (en) | 1976-09-07 | 1980-10-14 | Tandem Computers Incorporated | Multiprocessor system |
US4245344A (en) | 1979-04-02 | 1981-01-13 | Rockwell International Corporation | Processing system with dual buses |
US4527237A (en) | 1979-10-11 | 1985-07-02 | Nanodata Computer Corporation | Data processing system |
US4414624A (en) | 1980-11-19 | 1983-11-08 | The United States Of America As Represented By The Secretary Of The Navy | Multiple-microcomputer processing |
US4524415A (en) | 1982-12-07 | 1985-06-18 | Motorola, Inc. | Virtual machine data processor |
US4597061B1 (en) | 1983-01-03 | 1998-06-09 | Texas Instruments Inc | Memory system using pipleline circuitry for improved system |
US4577273A (en) | 1983-06-06 | 1986-03-18 | Sperry Corporation | Multiple microcomputer system for digital computers |
US4682281A (en) | 1983-08-30 | 1987-07-21 | Amdahl Corporation | Data storage unit employing translation lookaside buffer pointer |
US4633434A (en) | 1984-04-02 | 1986-12-30 | Sperry Corporation | High performance storage unit |
US4600986A (en) | 1984-04-02 | 1986-07-15 | Sperry Corporation | Pipelined split stack with high performance interleaved decode |
JPS6140643A (ja) | 1984-07-31 | 1986-02-26 | Hitachi Ltd | システムの資源割当て制御方式 |
US4835680A (en) | 1985-03-15 | 1989-05-30 | Xerox Corporation | Adaptive processor array capable of learning variable associations useful in recognizing classes of inputs |
JPS6289149A (ja) | 1985-10-15 | 1987-04-23 | Agency Of Ind Science & Technol | 多ポ−トメモリシステム |
JPH0658650B2 (ja) | 1986-03-14 | 1994-08-03 | 株式会社日立製作所 | 仮想計算機システム |
US4920477A (en) | 1987-04-20 | 1990-04-24 | Multiflow Computer, Inc. | Virtual address table look aside buffer miss recovery method and apparatus |
US4943909A (en) | 1987-07-08 | 1990-07-24 | At&T Bell Laboratories | Computational origami |
US5339398A (en) | 1989-07-31 | 1994-08-16 | North American Philips Corporation | Memory architecture and method of data organization optimized for hashing |
US5471593A (en) | 1989-12-11 | 1995-11-28 | Branigin; Michael H. | Computer processor with an efficient means of executing many instructions simultaneously |
US5197130A (en) | 1989-12-29 | 1993-03-23 | Supercomputer Systems Limited Partnership | Cluster architecture for a highly parallel scalar/vector multiprocessor system |
US5317754A (en) | 1990-10-23 | 1994-05-31 | International Business Machines Corporation | Method and apparatus for enabling an interpretive execution subset |
US5317705A (en) | 1990-10-24 | 1994-05-31 | International Business Machines Corporation | Apparatus and method for TLB purge reduction in a multi-level machine system |
US6282583B1 (en) | 1991-06-04 | 2001-08-28 | Silicon Graphics, Inc. | Method and apparatus for memory access in a matrix processor computer |
US5539911A (en) | 1991-07-08 | 1996-07-23 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
JPH0820949B2 (ja) | 1991-11-26 | 1996-03-04 | 松下電器産業株式会社 | 情報処理装置 |
JPH07502358A (ja) | 1991-12-23 | 1995-03-09 | インテル・コーポレーション | マイクロプロセッサーのクロックに依るマルチプル・アクセスのためのインターリーブ・キャッシュ |
KR100309566B1 (ko) * | 1992-04-29 | 2001-12-15 | 리패치 | 파이프라인프로세서에서다중명령어를무리짓고,그룹화된명령어를동시에발행하고,그룹화된명령어를실행시키는방법및장치 |
WO1993022722A1 (en) | 1992-05-01 | 1993-11-11 | Seiko Epson Corporation | A system and method for retiring instructions in a superscalar microprocessor |
DE69329260T2 (de) | 1992-06-25 | 2001-02-22 | Canon K.K., Tokio/Tokyo | Gerät zum Multiplizieren von Ganzzahlen mit vielen Ziffern |
JPH0637202A (ja) | 1992-07-20 | 1994-02-10 | Mitsubishi Electric Corp | マイクロ波ic用パッケージ |
JPH06110781A (ja) | 1992-09-30 | 1994-04-22 | Nec Corp | キャッシュメモリ装置 |
US5493660A (en) | 1992-10-06 | 1996-02-20 | Hewlett-Packard Company | Software assisted hardware TLB miss handler |
US5513335A (en) | 1992-11-02 | 1996-04-30 | Sgs-Thomson Microelectronics, Inc. | Cache tag memory having first and second single-port arrays and a dual-port array |
US5819088A (en) | 1993-03-25 | 1998-10-06 | Intel Corporation | Method and apparatus for scheduling instructions for execution on a multi-issue architecture computer |
JPH0784883A (ja) | 1993-09-17 | 1995-03-31 | Hitachi Ltd | 仮想計算機システムのアドレス変換バッファパージ方法 |
US6948172B1 (en) | 1993-09-21 | 2005-09-20 | Microsoft Corporation | Preemptive multi-tasking with cooperative groups of tasks |
US5469376A (en) | 1993-10-14 | 1995-11-21 | Abdallah; Mohammad A. F. F. | Digital circuit for the evaluation of mathematical expressions |
US5517651A (en) | 1993-12-29 | 1996-05-14 | Intel Corporation | Method and apparatus for loading a segment register in a microprocessor capable of operating in multiple modes |
US5761476A (en) | 1993-12-30 | 1998-06-02 | Intel Corporation | Non-clocked early read for back-to-back scheduling of instructions |
US5956753A (en) | 1993-12-30 | 1999-09-21 | Intel Corporation | Method and apparatus for handling speculative memory access operations |
JP3048498B2 (ja) | 1994-04-13 | 2000-06-05 | 株式会社東芝 | 半導体記憶装置 |
JPH07287668A (ja) | 1994-04-19 | 1995-10-31 | Hitachi Ltd | データ処理装置 |
CN1084005C (zh) | 1994-06-27 | 2002-05-01 | 国际商业机器公司 | 用于动态控制地址空间分配的方法和设备 |
US5548742A (en) | 1994-08-11 | 1996-08-20 | Intel Corporation | Method and apparatus for combining a direct-mapped cache and a multiple-way cache in a cache memory |
US5813031A (en) | 1994-09-21 | 1998-09-22 | Industrial Technology Research Institute | Caching tag for a large scale cache computer memory system |
US5640534A (en) | 1994-10-05 | 1997-06-17 | International Business Machines Corporation | Method and system for concurrent access in a data cache array utilizing multiple match line selection paths |
US5835951A (en) | 1994-10-18 | 1998-11-10 | National Semiconductor | Branch processing unit with target cache read prioritization protocol for handling multiple hits |
JP3569014B2 (ja) | 1994-11-25 | 2004-09-22 | 富士通株式会社 | マルチコンテキストをサポートするプロセッサおよび処理方法 |
US5724565A (en) | 1995-02-03 | 1998-03-03 | International Business Machines Corporation | Method and system for processing first and second sets of instructions by first and second types of processing systems |
US5644742A (en) | 1995-02-14 | 1997-07-01 | Hal Computer Systems, Inc. | Processor structure and method for a time-out checkpoint |
US5675759A (en) | 1995-03-03 | 1997-10-07 | Shebanow; Michael C. | Method and apparatus for register management using issue sequence prior physical register and register association validity information |
US5634068A (en) | 1995-03-31 | 1997-05-27 | Sun Microsystems, Inc. | Packet switched cache coherent multiprocessor system |
US5751982A (en) | 1995-03-31 | 1998-05-12 | Apple Computer, Inc. | Software emulation system with dynamic translation of emulated instructions for increased processing speed |
US6209085B1 (en) | 1995-05-05 | 2001-03-27 | Intel Corporation | Method and apparatus for performing process switching in multiprocessor computer systems |
US6643765B1 (en) | 1995-08-16 | 2003-11-04 | Microunity Systems Engineering, Inc. | Programmable processor with group floating point operations |
US5710902A (en) | 1995-09-06 | 1998-01-20 | Intel Corporation | Instruction dependency chain indentifier |
US6341324B1 (en) | 1995-10-06 | 2002-01-22 | Lsi Logic Corporation | Exception processing in superscalar microprocessor |
US5864657A (en) | 1995-11-29 | 1999-01-26 | Texas Micro, Inc. | Main memory system and checkpointing protocol for fault-tolerant computer system |
US5983327A (en) | 1995-12-01 | 1999-11-09 | Nortel Networks Corporation | Data path architecture and arbitration scheme for providing access to a shared system resource |
US5793941A (en) | 1995-12-04 | 1998-08-11 | Advanced Micro Devices, Inc. | On-chip primary cache testing circuit and test method |
US5911057A (en) | 1995-12-19 | 1999-06-08 | Texas Instruments Incorporated | Superscalar microprocessor having combined register and memory renaming circuits, systems, and methods |
US5699537A (en) | 1995-12-22 | 1997-12-16 | Intel Corporation | Processor microarchitecture for efficient dynamic scheduling and execution of chains of dependent instructions |
US6882177B1 (en) | 1996-01-10 | 2005-04-19 | Altera Corporation | Tristate structures for programmable logic devices |
US5754818A (en) | 1996-03-22 | 1998-05-19 | Sun Microsystems, Inc. | Architecture and method for sharing TLB entries through process IDS |
US5904892A (en) | 1996-04-01 | 1999-05-18 | Saint-Gobain/Norton Industrial Ceramics Corp. | Tape cast silicon carbide dummy wafer |
US5752260A (en) | 1996-04-29 | 1998-05-12 | International Business Machines Corporation | High-speed, multiple-port, interleaved cache with arbitration of multiple access addresses |
US5806085A (en) | 1996-05-01 | 1998-09-08 | Sun Microsystems, Inc. | Method for non-volatile caching of network and CD-ROM file accesses using a cache directory, pointers, file name conversion, a local hard disk, and separate small database |
US5829028A (en) | 1996-05-06 | 1998-10-27 | Advanced Micro Devices, Inc. | Data cache configured to store data in a use-once manner |
US6108769A (en) | 1996-05-17 | 2000-08-22 | Advanced Micro Devices, Inc. | Dependency table for reducing dependency checking hardware |
US5881277A (en) | 1996-06-13 | 1999-03-09 | Texas Instruments Incorporated | Pipelined microprocessor with branch misprediction cache circuits, systems and methods |
US5860146A (en) | 1996-06-25 | 1999-01-12 | Sun Microsystems, Inc. | Auxiliary translation lookaside buffer for assisting in accessing data in remote address spaces |
US5903760A (en) | 1996-06-27 | 1999-05-11 | Intel Corporation | Method and apparatus for translating a conditional instruction compatible with a first instruction set architecture (ISA) into a conditional instruction compatible with a second ISA |
US5974506A (en) | 1996-06-28 | 1999-10-26 | Digital Equipment Corporation | Enabling mirror, nonmirror and partial mirror cache modes in a dual cache system |
US6167490A (en) | 1996-09-20 | 2000-12-26 | University Of Washington | Using global memory information to manage memory in a computer network |
KR19980032776A (ko) | 1996-10-16 | 1998-07-25 | 가나이 츠토무 | 데이타 프로세서 및 데이타 처리시스템 |
WO1998020415A1 (en) | 1996-11-04 | 1998-05-14 | Philips Electronics N.V. | Processing device, reads instructions in memory |
US6253316B1 (en) | 1996-11-19 | 2001-06-26 | Advanced Micro Devices, Inc. | Three state branch history using one bit in a branch prediction mechanism |
US5978906A (en) | 1996-11-19 | 1999-11-02 | Advanced Micro Devices, Inc. | Branch selectors associated with byte ranges within an instruction cache for rapidly identifying branch predictions |
US5903750A (en) | 1996-11-20 | 1999-05-11 | Institute For The Development Of Emerging Architectures, L.L.P. | Dynamic branch prediction for branch instructions with multiple targets |
US6212542B1 (en) | 1996-12-16 | 2001-04-03 | International Business Machines Corporation | Method and system for executing a program within a multiscalar processor by processing linked thread descriptors |
US6134634A (en) | 1996-12-20 | 2000-10-17 | Texas Instruments Incorporated | Method and apparatus for preemptive cache write-back |
US5918251A (en) | 1996-12-23 | 1999-06-29 | Intel Corporation | Method and apparatus for preloading different default address translation attributes |
US6065105A (en) | 1997-01-08 | 2000-05-16 | Intel Corporation | Dependency matrix |
US6016540A (en) | 1997-01-08 | 2000-01-18 | Intel Corporation | Method and apparatus for scheduling instructions in waves |
US5802602A (en) | 1997-01-17 | 1998-09-01 | Intel Corporation | Method and apparatus for performing reads of related data from a set-associative cache memory |
US6088780A (en) | 1997-03-31 | 2000-07-11 | Institute For The Development Of Emerging Architecture, L.L.C. | Page table walker that uses at least one of a default page size and a page size selected for a virtual address space to position a sliding field in a virtual address |
US6075938A (en) | 1997-06-10 | 2000-06-13 | The Board Of Trustees Of The Leland Stanford Junior University | Virtual machine monitors for scalable multiprocessors |
US6073230A (en) | 1997-06-11 | 2000-06-06 | Advanced Micro Devices, Inc. | Instruction fetch unit configured to provide sequential way prediction for sequential instruction fetches |
JPH1124929A (ja) | 1997-06-30 | 1999-01-29 | Sony Corp | 演算処理装置およびその方法 |
US6128728A (en) | 1997-08-01 | 2000-10-03 | Micron Technology, Inc. | Virtual shadow registers and virtual register windows |
US6170051B1 (en) | 1997-08-01 | 2001-01-02 | Micron Technology, Inc. | Apparatus and method for program level parallelism in a VLIW processor |
US6085315A (en) | 1997-09-12 | 2000-07-04 | Siemens Aktiengesellschaft | Data processing device with loop pipeline |
US6101577A (en) | 1997-09-15 | 2000-08-08 | Advanced Micro Devices, Inc. | Pipelined instruction cache and branch prediction mechanism therefor |
US5901294A (en) | 1997-09-18 | 1999-05-04 | International Business Machines Corporation | Method and system for bus arbitration in a multiprocessor system utilizing simultaneous variable-width bus access |
US6185660B1 (en) | 1997-09-23 | 2001-02-06 | Hewlett-Packard Company | Pending access queue for providing data to a target register during an intermediate pipeline phase after a computer cache miss |
US5905509A (en) | 1997-09-30 | 1999-05-18 | Compaq Computer Corp. | Accelerated Graphics Port two level Gart cache having distributed first level caches |
US6226732B1 (en) | 1997-10-02 | 2001-05-01 | Hitachi Micro Systems, Inc. | Memory system architecture |
US5922065A (en) | 1997-10-13 | 1999-07-13 | Institute For The Development Of Emerging Architectures, L.L.C. | Processor utilizing a template field for encoding instruction sequences in a wide-word format |
US6178482B1 (en) | 1997-11-03 | 2001-01-23 | Brecis Communications | Virtual register sets |
US6021484A (en) | 1997-11-14 | 2000-02-01 | Samsung Electronics Co., Ltd. | Dual instruction set architecture |
US6256728B1 (en) | 1997-11-17 | 2001-07-03 | Advanced Micro Devices, Inc. | Processor configured to selectively cancel instructions from its pipeline responsive to a predicted-taken short forward branch instruction |
US6260131B1 (en) | 1997-11-18 | 2001-07-10 | Intrinsity, Inc. | Method and apparatus for TLB memory ordering |
US6016533A (en) | 1997-12-16 | 2000-01-18 | Advanced Micro Devices, Inc. | Way prediction logic for cache array |
US6219776B1 (en) | 1998-03-10 | 2001-04-17 | Billions Of Operations Per Second | Merged array controller and processing element |
US6609189B1 (en) | 1998-03-12 | 2003-08-19 | Yale University | Cycle segmented prefix circuits |
JP3657424B2 (ja) | 1998-03-20 | 2005-06-08 | 松下電器産業株式会社 | 番組情報を放送するセンター装置と端末装置 |
US6216215B1 (en) | 1998-04-02 | 2001-04-10 | Intel Corporation | Method and apparatus for senior loads |
US6157998A (en) | 1998-04-03 | 2000-12-05 | Motorola Inc. | Method for performing branch prediction and resolution of two or more branch instructions within two or more branch prediction buffers |
US6115809A (en) | 1998-04-30 | 2000-09-05 | Hewlett-Packard Company | Compiling strong and weak branching behavior instruction blocks to separate caches for dynamic and static prediction |
US6205545B1 (en) | 1998-04-30 | 2001-03-20 | Hewlett-Packard Company | Method and apparatus for using static branch predictions hints with dynamically translated code traces to improve performance |
US6256727B1 (en) | 1998-05-12 | 2001-07-03 | International Business Machines Corporation | Method and system for fetching noncontiguous instructions in a single clock cycle |
JPH11338710A (ja) | 1998-05-28 | 1999-12-10 | Toshiba Corp | 複数種の命令セットを持つプロセッサのためのコンパイル方法ならびに装置および同方法がプログラムされ記録される記録媒体 |
US6272616B1 (en) | 1998-06-17 | 2001-08-07 | Agere Systems Guardian Corp. | Method and apparatus for executing multiple instruction streams in a digital processor with multiple data paths |
US6988183B1 (en) | 1998-06-26 | 2006-01-17 | Derek Chi-Lan Wong | Methods for increasing instruction-level parallelism in microprocessors and digital system |
US6260138B1 (en) | 1998-07-17 | 2001-07-10 | Sun Microsystems, Inc. | Method and apparatus for branch instruction processing in a processor |
US6122656A (en) | 1998-07-31 | 2000-09-19 | Advanced Micro Devices, Inc. | Processor configured to map logical register numbers to physical register numbers using virtual register numbers |
US6272662B1 (en) | 1998-08-04 | 2001-08-07 | International Business Machines Corporation | Distributed storage system using front-end and back-end locking |
JP2000057054A (ja) | 1998-08-12 | 2000-02-25 | Fujitsu Ltd | 高速アドレス変換システム |
US8631066B2 (en) | 1998-09-10 | 2014-01-14 | Vmware, Inc. | Mechanism for providing virtual machines for use by multiple users |
US6339822B1 (en) * | 1998-10-02 | 2002-01-15 | Advanced Micro Devices, Inc. | Using padded instructions in a block-oriented cache |
US6332189B1 (en) | 1998-10-16 | 2001-12-18 | Intel Corporation | Branch prediction architecture |
GB9825102D0 (en) | 1998-11-16 | 1999-01-13 | Insignia Solutions Plc | Computer system |
JP3110404B2 (ja) | 1998-11-18 | 2000-11-20 | 甲府日本電気株式会社 | マイクロプロセッサ装置及びそのソフトウェア命令高速化方法並びにその制御プログラムを記録した記録媒体 |
US6490673B1 (en) | 1998-11-27 | 2002-12-03 | Matsushita Electric Industrial Co., Ltd | Processor, compiling apparatus, and compile program recorded on a recording medium |
US6519682B2 (en) | 1998-12-04 | 2003-02-11 | Stmicroelectronics, Inc. | Pipelined non-blocking level two cache system with inherent transaction collision-avoidance |
US7020879B1 (en) | 1998-12-16 | 2006-03-28 | Mips Technologies, Inc. | Interrupt and exception handling for multi-streaming digital processors |
US6477562B2 (en) * | 1998-12-16 | 2002-11-05 | Clearwater Networks, Inc. | Prioritized instruction scheduling for multi-streaming processors |
US6247097B1 (en) | 1999-01-22 | 2001-06-12 | International Business Machines Corporation | Aligned instruction cache handling of instruction fetches across multiple predicted branch instructions |
US6321298B1 (en) | 1999-01-25 | 2001-11-20 | International Business Machines Corporation | Full cache coherency across multiple raid controllers |
JP3842474B2 (ja) | 1999-02-02 | 2006-11-08 | 株式会社ルネサステクノロジ | データ処理装置 |
US6327650B1 (en) | 1999-02-12 | 2001-12-04 | Vsli Technology, Inc. | Pipelined multiprocessing with upstream processor concurrently writing to local register and to register of downstream processor |
US6732220B2 (en) | 1999-02-17 | 2004-05-04 | Elbrus International | Method for emulating hardware features of a foreign architecture in a host operating system environment |
US6668316B1 (en) | 1999-02-17 | 2003-12-23 | Elbrus International Limited | Method and apparatus for conflict-free execution of integer and floating-point operations with a common register file |
US6418530B2 (en) | 1999-02-18 | 2002-07-09 | Hewlett-Packard Company | Hardware/software system for instruction profiling and trace selection using branch history information for branch predictions |
US6437789B1 (en) | 1999-02-19 | 2002-08-20 | Evans & Sutherland Computer Corporation | Multi-level cache controller |
US6850531B1 (en) | 1999-02-23 | 2005-02-01 | Alcatel | Multi-service network switch |
US6212613B1 (en) | 1999-03-22 | 2001-04-03 | Cisco Technology, Inc. | Methods and apparatus for reusing addresses in a computer |
US6529928B1 (en) | 1999-03-23 | 2003-03-04 | Silicon Graphics, Inc. | Floating-point adder performing floating-point and integer operations |
DE69938621D1 (de) | 1999-05-03 | 2008-06-12 | St Microelectronics Sa | Befehlausgabe in einem Rechner |
US6449671B1 (en) | 1999-06-09 | 2002-09-10 | Ati International Srl | Method and apparatus for busing data elements |
US6473833B1 (en) | 1999-07-30 | 2002-10-29 | International Business Machines Corporation | Integrated cache and directory structure for multi-level caches |
US6643770B1 (en) | 1999-09-16 | 2003-11-04 | Intel Corporation | Branch misprediction recovery using a side memory |
US6772325B1 (en) | 1999-10-01 | 2004-08-03 | Hitachi, Ltd. | Processor architecture and operation for exploiting improved branch control instruction |
US6704822B1 (en) | 1999-10-01 | 2004-03-09 | Sun Microsystems, Inc. | Arbitration protocol for a shared data cache |
US6457120B1 (en) | 1999-11-01 | 2002-09-24 | International Business Machines Corporation | Processor and method including a cache having confirmation bits for improving address predictable branch instruction target predictions |
US7441110B1 (en) | 1999-12-10 | 2008-10-21 | International Business Machines Corporation | Prefetching using future branch path information derived from branch prediction |
US7107434B2 (en) | 1999-12-20 | 2006-09-12 | Board Of Regents, The University Of Texas | System, method and apparatus for allocating hardware resources using pseudorandom sequences |
EP1247195A4 (en) | 1999-12-22 | 2005-01-05 | Ubicom Inc | SYSTEM AND METHOD FOR MULTITHREADING WORKING ON COMMAND LEVEL IN AN EMBEDDED PROCESSOR WITH ZERO-TIME CONTEXT SWITCHING |
US6557095B1 (en) * | 1999-12-27 | 2003-04-29 | Intel Corporation | Scheduling operations using a dependency matrix |
WO2001050253A1 (en) | 2000-01-03 | 2001-07-12 | Advanced Micro Devices, Inc. | Scheduler capable of issuing and reissuing dependency chains |
US6542984B1 (en) | 2000-01-03 | 2003-04-01 | Advanced Micro Devices, Inc. | Scheduler capable of issuing and reissuing dependency chains |
US6594755B1 (en) | 2000-01-04 | 2003-07-15 | National Semiconductor Corporation | System and method for interleaved execution of multiple independent threads |
US6728872B1 (en) | 2000-02-04 | 2004-04-27 | International Business Machines Corporation | Method and apparatus for verifying that instructions are pipelined in correct architectural sequence |
GB0002848D0 (en) | 2000-02-08 | 2000-03-29 | Siroyan Limited | Communicating instruction results in processors and compiling methods for processors |
GB2365661A (en) | 2000-03-10 | 2002-02-20 | British Telecomm | Allocating switch requests within a packet switch |
US6615340B1 (en) | 2000-03-22 | 2003-09-02 | Wilmot, Ii Richard Byron | Extended operand management indicator structure and method |
US6604187B1 (en) | 2000-06-19 | 2003-08-05 | Advanced Micro Devices, Inc. | Providing global translations with address space numbers |
US6557083B1 (en) | 2000-06-30 | 2003-04-29 | Intel Corporation | Memory system for multiple data types |
US6704860B1 (en) | 2000-07-26 | 2004-03-09 | International Business Machines Corporation | Data processing system and method for fetching instruction blocks in response to a detected block sequence |
US7206925B1 (en) | 2000-08-18 | 2007-04-17 | Sun Microsystems, Inc. | Backing Register File for processors |
US6728866B1 (en) | 2000-08-31 | 2004-04-27 | International Business Machines Corporation | Partitioned issue queue and allocation strategy |
US6721874B1 (en) | 2000-10-12 | 2004-04-13 | International Business Machines Corporation | Method and system for dynamically shared completion table supporting multiple threads in a processing system |
US7757065B1 (en) | 2000-11-09 | 2010-07-13 | Intel Corporation | Instruction segment recording scheme |
JP2002185513A (ja) | 2000-12-18 | 2002-06-28 | Hitachi Ltd | パケット通信ネットワークおよびパケット転送制御方法 |
US6907600B2 (en) | 2000-12-27 | 2005-06-14 | Intel Corporation | Virtual translation lookaside buffer |
US6877089B2 (en) | 2000-12-27 | 2005-04-05 | International Business Machines Corporation | Branch prediction apparatus and process for restoring replaced branch history for use in future branch predictions for an executing program |
US6647466B2 (en) | 2001-01-25 | 2003-11-11 | Hewlett-Packard Development Company, L.P. | Method and apparatus for adaptively bypassing one or more levels of a cache hierarchy |
FR2820921A1 (fr) | 2001-02-14 | 2002-08-16 | Canon Kk | Dispositif et procede de transmission dans un commutateur |
US6985951B2 (en) | 2001-03-08 | 2006-01-10 | International Business Machines Corporation | Inter-partition message passing method, system and program product for managing workload in a partitioned processing environment |
US6950927B1 (en) | 2001-04-13 | 2005-09-27 | The United States Of America As Represented By The Secretary Of The Navy | System and method for instruction-level parallelism in a programmable multiple network processor environment |
US7707397B2 (en) | 2001-05-04 | 2010-04-27 | Via Technologies, Inc. | Variable group associativity branch target address cache delivering multiple target addresses per cache line |
US7200740B2 (en) | 2001-05-04 | 2007-04-03 | Ip-First, Llc | Apparatus and method for speculatively performing a return instruction in a microprocessor |
US6658549B2 (en) | 2001-05-22 | 2003-12-02 | Hewlett-Packard Development Company, Lp. | Method and system allowing a single entity to manage memory comprising compressed and uncompressed data |
US6985591B2 (en) | 2001-06-29 | 2006-01-10 | Intel Corporation | Method and apparatus for distributing keys for decrypting and re-encrypting publicly distributed media |
US7203824B2 (en) | 2001-07-03 | 2007-04-10 | Ip-First, Llc | Apparatus and method for handling BTAC branches that wrap across instruction cache lines |
US7024545B1 (en) | 2001-07-24 | 2006-04-04 | Advanced Micro Devices, Inc. | Hybrid branch prediction device with two levels of branch prediction cache |
US6954846B2 (en) | 2001-08-07 | 2005-10-11 | Sun Microsystems, Inc. | Microprocessor and method for giving each thread exclusive access to one register file in a multi-threading mode and for giving an active thread access to multiple register files in a single thread mode |
US6718440B2 (en) | 2001-09-28 | 2004-04-06 | Intel Corporation | Memory access latency hiding with hint buffer |
US7150021B1 (en) | 2001-10-12 | 2006-12-12 | Palau Acquisition Corporation (Delaware) | Method and system to allocate resources within an interconnect device according to a resource allocation table |
US7117347B2 (en) | 2001-10-23 | 2006-10-03 | Ip-First, Llc | Processor including fallback branch prediction mechanism for far jump and far call instructions |
US7272832B2 (en) | 2001-10-25 | 2007-09-18 | Hewlett-Packard Development Company, L.P. | Method of protecting user process data in a secure platform inaccessible to the operating system and other tasks on top of the secure platform |
US6964043B2 (en) | 2001-10-30 | 2005-11-08 | Intel Corporation | Method, apparatus, and system to optimize frequently executed code and to use compiler transformation and hardware support to handle infrequently executed code |
GB2381886B (en) | 2001-11-07 | 2004-06-23 | Sun Microsystems Inc | Computer system with virtual memory and paging mechanism |
US7092869B2 (en) | 2001-11-14 | 2006-08-15 | Ronald Hilton | Memory address prediction under emulation |
US7363467B2 (en) | 2002-01-03 | 2008-04-22 | Intel Corporation | Dependence-chain processing using trace descriptors having dependency descriptors |
US6640333B2 (en) | 2002-01-10 | 2003-10-28 | Lsi Logic Corporation | Architecture for a sea of platforms |
US7055021B2 (en) | 2002-02-05 | 2006-05-30 | Sun Microsystems, Inc. | Out-of-order processor that reduces mis-speculation using a replay scoreboard |
US7331040B2 (en) | 2002-02-06 | 2008-02-12 | Transitive Limted | Condition code flag emulation for program code conversion |
US6839816B2 (en) | 2002-02-26 | 2005-01-04 | International Business Machines Corporation | Shared cache line update mechanism |
US6731292B2 (en) | 2002-03-06 | 2004-05-04 | Sun Microsystems, Inc. | System and method for controlling a number of outstanding data transactions within an integrated circuit |
JP3719509B2 (ja) | 2002-04-01 | 2005-11-24 | 株式会社ソニー・コンピュータエンタテインメント | シリアル演算パイプライン、演算装置、算術論理演算回路およびシリアル演算パイプラインによる演算方法 |
US7565509B2 (en) | 2002-04-17 | 2009-07-21 | Microsoft Corporation | Using limits on address translation to control access to an addressable entity |
US6920530B2 (en) | 2002-04-23 | 2005-07-19 | Sun Microsystems, Inc. | Scheme for reordering instructions via an instruction caching mechanism |
US7113488B2 (en) | 2002-04-24 | 2006-09-26 | International Business Machines Corporation | Reconfigurable circular bus |
US7281055B2 (en) | 2002-05-28 | 2007-10-09 | Newisys, Inc. | Routing mechanisms in systems having multiple multi-processor clusters |
US7117346B2 (en) | 2002-05-31 | 2006-10-03 | Freescale Semiconductor, Inc. | Data processing system having multiple register contexts and method therefor |
US6938151B2 (en) | 2002-06-04 | 2005-08-30 | International Business Machines Corporation | Hybrid branch prediction using a global selection counter and a prediction method comparison table |
US8024735B2 (en) * | 2002-06-14 | 2011-09-20 | Intel Corporation | Method and apparatus for ensuring fairness and forward progress when executing multiple threads of execution |
JP3845043B2 (ja) | 2002-06-28 | 2006-11-15 | 富士通株式会社 | 命令フェッチ制御装置 |
JP3982353B2 (ja) | 2002-07-12 | 2007-09-26 | 日本電気株式会社 | フォルトトレラントコンピュータ装置、その再同期化方法及び再同期化プログラム |
US6944744B2 (en) | 2002-08-27 | 2005-09-13 | Advanced Micro Devices, Inc. | Apparatus and method for independently schedulable functional units with issue lock mechanism in a processor |
US6950925B1 (en) | 2002-08-28 | 2005-09-27 | Advanced Micro Devices, Inc. | Scheduler for use in a microprocessor that supports data-speculative execution |
US7546422B2 (en) | 2002-08-28 | 2009-06-09 | Intel Corporation | Method and apparatus for the synchronization of distributed caches |
TW200408242A (en) | 2002-09-06 | 2004-05-16 | Matsushita Electric Ind Co Ltd | Home terminal apparatus and communication system |
US6895491B2 (en) | 2002-09-26 | 2005-05-17 | Hewlett-Packard Development Company, L.P. | Memory addressing for a virtual machine implementation on a computer processor supporting virtual hash-page-table searching |
US7334086B2 (en) | 2002-10-08 | 2008-02-19 | Rmi Corporation | Advanced processor with system on a chip interconnect technology |
US6829698B2 (en) | 2002-10-10 | 2004-12-07 | International Business Machines Corporation | Method, apparatus and system for acquiring a global promotion facility utilizing a data-less transaction |
US7213248B2 (en) | 2002-10-10 | 2007-05-01 | International Business Machines Corporation | High speed promotion mechanism suitable for lock acquisition in a multiprocessor data processing system |
US20040103251A1 (en) | 2002-11-26 | 2004-05-27 | Mitchell Alsup | Microprocessor including a first level cache and a second level cache having different cache line sizes |
US7539879B2 (en) | 2002-12-04 | 2009-05-26 | Nxp B.V. | Register file gating to reduce microprocessor power dissipation |
US6981083B2 (en) | 2002-12-05 | 2005-12-27 | International Business Machines Corporation | Processor virtualization mechanism via an enhanced restoration of hard architected states |
US7073042B2 (en) | 2002-12-12 | 2006-07-04 | Intel Corporation | Reclaiming existing fields in address translation data structures to extend control over memory accesses |
US20040117594A1 (en) | 2002-12-13 | 2004-06-17 | Vanderspek Julius | Memory management method |
US20040122887A1 (en) | 2002-12-20 | 2004-06-24 | Macy William W. | Efficient multiplication of small matrices using SIMD registers |
US7191349B2 (en) | 2002-12-26 | 2007-03-13 | Intel Corporation | Mechanism for processor power state aware distribution of lowest priority interrupt |
US20040139441A1 (en) | 2003-01-09 | 2004-07-15 | Kabushiki Kaisha Toshiba | Processor, arithmetic operation processing method, and priority determination method |
US6925421B2 (en) | 2003-01-09 | 2005-08-02 | International Business Machines Corporation | Method, system, and computer program product for estimating the number of consumers that place a load on an individual resource in a pool of physically distributed resources |
US7178010B2 (en) | 2003-01-16 | 2007-02-13 | Ip-First, Llc | Method and apparatus for correcting an internal call/return stack in a microprocessor that detects from multiple pipeline stages incorrect speculative update of the call/return stack |
US7089374B2 (en) | 2003-02-13 | 2006-08-08 | Sun Microsystems, Inc. | Selectively unmarking load-marked cache lines during transactional program execution |
US7278030B1 (en) | 2003-03-03 | 2007-10-02 | Vmware, Inc. | Virtualization system for computers having multiple protection mechanisms |
US6912644B1 (en) | 2003-03-06 | 2005-06-28 | Intel Corporation | Method and apparatus to steer memory access operations in a virtual memory system |
US7111145B1 (en) | 2003-03-25 | 2006-09-19 | Vmware, Inc. | TLB miss fault handler and method for accessing multiple page tables |
US7143273B2 (en) | 2003-03-31 | 2006-11-28 | Intel Corporation | Method and apparatus for dynamic branch prediction utilizing multiple stew algorithms for indexing a global history |
CN1214666C (zh) | 2003-04-07 | 2005-08-10 | 华为技术有限公司 | 位置业务中限制位置信息请求流量的方法 |
US7058764B2 (en) | 2003-04-14 | 2006-06-06 | Hewlett-Packard Development Company, L.P. | Method of adaptive cache partitioning to increase host I/O performance |
US7469407B2 (en) * | 2003-04-24 | 2008-12-23 | International Business Machines Corporation | Method for resource balancing using dispatch flush in a simultaneous multithread processor |
US7290261B2 (en) | 2003-04-24 | 2007-10-30 | International Business Machines Corporation | Method and logical apparatus for rename register reallocation in a simultaneous multi-threaded (SMT) processor |
US7139855B2 (en) | 2003-04-24 | 2006-11-21 | International Business Machines Corporation | High performance synchronization of resource allocation in a logically-partitioned system |
EP1471421A1 (en) | 2003-04-24 | 2004-10-27 | STMicroelectronics Limited | Speculative load instruction control |
US7055003B2 (en) | 2003-04-25 | 2006-05-30 | International Business Machines Corporation | Data cache scrub mechanism for large L2/L3 data cache structures |
US7007108B2 (en) | 2003-04-30 | 2006-02-28 | Lsi Logic Corporation | System method for use of hardware semaphores for resource release notification wherein messages comprises read-modify-write operation and address |
WO2004114128A2 (en) | 2003-06-25 | 2004-12-29 | Koninklijke Philips Electronics N.V. | Instruction controlled data processing device |
JP2005032018A (ja) | 2003-07-04 | 2005-02-03 | Semiconductor Energy Lab Co Ltd | 遺伝的アルゴリズムを用いたマイクロプロセッサ |
US7149872B2 (en) | 2003-07-10 | 2006-12-12 | Transmeta Corporation | System and method for identifying TLB entries associated with a physical address of a specified range |
US7089398B2 (en) | 2003-07-31 | 2006-08-08 | Silicon Graphics, Inc. | Address translation using a page size tag |
US8296771B2 (en) | 2003-08-18 | 2012-10-23 | Cray Inc. | System and method for mapping between resource consumers and resource providers in a computing system |
US7133950B2 (en) | 2003-08-19 | 2006-11-07 | Sun Microsystems, Inc. | Request arbitration in multi-core processor |
EP1660993B1 (en) * | 2003-08-28 | 2008-11-19 | MIPS Technologies, Inc. | Integrated mechanism for suspension and deallocation of computational threads of execution in a processor |
US9032404B2 (en) * | 2003-08-28 | 2015-05-12 | Mips Technologies, Inc. | Preemptive multitasking employing software emulation of directed exceptions in a multithreading processor |
US7594089B2 (en) | 2003-08-28 | 2009-09-22 | Mips Technologies, Inc. | Smart memory based synchronization controller for a multi-threaded multiprocessor SoC |
US7849297B2 (en) | 2003-08-28 | 2010-12-07 | Mips Technologies, Inc. | Software emulation of directed exceptions in a multithreading processor |
US7111126B2 (en) | 2003-09-24 | 2006-09-19 | Arm Limited | Apparatus and method for loading data values |
JP4057989B2 (ja) | 2003-09-26 | 2008-03-05 | 株式会社東芝 | スケジューリング方法および情報処理システム |
US7047322B1 (en) | 2003-09-30 | 2006-05-16 | Unisys Corporation | System and method for performing conflict resolution and flow control in a multiprocessor system |
FR2860313B1 (fr) | 2003-09-30 | 2005-11-04 | Commissariat Energie Atomique | Composant a architecture reconfigurable dynamiquement |
US7373637B2 (en) | 2003-09-30 | 2008-05-13 | International Business Machines Corporation | Method and apparatus for counting instruction and memory location ranges |
TWI281121B (en) | 2003-10-06 | 2007-05-11 | Ip First Llc | Apparatus and method for selectively overriding return stack prediction in response to detection of non-standard return sequence |
US7395372B2 (en) | 2003-11-14 | 2008-07-01 | International Business Machines Corporation | Method and system for providing cache set selection which is power optimized |
US7243170B2 (en) | 2003-11-24 | 2007-07-10 | International Business Machines Corporation | Method and circuit for reading and writing an instruction buffer |
US20050120191A1 (en) | 2003-12-02 | 2005-06-02 | Intel Corporation (A Delaware Corporation) | Checkpoint-based register reclamation |
US20050132145A1 (en) | 2003-12-15 | 2005-06-16 | Finisar Corporation | Contingent processor time division multiple access of memory in a multi-processor system to allow supplemental memory consumer access |
US7310722B2 (en) | 2003-12-18 | 2007-12-18 | Nvidia Corporation | Across-thread out of order instruction dispatch in a multithreaded graphics processor |
US7293164B2 (en) | 2004-01-14 | 2007-11-06 | International Business Machines Corporation | Autonomic method and apparatus for counting branch instructions to generate branch statistics meant to improve branch predictions |
US20050204118A1 (en) | 2004-02-27 | 2005-09-15 | National Chiao Tung University | Method for inter-cluster communication that employs register permutation |
US20050216920A1 (en) | 2004-03-24 | 2005-09-29 | Vijay Tewari | Use of a virtual machine to emulate a hardware device |
WO2005093562A1 (ja) | 2004-03-29 | 2005-10-06 | Kyoto University | データ処理装置、データ処理プログラム、およびデータ処理プログラムを記録した記録媒体 |
US7383427B2 (en) | 2004-04-22 | 2008-06-03 | Sony Computer Entertainment Inc. | Multi-scalar extension for SIMD instruction set processors |
US20050251649A1 (en) | 2004-04-23 | 2005-11-10 | Sony Computer Entertainment Inc. | Methods and apparatus for address map optimization on a multi-scalar extension |
US7418582B1 (en) | 2004-05-13 | 2008-08-26 | Sun Microsystems, Inc. | Versatile register file design for a multi-threaded processor utilizing different modes and register windows |
US7478198B2 (en) | 2004-05-24 | 2009-01-13 | Intel Corporation | Multithreaded clustered microarchitecture with dynamic back-end assignment |
US7594234B1 (en) * | 2004-06-04 | 2009-09-22 | Sun Microsystems, Inc. | Adaptive spin-then-block mutual exclusion in multi-threaded processing |
US7284092B2 (en) | 2004-06-24 | 2007-10-16 | International Business Machines Corporation | Digital data processing apparatus having multi-level register file |
US20050289530A1 (en) | 2004-06-29 | 2005-12-29 | Robison Arch D | Scheduling of instructions in program compilation |
EP1628235A1 (en) | 2004-07-01 | 2006-02-22 | Texas Instruments Incorporated | Method and system of ensuring integrity of a secure mode entry sequence |
US8044951B1 (en) | 2004-07-02 | 2011-10-25 | Nvidia Corporation | Integer-based functionality in a graphics shading language |
US7339592B2 (en) | 2004-07-13 | 2008-03-04 | Nvidia Corporation | Simulating multiported memories using lower port count memories |
US7398347B1 (en) | 2004-07-14 | 2008-07-08 | Altera Corporation | Methods and apparatus for dynamic instruction controlled reconfigurable register file |
EP1619593A1 (en) | 2004-07-22 | 2006-01-25 | Sap Ag | Computer-Implemented method and system for performing a product availability check |
JP4064380B2 (ja) | 2004-07-29 | 2008-03-19 | 富士通株式会社 | 演算処理装置およびその制御方法 |
US8443171B2 (en) | 2004-07-30 | 2013-05-14 | Hewlett-Packard Development Company, L.P. | Run-time updating of prediction hint instructions |
US7213106B1 (en) | 2004-08-09 | 2007-05-01 | Sun Microsystems, Inc. | Conservative shadow cache support in a point-to-point connected multiprocessing node |
US7318143B2 (en) | 2004-10-20 | 2008-01-08 | Arm Limited | Reuseable configuration data |
US20090150890A1 (en) | 2007-12-10 | 2009-06-11 | Yourst Matt T | Strand-based computing hardware and dynamically optimizing strandware for a high performance microprocessor system |
US7707578B1 (en) * | 2004-12-16 | 2010-04-27 | Vmware, Inc. | Mechanism for scheduling execution of threads for fair resource allocation in a multi-threaded and/or multi-core processing system |
US7257695B2 (en) | 2004-12-28 | 2007-08-14 | Intel Corporation | Register file regions for a processing system |
US7996644B2 (en) | 2004-12-29 | 2011-08-09 | Intel Corporation | Fair sharing of a cache in a multi-core/multi-threaded processor by dynamically partitioning of the cache |
US8719819B2 (en) | 2005-06-30 | 2014-05-06 | Intel Corporation | Mechanism for instruction set based thread execution on a plurality of instruction sequencers |
US7050922B1 (en) | 2005-01-14 | 2006-05-23 | Agilent Technologies, Inc. | Method for optimizing test order, and machine-readable media storing sequences of instructions to perform same |
US7681014B2 (en) * | 2005-02-04 | 2010-03-16 | Mips Technologies, Inc. | Multithreading instruction scheduler employing thread group priorities |
US7657891B2 (en) | 2005-02-04 | 2010-02-02 | Mips Technologies, Inc. | Multithreading microprocessor with optimized thread scheduler for increasing pipeline utilization efficiency |
US20090031104A1 (en) | 2005-02-07 | 2009-01-29 | Martin Vorbach | Low Latency Massive Parallel Data Processing Device |
US7400548B2 (en) | 2005-02-09 | 2008-07-15 | International Business Machines Corporation | Method for providing multiple reads/writes using a 2read/2write register file array |
US7343476B2 (en) | 2005-02-10 | 2008-03-11 | International Business Machines Corporation | Intelligent SMT thread hang detect taking into account shared resource contention/blocking |
US7152155B2 (en) | 2005-02-18 | 2006-12-19 | Qualcomm Incorporated | System and method of correcting a branch misprediction |
US20060200655A1 (en) | 2005-03-04 | 2006-09-07 | Smith Rodney W | Forward looking branch target address caching |
US8195922B2 (en) * | 2005-03-18 | 2012-06-05 | Marvell World Trade, Ltd. | System for dynamically allocating processing time to multiple threads |
US20060212853A1 (en) * | 2005-03-18 | 2006-09-21 | Marvell World Trade Ltd. | Real-time control apparatus having a multi-thread processor |
GB2424727B (en) | 2005-03-30 | 2007-08-01 | Transitive Ltd | Preparing instruction groups for a processor having a multiple issue ports |
US8522253B1 (en) | 2005-03-31 | 2013-08-27 | Guillermo Rozas | Hardware support for virtual machine and operating system context switching in translation lookaside buffers and virtually tagged caches |
US20060230243A1 (en) | 2005-04-06 | 2006-10-12 | Robert Cochran | Cascaded snapshots |
US7313775B2 (en) | 2005-04-06 | 2007-12-25 | Lsi Corporation | Integrated circuit with relocatable processor hardmac |
US20060230409A1 (en) * | 2005-04-07 | 2006-10-12 | Matteo Frigo | Multithreaded processor architecture with implicit granularity adaptation |
US8230423B2 (en) * | 2005-04-07 | 2012-07-24 | International Business Machines Corporation | Multithreaded processor architecture with operational latency hiding |
US20060230253A1 (en) | 2005-04-11 | 2006-10-12 | Lucian Codrescu | Unified non-partitioned register files for a digital signal processor operating in an interleaved multi-threaded environment |
US20060236074A1 (en) | 2005-04-14 | 2006-10-19 | Arm Limited | Indicating storage locations within caches |
US7437543B2 (en) | 2005-04-19 | 2008-10-14 | International Business Machines Corporation | Reducing the fetch time of target instructions of a predicted taken branch instruction |
US7461237B2 (en) | 2005-04-20 | 2008-12-02 | Sun Microsystems, Inc. | Method and apparatus for suppressing duplicative prefetches for branch target cache lines |
US8713286B2 (en) | 2005-04-26 | 2014-04-29 | Qualcomm Incorporated | Register files for a digital signal processor operating in an interleaved multi-threaded environment |
GB2426084A (en) | 2005-05-13 | 2006-11-15 | Agilent Technologies Inc | Updating data in a dual port memory |
US7861055B2 (en) | 2005-06-07 | 2010-12-28 | Broadcom Corporation | Method and system for on-chip configurable data ram for fast memory and pseudo associative caches |
US8010969B2 (en) * | 2005-06-13 | 2011-08-30 | Intel Corporation | Mechanism for monitoring instruction set based thread execution on a plurality of instruction sequencers |
GB2444455A (en) | 2005-08-29 | 2008-06-04 | Searete Llc | Scheduling mechanism of a hierarchical processor including multiple parallel clusters |
CN101263465B (zh) | 2005-09-14 | 2011-11-09 | 皇家飞利浦电子股份有限公司 | 用于总线仲裁的方法和系统 |
US7350056B2 (en) | 2005-09-27 | 2008-03-25 | International Business Machines Corporation | Method and apparatus for issuing instructions from an issue queue in an information handling system |
US7546420B1 (en) | 2005-09-28 | 2009-06-09 | Sun Microsystems, Inc. | Efficient trace cache management during self-modifying code processing |
US7231106B2 (en) | 2005-09-30 | 2007-06-12 | Lucent Technologies Inc. | Apparatus for directing an optical signal from an input fiber to an output fiber within a high index host |
US7613131B2 (en) | 2005-11-10 | 2009-11-03 | Citrix Systems, Inc. | Overlay network infrastructure |
US7681019B1 (en) | 2005-11-18 | 2010-03-16 | Sun Microsystems, Inc. | Executing functions determined via a collection of operations from translated instructions |
US7861060B1 (en) | 2005-12-15 | 2010-12-28 | Nvidia Corporation | Parallel data processing systems and methods using cooperative thread arrays and thread identifier values to determine processing behavior |
US7634637B1 (en) | 2005-12-16 | 2009-12-15 | Nvidia Corporation | Execution of parallel groups of threads with per-instruction serialization |
US7770161B2 (en) | 2005-12-28 | 2010-08-03 | International Business Machines Corporation | Post-register allocation profile directed instruction scheduling |
US8423682B2 (en) | 2005-12-30 | 2013-04-16 | Intel Corporation | Address space emulation |
WO2007097019A1 (ja) | 2006-02-27 | 2007-08-30 | Fujitsu Limited | キャッシュ制御装置およびキャッシュ制御方法 |
US7543282B2 (en) | 2006-03-24 | 2009-06-02 | Sun Microsystems, Inc. | Method and apparatus for selectively executing different executable code versions which are optimized in different ways |
CN101449256B (zh) | 2006-04-12 | 2013-12-25 | 索夫特机械公司 | 对载明并行和依赖运算的指令矩阵进行处理的装置和方法 |
US7577820B1 (en) | 2006-04-14 | 2009-08-18 | Tilera Corporation | Managing data in a parallel processing environment |
US7610571B2 (en) | 2006-04-14 | 2009-10-27 | Cadence Design Systems, Inc. | Method and system for simulating state retention of an RTL design |
CN100485636C (zh) | 2006-04-24 | 2009-05-06 | 华为技术有限公司 | 一种基于模型驱动进行电信级业务开发的调试方法及装置 |
US7804076B2 (en) | 2006-05-10 | 2010-09-28 | Taiwan Semiconductor Manufacturing Co., Ltd | Insulator for high current ion implanters |
US8145882B1 (en) | 2006-05-25 | 2012-03-27 | Mips Technologies, Inc. | Apparatus and method for processing template based user defined instructions |
US20080126771A1 (en) | 2006-07-25 | 2008-05-29 | Lei Chen | Branch Target Extension for an Instruction Cache |
CN100495324C (zh) | 2006-07-27 | 2009-06-03 | 中国科学院计算技术研究所 | 复杂指令集体系结构中的深度优先异常处理方法 |
US8046775B2 (en) * | 2006-08-14 | 2011-10-25 | Marvell World Trade Ltd. | Event-based bandwidth allocation mode switching method and apparatus |
US7904704B2 (en) | 2006-08-14 | 2011-03-08 | Marvell World Trade Ltd. | Instruction dispatching method and apparatus |
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 |
US7594060B2 (en) | 2006-08-23 | 2009-09-22 | Sun Microsystems, Inc. | Data buffer allocation in a non-blocking data services platform using input/output switching fabric |
US7752474B2 (en) | 2006-09-22 | 2010-07-06 | Apple Inc. | L1 cache flush when processor is entering low power mode |
US7716460B2 (en) | 2006-09-29 | 2010-05-11 | Qualcomm Incorporated | Effective use of a BHT in processor having variable length instruction set execution modes |
US7774549B2 (en) | 2006-10-11 | 2010-08-10 | Mips Technologies, Inc. | Horizontally-shared cache victims in multiple core processors |
TWI337495B (en) | 2006-10-26 | 2011-02-11 | Au Optronics Corp | System and method for operation scheduling |
US7680988B1 (en) | 2006-10-30 | 2010-03-16 | Nvidia Corporation | Single interconnect providing read and write access to a memory shared by concurrent threads |
US7617384B1 (en) | 2006-11-06 | 2009-11-10 | Nvidia Corporation | Structured programming control flow using a disable mask in a SIMD architecture |
EP2523101B1 (en) * | 2006-11-14 | 2014-06-04 | Soft Machines, Inc. | Apparatus and method for processing complex instruction formats in a multi- threaded architecture supporting various context switch modes and virtualization schemes |
US7493475B2 (en) | 2006-11-15 | 2009-02-17 | Stmicroelectronics, Inc. | Instruction vector-mode processing in multi-lane processor by multiplex switch replicating instruction in one lane to select others along with updated operand address |
US7934179B2 (en) * | 2006-11-20 | 2011-04-26 | Et International, Inc. | Systems and methods for logic verification |
US20080235500A1 (en) | 2006-11-21 | 2008-09-25 | Davis Gordon T | Structure for instruction cache trace formation |
JP2008130056A (ja) | 2006-11-27 | 2008-06-05 | Renesas Technology Corp | 半導体回路 |
US7783869B2 (en) | 2006-12-19 | 2010-08-24 | Arm Limited | Accessing branch predictions ahead of instruction fetching |
WO2008077088A2 (en) | 2006-12-19 | 2008-06-26 | The Board Of Governors For Higher Education, State Of Rhode Island And Providence Plantations | System and method for branch misprediction prediction using complementary branch predictors |
EP1940028B1 (en) | 2006-12-29 | 2012-02-29 | STMicroelectronics Srl | Asynchronous interconnection system for 3D inter-chip communication |
US8321849B2 (en) | 2007-01-26 | 2012-11-27 | Nvidia Corporation | Virtual architecture and instruction set for parallel thread computing |
TW200833002A (en) * | 2007-01-31 | 2008-08-01 | Univ Nat Yunlin Sci & Tech | Distributed switching circuit having fairness |
US20080189501A1 (en) | 2007-02-05 | 2008-08-07 | Irish John D | Methods and Apparatus for Issuing Commands on a Bus |
US7685410B2 (en) | 2007-02-13 | 2010-03-23 | Global Foundries Inc. | Redirect recovery cache that receives branch misprediction redirects and caches instructions to be dispatched in response to the redirects |
US7647483B2 (en) | 2007-02-20 | 2010-01-12 | Sony Computer Entertainment Inc. | Multi-threaded parallel processor methods and apparatus |
JP4980751B2 (ja) | 2007-03-02 | 2012-07-18 | 富士通セミコンダクター株式会社 | データ処理装置、およびメモリのリードアクティブ制御方法。 |
US8452907B2 (en) | 2007-03-27 | 2013-05-28 | Arm Limited | Data processing apparatus and method for arbitrating access to a shared resource |
US20080250227A1 (en) | 2007-04-04 | 2008-10-09 | Linderman Michael D | General Purpose Multiprocessor Programming Apparatus And Method |
US7716183B2 (en) | 2007-04-11 | 2010-05-11 | Dot Hill Systems Corporation | Snapshot preserved data cloning |
US7941791B2 (en) | 2007-04-13 | 2011-05-10 | Perry Wang | Programming environment for heterogeneous processor resource integration |
US7769955B2 (en) | 2007-04-27 | 2010-08-03 | Arm Limited | Multiple thread instruction fetch from different cache levels |
US7711935B2 (en) | 2007-04-30 | 2010-05-04 | Netlogic Microsystems, Inc. | Universal branch identifier for invalidation of speculative instructions |
US8555039B2 (en) | 2007-05-03 | 2013-10-08 | Qualcomm Incorporated | System and method for using a local condition code register for accelerating conditional instruction execution in a pipeline processor |
US8219996B1 (en) * | 2007-05-09 | 2012-07-10 | Hewlett-Packard Development Company, L.P. | Computer processor with fairness monitor |
US20080320255A1 (en) * | 2007-06-25 | 2008-12-25 | Sonics, Inc. | Various methods and apparatus for configurable mapping of address regions onto one or more aggregate targets |
CN101344840B (zh) | 2007-07-10 | 2011-08-31 | 苏州简约纳电子有限公司 | 一种微处理器及在微处理器中执行指令的方法 |
US7937568B2 (en) | 2007-07-11 | 2011-05-03 | International Business Machines Corporation | Adaptive execution cycle control method for enhanced instruction throughput |
US20090025004A1 (en) | 2007-07-16 | 2009-01-22 | Microsoft Corporation | Scheduling by Growing and Shrinking Resource Allocation |
US8108545B2 (en) | 2007-08-27 | 2012-01-31 | International Business Machines Corporation | Packet coalescing in virtual channels of a data processing system in a multi-tiered full-graph interconnect architecture |
US7711929B2 (en) | 2007-08-30 | 2010-05-04 | International Business Machines Corporation | Method and system for tracking instruction dependency in an out-of-order processor |
US8725991B2 (en) | 2007-09-12 | 2014-05-13 | Qualcomm Incorporated | Register file system and method for pipelined processing |
US8082420B2 (en) | 2007-10-24 | 2011-12-20 | International Business Machines Corporation | Method and apparatus for executing instructions |
US7856530B1 (en) | 2007-10-31 | 2010-12-21 | Network Appliance, Inc. | System and method for implementing a dynamic cache for a data storage system |
US7877559B2 (en) | 2007-11-26 | 2011-01-25 | Globalfoundries Inc. | Mechanism to accelerate removal of store operations from a queue |
US7809925B2 (en) | 2007-12-07 | 2010-10-05 | International Business Machines Corporation | Processing unit incorporating vectorizable execution unit |
US8145844B2 (en) | 2007-12-13 | 2012-03-27 | Arm Limited | Memory controller with write data cache and read data cache |
US7831813B2 (en) | 2007-12-17 | 2010-11-09 | Globalfoundries Inc. | Uses of known good code for implementing processor architectural modifications |
US7870371B2 (en) | 2007-12-17 | 2011-01-11 | Microsoft Corporation | Target-frequency based indirect jump prediction for high-performance processors |
US20090165007A1 (en) * | 2007-12-19 | 2009-06-25 | Microsoft Corporation | Task-level thread scheduling and resource allocation |
US8782384B2 (en) | 2007-12-20 | 2014-07-15 | Advanced Micro Devices, Inc. | Branch history with polymorphic indirect branch information |
US7917699B2 (en) | 2007-12-21 | 2011-03-29 | Mips Technologies, Inc. | Apparatus and method for controlling the exclusivity mode of a level-two cache |
US9244855B2 (en) | 2007-12-31 | 2016-01-26 | Intel Corporation | Method, system, and apparatus for page sizing extension |
US8645965B2 (en) | 2007-12-31 | 2014-02-04 | Intel Corporation | Supporting metered clients with manycore through time-limited partitioning |
US7877582B2 (en) | 2008-01-31 | 2011-01-25 | International Business Machines Corporation | Multi-addressable register file |
WO2009101563A1 (en) | 2008-02-11 | 2009-08-20 | Nxp B.V. | Multiprocessing implementing a plurality of virtual processors |
US7949972B2 (en) | 2008-03-19 | 2011-05-24 | International Business Machines Corporation | Method, system and computer program product for exploiting orthogonal control vectors in timing driven synthesis |
US7987343B2 (en) | 2008-03-19 | 2011-07-26 | International Business Machines Corporation | Processor and method for synchronous load multiple fetching sequence and pipeline stage result tracking to facilitate early address generation interlock bypass |
US9513905B2 (en) | 2008-03-28 | 2016-12-06 | Intel Corporation | Vector instructions to enable efficient synchronization and parallel reduction operations |
US8120608B2 (en) | 2008-04-04 | 2012-02-21 | Via Technologies, Inc. | Constant buffering for a computational core of a programmable graphics processing unit |
TWI364703B (en) | 2008-05-26 | 2012-05-21 | Faraday Tech Corp | Processor and early execution method of data load thereof |
US8145880B1 (en) | 2008-07-07 | 2012-03-27 | Ovics | Matrix processor data switch routing systems and methods |
WO2010004474A2 (en) | 2008-07-10 | 2010-01-14 | Rocketic Technologies Ltd | Efficient parallel computation of dependency problems |
JP2010039536A (ja) | 2008-07-31 | 2010-02-18 | Panasonic Corp | プログラム変換装置、プログラム変換方法およびプログラム変換プログラム |
US8316435B1 (en) | 2008-08-14 | 2012-11-20 | Juniper Networks, Inc. | Routing device having integrated MPLS-aware firewall with virtual security system support |
US8135942B2 (en) | 2008-08-28 | 2012-03-13 | International Business Machines Corpration | System and method for double-issue instructions using a dependency matrix and a side issue queue |
US7769984B2 (en) | 2008-09-11 | 2010-08-03 | International Business Machines Corporation | Dual-issuance of microprocessor instructions using dual dependency matrices |
US8225048B2 (en) | 2008-10-01 | 2012-07-17 | Hewlett-Packard Development Company, L.P. | Systems and methods for resource access |
US9244732B2 (en) * | 2009-08-28 | 2016-01-26 | Vmware, Inc. | Compensating threads for microarchitectural resource contentions by prioritizing scheduling and execution |
US7941616B2 (en) * | 2008-10-21 | 2011-05-10 | Microsoft Corporation | System to reduce interference in concurrent programs |
US8423749B2 (en) | 2008-10-22 | 2013-04-16 | International Business Machines Corporation | Sequential processing in network on chip nodes by threads generating message containing payload and pointer for nanokernel to access algorithm to be executed on payload in another node |
GB2464703A (en) | 2008-10-22 | 2010-04-28 | Advanced Risc Mach Ltd | An array of interconnected processors executing a cycle-based program |
BRPI0921720A2 (pt) | 2008-10-30 | 2016-01-05 | Nokia Corp | método e aparelho para entralaçamento de bloco de dados |
US8032678B2 (en) | 2008-11-05 | 2011-10-04 | Mediatek Inc. | Shared resource arbitration |
US7848129B1 (en) | 2008-11-20 | 2010-12-07 | Netlogic Microsystems, Inc. | Dynamically partitioned CAM array |
US8868838B1 (en) | 2008-11-21 | 2014-10-21 | Nvidia Corporation | Multi-class data cache policies |
US8171223B2 (en) | 2008-12-03 | 2012-05-01 | Intel Corporation | Method and system to increase concurrency and control replication in a multi-core cache hierarchy |
US8200949B1 (en) | 2008-12-09 | 2012-06-12 | Nvidia Corporation | Policy based allocation of register file cache to threads in multi-threaded processor |
US8312268B2 (en) * | 2008-12-12 | 2012-11-13 | International Business Machines Corporation | Virtual machine |
US8099586B2 (en) | 2008-12-30 | 2012-01-17 | Oracle America, Inc. | Branch misprediction recovery mechanism for microprocessors |
US20100169578A1 (en) | 2008-12-31 | 2010-07-01 | Texas Instruments Incorporated | Cache tag memory |
US20100205603A1 (en) | 2009-02-09 | 2010-08-12 | Unisys Corporation | Scheduling and dispatching tasks in an emulated operating system |
JP5417879B2 (ja) | 2009-02-17 | 2014-02-19 | 富士通セミコンダクター株式会社 | キャッシュ装置 |
US8505013B2 (en) * | 2010-03-12 | 2013-08-06 | Lsi Corporation | Reducing data read latency in a network communications processor architecture |
US8805788B2 (en) | 2009-05-04 | 2014-08-12 | Moka5, Inc. | Transactional virtual disk with differential snapshots |
US8533437B2 (en) | 2009-06-01 | 2013-09-10 | Via Technologies, Inc. | Guaranteed prefetch instruction |
GB2471067B (en) * | 2009-06-12 | 2011-11-30 | Graeme Roy Smith | Shared resource multi-thread array processor |
US9122487B2 (en) | 2009-06-23 | 2015-09-01 | Oracle America, Inc. | System and method for balancing instruction loads between multiple execution units using assignment history |
CN101582025B (zh) | 2009-06-25 | 2011-05-25 | 浙江大学 | 片上多处理器体系架构下全局寄存器重命名表的实现方法 |
US8397049B2 (en) | 2009-07-13 | 2013-03-12 | Apple Inc. | TLB prefetching |
US8539486B2 (en) * | 2009-07-17 | 2013-09-17 | International Business Machines Corporation | Transactional block conflict resolution based on the determination of executing threads in parallel or in serial mode |
JP5423217B2 (ja) | 2009-08-04 | 2014-02-19 | 富士通株式会社 | 演算処理装置、情報処理装置、および演算処理装置の制御方法 |
US8127078B2 (en) | 2009-10-02 | 2012-02-28 | International Business Machines Corporation | High performance unaligned cache access |
US20110082983A1 (en) | 2009-10-06 | 2011-04-07 | Alcatel-Lucent Canada, Inc. | Cpu instruction and data cache corruption prevention system |
US8695002B2 (en) * | 2009-10-20 | 2014-04-08 | Lantiq Deutschland Gmbh | Multi-threaded processors and multi-processor systems comprising shared resources |
US8364933B2 (en) | 2009-12-18 | 2013-01-29 | International Business Machines Corporation | Software assisted translation lookaside buffer search mechanism |
JP2011150397A (ja) | 2010-01-19 | 2011-08-04 | Panasonic Corp | バス調停装置 |
KR101699910B1 (ko) | 2010-03-04 | 2017-01-26 | 삼성전자주식회사 | 재구성 가능 프로세서 및 그 제어 방법 |
US20120005462A1 (en) | 2010-07-01 | 2012-01-05 | International Business Machines Corporation | Hardware Assist for Optimizing Code During Processing |
US8312258B2 (en) | 2010-07-22 | 2012-11-13 | Intel Corporation | Providing platform independent memory logic |
US8751745B2 (en) | 2010-08-11 | 2014-06-10 | Advanced Micro Devices, Inc. | Method for concurrent flush of L1 and L2 caches |
CN101916180B (zh) | 2010-08-11 | 2013-05-29 | 中国科学院计算技术研究所 | Risc处理器中执行寄存器类型指令的方法和其系统 |
US9201801B2 (en) | 2010-09-15 | 2015-12-01 | International Business Machines Corporation | Computing device with asynchronous auxiliary execution unit |
US8756329B2 (en) | 2010-09-15 | 2014-06-17 | Oracle International Corporation | System and method for parallel multiplexing between servers in a cluster |
US10228949B2 (en) | 2010-09-17 | 2019-03-12 | Intel Corporation | Single cycle multi-branch prediction including shadow cache for early far branch prediction |
US20120079212A1 (en) | 2010-09-23 | 2012-03-29 | International Business Machines Corporation | Architecture for sharing caches among multiple processes |
CN103282874B (zh) | 2010-10-12 | 2017-03-29 | 索夫特机械公司 | 用于增强分支预测效率的指令序列缓冲器 |
EP3306466B1 (en) | 2010-10-12 | 2020-05-13 | INTEL Corporation | An instruction sequence buffer to store branches having reliably predictable instruction sequences |
US8370553B2 (en) | 2010-10-18 | 2013-02-05 | International Business Machines Corporation | Formal verification of random priority-based arbiters using property strengthening and underapproximations |
US9047178B2 (en) | 2010-12-13 | 2015-06-02 | SanDisk Technologies, Inc. | Auto-commit memory synchronization |
US8677355B2 (en) | 2010-12-17 | 2014-03-18 | Microsoft Corporation | Virtual machine branching and parallel execution |
WO2012103245A2 (en) | 2011-01-27 | 2012-08-02 | Soft Machines Inc. | Guest instruction block with near branching and far branching sequence construction to native instruction block |
WO2012135031A2 (en) | 2011-03-25 | 2012-10-04 | Soft Machines, Inc. | Executing instruction sequence code blocks by using virtual cores instantiated by partitionable engines |
WO2012135041A2 (en) | 2011-03-25 | 2012-10-04 | Soft Machines, Inc. | Register file segments for supporting code block execution by using virtual cores instantiated by partitionable engines |
TWI520070B (zh) | 2011-03-25 | 2016-02-01 | 軟體機器公司 | 使用可分割引擎實體化的虛擬核心以支援程式碼區塊執行的記憶體片段 |
US20120254592A1 (en) | 2011-04-01 | 2012-10-04 | Jesus Corbal San Adrian | Systems, apparatuses, and methods for expanding a memory source into a destination register and compressing a source register into a destination memory location |
US9740494B2 (en) * | 2011-04-29 | 2017-08-22 | Arizona Board Of Regents For And On Behalf Of Arizona State University | Low complexity out-of-order issue logic using static circuits |
US8843690B2 (en) | 2011-07-11 | 2014-09-23 | Avago Technologies General Ip (Singapore) Pte. Ltd. | Memory conflicts learning capability |
US8930432B2 (en) | 2011-08-04 | 2015-01-06 | International Business Machines Corporation | Floating point execution unit with fixed point functionality |
US20130046934A1 (en) | 2011-08-15 | 2013-02-21 | Robert Nychka | System caching using heterogenous memories |
US8839025B2 (en) | 2011-09-30 | 2014-09-16 | Oracle International Corporation | Systems and methods for retiring and unretiring cache lines |
KR101703401B1 (ko) | 2011-11-22 | 2017-02-06 | 소프트 머신즈, 인크. | 다중 엔진 마이크로프로세서용 가속 코드 최적화기 |
WO2013077872A1 (en) | 2011-11-22 | 2013-05-30 | Soft Machines, Inc. | A microprocessor accelerated code optimizer and dependency reordering method |
WO2013077876A1 (en) | 2011-11-22 | 2013-05-30 | Soft Machines, Inc. | A microprocessor accelerated code optimizer |
US8930674B2 (en) | 2012-03-07 | 2015-01-06 | Soft Machines, Inc. | Systems and methods for accessing a unified translation lookaside buffer |
KR20130119285A (ko) | 2012-04-23 | 2013-10-31 | 한국전자통신연구원 | 클러스터 컴퓨팅 환경에서의 자원 할당 장치 및 그 방법 |
US9684601B2 (en) | 2012-05-10 | 2017-06-20 | Arm Limited | Data processing apparatus having cache and translation lookaside buffer |
US9940247B2 (en) | 2012-06-26 | 2018-04-10 | Advanced Micro Devices, Inc. | Concurrent access to cache dirty bits |
US9229873B2 (en) | 2012-07-30 | 2016-01-05 | Soft Machines, Inc. | Systems and methods for supporting a plurality of load and store accesses of a cache |
US9916253B2 (en) | 2012-07-30 | 2018-03-13 | Intel Corporation | Method and apparatus for supporting a plurality of load accesses of a cache in a single cycle to maintain throughput |
US9430410B2 (en) | 2012-07-30 | 2016-08-30 | Soft Machines, Inc. | Systems and methods for supporting a plurality of load accesses of a cache in a single cycle |
US9710399B2 (en) | 2012-07-30 | 2017-07-18 | Intel Corporation | Systems and methods for flushing a cache with modified data |
US9740612B2 (en) | 2012-07-30 | 2017-08-22 | Intel Corporation | Systems and methods for maintaining the coherency of a store coalescing cache and a load cache |
US9678882B2 (en) | 2012-10-11 | 2017-06-13 | Intel Corporation | Systems and methods for non-blocking implementation of cache flush instructions |
US10037228B2 (en) * | 2012-10-25 | 2018-07-31 | Nvidia Corporation | Efficient memory virtualization in multi-threaded processing units |
US9195506B2 (en) * | 2012-12-21 | 2015-11-24 | International Business Machines Corporation | Processor provisioning by a middleware processing system for a plurality of logical processor partitions |
US9904625B2 (en) | 2013-03-15 | 2018-02-27 | Intel Corporation | Methods, systems and apparatus for predicting the way of a set associative cache |
CN105190541A (zh) | 2013-03-15 | 2015-12-23 | 索夫特机械公司 | 利用具有寄存器视图、源视图、指令视图以及多个注册模板的微处理器体系架构执行指令块的方法 |
EP2972836B1 (en) | 2013-03-15 | 2022-11-09 | Intel Corporation | A method for emulating a guest centralized flag architecture by using a native distributed flag architecture |
US9811342B2 (en) | 2013-03-15 | 2017-11-07 | Intel Corporation | Method for performing dual dispatch of blocks and half blocks |
US9891924B2 (en) | 2013-03-15 | 2018-02-13 | Intel Corporation | Method for implementing a reduced size register view data structure in a microprocessor |
US9632825B2 (en) | 2013-03-15 | 2017-04-25 | Intel Corporation | Method and apparatus for efficient scheduling for asymmetrical execution units |
US9569216B2 (en) | 2013-03-15 | 2017-02-14 | Soft Machines, Inc. | Method for populating a source view data structure by using register template snapshots |
WO2014150971A1 (en) | 2013-03-15 | 2014-09-25 | Soft Machines, Inc. | A method for dependency broadcasting through a block organized source view data structure |
WO2014150806A1 (en) | 2013-03-15 | 2014-09-25 | Soft Machines, Inc. | A method for populating register view data structure by using register template snapshots |
WO2014150991A1 (en) | 2013-03-15 | 2014-09-25 | Soft Machines, Inc. | A method for implementing a reduced size register view data structure in a microprocessor |
US10275255B2 (en) | 2013-03-15 | 2019-04-30 | Intel Corporation | Method for dependency broadcasting through a source organized source view data structure |
US9886279B2 (en) | 2013-03-15 | 2018-02-06 | Intel Corporation | Method for populating and instruction view data structure by using register template snapshots |
WO2014151018A1 (en) | 2013-03-15 | 2014-09-25 | Soft Machines, Inc. | A method for executing multithreaded instructions grouped onto blocks |
-
2014
- 2014-03-12 WO PCT/US2014/024775 patent/WO2014151018A1/en active Application Filing
- 2014-03-12 KR KR1020177003623A patent/KR102063656B1/ko active IP Right Grant
- 2014-03-12 EP EP14769450.9A patent/EP2972845B1/en active Active
- 2014-03-12 CN CN201480024528.0A patent/CN105210040B/zh active Active
- 2014-03-12 KR KR1020157028745A patent/KR101708591B1/ko active Application Filing
- 2014-03-14 TW TW103109479A patent/TWI619077B/zh active
- 2014-03-14 US US14/214,280 patent/US9811377B2/en active Active
-
2017
- 2017-09-21 US US15/712,017 patent/US10146576B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040078538A1 (en) | 2002-10-22 | 2004-04-22 | Bala Dutt | System and method for goal-based scheduling of blocks of code for concurrent execution |
US20070198665A1 (en) | 2006-02-20 | 2007-08-23 | Luca De Matteis | Method of configuring devices in a telecommunications network |
US20090138670A1 (en) | 2007-11-27 | 2009-05-28 | Microsoft Corporation | software-configurable and stall-time fair memory access scheduling mechanism for shared memory systems |
US20100299671A1 (en) * | 2009-05-19 | 2010-11-25 | Microsoft Corporation | Virtualized thread scheduling for hardware thread optimization |
Also Published As
Publication number | Publication date |
---|---|
TW201504948A (zh) | 2015-02-01 |
EP2972845A1 (en) | 2016-01-20 |
TWI619077B (zh) | 2018-03-21 |
WO2014151018A1 (en) | 2014-09-25 |
KR20150128968A (ko) | 2015-11-18 |
KR20170018475A (ko) | 2017-02-17 |
EP2972845B1 (en) | 2021-07-07 |
CN105210040A (zh) | 2015-12-30 |
US20180011738A1 (en) | 2018-01-11 |
CN105210040B (zh) | 2019-04-02 |
US9811377B2 (en) | 2017-11-07 |
US10146576B2 (en) | 2018-12-04 |
KR101708591B1 (ko) | 2017-02-20 |
EP2972845A4 (en) | 2017-03-22 |
US20140282592A1 (en) | 2014-09-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11656875B2 (en) | Method and system for instruction block to execution unit grouping | |
KR102063656B1 (ko) | 블록들로 그룹화된 멀티스레드 명령어들을 실행하기 위한 방법 | |
US10503514B2 (en) | Method for implementing a reduced size register view data structure in a microprocessor | |
US10255076B2 (en) | Method for performing dual dispatch of blocks and half blocks | |
US10146548B2 (en) | Method for populating a source view data structure by using register template snapshots | |
US10275255B2 (en) | Method for dependency broadcasting through a source organized source view data structure | |
KR101800948B1 (ko) | 레지스터 뷰, 소스 뷰, 명령어 뷰, 및 복수의 레지스터 템플릿을 가진 마이크로프로세서 아키텍처를 이용하여 명령어들의 블록들을 실행하는 방법 | |
US9891924B2 (en) | Method for implementing a reduced size register view data structure in a microprocessor | |
US9934042B2 (en) | Method for dependency broadcasting through a block organized source view data structure | |
US9575762B2 (en) | Method for populating register view data structure by using register template snapshots | |
US9886279B2 (en) | Method for populating and instruction view data structure by using register template snapshots |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A107 | Divisional application of patent | ||
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant |