Performance of a VLSI processor of the reduced instruction set computer (RISC) type is enhanced by executing two instructions simultaneously in the two execution units of the processor. There is very little increase in the cost of hardware. Three embodiments are presented with different cost and performance capabilities. The first embodiment has an instruction input to an instruction buffer (10) and two sets of control ROSs (40 and 42) and control registers (64 and 65). The control ROS and control register which is chosen depends on which instruction execution unit is to execute the instruction. Data inputs to the execution units is from a register file (48) which has an additional pair of outputs (51) and (53) that provide the data paths for simultaneous execution of instructions by the execution units. execution unit I has an arithmetic and logic unit (ALU) (24), while execution unit II has a rotate (26) and mask generator (31). Load balancing between the two execution units can be performed by adding a multiplier (60) and divider (62) to execution unit II. In the second embodiment, additionally, load balancing is achieved by incorporating an adder (78) into execution unit II. The adder (78) is used to perform address calculations to speed up the load, store and branch instructions. In the third embodiment, an additional ALU (90) is added to execution unit II to allow the instruction processing to be further balanced between the two execution units.
|
1. In a reduced instruction set computer processing system having instruction handling apparatus comprising an instruction buffer, control read only storage and control registers and instruction execution apparatus comprising a register file having inputs and outputs, one of said inputs being connected to receive data from memory, staging registers connected to said register file outputs, and first and second execution units, said first execution unit comprising an arithmetic logic unit having inputs connected to two of said staging registers, said second execution unit comprising a rotator and mask generator means having inputs connected to three of said staging registers, said arithmetic logic unit and said rotator and mask generator means having outputs, a first output register for receiving the outputs of said arithmetic logic unit or said rotator and mask generator means and supplying an input to said register file wherein the system performs sequential data manipulations under the control of instructions, said instructions being executed by one of said first and second execution units, the improvement which increases the throughput of the computer comprising:
said control read only storage comprising first and second segments for respectively storing instruction sets for said first and second execution units; said instruction handling apparatus further including means for routing instructions from said first segment of said control read only storage to said first execution unit and means for routing instructions from said second segment of said control read only storage to said second execution unit; a second output register, the outputs from said arithmetic logic unit and said rotate and mask generator means being separately connected to a respective one of said first and second output registers, outputs from each of said output registers being connected to inputs of said register file; and said first execution unit and said second execution unit simultaneously receiving outputs from said staging registers connected to outputs of said register file and executing in parallel.
9. In a reduced instruction set computer processing system having instruction handling apparatus comprising an instruction buffer, control read only storage and control registers, an adder for calculating an instruction address and instruction execution apparatus comprising a register file having inputs and outputs, one of said inputs being connected to receive data from memory, staging registers connected to said outputs, and first and second execution units, said first execution unit comprising an arithmetic logic unit having inputs connected to two of said staging registers, said second execution unit comprising a rotator and mask generator means having inputs connected to three of said staging registers, said arithmetic logic unit and said rotator and mask generator means having outputs, a first output register for receiving the outputs of said arithmetic logic unit or said rotator and mask generator means and supplying an input to said register file wherein the system performs sequential data manipulations under the control of instructions, said instructions being executed by one of said first and second execution units, the improvement which increases the throughput of the computer comprising:
said control read only storage comprising first and second segments for respectively storing instruction sets for said first and second execution units; said instruction handling apparatus further including means for routing instructions from said first segment of said control read only storage to said first execution unit and means for routing instructions from said second segment of said control read only storage to said second execution unit; said adder being in said second execution unit and having inputs connected to two of said three of said staging registers; a multiplexer in said second execution unit connected to receive outputs from said adder and said rotate and mask generator means; a second output register, the outputs from said arithmetic logic unit and said multiplexer being separately connected to a respective one of said output registers, outputs from each of said first and second output registers being connected to inputs of said register file; and said first execution unit and said second execution unit simultaneously receiving outputs from staging registers connected to outputs of said register file and executing in parallel.
14. In a reduced instruction set computer processing system having instruction handling apparatus comprising an instruction buffer, control read only storage and control registers and instruction execution apparatus comprising a register file having inputs and outputs, one of said inputs being connected to receive data from memory, staging registers connected to said register file outputs, and first and second execution units, said first execution unit comprising a first arithmetic logic unit having inputs connected to two of said staging registers, said second execution unit comprising a rotator and mask generator means having inputs connected to three of said staging registers, said first arithmetic logic unit and said rotator and mask generator means having outputs, a first output register for receiving the outputs of said arithmetic logic unit or said rotator and mask generator means and supplying an input to said register file wherein the system performs sequential data manipulations under the control of instructions, said instructions being executed by one of said first and second execution units, the improvement which increases the throughput of the computer comprising:
said control read only storage comprising first and second segments for respectively storing instruction sets for said first and second execution units; said instruction handling apparatus further including means for routing instructions from said first segment of said control read only storage to said first execution unit and means for routing instructions from said second segment of said control read only storage to said second execution unit; a second arithmetic logic unit in said second execution unit and having inputs connected to two of said three of said output staging registers; a multiplexer in said second execution unit connected to receive outputs from said second arithmetic logic unit and said rotate and mask means; a second output register, the outputs from said first arithmetic logic unit and said multiplexer being separately connected to a respective one of said first and second output registers, outputs from each of said first and second output registers being connected to inputs of said register file; and said first execution unit and said second execution unit simultaneously receiving outputs from said staging registers connected to outputs of said register file and executing in parallel.
2. A reduced instruction set computer as recited in
at least one arithmetic function unit in said second execution unit, said arithmetic function unit having inputs connected to two of said three staging registers and providing an output; and a multiplexer connected to receive the outputs of said rotate and mask generator means and said at least one arithmetic function unit and supplying one of said outputs to said second output register.
3. A reduced instruction set computer as recited in
4. A reduced instruction set computer as recited in
5. A reduced instruction set computer as recited in
6. A reduced instruction set computer as recited in
7. A reduced instruction set computer as recited in
8. A reduced instruction set computer as recited in
10. A reduced instruction set computer as recited in
11. A reduced instruction set computer as recited in
12. A reduced instruction set computer as recited in
13. A reduced instruction set computer as recited in
15. A reduced instruction set computer as recited in
16. A reduced instruction set computer as recited in
17. A reduced instruction set computer as recited in
18. A reduced instruction set computer as recited in
|
1. Field of the Invention
The present invention generally relates to reduced instruction set computers (RISC) and, more particularly, to enhancing the performance of RISC processors, employing little additional hardware. Two examples of RISC technology are presented in detail in the articles (1) "The 801 Minicomputer," by George Radin and (2) "RISC I: A reduced Instruction Set VLSI Computer," by Patterson and Sequin. The complete bibliographic information for these two articles is presented more fully below.
In the semiconductor industry, current developments indicate that very large-scale integration (VLSI) has two avenues for microprocessor designers to choose from. The first is to develop increasingly complex microprocessors. The complexity is built into the hardware as more function is moved from software into the hardware. The second approach is to develop increasingly fast processors doing simple functions. This approach requires software to implement most of the function. The two articles mentioned above advocate the second approach.
VLSI circuits of greater complexity let designers use less expensive alternatives to expensive software. Hardware solutions also execute faster. Hardware implementations of software functions allow programmers to develop high-level language programs that are concise, efficient and easier to write, compile and debug.
The drawbacks to the first approach are that increasing complexity requires longer design times, a greater possibility for design errors and diverse implementations. This class of computers is referred to as complex instruction set computing (CISC) systems.
A unique approach to system architecture has been realized by following the second approach; i.e., a RISC system. The heart of this design is its CPU. The design of the system allows the user to use the major functions of the CPU. The organization differs from the CISC systems.
Mid-range central computing units (CPU)s are generally designed as microprocessors emulating the architecture of the CPU. This requires each instruction to map to several microcomputer instructions. The number of instructions necessary to execute each CPU instruction varies, depending on the power of the underlying microprocessor, the complexity of the CPU architecture and the application. For instance, an IBM S/370 model 168 will require three to six cycles per S/370 instruction.
Different application types have diverse instruction usages. For instance a computer aided design application will use floating point instructions and a check processing application will use decimal arithmetic. In most applications, there is a similarity in the most popular instructions. These instructions tend to be the simpler functions, such as load, store, branch, compare, integer arithmetic and logic shifting. These same functions are generally available on the microprocessor.
To better exploit the available functions, the primitive instruction set designed for the primitive reduced instruction set machine (PRISM) system can be directly executed by hardware. Every primitive instruction takes exactly one machine cycle. Complex functions are implemented in "microcode" similar to CISC implementations. This means they are implemented by software subroutines executing the primitive instruction set.
In a CISC implementation, the architect decides in advance which functions will be used most frequently. For example the decimal multiply function will reside in control storage while the Interrupt Handlers will be in main memory. With an instruction cache, recent usage dictates which functions will be available quickly.
This approach provides worst case capabilities equivalent to a moderately priced CPU in which the complex instructions have been microprogrammed. However, by choosing the primitive instructions with the compiler in mind, far fewer cycles are actually required.
The information presented above is intended to present the architecture of the RISC processor. For more detailed information other applications and issued patents include:
(1) U.S. Pat. No. 4,589,087 issued May 13, 1986, to M. A. Auslander, J. Crocke, H. T. Hao, P. W. Markstein, and G. Radin for "Condition Register Architecture For A Primitive Instruction Set Machine."
(2) U.S. Pat. No. 4,589,065 issued May 13, 1986, to M. A. Auslander, J. Croke, H. Hao, P. W. Markstein and G. Radin for "Mechanism for Implementing One Machine Cycle Executable Trap Instructions in a Primitive Instruction Set Computing System."
(3) U.S. patent application Ser. No. 509,734, now abandoned entitled "Mechanism for Implementing One Machine Cycle Executable Branch-On-Bit-In-Any-Register Instructions in a Primitive Instruction Set Computing System," by M. A. Auslander, H. Hao, P. W. Markstein, G. Radin and W. S. Woreley.
(4) U.S. Pat. No. 4,569,016 issued Feb. 4, 1986, to H. Hao, P.W. Markstein and G. Radin for "Mechanism for Implementing One Machine Cycle Executable Mask and Rotate Instructions in a Primitive Instruction Set Computing System."
(5) U.S. patent application Ser. No. 566,925, entitled "Internal Bus Architecture for a Primitive Instruction Set Machine," by J. Cocke, D. Fiske, L. Pereira and G. Radin.
2. Description of the Prior Art
The technology of the RISC computer is presented in two articles. These are:
(1) "The 801 Minicomputer," by George Radin, published in ACM SIGPLAN NOTICES, Vol. 17, No. 4, Apr. 1982, pages 39-47.
(2) "RISC 1: a Reduced Instruction Set VLSI Computer," in the IEEE 8th Annual Symposium on Architecture Conference Proceedings of May 12-14, 1981, pages 443-449.
The RISC computer is an instruction driven digital computer. This type of computer manipulates data to a user's specification. The user's specifications are organized into a program consisting of groups of the instructions.
The program is processed by a compiler to create an object deck. The object deck is linked with a set of other object decks to create an executable module that is in machine language. Machine language is the information that the particular hardware recognizes as instructions for it to execute.
The earliest compilers were principally interested in translating the language that the user developed the application in into machine language. As compilers became more sophisticated, they began to use optimization techniques to allow programs to execute more efficiently and faster. As optimization techniques became more refined, they began to take the target architecture into account more.
Until the RISC computer, there was always one drawback to compilers. The machine architecture was designed to optimize machine language instructions. With the advent of the RISC machine, the compiler was taken into account as the machine was designed. The RISC machine runs optimally with compiled procedures. The instructions that are generated by the compiler are designed to be executed sequentially, one or more at a time, to carry out the operation the user defined.
A typical data flow in a RISC processor consists of two fundamental execution units, the Arithmetic/Logical Unit (ALU) and the Rotate (shift) Unit. Instructions are executed sequentially by sharing output ports and using one of the units at a time. Most instructions only use one of the execution units.
Some RISC systems have branch prediction capability. In a branch prediction system, an instruction is fetched from storage and predecoded to look for branch instructions. If the instruction is a branch, the branch is processed. If not, the instruction is sent on to the processor. The processor never sees a branch instruction.
It is known that high performance can be achieved by duplicating computational units each performing identical operations in synchronism. This art is primarily used in scientific vector processors and is very costly. The principles and methods of such art are taught, for example, in U.S. Pat. No. 3,346,851 to James E. Thornton and Seymour R. Cray.
It is further known that some functional units of work can be separated into independent, distinct units to permit different operations to be performed on the same information at the same time. This is important because many operations lend themselves to specialization such as checks and comparisons on work in progress. By dividing out this work, it is possible to perform these specialized operations at the same time as other operations are occurring and avoid impacting the performance of the processor by carrying these operations out at another time. This art is presented more completely in U.S. Pat. No. 3,969,702 to Giancarlo Tessera.
It is also known that an instruction pipeline can be employed to process instructions in a time-offset between instructions. The offset is an integral multiple of the cycle time of the functional units which execute the instructions. The offset is matched to instructions that use two storage accesses per execution and each access requires one cycle. This art is presented more completely in U.S. Pat. No. 3,840,861 to Gene M. Amdahl, Glen D. Grant and Robert M. Maier.
A number of instruction processing techniques are known in prior art systems; however, there is a need for the improvement of the cost/performance ratio for RISC processor systems.
It is therefore an object of the present invention to provide a cost effective technique for increasing the processor performance of a RISC processor.
It is a further object of the invention to provide an improved RISC computer which is capable of executing instructions at twice the speed of known RISC computers.
It is another object of this invention to provide a novel RISC architecture that substantially increases the speed of operation yet requires little additional chip real estate.
According to the invention, these objects are accomplished by providing an improved RISC processor which is characterized by the feature of separating the instructions into two major classes of instructions and performing two instructions (one of each class) at a time. The RISC processor is divided into two execution units capable of executing a subset of the total instruction set. The total instruction load can be divided into classes of instructions that will execute on one of the two execution units. A particular advantage of the RISC architecture is that most instructions execute in one cycle. The invention provides the necessary hardware organization to allow instructions to be distributed between each of the two execution units. The execution units execute simultaneously. The hardware organization comprises an instruction buffer, control read only storage and control registers and instruction execution apparatus. The instruction execution apparatus comprises a register file having inputs and outputs, staging registers, a first and second execution unit and output registers. The first execution unit comprises an arithmetic logic unit and the second execution unit comprises a rotator and mask generator.
The processor pipeline starts with the decoding of the instruction. During the instruction decode cycle, the register file is accessed and the fetched operands are latched at staging registers in parallel with the decoding of the instruction by the two control ROSs and latching of instruction information into the two sets of the control registers. Next, the staging registers feed into one of the two execution units. The results of the execution are written into the register file in the put away stage of the pipeline. The control ROS and registers are divided into two sets. Each set services one of the execution units. During the instruction decode phase, the particular set of control ROS and registers are chosen on the basis of which execution unit executes the particular instruction class the instruction represents. If the register file can be accessed twice per cycle, no additional output ports will be necessary; otherwise, additional output ports and an input port would be necessary to service the parallel execution of the two execution units.
Additional arithmetic function units such as multipliers and dividers and an additional ALU can be added to either of the execution units to distribute the work load more evenly. Address calculation can be off-loaded from the ALU and further equalize the distribution of the workload by adding an additional adder to one of the execution units. A compiler designed to distribute the instruction execution between the two execution units evenly can also help to achieve significant increases in processor speed.
The invention is characterized by the low cost, simplicity of design and the minimization of additional hardware necessary to achieve the increase in processor speed.
The foregoing and other objects, aspects and advantages of the invention will be better understood from the following detailed description of a preferred embodiment of the invention with reference to the drawings, in which:
FIG. 1 is a block diagram of a sequentially operated RISC processor and represents prior art;
FIG. 2 is a block diagram of a parallel operated RISC processor, and the first embodiment of the invention;
FIG. 3 is a block diagram of a parallel operated RISC processor, and the first embodiment with an additional multiplier and divider;
FIG. 4 is a block diagram of a sequentially operated RISC processor with address generation performed at decode cycle and represents prior art;
FIG. 5 is a block diagram of a parallel operated RISC processor, and the second embodiment of the invention;
FIG. 6 is a block diagram of a parallel operated RISC processor, and the second embodiment of the invention with the register file accessed twice in one cycle; and
FIG. 7 is a block diagram of a parallel operated RISC processor, and the third embodiment of the invention.
In the several figures of the drawings, like reference numerals indicate identical or functionally similar elements. Referring now to the drawings, and more particularly to FIG. 1, there is depicted a diagram for a RISC sequentially operated processor. This processor is deemed prior art as described in the background of the invention. The decoding flow of an instruction is shown on the left while the instruction execution is depicted on the right. The instruction flows from the instruction buffer 10 to the control Read Only Storage (ROS) 12 to the control registers 14. As will be apparent to those skilled in the art, the address of the particular general purpose register in which the various operands are to be stored or from which they are to be fetched are specified in the various fields of the instruction buffer 10.
The basic CPU includes an input port 15 for data to flow from memory into the five port general purpose register file 16 containing thirty-two individual registers in this example. As one of ordinary skill in the art would recognize, the register file could contain various combinations of registers and ports and still accommodate this approach. The second input port 17 contains the results of the instruction from one of the two execution units. The two basic execution units are responsible for carrying out the instructions of the processor including adds, multiplies, divides, rotates, loads and stores. In FIG. 1, the execution units are divided into two functional units. Execution unit I contains the ALU 24, while execution unit II contains the rotator 26. The two input ports 15 and 17 to the register file 16 indicate the particular instruction designated operands set forth in the instruction. Most instructions use only one of the two execution units. That means that one of the two execution units is idle while the other is executing.
The processor pipeline starts with the decoding of the instruction. During the instruction decode cycle, the register file is accessed and the fetched operands are latched at staging registers 18, 20 and 22 in parallel with the decoding of the instruction by the control ROS 12 and latching up the instruction information in the control registers 14. At the next pipeline stage execute cycle, registers 18, 20 and 22 feed into one of the two execution units. The result of the execution is latched in the output register 36. In the following cycle, the register information is written into the register file 16 in the put away stage of the pipeline.
Instruction information flows from the register file 16 through the output ports 19, 21 and 23, respectively, to the staging registers 18, 20, and 22. Staging registers 18 and 20 pass information to the formatters 32 and 33. The formatters are responsible for padding with zeros or ones to prepare for arithmetic or logic executions. The formatters 32 and 33 feed into the Arithmetic and Logic Unit (ALU) 24, which performs two operand instructions and supplies the results to the multiplexer 25. The rotator 26 in combination with the mask generator 31 and the mask logic 34 performs a one-machine cycle executable mask and rotate operation set forth in more detail in U.S. Pat. No. 4,569,016 and supplies its results to the multiplexer 25. The mask generator 31 is responsible for generating the masks for control of the output from the rotator 26 flowing into the merge logic 34. The merge logic 34 uses the output from staging register 18 to control the instruction that the merge logic 34 will perform. For example, if the output from staging register 18 specifies a rotate then mask insert (RMI) instruction, the contents of register 22 are rotated left the number of positions specified by bits 27-31 of register 20. The shifted data is output to the multiplexer 25 under the control of the mask generator 31 by the mask logic 34. The mask logic 34 first zeros the output register 36 and then checks each bit of the mask and determines if it is a one or zero. If a mask bit is a one, the associated bit of the rotated data (zero or one) will be placed into the output register; if the mask bit is a zero, the associated data bit from the output register will remain unchanged. The multiplexer 25 is responsible for taking the output from the two execution units and storing it in the output register 36 which passes information to the input port 17 of the register file 16.
The instruction buffer 10, the control ROS 12 and the control registers 14 are common to all of the figures. The inputs 15 and 17 and outputs 19, 21 and 23 of the register file 16 are also common to all of the figures. The staging registers 18, 20 and 22 are used in all the figures. Execution unit I will contain the formatters 32 and 33, and the ALU 24 in all the figures. Execution unit II will contain the mask generator 31, the mask logic 34 and the rotator 26 in all of the figures.
The first embodiment of the invention is presented in FIG. 2. The decoding of an instruction is shown on the left. The instruction flows from the instruction buffer 10 through the two multiplexers 64 and 65 to the two control ROSs 40 and 42 to the control registers 44 and 46. The addition of the two multiplexers 64 and 65 between the instruction buffer 10 and the two control ROSs 40 and 42 makes it possible to pass instruction information to the two execution units simultaneously. On the basis of the instruction, the instruction information is obtained from one or the other control ROS.
The instruction processing has an expanded eight port register file 48 which replaces the five port register file shown in FIG. 1. The additional two output ports 51 and 53 are employed exclusively by execution unit II. Each execution unit has its own input port 17 and 56 to the register file 48. Execution unit I employs input port 17, while execution unit II uses input port 56. The addition of separate output registers 66 and 68 for each execution unit permits the storing of output information before sending it on to the register file input ports 17 and 56, respectively. Moreover, the use of two output registers 66 and 68 provides output of the execution units' results to the register file 48, simultaneously.
The addition of two more output ports and one more input port for the register file 48, provides the processor with the capability of executing ALU and rotate instructions simultaneously, while remaining free of data integrity problems or complex interfaces by sharing the register file. With the code scheduling capability in a compiler, it is possible to minimize the data dependency between two parallel instructions by separating the instructions so that the second of the two parallel instructions does not have the same source register as the destination register of the first instruction. A compiler can also schedule the two categories of instructions to avoid consecutive rotate or ALU instructions. With these hardware and compiler optimizations, the processor performance comparison to the original sequentially operated processor is presented below.
______________________________________ |
PP = OPP - [ % ROT * CPR ] + CONTP, |
______________________________________ |
where: CONTP = |
Contention Penalty |
= Summation (% CONT * CPC) |
= (% CONTA * CPC) + |
(% CONTB * CPC) |
PP = Processor Performance in Number |
Of Cycles Per Instruction |
OPP = Original Processor Performance In |
Number of Cycles Per Instruction |
% ROT = Percentage of Rotate Instructions |
CPR = Number of Cycles Per Rotate |
Instruction |
% CONT = Percentage of Data Dependency and |
Resource Contention |
CPC = Number of Cycle Penalties Per |
Contention |
% CONTA = Percentage of Contention Due to |
Data Dependency between Unit I |
and Unit II |
% CONTB = Percentage of Contention Due to |
Consecutive Instructions in |
Unit II |
______________________________________ |
Some systems have branch prediction capability. These systems have an instruction cache to prefetch instructions and preprocess the branch instructions. In these systems, the processor never executes a branch instruction. This feature provides additional gains in the processor performance for this invention, because now the processor does not have to wait for the branch instruction to be resolved. The instruction after the branch can be executed in parallel with the instruction before the branch instruction. In a system without the branch prediction capability, the branch would have to be resolved before the next instruction could be performed. By freeing the ALU 24 from any involvement in the branch instruction, the ratio between the two execution units will be more balanced leading to less contention for one of the execution units and better performance. Instructions from the instruction buffer 10 will go to two separate control ROSs 40 and 42 immediately, depending on the instruction category, to generate control signals for the two independent execution units. This functionally splits the ROS 12 shown in FIG. 1 into two ROSs 40 and 42 shown in FIGS. 2, 3, 5 and 6, with very little duplication from the instructions that use both of the execution units. Only the opcode inputs to the control ROS 12 are duplicated but not the control registers 14.
The amount of hardware for the control decode section is very similar between the first embodiment of the invention shown in FIG. 2 and the prior art shown in FIG. 1. The data flow remains the same except the register file 48 requires two more output ports 51 and 53 and one more input port 56. These three ports lead to three more buses running across the data flow. However, since the width of the data flow is probably limited by the width of the execution units these three buses would not increase the area of the data flow. A small amount of additional control logic is necessary to handle the data dependency, resource contention and exception conditions.
FIG. 3 is the same as the first preferred embodiment except for the addition of two functional units in execution unit II; the multiplier 60 and the divider 62. The output ports 51 and 53 which flow into staging registers 50 and 52 are used as inputs to the multiplier 60 and the divider 62, and an additional multiplexer 63 accommodates the outputs from the mask logic, the multiplier and the divider and stores the output in the output register 68. Functional units such as a multiplier 60 or a divider 62 are grouped into the execution unit with the lowest percentage of instructions as depicted in FIG. 3. This will balance the ratio between the two units and improve the processor performance.
The special situations for the first embodiment of the invention shown in FIGS. 2 and 3 are summarized below:
(1) The second of two parallel instructions needs the results of the first one.
(2) Two parallel instructions belong to the same instruction category.
(3) One of the parallel instructions takes more cycles than the other. In this case the faster unit has to wait for the slower one so that the instructions are executed in sequence.
(4) One of the parallel instructions needs both execution units; i.e., Rotate and Store.
(5) Logic is needed to keep two parallel instructions from executing out of sequence; ie., two parallel instructions have the same destination register so one has to be cancelled, or if one of the parallel instructions causes an exception interrupt, the other one has to be completed or aborted before the exception processing commences.
The first condition can be eliminated by the compiler code scheduling. The compiler can also interleave rotate and ALU instructions to minimize contention. The third and fourth condition does not happen often because a RISC processor has primitive instructions, and very few instructions require more than one cycle. Those that do are very rarely used. The exception condition mentioned as the fifth problem is a slight increase to the exception handling hardware in the prior art.
The only increase for the first embodiment is the three extra ports in the register file. This will only increase the register file size by about one-half the original register file size which is about 5 to 8% of the total chip size. The register file can be designed for two accesses during one cycle. This design allows the register file size to remain constant. The only additional increase to the hardware are the three extra buses on top of the data flow.
FIG. 4 is a prior art depiction of a sequentially operated processor with address generation at decode cycle. The hardware is the same as FIG. 1 with the exception that the output of an Instruction Address Register (IAR) 70 is multiplexed via a multiplexer 84 with the output port 19 of the register file 16 to form one of the two operand inputs to an adder 78. Multiplexer 82 is used to multiplex the information from the instruction buffer 10 or the output port 21 of the register file 16 for the other operand input to the adder 78. The adder 78 calculates the new address without ALU interruption. The new address is stored in address register 86.
In FIG. 5, the second embodiment of the invention is presented. The difference between the first embodiment shown in FIG. 2 or 3 and the second embodiment is the incorporation of the adder 78 presented in FIG. 4. The adder 78 receives operand inputs from the register file 48 output ports 51 and 53 via the staging registers 50 and 52. The adder 78 outputs its result to multiplexer 70 which multiplexes the outputs of the mask logic 34, the multiplier 60 and the divider 62 with the output from the adder 78 for storage into the output register 68. The extra adder 78 is used to do address calculation in order to speed up the load, store and branch instructions and is grouped in with the rotator 26 in execution unit II to balance the instruction mix of the execution units. Execution unit II is responsible for handling all the rotate, shift, load, store, multiply, divide and address calculation instructions. Execution unit I will handle all the arithmetic and logical computations. The RISC average instruction mix comprises 54% register to register transfer, 20% load, 10% store and 16% branch instructions. Within the register-to-register transfer instructions, 5 to 10% are rotate/shift instructions. By segmenting the arithmetic and logic instructions, a better balancing of the workload is achieved. With code scheduling performed by the compiler to interleave these two categories of instructions, the data dependency and resource contention between the two units can be eliminated. The only major performance degradation is from multiple cycle instructions which are virtually non-existent in a RISC processor. The formula presented below represents the processor performance comparison of the second embodiment shown in FIG. 5 to the original sequentially operated processor of the prior art shown in FIG. 4.
______________________________________ |
PP = 2 * OPP - Summation (% MCI * CPMCI)i - CONTP |
______________________________________ |
Where: CONTP = |
Contention Penalty |
= Summation (% CONTA * CPC) + |
(% CONTB * CPC) + |
(% CONTC * CPC) |
% MCI = Percentage of Multiple Cycle |
Instruction i |
CPMCI = Number of Cycle per Multiple |
Cycle Instruction i |
% CONTA = Percentage of Contention Due to |
Data Dependency between Unit I |
and Unit II |
% CONTB = Percentage of Contention Due to |
Consecutive Instructions in |
Unit I |
% CONTC = Percentage of Contention Due to |
Consecutive Instructions in |
Unit II |
______________________________________ |
The control section will be similar to the first embodiment of the invention, except the control ROSs 40 and 42 will have to be repartitioned according to the two instruction categories for the second embodiment of the invention. Except for the additional adder 78, the hardware increase will be identical to the first embodiment.
FIG. 6 is an example of a parallel operated processor with a register file designed for two accesses per cycle. FIG. 6 is identical to FIG. 5 except for the addition of two latches 110 and 112 which control the first register file access, the addition of a multiplexer 25 to accept the output registers 66 and 68 of the two execution units and the use of the original five port register file 16. The latches 110 and 112 are located on the output ports 19 and 21 just above the staging registers 18 and 20. The latches are triggered by each half of the clock cycle. In the first half of the clock cycle, the output ports 19 and 21 flow to latches 110 and 112. In the second half of the clock cycle, the output ports 19 and 21 flow to the staging registers 50 and 52 and the output register 68 flows through the multiplexer 25 and into the input port 17 of the register file 16. Also in the second half of the clock cycle, the latches 110 and 112 flow to the staging registers 18 and 20 and the output register 66 flows through the multiplexer 25 and into the input port 17 of the register file 16. This allows parallel processing of the two execution units without the addition of two more output ports and one more input port.
FIG. 7 represents the third embodiment of the invention. The third embodiment is the same as the first embodiment except that an additional ALU 90 has been added, with the accompanying formatters 100 and 102, to the execution unit II. The register file 48 output ports 51 and 53 feed the staging registers 50 and 52 which flow into the formatters 100 and 102 that provide inputs to the ALU 90. The output of the second ALU 90 is multiplexed in a similar fashion as the output of the adder 78 of FIGS. 5 and 6. The output of the second ALU 90 is multiplexed with the output of the mask logic 34, the multiplier 60 and the divider 62 into the multiplexer 70 which flows into the output register 68.
The third embodiment can be employed as depicted in FIG. 7, to decrease the burden on the compiler to perform code scheduling and increased balancing of the instruction load. The control ROS 40 is identical to the original control ROS 12. The control ROS 42 has ALU instruction capability only.
The drawback to this approach is the additional hardware expense of the extra ALU and extra control ROS 42 in order to execute ALU instructions in both execution units. The advantage is the reduction in the complexity of the compiler.
While the invention has been described in terms of certain preferred embodiments, those skilled in the art will recognize that the invention can be practiced with modification and alteration within the spirit and scope of the appended claims.
Patent | Priority | Assignee | Title |
10061582, | Oct 20 1999 | LIBERTY PATENTS LLC | Method for increasing the speed of speculative execution |
4942525, | Nov 21 1986 | HITACHI, LTD , A CORP OF JAPAN | Data processor for concurrent executing of instructions by plural execution units |
4967339, | Apr 10 1987 | HITACHI, LTD , A CORP OF JAPAN; HITACHI ENGINEERING CO , LTD , A CORP OF JAPAN | Operation control apparatus for a processor having a plurality of arithmetic devices |
4974146, | May 06 1988 | Science Applications International Corporation | Array processor |
4991078, | Sep 29 1987 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Apparatus and method for a pipelined central processing unit in a data processing system |
5109524, | Aug 02 1985 | ADELANTE TECHNOLOGIES B V | Digital processor with a four part data register for storing data before and after data conversion and data calculations |
5125092, | Jan 09 1989 | International Business Machines Corporation; INTERNATIONAL BUSINESS MACHINES CORPORATION, A NY CORP | Method and apparatus for providing multiple condition code fields to to allow pipelined instructions contention free access to separate condition codes |
5131086, | Aug 25 1988 | Edgcore Technology, Inc. | Method and system for executing pipelined three operand construct |
5179685, | Jul 01 1988 | Hitachi, Ltd. | Information processing apparatus |
5179691, | Apr 12 1989 | Unisys Corporation | N-byte stack-oriented CPU using a byte-selecting control for enhancing a dual-operation with an M-byte instruction word user program where M |
5197138, | Dec 26 1989 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | Reporting delayed coprocessor exceptions to code threads having caused the exceptions by saving and restoring exception state during code thread switching |
5201056, | May 02 1990 | Freescale Semiconductor, Inc | RISC microprocessor architecture with multi-bit tag extended instructions for selectively attaching tag from either instruction or input data to arithmetic operation output |
5203002, | Dec 27 1989 | System with a multiport memory and N processing units for concurrently/individually executing 2N-multi-instruction-words at first/second transitions of a single clock cycle | |
5214763, | May 10 1990 | International Business Machines Corporation; INTERNATIONAL BUSINESS MACHINES CORPORATION, A CORP OF NEW YORK | Digital computer system capable of processing two or more instructions in parallel and having a coche and instruction compounding mechanism |
5214786, | Apr 14 1986 | Hitachi, Ltd. | RISC system performing calls and returns without saving or restoring window pointers and delaying saving until multi-register areas are filled |
5226166, | Feb 10 1989 | BETZDEARBORN PAPER PROCESS GROUP, INC | Parallel operation processor with second command unit |
5269007, | Nov 08 1989 | Hitachi, Ltd. | RISC system capable of simultaneously executing data interlocked shift and arithmetic/logic instructions in one clock cycle by bypassing register |
5287467, | Apr 18 1991 | International Business Machines Corporation | Pipeline for removing and concurrently executing two or more branch instructions in synchronization with other instructions executing in the execution unit |
5293499, | Dec 29 1989 | Sun Microsystems, Inc. | Apparatus for executing a RISC store and RI instruction pair in two clock cycles |
5293500, | Feb 10 1989 | Mitsubishi Denki K.K. | Parallel processing method and apparatus |
5297281, | Apr 24 1989 | International Business Machines Corporation | Multiple sequence processor system |
5323403, | Aug 31 1990 | International Business Machines Corporation | Method and apparatus for maximizing process throughput |
5333297, | Nov 09 1989 | International Business Machines Corporation | Multiprocessor system having multiple classes of instructions for purposes of mutual interruptibility |
5367648, | Feb 20 1991 | International Business Machines Corporation | General purpose memory access scheme using register-indirect mode |
5367694, | Aug 31 1990 | Kabushiki Kaisha Toshiba | RISC processor having a cross-bar switch |
5371864, | Apr 09 1992 | International Business Machines Corporation; INTERNATIONAL BUSINESS MACHINES CORPORATION A CORPORATION OF NEW YORK | Apparatus for concurrent multiple instruction decode in variable length instruction set computer |
5386580, | Jan 21 1991 | Renesas Electronics Corporation | Data processor |
5404551, | Nov 20 1990 | Fujitsu Limited | Parallel processor which processes instructions, after a branch instruction, in parallel prior to executing the branch instruction and its parallel processing method |
5440703, | Sep 20 1993 | International Business Machines Corporation | System and method for saving state information in a multi-execution unit processor when interruptable instructions are identified |
5450605, | Feb 06 1992 | Intel Corporation | Boundary markers for indicating the boundary of a variable length instruction to facilitate parallel processing of sequential instructions |
5452401, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
5452456, | Dec 18 1992 | Apple Inc | Apparatus for executing a plurality of program segments having different object code types in a single program or processor environment |
5459843, | Nov 26 1991 | International Business Machines Corporation | RISC-type pipeline processor having N slower execution units operating in parallel interleaved and phase offset manner with a faster fetch unit and a faster decoder |
5475824, | Jan 23 1992 | Intel Corporation | Microprocessor with apparatus for parallel execution of instructions |
5479622, | Dec 19 1991 | International Business Machines Corporation | Single cycle dispatch delay in a multiple instruction dispatch mechanism of a data processing system |
5481751, | May 29 1990 | National Semiconductor Corporation | Apparatus and method for storing partially-decoded instructions in the instruction cache of a CPU having multiple execution units |
5485629, | Jan 22 1993 | Intel Corporation | Method and apparatus for executing control flow instructions in a control flow pipeline in parallel with arithmetic instructions being executed in arithmetic pipelines |
5522052, | Jul 04 1991 | Matsushita Electric Industrial Co. Ltd. | Pipeline processor for processing instructions having a data dependence relationship |
5535405, | Dec 23 1993 | Unisys Corporation | Microsequencer bus controller system |
5539911, | Jul 08 1991 | SEIKO EPSON CORPORATION, A CORP OF JAPAN | High-performance, superscalar-based computer system with out-of-order instruction execution |
5548737, | Jul 10 1991 | International Business Machines Corporation | Dynamic load balancing for a multiprocessor pipeline by sorting instructions based on predetermined execution time |
5560039, | Feb 25 1993 | Intel Corporation | Apparatus and method for a four address arithmetic unit |
5586276, | Feb 06 1992 | Intel Corporation | End bit markers for indicating the end of a variable length instruction to facilitate parallel processing of sequential instructions |
5590348, | Jul 28 1992 | International Business Machines Corporation | Status predictor for combined shifter-rotate/merge unit |
5613080, | Sep 20 1993 | International Business Machines Corporation | Multiple execution unit dispatch with instruction shifting between first and second instruction buffers based upon data dependency |
5613152, | Oct 19 1992 | U.S. Philips Corporation | Data processor with operation units executing dyadic and monadic operations sharing groups of register files with one of the units exclusively accessing one of the register files |
5617549, | Oct 06 1992 | HEWLETT-PACKARD DEVELOPMENT COMPANY, L P | System and method for selecting and buffering even and odd instructions for simultaneous execution in a computer |
5655124, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
5659722, | Apr 28 1994 | IBM Corporation | Multiple condition code branching system in a multi-processor environment |
5671382, | Nov 21 1986 | Hitachi, Ltd. | Information processing system and information processing method for executing instructions in parallel |
5675777, | Jan 29 1990 | SERENITY SYSTEMS, LLC | Architecture for minimal instruction set computing system |
5713012, | Jan 20 1993 | Hitachi, Ltd. | Microprocessor |
5717908, | Feb 25 1993 | Intel Corporation | Pattern recognition system using a four address arithmetic logic unit |
5729482, | Oct 31 1995 | AVAGO TECHNOLOGIES GENERAL IP SINGAPORE PTE LTD | Microprocessor shifter using rotation and masking operations |
5758116, | Sep 30 1994 | Intel Corporation | Instruction length decoder for generating output length indicia to identity boundaries between variable length instructions |
5787297, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
5805850, | Jan 30 1997 | International Business Machines Corporation | Very long instruction word (VLIW) computer having efficient instruction code format |
5825921, | Mar 19 1993 | Intel Corporation | Memory transfer apparatus and method useful within a pattern recognition system |
5881312, | Mar 19 1993 | Intel Corporation | Memory transfer apparatus and method useful within a pattern recognition system |
5890009, | Dec 12 1996 | International Business Machines Corporation | VLIW architecture and method for expanding a parcel |
5900025, | Sep 12 1995 | LSI Logic Corporation | Processor having a hierarchical control register file and methods for operating the same |
5922068, | Nov 21 1986 | Hitachi Ltd. | Information processing system and information processing method for executing instructions in parallel |
5961629, | Jul 08 1991 | Seiko Epson Corporation | High performance, superscalar-based computer system with out-of-order instruction execution |
5966529, | May 15 1995 | LSI Logic Corporation | Processor having auxiliary operand register file and complementary arrangements for non-disruptively performing adjunct execution |
5983334, | Mar 31 1992 | Intellectual Venture Funding LLC | Superscalar microprocessor for out-of-order and concurrently executing at least two RISC instructions translating from in-order CISC instructions |
6038654, | Jul 08 1991 | Seiko Epson Corporation | High performance, superscalar-based computer system with out-of-order instruction execution |
6081880, | Mar 09 1995 | LSI Logic Corporation | Processor having a scalable, uni/multi-dimensional, and virtually/physically addressed operand register file |
6085310, | Mar 15 1996 | Round Rock Research, LLC | Method and apparatus for performing an operation multiple times in response to a single instruction |
6092181, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6101594, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6128723, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6134648, | Mar 15 1996 | Round Rock Research, LLC | Method and apparatus for performing an operation mulitiple times in response to a single instruction |
6183141, | Feb 23 1995 | Fahrenheit Thermoscope LLC; Fahrenheit Thermoscope, LLC | Minimizing program code storage for performing regular and repetitive operations in a programmable processor |
6230254, | Sep 29 1992 | Seiko Epson Corporation | System and method for handling load and/or store operators in a superscalar microprocessor |
6256658, | Dec 18 1992 | Apple Computer, Inc. | Apparatus for executing a plurality of program segments having different object code types in a single program or processor environment |
6256720, | Jul 08 1991 | Seiko Epson Corporation | High performance, superscalar-based computer system with out-of-order instruction execution |
6256743, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
6263423, | Mar 31 1992 | Intellectual Venture Funding LLC | System and method for translating non-native instructions to native instructions for processing on a host processor |
6272619, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6353841, | Dec 17 1997 | MATSUSHITA ELECTRIC INDUSTRIAL CO , LTD | Reconfigurable processor devices |
6430693, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
6434693, | Sep 29 1992 | Seiko Epson Corporation | System and method for handling load and/or store operations in a superscalar microprocessor |
6523107, | Dec 17 1997 | MATSUSHITA ELECTRIC INDUSTRIAL CO , LTD | Method and apparatus for providing instruction streams to a processing device |
6542394, | Jan 29 1997 | MATSUSHITA ELECTRIC INDUSTRIAL CO , LTD | Field programmable processor arrays |
6546479, | Feb 10 1998 | HANGER SOLUTIONS, LLC | Reduced instruction fetch latency in a system including a pipelined processor |
6567834, | Dec 17 1997 | MATSUSHITA ELECTRIC INDUSTRIAL CO , LTD | Implementation of multipliers in programmable arrays |
6587952, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
6647485, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6735685, | Sep 29 1992 | Seiko Epson Corporation | System and method for handling load and/or store operations in a superscalar microprocessor |
6772398, | Jun 15 2001 | Cadence Design Systems, INC | Reducing datapath widths responsively to upper bound on information content |
6772399, | Jun 15 2001 | Cadence Design Systems, INC | Enhancing mergeability of datapaths and reducing datapath widths responsively to required precision |
6785761, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
6807651, | Jun 15 2001 | Cadence Design Systems, INC | Procedure for optimizing mergeability and datapath widths of data flow graphs |
6820188, | Dec 17 1997 | MATSUSHITA ELECTRIC INDUSTRIAL CO , LTD | Method and apparatus for varying instruction streams provided to a processing device using masks |
6823355, | May 31 2000 | International Business Machines Corporation | Synchronous replication of transactions in a distributed system |
6832357, | Jun 15 2001 | Cadence Design Systems, INC | Reducing datapath widths by rebalancing data flow topology |
6915412, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6934829, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6941447, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6948052, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6954847, | Mar 31 1992 | Intellectual Venture Funding LLC | System and method for translating non-native instructions to native instructions for processing on a host processor |
6957320, | Sep 29 1992 | Seiko Epson Corporation | System and method for handling load and/or store operations in a superscalar microprocessor |
6959375, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
6965987, | Sep 29 1992 | Seiko Epson Corporation | System and method for handling load and/or store operations in a superscalar microprocessor |
6986024, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
7082517, | May 12 2003 | International Business Machines Corporation | Superscalar microprocessor having multi-pipe dispatch and execution unit |
7082543, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
7162610, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
7343473, | Mar 31 1992 | Intellectual Venture Funding LLC | System and method for translating non-native instructions to native instructions for processing on a host processor |
7401205, | Aug 13 1999 | ARM Finance Overseas Limited | High performance RISC instruction set digital signal processor having circular buffer and looping controls |
7447876, | Sep 29 1992 | Seiko Epson Corporation | System and method for handling load and/or store operations in a superscalar microprocessor |
7487333, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
7506185, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
7516305, | May 01 1992 | SAMSUNG ELECTRONICS CO , LTD | System and method for retiring approximately simultaneously a group of instructions in a superscalar microprocessor |
7523296, | May 01 1992 | SAMSUNG ELECTRONICS CO , LTD | System and method for handling exceptions and branch mispredictions in a superscalar microprocessor |
7558945, | Dec 31 1992 | SAMSUNG ELECTRONICS CO , LTD | System and method for register renaming |
7664935, | Mar 31 1992 | Intellectual Venture Funding LLC | System and method for translating non-native instructions to native instructions for processing on a host processor |
7685402, | Jul 08 1991 | HANGER SOLUTIONS, LLC | RISC microprocessor architecture implementing multiple typed register sets |
7721070, | Jul 08 1991 | High-performance, superscalar-based computer system with out-of-order instruction execution | |
7739482, | Jul 08 1991 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
7802074, | Mar 31 1992 | HANGER SOLUTIONS, LLC | Superscalar RISC instruction scheduling |
7844797, | Sep 29 1992 | Seiko Epson Corporation | System and method for handling load and/or store operations in a superscalar microprocessor |
7861069, | Sep 29 1992 | Seiko-Epson Corporation | System and method for handling load and/or store operations in a superscalar microprocessor |
7882380, | Apr 20 2006 | Nvidia Corporation | Work based clock management for display sub-system |
7934078, | May 01 1992 | SAMSUNG ELECTRONICS CO , LTD | System and method for retiring approximately simultaneously a group of instructions in a superscalar microprocessor |
7937606, | May 18 2006 | Nvidia Corporation | Shadow unit for shadowing circuit status |
7941636, | Jul 08 1991 | HANGER SOLUTIONS, LLC | RISC microprocessor architecture implementing multiple typed register sets |
7958337, | May 01 1992 | SAMSUNG ELECTRONICS CO , LTD | System and method for retiring approximately simultaneously a group of instructions in a superscalar microprocessor |
7979678, | Dec 31 1992 | SAMSUNG ELECTRONICS CO , LTD | System and method for register renaming |
8019975, | Sep 29 1992 | Seiko-Epson Corporation | System and method for handling load and/or store operations in a superscalar microprocessor |
8074052, | Dec 31 1992 | SAMSUNG ELECTRONICS CO , LTD | System and method for assigning tags to control instruction processing in a superscalar processor |
8117468, | Mar 31 1992 | SAMSUNG ELECTRONICS CO , LTD | Selective power-down for high performance CPU/system |
8209517, | Jun 14 1999 | Intellectual Ventures Holding 81 LLC | Method and apparatus for enhancing scheduling in an advanced microprocessor |
8650555, | Oct 20 1999 | LIBERTY PATENTS LLC | Method for increasing the speed of speculative execution |
9081563, | Jun 14 1999 | Intellectual Ventures Holding 81 LLC | Method and apparatus for enhancing scheduling in an advanced microprocessor |
Patent | Priority | Assignee | Title |
3886523, | |||
4393468, | Mar 26 1981 | Advanced Micro Devices, Inc. | Bit slice microprogrammable processor for signal processing applications |
4476525, | Aug 28 1980 | NEC Corporation | Pipeline-controlled data processing system capable of performing a plurality of instructions simultaneously |
4569016, | Jun 30 1983 | INTERNATIONAL BUSINESS MACHINES CORPORATION, ARMONK, NY A CORP | Mechanism for implementing one machine cycle executable mask and rotate instructions in a primitive instruction set computing system |
4589065, | Jun 30 1983 | INTERNATIONAL BUSINESS MACHINES CORPORATION, A CORP OF NY | Mechanism for implementing one machine cycle executable trap instructions in a primitive instruction set computing system |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Aug 14 1986 | CHUANG, CHIAO-MEI | INTERNATIONAL BUSINESS MACHINES CORPORATION, A CORP OF NEW YORK | ASSIGNMENT OF ASSIGNORS INTEREST | 004603 | /0549 | |
Aug 18 1986 | International Business Machines Corp. | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Oct 23 1991 | M173: Payment of Maintenance Fee, 4th Year, PL 97-247. |
Jan 02 1996 | M184: Payment of Maintenance Fee, 8th Year, Large Entity. |
Mar 14 2000 | REM: Maintenance Fee Reminder Mailed. |
Aug 20 2000 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Aug 23 1991 | 4 years fee payment window open |
Feb 23 1992 | 6 months grace period start (w surcharge) |
Aug 23 1992 | patent expiry (for year 4) |
Aug 23 1994 | 2 years to revive unintentionally abandoned end. (for year 4) |
Aug 23 1995 | 8 years fee payment window open |
Feb 23 1996 | 6 months grace period start (w surcharge) |
Aug 23 1996 | patent expiry (for year 8) |
Aug 23 1998 | 2 years to revive unintentionally abandoned end. (for year 8) |
Aug 23 1999 | 12 years fee payment window open |
Feb 23 2000 | 6 months grace period start (w surcharge) |
Aug 23 2000 | patent expiry (for year 12) |
Aug 23 2002 | 2 years to revive unintentionally abandoned end. (for year 12) |