KR19990065166A - 5-processor pipelined microprocessor - Google Patents

5-processor pipelined microprocessor Download PDF

Info

Publication number
KR19990065166A
KR19990065166A KR1019980000315A KR19980000315A KR19990065166A KR 19990065166 A KR19990065166 A KR 19990065166A KR 1019980000315 A KR1019980000315 A KR 1019980000315A KR 19980000315 A KR19980000315 A KR 19980000315A KR 19990065166 A KR19990065166 A KR 19990065166A
Authority
KR
South Korea
Prior art keywords
instruction
instruction register
multiplexer
register
pipeline
Prior art date
Application number
KR1019980000315A
Other languages
Korean (ko)
Inventor
안종근
Original Assignee
윤종용
삼성전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 윤종용, 삼성전자 주식회사 filed Critical 윤종용
Priority to KR1019980000315A priority Critical patent/KR19990065166A/en
Publication of KR19990065166A publication Critical patent/KR19990065166A/en

Links

Abstract

본 발명의 파이프라인 방식을 이용한 마이크로 프로세서는, 메모리로부터 프리패치된 인스트럭션을 디코드하기 위한 제 1 의 인스트럭션 레지스터와, 제 1 의 인스트럭션 레지스터의 출력과 소정의 내부 코드가 입력되어 선택적으로 출력하는 멀티플렉서와 멀티플렉서로부터 출력되는 인스트럭션을 입력하고 이 인스트럭션을 디코드하고 명령어 실행 단계에 이용하기 위한 제 2 의 인스트럭션 레지스터와, 제 2 의 인스트럭션 레지스터로부터 출력되는 인스트럭션을 저장하고 메모리 억세스 동작을 위하여 사용되는 제 3 의 인스트럭션 레지스터와, 제 3 의 인스트럭션 레지스터로부터 출력되는 인스트럭션을 입력하고, 이 인스트럭션을 디코드하여 라이트 백 동작에 사용하기 위한 제 4 의 인스트럭션 레지스터와 파이프라인 스톨 발생시 상기 제 1 및 제 2 의 인스트럭션 레지스터의 인스트럭션 코드를 디코딩하여 멀티사이클 처리를 위한 상기 내부 코드의 발생 및 상기 멀티플렉서의 제어를 수행하는 제어 회로를 포함한다.The microprocessor using the pipeline method of the present invention includes a first instruction register for decoding a prefetched instruction from a memory, a multiplexer for outputting a first instruction register and a predetermined internal code and selectively outputting the first instruction register; A second instruction register used to input instructions output from the multiplexer, decode the instructions, and use them in the instruction execution phase, and instructions output from the second instruction register, and a third instruction used for memory access operations. Registers and instructions output from a third instruction register, and the first instruction register and the fourth instruction register and pipeline stall for generating a fourth instruction register for decoding and using the writeback operation. And control circuitry for decoding the instruction code of the instruction register of 2 to generate the internal code for multicycle processing and to control the multiplexer.

Description

5단 파이프라인 방식을 이용한 마이크로 프로세서(MICRO PROCESSOR USING 5 STAGE PIPELINE)MICRO PROCESSOR USING 5 STAGE PIPELINE

본 발명은 마이크로 프로세서에 관한 것으로서, 더 구체적으로는 5단 파이프라인을 이용한 마이크로 프로세서에 관한 것이다.The present invention relates to a microprocessor, and more particularly to a microprocessor using a five-stage pipeline.

기존의 32bit 4단 파이프라인(pipeline)을 사용한 SPARC(Scalable Processor Architecture) RISC (Reduced Instruction Set Computer)의 경우 따로 메모리 억세스를 위한 단계(stage)가 없기 때문에 보통 페치(Fetch), 디코드(decode), 실행(Execute), 라이트 백(Writeback)의 단계를 이용하여 파이프라인을 구성한다.Existing Scalable Processor Architecture (SPARC) Reduced Instruction Set Computers (RISCs) using the existing 32-bit four-stage pipeline have no stages for memory access, so there is usually no fetch, decode, The pipeline is built using the steps of Execute and Writeback.

보통 캐시에서 파이프라인의 실행 단계에서 주소 출력후 독출(read)시는 그 다음 파이프라인 단계에서 데이터가 입력되고, 기입(write)시는 캐시의 태그 체크후 기입(write) 동작을 수행하므로 보통 2단계 후에 데이터를 기입(write) 하므로, 캐시(cache)를 억세스(access) 할 때 당연히 독출(read)시 1 싸이클(cycle), 기입(write)시 보통 2 싸이클(cycle)의 파이프라인 스톨(stall)이 생긴다.Normally, the data is input in the next pipeline stage when the address is read after the address is output in the execution stage of the pipeline in the cache, and the write is performed after the tag check of the cache is performed. Since the data is written after the step, a pipeline stall of one cycle at the time of read and usually two cycles at the time of write is required when accessing the cache. )

이러한 이유로, 세퍼레이트(seperate) 캐시를 사용하지 않고, 유니파이드(unifide) 캐시를 사용하며, 데이터 독출/기입(read/write)시 생기는 버스(bus)의 독점으로 인하여 명령어(instruction)의 페치(fetch)가 불가능하므로 그전에 미리 페치(fetch)하게 했던 명령어는 파이프라인의 인스트럭션 레지스터로 들어가지 못하게 하는 대신 프리페치 버퍼(prefetch buffer)로 입력시켜 데이터 독출/기입(read/write)시 페치를 못하게 되는 상황을 보완하게 한다.For this reason, we do not use separate caches, use unified caches, and fetch instructions because of the monopoly of the bus that occurs when reading or writing data. In this case, instructions that were previously fetched beforehand cannot be entered into the instruction register of the pipeline, but instead of being fetched during data read / write by entering the prefetch buffer. To complement them.

도 1을 참조하면, 4단계 파이프라인 마이크로 프로세서는 제 1 프리페치 버퍼(10), 제 1 멀티플렉서(20), 제 2 프리페치 버퍼(30), 제 2 멀티플렉서(40), 제 1 인스트럭션 레지스터(50),제 2 인스트럭션 레지스터(60),제 3 인스트럭션 레지스터(70) 그리고, 제어 회로(80)로 구성되어 있다.Referring to FIG. 1, a four-stage pipeline microprocessor includes a first prefetch buffer 10, a first multiplexer 20, a second prefetch buffer 30, a second multiplexer 40, and a first instruction register ( 50), the second instruction register 60, the third instruction register 70, and the control circuit 80. As shown in FIG.

상기 프리페치 버퍼(10,30)들과 멀티 플렉서(20,40) 그리고, 인스트럭션 레지스터들(50,60,70)은 클럭 신호에 동기 되어 동작한다.The prefetch buffers 10, 30, the multiplexers 20, 40, and the instruction registers 50, 60, 70 operate in synchronization with a clock signal.

디코드(decode) 단계의 상기 제 1 인스트럭션 레지스터(50)는 상기 제 2 멀티플렉서(40)로부터 페치된 인스트럭션을 디코드(decode)하여 명령어를 구분하는데 사용되며, 해당 단계의 제어 신호 생성에 사용되고, 실행(Execute) 단계의 상기 제 2 인스트럭션 레지스터(60)는 상기 제 1 인스트럭션 레지스터(50)로부터 페치된 인스트럭션을 입력받아 실행 단계에 동작할 회로들을 제거하는 신호를 생성하는데 사용된다. 라이트 백(Writeback) 단계의 상기 제 3 인스트럭션 레지스터(70)는 라이트 백 수행 회로를 제어하는 신호를 생성하는데 사용된다.The first instruction register 50 of the decode stage is used to decode the instructions fetched from the second multiplexer 40 to separate the instructions, and is used to generate the control signal of the stage, and executes ( The second instruction register 60 in the Execute step is used to generate a signal that receives the instruction fetched from the first instruction register 50 and removes circuits to be operated in the execute step. The third instruction register 70 in the writeback stage is used to generate a signal for controlling the writeback performing circuit.

상기 제 1 프리페치 버퍼(10)와 제 2 프리페치 버퍼(20)는 명령어가 상기 제 1 인스트럭션 레지스터(50)로 데이터 기입/독출시 페치를 못하게 되는 상황을 보완하는 역할을 하며, 상기 제 1 멀티플렉서(20)와 상기 제 2 멀티플렉서(40)는 명령어를 제어하는데 필수적으로 사용된다.The first prefetch buffer 10 and the second prefetch buffer 20 serve to compensate for a situation in which an instruction cannot be fetched when data is written / read into the first instruction register 50. The multiplexer 20 and the second multiplexer 40 are essentially used to control the instructions.

이 경우 페치(fetch)를 위한 버스(bus)는 프리페치 버퍼 2개와 제 1 인스트럭션 레지스터(50) 모두로 연결되어야 하며, 또한 제 1 프리페치 버퍼(10), 제 2 프리페치 버퍼(30)와 제 1 인스트럭션 레지스터(50) 사이에 멀티플렉서들(20,40)을 이용한 인스트럭션의 제어도 필수적으로 들어가게 된다. 그러므로 버스가 복잡해지고, 제어회로(80)도 복잡하게 되는 문제가 생긴다.In this case, a bus for fetch should be connected to both the two prefetch buffers and the first instruction register 50, and also to the first prefetch buffer 10 and the second prefetch buffer 30. The control of the instruction using the multiplexers 20 and 40 is also essentially entered between the first instruction register 50. Therefore, the bus becomes complicated, and the control circuit 80 also becomes complicated.

따라서, 본 발명의 목적은 명령어 페치가 단순하면서도 효과적인 구조를 이용하여 크기가 작고, 임베드 컨트롤러에 적합한 마이크로 프로세서를 제공하는 것이다.Accordingly, it is an object of the present invention to provide a microprocessor that is small in size and suitable for an embedded controller using an instruction fetch simple but effective structure.

도 1은 종래의 기술에 따른 4단계 파이프라인의 구성을 보여주는 회로도;1 is a circuit diagram showing the configuration of a four stage pipeline according to the prior art;

도 2는 본 발명의 실시예에 따른 마이크로 프로세서에서 5단계 파이프라인의 구성을 보여주는 회로도;2 is a circuit diagram showing the configuration of a five-stage pipeline in a microprocessor according to an embodiment of the present invention;

*도면의 주요 부분에 대한 부호 설명* Explanation of symbols on the main parts of the drawings

10 : 제 1 프리페치 버퍼 20 : 제 1 멀티플렉서10: first prefetch buffer 20: first multiplexer

30 : 제 2 프리페치 버퍼 40 : 제 2 멀티플렉서30: second prefetch buffer 40: second multiplexer

50 : 제 1 인스트럭션 레지스터 60 : 제 2 인스트럭션 레지스터50: first instruction register 60: second instruction register

70 : 제 3 인스트럭션 레지스터 50 : 제어 회로70: third instruction register 50: control circuit

110 : 제 1 인스트럭션 레지스터 120 : 멀티플렉서110: first instruction register 120: multiplexer

130 : 제 2 인스트럭션 레지스터 140 : 제 3 인스트럭션 레지스터130: second instruction register 140: third instruction register

150 : 제 4 인스트럭션 레지스터 160 : 제어 회로150: fourth instruction register 160: control circuit

(구성)(Configuration)

상술한 바와 같은 목적을 달성하기 위한 일 특징에 의하면, 파이프라인 방식을 이용한 마이크로 프로세서에 있어서, 메모리로부터 프리패치된 인스트럭션을 디코드하기 위한 제 1 의 인스트럭션 레지스터와; 상기 제 1 의 인스트럭션 레지스터의 출력과 소정의 내부 코드가 입력되어 선택적으로 출력하는 멀티플렉서와; 상기 멀티플렉서로부터 출력되는 인스트럭션을 입력하고 이 인스트럭션을 실행하기 위한 제 2 의 인스트럭션 레지스터와; 상기 제 2 의 인스트럭션 레지스터로부터 출력되는 인스트럭션을 저장하는 제 3 의 인스트럭션 레지스터와; 상기 제 3 의 인스트럭션 레지스터로부터 출력되는 인스트럭션을 입력하고, 이 인스트럭션을 이용하여 라이트 백하기 위한 제 3 의 인스트럭션 레지스터; 및 파이프라인 스톨(pipline stall) 발생시 상기 제 1 및 제 2 의 인스트럭션 레지스터의 인스트럭션 코드를 디코딩하여 멀티사이클 처리를 위한 상기 내부 코드의 발생 및 상기 멀티플렉서의 제어를 수행하는 제어 수단을 포함한다.According to one aspect of the present invention, there is provided a microprocessor using a pipeline method, comprising: a first instruction register for decoding a prefetched instruction from a memory; A multiplexer for selectively outputting the output of the first instruction register and a predetermined internal code; A second instruction register for inputting an instruction output from the multiplexer and for executing the instruction; A third instruction register for storing instructions output from said second instruction register; A third instruction register for inputting an instruction output from the third instruction register and writing back the instruction using the instruction; And control means for decoding the instruction codes of the first and second instruction registers to generate the internal code for multicycle processing and to control the multiplexer when a pipeline stall occurs.

이 실시예에 있어서, 메모리 수단은 세퍼레이트 캐시로 동작되는 것을 특징으로 하는 5단 파이프라인 방식을 이용한다.In this embodiment, the memory means utilizes a five stage pipeline scheme, characterized in that it is operated with a separate cache.

(작용)(Action)

이와 같은 장치에 의하면, 파이프라인을 5단계로 늘림으로써 프리페치 버퍼 2개와 멀티플렉서와 같은 불필요한 회로를 제거하여 회로를 간단히 할 수 있다.With such a device, the pipeline can be simplified in five stages by eliminating unnecessary circuits such as two prefetch buffers and a multiplexer.

(실시예)(Example)

이하 본 발명의 바람직한 실시예에 따른 참조 도면 도 2에 의거하여 설명하면 다음과 같다.Hereinafter, a description will be given with reference to FIG. 2 according to a preferred embodiment of the present invention.

도 2를 참조하면, 세퍼레이트 캐시로 가정한 5단 파이프라인 방식을 이용한 마이크로 프로세서는, 제 1 인스트럭션 레지스터(110), 멀티플렉서(120), 제 2 인스트럭션 레지스터(130), 제 3 인스트럭션 레지스터(140)와 제 4 인스트럭션 레지스터(150) 그리고, 제어 회로(160)로 구성되어 있다.Referring to FIG. 2, the microprocessor using the five-stage pipeline method assumed as a separate cache includes a first instruction register 110, a multiplexer 120, a second instruction register 130, and a third instruction register 140. And the fourth instruction register 150 and the control circuit 160.

상기 인스트럭션 레지스터들(110,130,140,150)과 멀티 플렉서(120)는 클럭 신호에 동기 되어 동작한다.The instruction registers 110, 130, 140, and 150 and the multiplexer 120 operate in synchronization with a clock signal.

디코드(decode) 단계의 상기 제 1 인스트럭션 레지스터(110)는 메모리로부터 페치된 인스트럭션을 디코드(decode)하는 장치이며, 상기 멀티플렉서(120)는 상기 제 1 인스트럭션 레지스터(110)의 출력과, 상기 제어 회로(160)로부터 입력된 소정의 내부 코드 중 하나를 선택적으로 출력한다.The first instruction register 110 in a decode step is a device for decoding an instruction fetched from a memory, and the multiplexer 120 outputs the first instruction register 110 and the control circuit. One of predetermined internal codes input from 160 is selectively outputted.

실행(execute) 단계의 상기 제 2 인스트럭션 레지스터(130)는 상기 멀티플렉서로부터 출력되는 인스트럭션을 저장하여 명령어 수행 단계에서 필요한 제어 신호를 생성하는데 이용되며, 메모리(memory) 단계의 상기 제 3 인스트럭션 레지스터(140)는 상기 제 2 인스트럭션 레지스터(130)로부터 출력되는 인스트럭션을 저장하여 명령어가 메모리 억세스가 필요할 때 이용된다.The second instruction register 130 of the execute stage is used to generate the control signal required in the instruction execution stage by storing the instruction output from the multiplexer, and the third instruction register 140 of the memory stage. ) Stores instructions output from the second instruction register 130 and is used when the instruction requires memory access.

라이트 백(writeback) 단계의 상기 제 4 인스트럭션 레지스터(150)는 상기 제 3 인스트럭션 레지스터(140)로부터 출력되는 인스트럭션을 저장하고 라이트 백동작이 필요할 때 해당 제어 신호를 생성하는데 이용된다.The fourth instruction register 150 in the writeback stage is used to store an instruction output from the third instruction register 140 and generate a corresponding control signal when a writeback operation is required.

상기 제어 회로(160)는 파이프라인 스톨 발생시 상기 제 1 인스트럭션 레지스터(110)와 상기 제 2 인스트럭션 레지스터(130)의 인스트럭션 코드를 디코딩하여 멀티싸이클 처리를 위한 내부 코드의 발생 및 상기 멀티플렉서의 제어를 수행하는 회로이며 동시에 각 단계의 명령어들을 수행하기 위한 제어 신호들을 생성하는 회로이다.The control circuit 160 decodes the instruction codes of the first instruction register 110 and the second instruction register 130 when a pipeline stall occurs to generate an internal code for multicycle processing and to control the multiplexer. It is a circuit for generating control signals for executing instructions of each step at the same time.

먼저 세퍼레이트 캐시(seperate cache)로 가정하였으므로 인스트럭션 페치(instruction fetch)와 데이터 독출/기입(data read/write)시에는 서로 버스(bus) 충돌(contention)이 생기지 않는다. 따라서 필요할 경우 언제든지 인스트럭션을 페치 할 수가 있다.Since it is assumed to be a separate cache, bus collisions do not occur at the time of instruction fetch and data read / write. So you can fetch instructions whenever you need them.

인스트럭션을 제 1 인스트럭션 레지스터(110)로 입력시켜 디코딩(decoding)을 시작한다. 이때 파이프라인 스톨이 생길 경우 멀티플렉서(120)가 제 1 인스트럭션 레지스터(110)의 인스트럭션 진입을 막고, 제어 회로(160)에서 상기 제 1 인스트럭션 레지스터(110)의 인스트럭션이 잘못된 제어 신호를 발생시키는 것을 막아야 하며, 이때는 상기 제 1 인스트럭션 레지스터(110)와 제 2 인스트럭션 레지스터(130)의 인스트럭션 코드를 디코딩하여 파이프라인 스톨을 감지하고, 상기 제 1 인스트럭션 레지스터(110)의 명령어가 발생시키는 제어 신호를 제어 회로 내부의 매스킹(masking) 회로를 이용하여 디액티브 시킨다.An instruction is input to the first instruction register 110 to begin decoding. At this time, when a pipeline stall occurs, the multiplexer 120 must prevent the instruction of the first instruction register 110 from entering and prevent the instruction of the first instruction register 110 from generating an incorrect control signal in the control circuit 160. In this case, the control circuit decodes the instruction codes of the first instruction register 110 and the second instruction register 130 to detect the pipeline stall, and generates a control signal generated by the instruction of the first instruction register 110. Deactivate using an internal masking circuit.

파이프라인 스톨이 생겨 인스트럭션이 들어오지 않을 때는 제어 회로(160)의 새로운 내부 코드가 멀티플렉서(120)로 인가되어 제 2 인스트럭션 레지스터로 들어가 각각의 인스트럭션 레지스터에서 실행(execute), 저장(memory), 라이트백(writeback)을 하며 파이프라인을 거쳐나간다.When an instruction does not come due to a pipeline stall, new internal code of the control circuit 160 is applied to the multiplexer 120 to enter the second instruction register to execute, store, and write back in each instruction register. (writeback) through the pipeline.

본 발명에 따른 회로의 구성 및 동작을 상기한 설명 및 도면에 따라 도시하였지만, 이는 예를 들어 설명한 것에 불과하며 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 다양한 변화 및 변경이 가능함은 물론이다.Although the configuration and operation of the circuit according to the present invention are illustrated in accordance with the above description and the drawings, this is merely an example, and various changes and modifications are possible without departing from the technical spirit of the present invention.

상기한 바와 같이, 파이프라인을 5단계로 늘이고, 세퍼레이트 캐시를 이용하면, 프리페치 버퍼 2개, 1개의 멀티플렉서와 이를 위한 루팅회로와 같은 불필요한 회로들을 제거함으로써 페치 및 디코딩 회로를 간단히 할 수 있다.As mentioned above, by extending the pipeline in five steps and using a separate cache, the fetch and decoding circuits can be simplified by eliminating unnecessary circuits such as two prefetch buffers, one multiplexer and routing circuitry therefor.

Claims (2)

파이프라인 방식을 이용한 마이크로 프로세서에 있어서,In a microprocessor using a pipeline method, 메모리로부터 페치된 인스트럭션을 입력받고, 이 인스트럭션을 출력하는 제 1 의 인스트럭션 레지스터와;A first instruction register for receiving an instruction fetched from the memory and outputting the instruction; 상기 제 1 의 인스트럭션 레지스터의 출력과 소정의 내부 코드가 입력되어 선택적으로 출력하는 멀티플렉서와;A multiplexer for selectively outputting the output of the first instruction register and a predetermined internal code; 상기 멀티플렉서로부터 출력되는 인스트럭션을 입력하고, 이 인스트럭션을 출력하는 제 2 의 인스트럭션 레지스터와;A second instruction register for inputting an instruction output from the multiplexer and outputting the instruction; 상기 제 2 의 인스트럭션 레지스터로부터 출력되는 인스트럭션을 입력받고, 이 인스트럭션을 출력하는 제 3 의 인스트럭션 레지스터와;A third instruction register which receives an instruction output from the second instruction register and outputs the instruction; 상기 제 3 의 인스트럭션 레지스터로부터 출력되는 인스트럭션을 입력받고, 이 인스트럭션을 출력하는 제 4 의 인스트럭션 레지스터; 및A fourth instruction register that receives an instruction output from the third instruction register and outputs the instruction; And 파이프라인 스톨(pipline stall) 발생시 상기 제 1 및 제 2 의 인스트럭션 레지스터의 인스트럭션 코드를 디코딩하여 멀티사이클 처리를 위한 상기 내부 코드의 발생 및 상기 멀티플렉서의 제어를 수행하고, 각 단계의 인스트럭션 레지스터의 출력을 이용하여 해당 제어 신호를 생성하는 제어 수단을 포함하는 것을 특징으로 하는 마이크로 프로세서.When a pipeline stall occurs, the instruction codes of the first and second instruction registers are decoded to perform generation of the internal code and control of the multiplexer for multicycle processing, and output the instruction registers of each stage. And control means for generating a corresponding control signal by using the microprocessor. 제 1 항에 있어서,The method of claim 1, 상기 메모리 수단은 세퍼레이트 캐시로 동작되는 것을 특징으로 하는 마이크로 프로세서.And the memory means is operated with a separate cache.
KR1019980000315A 1998-01-08 1998-01-08 5-processor pipelined microprocessor KR19990065166A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980000315A KR19990065166A (en) 1998-01-08 1998-01-08 5-processor pipelined microprocessor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980000315A KR19990065166A (en) 1998-01-08 1998-01-08 5-processor pipelined microprocessor

Publications (1)

Publication Number Publication Date
KR19990065166A true KR19990065166A (en) 1999-08-05

Family

ID=65728586

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980000315A KR19990065166A (en) 1998-01-08 1998-01-08 5-processor pipelined microprocessor

Country Status (1)

Country Link
KR (1) KR19990065166A (en)

Similar Documents

Publication Publication Date Title
TWI541658B (en) Data processing apparatus and semiconductor integrated circuit device
KR100900364B1 (en) System and method for reducing write traffic in processors
US6289445B2 (en) Circuit and method for initiating exception routines using implicit exception checking
JPH04313121A (en) Instruction memory device
US6832117B1 (en) Processor core for using external extended arithmetic unit efficiently and processor incorporating the same
US5446849A (en) Electronic computer which executes squash branching
KR100423910B1 (en) Method and apparatus for executing coprocessor instructions
US6189093B1 (en) System for initiating exception routine in response to memory access exception by storing exception information and exception bit within architectured register
US9880839B2 (en) Instruction that performs a scatter write
JP2008299729A (en) Processor
KR100705872B1 (en) Processor and method of executing instructions from several instruction sources
US5421026A (en) Data processor for processing instruction after conditional branch instruction at high speed
KR19990065166A (en) 5-processor pipelined microprocessor
JP2536726B2 (en) Microprocessor
JP3915019B2 (en) VLIW processor, program generation device, and recording medium
GB2515020A (en) Operand generation in at least one processing pipeline
WO2024029174A1 (en) Processor for controlling pipeline processing based on jump instruction, and program storage medium
KR100515039B1 (en) Pipeline status indicating circuit for conditional instruction
JP3461887B2 (en) Variable length pipeline controller
US20050027974A1 (en) Method and system for conserving resources in an instruction pipeline
JP3739556B2 (en) Information processing device
JP3147884B2 (en) Storage device and information processing device
JP3102399B2 (en) Data processing apparatus and method
KR100300875B1 (en) How to deal with cache misses
Boddu et al. A Survey on Effective Implementation of Control Scheme in Processors

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination