CA1165453A - Microcode instruction sequencing in pipeline processors - Google Patents

Microcode instruction sequencing in pipeline processors

Info

Publication number
CA1165453A
CA1165453A CA000387207A CA387207A CA1165453A CA 1165453 A CA1165453 A CA 1165453A CA 000387207 A CA000387207 A CA 000387207A CA 387207 A CA387207 A CA 387207A CA 1165453 A CA1165453 A CA 1165453A
Authority
CA
Canada
Prior art keywords
output
register
instruction
branch
memory
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
CA000387207A
Other languages
French (fr)
Inventor
Thomas A. Lane
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Control Data Corp
Original Assignee
Control Data Corp
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 Control Data Corp filed Critical Control Data Corp
Application granted granted Critical
Publication of CA1165453A publication Critical patent/CA1165453A/en
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • G06F9/28Enhancement of operational speed, e.g. by using several microcontrol devices operating in parallel

Abstract

ABSTRACT OF THE DISCLOSURE

The microinstructions controlling a pipeline processor are held in a control store that is partitioned into two microcode memory banks. The invention can support three modes of sequencing; single microinstruction, sequen-tial multiple microinstructions, and multiple microinstructions with conditional branching. When a conditional branch is performed, the branch not taken path is assumed and if true, the microinstruction following the branch is executed with no delay. If the branch is taken, the guess is purged and following a one clock delay, the branched to microinstruction is executed. The invention supports these sequencing modes at the maximum pipeline rate, since the only logic between registers is the memory chips.

Description

~ J 65~53 This invention relates to a system for implementing microprogrammed control in a very high speed computer. ~ore particularly, this invention relates to a microcode sequencing technique (for example, conditional branching) done in such a way as to maximize the pipeline execution rate. The computer described is presumed to be a pipline structure in which a single phase clocking system is used to clock the pipeline. The instruction execution rate is proportional to the clocking rate, thus minimizing the clock cycle time which is critical to achieving maxim~lm performance. The computer utilizes microprogrammed control~
thus one of the pipeline segments consists of the microcode control store. A
microcode control store is the memory used to store the microinstructions. A
microinstruction is the contents of a single control store address and contains the bits used for control. The hardware design must be capable of accessing one microinstruction per clock. This means thatthe minimum clock cycle time must be at least as long as the access time of the memory chip plus the input and output pipeline registers. Thus, this invention is a system of implementing a microprogrammed control unit in a pipeline computer in which the clock cycle is the minimum described and the clocking rate is at a maximum rate for any given memory chip.
Prior art implementions of such a memory system all have at least one additional logic level between the various registers in the pipeline. These sddi`tional logic levels directly increase the clock cycle time period. A
typical example is for some control store bits to be used to control the select-ion of the control store address at the next clock cycle time. In this example, the clock cycle time is computed as: memory access time plus register delay time plus multiplexer select path delay time. These designs all have a decision interval of one clock. That is, the current microinstruction always knows how -1- ~

I 1 ~S~3 to acldress the next microinstruction. The cost of obtaining the decision time of one is the extra gate levels described.
The present invention does not have a guaranteed decision interval of oTIe clock cycle. In most applications, this invention will perform with a decision interval of one clock. This does not mean however that a decision in-terval of one clock cycle is guaranteed, since no control store bits feed direct-ly back to select the next data for the control store address register. However, the proposed invention will run most of the time with a decision interval of one clock cycle, the only exception being a wrong prediction on a microcode conditional branch.
The use of the microprogra~med control in the computer is to decode instructions. More specifically, opcodes are received from the instruction register and used to generate the specific control signals that cause the instru-ction to be executed in the computer. In this invention, the microprogrammed control categorizes instructions received into two classes, single microinstruct-ions and multiple microinstructions. A single instruction is one in which only a single microcode instruction is issued to the machine to cause the instruction to be fully executed. A multiple microcode instruction is one in which more than one microcode instruction must be issued to the machine to cause the instruction to be executed.
Once instructions are brought into the microprogrammed control unit, they execute in one of three ways: 1.) single microinstructions, 2.) sequential multiple microinstructions, and 3.) sequential multiple microinstructions with conditional branching instructions. With respect to microcode sequencing, with case 1, the only sequencing required by a microinstruction is to go to the first microinstruction of the next instruction. In case 2, the only sequencing used between microinstructions is increment. In case 3, many types of sequencing are supported, including increment, conditional branch, subroutine call and return, unconditional branch and repeat.
A system according to this invention will handle cases 1 and 2 with a decision interval equal to one clock cycle, since the design will always do a correct look-ahead. The system will handle all branches of case 3 with a dec-ision interval of one clock cycle if the branch is not taken and a decision interval of 2 if the branch is taken. This is because the hardware makes a look-ahead guess of the next address. When the guess is correct, the decision interval is 1. When the guess is incorrect. the guess is purged and the correct path is resumed with a decision interval of 2.
In computer applications, most of the instruction microcode is classified as case 1 or 2. The small number of case 3 instructions can be handled efficiently if the branch probabilities are known, which is often the case. Practice of the present invention can come very close to total execution with a decision interval of 1 clock cycle without suffering the additional gate delays required to guarantee a decision time of 1 clock cycle interval.
In a system according to the invention, the control store is made up of two individual memories, one for single microinstructions and one for multiple microinstructions. The single microinstruction memory is much smaller than the multiple microinstruction memory since no sequencing field bits are required. This has the advantage that both memories may respond more quickly than a single memory of the same size because the internal delays of a small memory are shorter. The multiple microinstruction memory must have a sequenc-ing field to define how to calculate the next control store address. The selection of memories is done by a bit derived from a control device, referred ~ 1 ~5453 to as the single microinstruction flip-flop which i5 latched in every time a new instruction is started. This flip-flop defines the instruction as a single or multiple microinstruction and controls the memory select network for th~
duration of the instruction. This address instruction does not require any gate delay time as a result of hard wiring ANDing requirements and chip enable requirements.
A microprogram control according to the present invention is embedded in a pipeline computer and the microprogram control must therefore meet pipeline control requirements. A first requirement is that the pipeline must be capable of running at the maximum rate of one, single microinstruction per clock cycle.
The section of the pipeline which supplies instructions to the microprogram con-trol must have a signal to determine when to advance an instruction and when to stop sending ir.structions. Since no memory bits can be used directly to do this, because memory bits are immediately latched, a look-ahead technique is used.
That is, the pipeline control must be predicted one clock cycle before it is required. For single microinstructions, this is done with the single microinstr-uction flip-flop in the control store address pipeline rank. This flip-flop bit is a 1 whenever the control store address being read is a single microinstr-uction. At the next clock cycle, the pipeline will advance such that the micro-instruction just read is latched and the first control store address of the next instruction is latched into the control store address register. For multiple microinstructions, the pipeline flow of instruction must stop while the sequence of microinstructions is issued. This is done by the single microinstr-uction bit being zero during the execution stage. The pipeline flow of instruct-ions is started again by a bit in the sequencing field of the multiple micro-instruction. The bit, called the PREXIT bit is set to be a one in the next to 1 1 6~$3 the last microinstruction. This look-ahead feature causes the pipeline to start at the correct time to supply the next instruction with no time delay.
This is always possible as multiple microinstructions have two or re micro-instructions.
The sequencing field of the multiple microinstruction memory is also used to implement a REPEAT and a SYNCHRONIZE function. The REPEAT bit in the sequencing field causes a microinstruction to be repeated or reissued at every instruction cycle ~o the processor lmtil the condition register shows a true on a tested condition~ Then the next instruction is issued in the instruction pipeline to the microcode memory.
Similarly, the sequencing field has another bit called the SYN-CHRONIZE bit. This is used in conjunction with conditional branching and the processor operates in the synchronize mode. In this mode, the next micro-instruction, which would normally contain the conditional branch, is held or pauses until the specified branch condition information becomes available or valid. This ensures that the microcode doesn't use a branch condition until it is valid. This implementation saves control store locations and results in faster microcode branching.
Thus, in accordance with a broad aspect of the invention, there is provided a banked control store for conditional branching in a pipeline com-puter comprising: an address multiplexer having input means for receiving original instructions in said pipeline computer input means for receiving branch instructions, and input means for receiving increment instructions together with logic means for controlling the selection of an output of said address multiplexer said address multiplexer being responsive to said inputs to alter said original instructions in response to a predetermined condition, a control store address register means for receiving the output of said address multiplexer, a single microinstruction me ry means for receiving the output .

1 1 65~53 $rom said control store address register and for producing a first micro-instruction for controlling said pipeline computer as a memory output, a multiple microinstruction memory means for receiving the output from said control store address register and for producing a second microinstruction for controlling said pipeline computer as a memory output, a memory select means for receiving the outputs of said single microinstruction memory and said multiple microinstruction memory and having an output consisting of a selected memory output which is selected from said first microinstruction or said second microinstruction, an output register means for said memory select means, a single microinstruction flip-flop having an output for controlling said me ry select means said flip-flop receiving an output from said address multi-plexer, a branch logic network for producing a control output which is provided to said address multiplexer to cause said address multiplexer to alter said original instructions, means for providing branch condition inputs to said branch logic network, instruction register means for receiving program in-structions, instruction mapping memory means for receiving instructions from said instruction register means, instruction map register means for receiving the output of said instruction mapping memory means and connected to said input means for receiving original instructions of said address multiplexer, and first ~hrough fourth valid flip-flops associated, respectively, with said instruction register means, said instruction map register means, said control store address register means and said output register means, and wherein said first through :Eourth valid flip-flops control purging of said register means, respectively, and wherein said branch logic network provides a control signal to at least one of said flip-flops in the event a branch is taken to purge the contents of the associated register.
The invention will now be further described in con~unction with the accompanying drawings, in which:
Figures lA and lB are to be viewed in side by side relationship and are a block schematic diagram of a memory system according to the present inv,ention.
Referring now to Figures lA and lB, a computer memory control system 10 according to the present invention is shown. Instructions are initially received into the system by an instruction register 12. The in-struction register 12 is connected to an instruction mapping memory 14 which in turn is connected to a register 16. A first valid flip-flop 18 is con-nected with instruction register 12. A second valid ~lip-flop register 20 is connected with register 16. The output of register 16 comprising a memory map is connected to an address multiplexer 22. The output of address multiplexer 22 is connected to a control store address register 24 and to a single micro-instruction flip-flop 26. A third valid flip-flop 28 is connected to the control store address register 24. A pipe purge control line 31 is connected to the reset input of -6a-1 1~5453 flip-flops 18, 20 and 28. Line 31 also provides an input to OR gate 29 which controls the reset input to flip-flop 70, to be explained later.
An address select logic control network 30 is connected to the address multiplexer 22. Address select logic network control 30 controls the functioning of address multiplexer 22. A first source of addresses for multip-lexer 22, as previously described, is the input from register 16. A second source of addresses for multiplexer 22 is from register 16 on data path 17. A
second source of input addresses on data path 32 is from the branch address portion 34 of memory data register 36. The branch address portion 34 of the memory data register 36 is output through AND gate 38 and connected to form data path 32. A third input to address multiplexer 22 is from data path 40 which is the increment address furnished by the increment address unit 42.
The address select logiccontrol unit 30 receives three control inputs. The first control input is on control line 44 which is an output from the single microinstruction flip-flop 26. A second input is on control line 46 from PREXIT bit 48 which is part of the sequencing field output of the memory data register 36. The PREXIT bit 48 of register 36 passes through an AND gate 50 before forming control path 46. Finally the third control input to address select control network 30 is on control line 52 which is a control output from the branch logic network 54.
Various machine status bits from the central processing units of the computer, including the pipeline, are provided as input bits to the micro-code branch condition register 56 which forms a microcode branch condition operand from the various bits. This microcode branch condition operand is provided as the operand input to the branch logic network 54 to determine whether or not the conditional branch should be taken and this output is I ~ 6S453 provided to the output control line 52 from network 54. A control input to network 54 is provided on control line 58 from AND gate 60 which receives as an input the branch condition portion 62 of the memory data register 36. The branch taken control line 52 is connected to the reset input of a fourth valid flip-flop 70 which controls the memory data register 36. An output of the fourth valid flip-flop 70 represents the control input to AND gates 38, 50 and 60 which pass control information inputs as previously described. Flip-flop 70 also provides an input to AND gate 71 which is the output VALID bit used in connection with the synchronize function. The memory data portion 74 of the memory data register 36 is connected through AND gate 80 as control signals to the central processing unit.
The control store 90 of the present system includes a single micro-instruction memory 92 which receives an input from the control store address register 24 and has an output connected to the memory select network 94. The multiple microinstruction memory 96 also receives an input from the control store register 24 and provides an output to the memory select network 9A. The output of memory select network 94 is connected to the input of the memory data register 36. The memory select network is controlled by a control line 98 which is connected to the output of the single microinstruction flip-flop 26.
As described, the sequencing field portion of register 36 contains the PREXIT bit 48. In addition, there is the unconditional branch bit 104, the subroutine call bit 106, the subroutine return bit 108, the SYNCHRONIZE bit 110 and the REPEAT bit 112. The function of sequence field bits 104, 106 and 108 is clear from the name. AND gates 114,116, 118, 120 and 122 are associated with and receive inputs from bits 104, 106, 108, 110 and 112, respectively.
The other input to AND gates 114, 116, 118, 120 and 122 is provided from flip-1 16~453 flop 70 in the same way as to AND gates 3S, 50, 60, 76, 78 and 80. ~D gates 114, 116, and 118 provide control inputs to branch logic network 54 to indicate func~ion. ~D gates 120 and 122 provide control inputs to a REPEAT/SYNCHRONIZE
logic network 100 to indicate the function to be performed. Network 100 re-ceives a plurality of various condition inputs, as shown, relating to machine status valid bits and machine repeat conditions. These conditions might be various flags or other hardwar0 test conditions appropriate to the instruction.
A pipeline clocking logic unit 102 receives control inputs from network 100 and sends appropxiate clock enable signals to all registers. The pipeline valid flip-flops are also connected to unit 102.
Generally, the invention may be explained as consisting of a system 10 containing a microprogram unit consisting of an address multiplexer, a control store address register, a single microinstruction memory, a multiple microinstruction memory, a single microinstruction flip-flop~ a memory select network, an address select logic unit, an increment address unit and a memory data register. Instructions are supplied to the system by the instruction register 12. From the instruction register 12, the instruction opcode addresses the mapping memory 14. The mapping memory 14 provides the control store address of the microcode routine which executes the instruction. This address is then latched into the register 16 to be available to the microprogram unit.
The microprogram unit operates by continuously clocking in control store addresses to generate the appropriate control signals. The sequencing of the microcode is controlled by the address select logic network 30 and the address multiplexer 22. The microcode unit can get its address from the map memory 14 which is used to supply the address of the first microinstruction of an instruction. The map memory 14 also supplies the correct value to be ~ 16~53 loaded into the single microinstruction flip-flop _6. The map memory output contained in register 16 is selected whenever the single microinstruction flip-flop 26 is a one or the PREXIT control signal from the sequencing register bit 48 on control path 46 is a one. The microcode unit can get its address from the branch input line 32 which is used to supply the address whenever a branch is taken. The branch address is selected whenever the branch taken output of branch logic network 54 on control line 52 is a one.
The microcode unit can also get its address from the increment address unit 42. In this way the microcode steps through the memory sequentially.
Increment addressselection control is the default select condition, the one selected when none of the others are specifically asserted. Each pipeline reg-ister rank, such as instruction register 12, mapping register 16, control store address register 24 or memory data register 36 has an associated valid bit.
Each of these valid bits are provided by valid flip-flops 18, 20, 28 and 70, respectively. The valid bit means that the data in the rank should be used as valid data. The microinstruction bits in register 36 are all gated with the valid flip-flop 70 and thus no output signals are asserted if the rank is in-valid. The invalid condition is that when the output of valid flip-flop 70 is a zero.
There are three specific operation types to describe and the single microinstruction type of operation is the first to be described. In the operat-ion, the last step of a previous instruction causes the address multiplexer 22 to select the map input on line 17. The next clock cycle causes the map address to be latched into the control store address register 24. The single micro-instruction flip-flop 2fi is also set to one. At the next clock interval, the data read from the control store is latched into the output register 36 and the first address of the next instruction is latched into the control store address register 24. This process then repeats.
The next type of instruction to be described is the sequential multiple microinstruction. In this case, the first control store address of the instruction is latched into the control store address register 24. At this time the single microinstruction flip-flop 24 is set to zero. This address is then read from the control store and also incremented by the single microinstruction flip-flop ?6. The next clock interval latches the microinstruction into the output register 36 and also latches the output of the increment address unit 42 as the next control store address. Thus the execution of multiple microinstruct-ions consists of stepping sequentially from the first address provided. Theinstruction is ended by setting the PREXIT bit on control line 46 to be a one in the next to last microinstruction. This causes the address multiplexer 22 to select the map input during the next clock, thus initiating the next instruc-tion.
The last type of instruction to be discussed is the sequential mul-tiple microinstruction with conditional branching. In some instructions, the microcode which executes the instruction must make conditional decisions based on certain machine state bits. This microprogram control unit is capable of branching on any one of the bits in the microcode branch condition register 56.
The microinstruction sequence fields specifies what branch condition will be tested and the branch address will occur if the branch condition is true. The conditional branch method used in this invention is based on prediction. In all multiple microinstruction sequences the normal next address is an incremented address. Thus while a branch decision is being resolved, the microprogram unit is predicting that the branch will not be taken. The effect of the branch being not taken is that the next address will be an increment address. If the predic-tion is true, then when the branch is resolved, the microcode sequencing simply continues with no delay.
If the branch condition is met, then the prediction of an increment addrless is wrong and several things must be done. First, the microinstruction that is clocked into the output register 36 as a result of the predicted address must be cancelled, since the branch was actually taken. This cancelling is done by clearing the valid flip-flap 70 with the branch taken signal on line 52.
Note that all signals are gated with the valid flip-flop 70 so they are in effe(t cancelled. It should also be noted that this requires no additional logic, since the valid flip-flops exist in the memory pipeline for purging or clearing regis-ters. Also, the branch address output on line 32 must be gated into the control store address register 24. This is done by the address multiplexer 22 selecting the branch address on line 32. Thus a branch taken, meaning a wrong prediction requires two clock cycles. By understanding the branch probabilities and having the freedom to define the sense of the branch conditions, it is often possible to obtain a higher frequency of branch not taken, the faster path of resolution.
The multiple microinstruction starts from the map address memory 14 and the map address register 16. The instruction executes sequentially through the control store unit 90. When a conditional branch is encountered, if the branch is not taken, sequential execution continues. If the branch is taken, the branch address is loaded into the control store address register 24 and sequential execution begins from there. When the sequence is complete, the pipeline flow of instructions in memory is started again by the PREXIT bit in the next to the last micro and being set to a one. This look-ahead feature causes the pipeline to start at the correct cycle time to supply the next instruction with no time delay.
Even when branches take a decision interval of 2 cycles, only one microinstruction was required not two. Thus, the branches are specified in a single microinstruction. This results in a savings of control store, since each brarlch requires only a single microinstruction instead of two. Further, the cancellation of the microinstruction resulting from a wrong guess requires essentially no extra hardware, since pipelines require valid bits and purge sig-nals anyway.
The sychronize bit llO is used in conjunction with conditional branching It is used to put the machine in Synchronize Mode. In this mode, the next microinstruction, which would normally contain the conditional branch, is held up until the specified branch condition is valid. This ensures that the microcode doesn't use a branch condition until it is valid. This implement-ation saves control store location and results in faster microcode branching.
The repeat bit 112 causes a microinstruction to be repeated until a specified condition occurs. Both the Repeat bit 112 and Synchronize bit 110 operate by controlling network 100 to test its inputs. When the tested condition occurs, either the Repeat or Synchronize control is sent to clock unit 102, as appro-priate for control.

Claims (5)

THE EMBODIMENTS OF THE INVENTION IN WHICH AN EXCLUSIVE
PROPERTY OR PRIVILEGE IS CLAIMED ARE DEFINED AS FOLLOWS:
1. A banked control store for conditional branching in a pipeline computer comprising: an address multiplexer having input means for receiving original instruction, in said pipeline computer, input means for receiving branch instructions, and input means for receiving increment instructions together with logic means for controlling the selection of an output of said address multiplexer said address multiplexer being responsive to said inputs to alter said original instructions in response to a predetermined condition, a control store adddress register means for receiving the output of said address multiplexer, a single microinstruction memory means for receiving the output from said control store address register and for producing a first micro-instruction for controlling said pipeline computer as a memory output, a multiple microinstruction memory means for receiving the output from said control store address register and for producing a second microinstruction for controlling said pipeline computer as a memory output, a memory select means for receiving the outputs of said single microinstruction memory and said multiple microinstruction memory and having an output consisting of a selected memory output which is selected from said first microinstruction or said second microinstruction, an output register means for said memory select means, a single microinstruction flip-flop having an output for controlling said memory select means said flip-flop receiving an output from said address multiplexer, a branch logic network for producing a control output which is provided to said address multiplexer to cause said address multiplexer to alter said original instructions, means for providing branch condition inputs to said branch logic network, instruction register means for receiving program in-structions, instruction mapping memory means for receiving instructions from said instruction register means, instruction map register means for receiving the output of said instruction mapping memory means and connected to said input means for receiving original instructions of said address multiplexer, and first through fourth valid flip-flops associated, respectively, with said instruction register means, said instruction map register means, said control store address register means and said output register means, and wherein said first through fourth valid flip-flops control purging of said register means, respectively, and wherein said branch logic network provides a control signal to at least one of said flip-flops in the event a branch is taken to purge the contents of the associated register.
2. The banked control store of claim 1 wherein said branch logic network is connected to said fourth valid flip-flop and provides a control signal in the event a branch is taken to purge the contents of said output register means.
3. The banked control store of claim 1 or 2, in which said output register contains a PREXIT output control signal means which is connected with said address multiplexer logic means so that when the next to last micro-instruction is produced in a series of sequentially produced microinstructions, the PREXIT control signal is activated to cause an original instruction to be gated to said control store at the proper time to provide an uninterrupted flow of output microinstructions.
4. The banked control store of claim 1 or 2, in which said output register contains a REPEAT output control signal, and further comprising logic network means for controlling said pipeline to repeat a microinstruction until a predetermined condition occurs, in response to said REPEAT output control signal.
5. The banked control store of claim 1 or 2, in which said output register contains a SYNCHRONIZE output control signal, and further comprising logic network means for controlling said pipeline to hold back a conditional branch instruction until a predetermined condition occurs, in response to said SYNCHRONIZE output control signal.
CA000387207A 1980-10-20 1981-10-02 Microcode instruction sequencing in pipeline processors Expired CA1165453A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US06/198,888 US4390946A (en) 1980-10-20 1980-10-20 Lookahead addressing in a pipeline computer control store with separate memory segments for single and multiple microcode instruction sequences
US198,888 1988-05-26

Publications (1)

Publication Number Publication Date
CA1165453A true CA1165453A (en) 1984-04-10

Family

ID=22735288

Family Applications (1)

Application Number Title Priority Date Filing Date
CA000387207A Expired CA1165453A (en) 1980-10-20 1981-10-02 Microcode instruction sequencing in pipeline processors

Country Status (6)

Country Link
US (1) US4390946A (en)
EP (1) EP0050404B1 (en)
JP (1) JPS5785146A (en)
AU (1) AU539098B2 (en)
CA (1) CA1165453A (en)
DE (1) DE3167466D1 (en)

Families Citing this family (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58129550A (en) * 1982-01-27 1983-08-02 Toshiba Corp Arithmetic sequence device
US4586127A (en) * 1982-11-03 1986-04-29 Burroughs Corp. Multiple control stores for a pipelined microcontroller
US4546431A (en) * 1982-11-03 1985-10-08 Burroughs Corporation Multiple control stores in a pipelined microcontroller for handling jump and return subroutines
US4551798A (en) * 1982-11-03 1985-11-05 Burroughs Corporation Multiple control stores in a pipelined microcontroller for handling nester subroutines
US4685058A (en) * 1983-08-29 1987-08-04 Amdahl Corporation Two-stage pipelined execution unit and control stores
US4604727A (en) * 1983-08-31 1986-08-05 Texas Instruments Incorporated Memory with configuration RAM
WO1985002278A1 (en) * 1983-11-10 1985-05-23 Fujitsu Limited Microprogram control method
AU553416B2 (en) * 1984-02-24 1986-07-17 Fujitsu Limited Pipeline processing
GB8416037D0 (en) * 1984-06-22 1984-07-25 Int Computers Ltd Data storage apparatus
US4773035A (en) * 1984-10-19 1988-09-20 Amdahl Corporation Pipelined data processing system utilizing ideal floating point execution condition detection
JPH0731603B2 (en) * 1984-11-21 1995-04-10 ノビツクス FORTH specific language microprocessor
JPS61131039A (en) * 1984-11-29 1986-06-18 Yokogawa Electric Corp Microprogram controller
JP2539357B2 (en) * 1985-03-15 1996-10-02 株式会社日立製作所 Data processing device
US4755966A (en) * 1985-06-28 1988-07-05 Hewlett-Packard Company Bidirectional branch prediction and optimization
US4701842A (en) * 1985-10-04 1987-10-20 International Business Machines Corporation Method and apparatus for avoiding excessive delay in a pipelined processor during the execution of a microbranch instruction
JPS6282402A (en) * 1985-10-07 1987-04-15 Toshiba Corp Sequence controller
US4794527A (en) * 1986-01-29 1988-12-27 Digital Equipment Corporation Microprogrammed data processing system using latch circuits to access different control stores with the same instruction at different times
JPH0731615B2 (en) * 1986-04-18 1995-04-10 日本電気株式会社 Information processing equipment
US4773041A (en) * 1986-06-02 1988-09-20 Unisys Corporation System for executing a sequence of operation codes with some codes being executed out of order in a pipeline parallel processor
JPH0810553B2 (en) * 1986-06-13 1996-01-31 松下電器産業株式会社 Memory circuit
JP2559382B2 (en) * 1986-11-05 1996-12-04 株式会社日立製作所 Information processing device
US5265220A (en) * 1986-12-23 1993-11-23 Nec Corporation Address control device for effectively controlling an address storing operation even when a request is subsequently cancelled
WO1988005190A1 (en) * 1987-01-06 1988-07-14 International Meta Systems, Inc. Microprogrammable language emulation system
US5235686A (en) * 1987-02-24 1993-08-10 Texas Instruments Incorporated Computer system having mixed macrocode and microcode
US4825356A (en) * 1987-03-27 1989-04-25 Tandem Computers Incorporated Microcoded microprocessor with shared ram
US5134561A (en) * 1987-07-20 1992-07-28 International Business Machines Corporation Computer system with logic for writing instruction identifying data into array control lists for precise post-branch recoveries
US4845677A (en) * 1987-08-17 1989-07-04 International Business Machines Corporation Pipelined memory chip structure having improved cycle time
US4916652A (en) * 1987-09-30 1990-04-10 International Business Machines Corporation Dynamic multiple instruction stream multiple data multiple pipeline apparatus for floating-point single instruction stream single data architectures
GB8728493D0 (en) * 1987-12-05 1988-01-13 Int Computers Ltd Jump prediction
US5187799A (en) * 1988-05-17 1993-02-16 Calif. Institute Of Technology Arithmetic-stack processor which precalculates external stack address before needed by CPU for building high level language executing computers
US5590293A (en) * 1988-07-20 1996-12-31 Digital Equipment Corporation Dynamic microbranching with programmable hold on condition, to programmable dynamic microbranching delay minimization
GB8817911D0 (en) * 1988-07-27 1988-09-01 Int Computers Ltd Data processing apparatus
US5101341A (en) * 1988-08-25 1992-03-31 Edgcore Technology, Inc. Pipelined system for reducing instruction access time by accumulating predecoded instruction bits a FIFO
US5034880A (en) * 1988-12-22 1991-07-23 Wang Laboratories, Inc. Apparatus and method for executing a conditional branch instruction
US5127091A (en) * 1989-01-13 1992-06-30 International Business Machines Corporation System for reducing delay in instruction execution by executing branch instructions in separate processor while dispatching subsequent instructions to primary processor
CA2030404A1 (en) * 1989-11-27 1991-05-28 Robert W. Horst Microinstruction sequencer
US5434986A (en) * 1992-01-09 1995-07-18 Unisys Corporation Interdependency control of pipelined instruction processor using comparing result of two index registers of skip instruction and next sequential instruction
JPH0659972A (en) * 1992-08-05 1994-03-04 Oki Electric Ind Co Ltd Memory control device
US5687338A (en) * 1994-03-01 1997-11-11 Intel Corporation Method and apparatus for maintaining a macro instruction for refetching in a pipelined processor
US5905881A (en) * 1995-11-30 1999-05-18 Unisys Corporation Delayed state writes for an instruction processor
US5867699A (en) * 1996-07-25 1999-02-02 Unisys Corporation Instruction flow control for an instruction processor
US11188393B1 (en) * 2021-03-02 2021-11-30 NortonLifeLock Inc. Systems and methods for performing load balancing and distributed high-availability

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3736567A (en) * 1971-09-08 1973-05-29 Bunker Ramo Program sequence control
JPS52120640A (en) * 1976-04-02 1977-10-11 Toshiba Corp Micro program control system
US4095265A (en) * 1976-06-07 1978-06-13 International Business Machines Corporation Memory control structure for a pipelined mini-processor system
JPS538034A (en) * 1976-06-30 1978-01-25 Toshiba Corp Electronic computer
US4087857A (en) * 1976-10-04 1978-05-02 Honeywell Information Systems Inc. ROM-initializing apparatus
US4156279A (en) * 1977-11-22 1979-05-22 Honeywell Information Systems Inc. Microprogrammed data processing unit including a multifunction secondary control store
US4155120A (en) * 1977-12-01 1979-05-15 Burroughs Corporation Apparatus and method for controlling microinstruction sequencing by selectively inhibiting microinstruction execution
US4179737A (en) * 1977-12-23 1979-12-18 Burroughs Corporation Means and methods for providing greater speed and flexibility of microinstruction sequencing
US4320453A (en) * 1978-11-02 1982-03-16 Digital House, Ltd. Dual sequencer microprocessor
US4307445A (en) * 1978-11-17 1981-12-22 Motorola, Inc. Microprogrammed control apparatus having a two-level control store for data processor
US4310880A (en) * 1979-09-10 1982-01-12 Nixdorf Computer Corporation High-speed synchronous computer using pipelined registers and a two-level fixed priority circuit
US4348724A (en) * 1980-04-15 1982-09-07 Honeywell Information Systems Inc. Address pairing apparatus for a control store of a data processing system

Also Published As

Publication number Publication date
EP0050404B1 (en) 1984-11-28
JPH0115093B2 (en) 1989-03-15
JPS5785146A (en) 1982-05-27
US4390946A (en) 1983-06-28
EP0050404A1 (en) 1982-04-28
DE3167466D1 (en) 1985-01-10
AU539098B2 (en) 1984-09-13
AU7402781A (en) 1982-04-29

Similar Documents

Publication Publication Date Title
CA1165453A (en) Microcode instruction sequencing in pipeline processors
US4777594A (en) Data processing apparatus and method employing instruction flow prediction
US4430706A (en) Branch prediction apparatus and method for a data processing system
US4471433A (en) Branch guess type central processing unit
US5628024A (en) Computer architecture capable of concurrent issuance and execution of general purpose multiple instructions
US7047399B2 (en) Computer system and method for fetching, decoding and executing instructions
US5072364A (en) Method and apparatus for recovering from an incorrect branch prediction in a processor that executes a family of instructions in parallel
US5235686A (en) Computer system having mixed macrocode and microcode
WO1999028817A2 (en) An instruction decoder
US4636943A (en) Enhanced CPU microbranching architecture
KR100570906B1 (en) Apparatus and method for controlling conditional part execution in a data processor
US5241637A (en) Data processor microsequencer having multiple microaddress sources and next microaddress source selection
US4481581A (en) Sequence control circuit for a computer
KR880001418B1 (en) Data processor
EP0010196A1 (en) Control circuit and process for digital storage devices
US6859875B1 (en) Processor having selective branch prediction
KR20200090103A (en) Branch predictor
US4803615A (en) Microcode control of a parallel architecture microprocessor
JPS6113607B2 (en)
GB2081944A (en) Microinstruction sequence control
JP3564517B2 (en) Data processing system
Mick Microprogramming for the hardware engineer
JPH03291724A (en) Microprogram control system

Legal Events

Date Code Title Description
MKEX Expiry