1. Field of the Invention
The present invention relates generally to microprocessors, and more specifically to a RISC microprocessor having plural, symmetrical sets of registers.
2. Background
In addition to the usual complement of main memory storage and secondary permanent storage, a microprocessor-based computer system typically also includes one or more general purpose data registers, one or more address registers, and one or more status flags. Previous systems have included integer registers for holding integer data and floating point registers for holding floating point data. Typically, the status flags are used for indicating certain conditions resulting from the most recently executed operation. There generally are status flags for indicating whether, in the previous operation: a carry occurred, a negative number resulted, and/or a zero resulted.
These flags prove useful in determining the outcome of conditional branching within the flow of program control. For example, if it is desired to compare a first number to a second number and upon the conditions that the two are equal, to branch to a given subroutine, the microprocessor may compare the two numbers by subtracting one from the other, and setting or clearing the appropriate condition flags. The numerical value of the result of the subtraction need not be stored. A conditional branch instruction may then be executed, conditioned upon the status of the zero flag. While being simple to implement, this scheme lacks flexibility and power. Once the comparison has been performed, no further numerical or other operations may be performed before the conditional branch upon the appropriate flag; otherwise, the intervening instructions will overwrite the condition flag values resulting from the comparison, likely causing erroneous branching. The scheme is further complicated by the fact that it may be desirable to form greatly complex tests for branching, rather than the simple equality example given above.
For example, assume that the program should branch to the subroutine only upon the condition that a first number is greater than a second number, and a third number is less than a fourth number, and a fifth number is equal to a sixth number. It would be necessary for previous microprocessors to perform a lengthy series of comparisons heavily interspersed with conditional branches. A particularly undesirable feature of this serial scheme of comparing and branching is observed in any microprocessor having an instruction pipeline.
In a pipelined microprocessor, more than one instruction is being executed at any given time, with the plural instructions being in different stages of execution at any given moment. This provides for vastly improved throughput. A typical pipeline microprocessor may include pipeline stages for: (a) fetching an instruction, (b) decoding the instruction, (c) obtaining the instruction's operands, (d) executing the instruction, and (e) storing the results. The problem arises when a conditional branch instruction is fetched. It may be the case that the conditional branch's condition cannot yet be tested, as the operands may not yet be calculated, if they are to result from operations which are yet in the pipeline. This results in a “pipeline stall,” which dramatically slows down the processor.
Another shortcoming of previous microprocessor-based systems is that they have included only a single set of registers of any given data type. In previous architectures, when an increased number of registers has been desired within a given data type, the solution has been simply to increase the size of the single set of those type of registers. This may result in addressing problems, access conflict problems, and symmetry problems.
On a similar note, previous architectures have restricted each given register set to one respective numerical data type. Various prior systems have allowed general purpose registers to hold either numerical data or address “data,” but the present application will not use the term “data” to include addresses. What is intended may be best understood with reference to two prior systems. The Intel 8085 microprocessor includes a register pair “HL” which can be used to hold either two bytes of numerical data or one two-byte address. The present application's improvement is not directed to that issue. More on point, the Intel 80486 microprocessor includes a set of general purpose integer data registers and a set of floating point registers, with each set being limited to its respective data type, at least for purposes of direct register usage by arithmetic and logic units.
This proves wasteful of the microprocessor's resources, such as the available silicon area, when the microprocessor is performing operations which do not involve both data types. For example, user applications frequently involve exclusively integer operations, and perform no floating point operations whatsoever. When such a user application is run on a previous microprocessor which includes floating point registers (such as the 80486), those floating point registers remain idle during the entire execution.
Another problem with previous microprocessor register set architecture is observed in context switching or state switching between a user application and a higher access privilege level entity such as the operating system kernel. When control within the microprocessor switches context, mode, or state, the operating system kernel or other entity to which control is passed typically does not operate on the same data which the user application has been operating on. Thus, the data registers typically hold data values which are not useful to the new control entity but which must be maintained until the user application is resumed. The kernel must generally have registers for its own use, but typically has no way of knowing which registers are presently in use by the user application. In order to make space for its own data, the kernel must swap out or otherwise store the contents of a predetermined subset of the registers. This results in considerable loss of processing time to overhead, especially if the kernel makes repeated, short-duration assertions of control.
On a related note, in prior microprocessors, when it is required that a “grand scale” context switch be made, it has been necessary for the microprocessor to expend even greater amounts of processing resources, including a generally large number of processing cycles, to save all data and state information before making the switch. When context is switched back, the same performance penalty has previously been paid, to restore the system to its former state. For example, if a microprocessor is executing two user applications, each of which requires the full complement of registers of each data type, and each of which may be in various stages of condition code setting operations or numerical calculations, each switch from one user application to the other necessarily involves swapping or otherwise saving the contents of every data register and state flag in the system. This obviously involves a great deal of operational overhead, resulting in significant performance degradation, particularly if the main or the secondary storage to which the registers must be saved is significantly slower than the microprocessor itself.
Therefore, we have discovered that it is desirable to have an improved microprocessor architecture which allows the various component conditions of a complex condition to be calculated without any intervening conditional branches. We have further discovered that it is desirable that the plural simple conditions be calculable in parallel, to improve throughput of the microprocessor.
We have also discovered that it is desirable to have an architecture which allows multiple register sets within a given data type.
Additionally, we have discovered it to be desirable for a microprocessor's floating point registers to be usable as integer registers, in case the available integer registers are inadequate to optimally to hold the necessary amount of integer data. Notably, we have discovered that it is desirable that such re-typing be completely transparent to the user application.
We have discovered it to be highly desirable to have a microprocessor which provides a dedicated subset of registers which are reserved for use by the kernel in lieu of at least a subset of the user registers, and that this new set of registers should be addressable in exactly the same manner as the register subset which they replace, in order that the kernel may use the same register addressing scheme as user applications. We have further observed that it is desirable that the switch between the two subsets of registers require no microprocessor overhead cycles, in order to maximally utilize the microprocessor's resources.
Also, we have discovered it to be desirable to have a microprocessor architecture which allows for a “grand scale” context switch to be performed with minimal overhead. In this vein, we have discovered that is desirable to have an architecture which allows for plural banks of register sets of each type, such that two or more user applications may be operating in a multi-tasking environment, or other “simultaneous” mode, with each user application having sole access to at least a full bank of registers. It is our discovery that the register addressing scheme should, desirably, not differ between user applications, nor between register banks, to maximize simplicity of the user applications, and that the system should provide hardware support for switching between the register banks so that the user applications need not be aware of which register bank which they are presently using or even of the existence of other register banks or of other user applications.
These and other advantages of our invention will be appreciated with reference to the following description of our invention, the accompanying drawings, and the claims.
I. Register File
In general, the invention may be characterized as a RISC microprocessor having a register file optimally configured for use in the execution of RISC instructions, as opposed to conventional register files which are sufficient for use in the execution of CISC (complex instruction set computing) instructions by CISC processors. By having a specially adapted register file, the execution engine of the microprocessor's IEU achieves greatly improved performance, both in terms of resource utilization and in terms of raw throughput. The general concept is to tune a register set to a RISC instruction, while the specific implementation may involve any of the register sets in the architecture.
A. Register Set A
Register set A 18 includes integer registers 24 (RA[31:0]), each of which is adapted to hold an integer value datum. In one embodiment, each integer may be thirty-two bits wide. The RA[ ] integer registers 24 include a first plurality 26 of integer registers (RA[23:0]) and a second plurality 28 of integer registers (RA[31:24]). The RA[ ] integer registers 24 are each of identical structure, and are each addressable in the same manner, albeit with a unique address within the integer register set 24. For example, a first integer register 30 (RA[0]) is addressable at a zero offset within the integer register set 24.
RA[0] always contains the value zero. It has been observed that user applications and other programs use the constant value zero more than any other constant value. It is, therefore, desirable to have a zero readily available at all times, for clearing, comparing, and other purposes. Another advantage of having a constant, hard-wired value in a given register, regardless of the particular value, is that the given register may be used as the destination of any instruction whose results need not be saved.
Also, this means that the fixed register will never be the cause of a data dependency delay. A data dependency exists when a “slave” instruction requires, for one or more of its operands, the result of a “master” instruction. In a pipelined processor, this may cause pipeline stalls. For example, the master instruction, although occurring earlier in the code sequence than the slave instruction, may take considerably longer to execute. It will be readily appreciated that if a slave “increment and store” instruction operates on the result data of a master “quadruple-word integer divide” instruction, the slave instruction will be fetched, decoded, and awaiting execution many clock cycles before the master instruction has finished execution. However, in certain instances, the numerical result of a master instruction is not needed, and the master instruction is executed for some other purpose only, such as to set condition code flags. If the master instruction's destination is RA[0], the numerical results will be effectively discarded. The data dependency checker (not shown) of the IEU 10 will not cause the slave instruction to be delayed, as the ultimate result of the master instruction—zero—is already known.
The integer register set A 24 also includes a set of shadow registers 32 (RT[31:24]). Each shadow register can hold an integer value, and is, in one embodiment, also thirty-two bits wide. Each shadow register is addressable as an offset in the same manner in which each integer register is addressable.
Finally, the register set A includes an IEU mode integer switch 34. The switch 34, like other such elements, need not have a physical embodiment as a switch, so long as the corresponding logical functionality is provided within the register sets. The IEU mode integer switch 34 is coupled to the first subset 26 of integer registers on line 36, to the second subset of integer registers 28 on line 38, and to the shadow registers 32 on line 40. All accesses to the register set A 18 are made through the IEU mode integer switch 34 on line 42. Any access request to read or write a register in the first subset RA[23:0] is passed automatically through the IEU mode integer switch 34. However, accesses to an integer register with an offset outside the first subset RA[23:0] will be directed either to the second subset RA[31:24] or the shadow registers RT[31:24], depending upon the operational mode of the execution engine 14.
The IEU mode integer switch 34 is responsive to a mode control unit 44 in the execution engine 14. The mode control unit 44 provides pertinent state or mode information about the IEU 10 to the IEU mode integer switch 34 on line 46. When the execution engine performs a context switch such as a transfer to kernel mode, the mode control unit 44 controls the IEU mode integer switch 34 such that any requests to the second subset RA[31:24] are re-directed to the shadow RT[31:24], using the same requested offset within the integer set. Any operating system kernel or other then-executing entity may thus have apparent access to the second subset RA[31:24] without the otherwise-required overhead of swapping the contents of the second subset RA[31:24] out to main memory, or pushing the second subset RA[31:24] onto a stack, or other conventional register-saving technique.
When the execution engine 14 returns to normal user mode and control passes to the originally-executing user application, the mode control unit 44 controls the IEU mode integer switch 34 such that access is again directed to the second subset RA[31:24]. In one embodiment, the mode control unit 44 is responsive to the present state of interrupt enablement in the IEU 10. In one embodiment, the execution engine 14 includes a processor status register (PSR) (not shown), which includes a one-bit flag (PSR[7]) indicating whether interrupts are enabled or disabled. Thus, the line 46 may simply couple the IEU mode integer switch 34 to the interrupts-enabled flag in the PSR. While interrupts are disabled, the IEU 10 maintains access to the integers RA[23:0], in order that it may readily perform analysis of various data of the user application. This may allow improved debugging, error reporting, or system performance analysis.
B. Register Set FB
The re-typable register set FB 20 may be thought of as including floating point registers 48 (RF[31:0]); and/or integer registers 50 (RB[31:0]). When neither data type is implied to the exclusion of the other, this application will use the term RFB[ ]. In one embodiment, the floating point registers RF[ ] occupy the same physical silicon space as the integer registers RB [ ]. In one embodiment, the floating point registers RF[ ] are sixty-four bits wide and the integer registers RB[ ] are thirty-two bits wide. It will be understood that if double-precision floating point numbers are not required, the register set RFB[ ] may advantageously be constructed in a thirty-two-bit width to save the silicon area otherwise required by the extra thirty-two bits of each floating point register.
Each individual register in the register set RFB [ ] may hold either a floating point value or an integer value. The register set RFB[ ] may include optional hardware for preventing accidental access of a floating point value as though it were an integer value, and vice versa. In one embodiment, however, in the interest of simplifying the register set RFB[ ], it is simply left to the software designer to ensure that no erroneous usages of individual registers are made. Thus, the execution engine 14 simply makes an access request on line 52, specifying an offset into the register set RFB[ ], without specifying whether the register at the given offset is intended to be used as a floating point register or an integer register. Within the execution engine 14, various entities may use either the full sixty-four bits provided by the register set RFB[ ], or may use only the low order thirty-two bits, such as in integer operations or single-precision floating point operations.
A first register RFB [0] 51 contains the constant value zero, in a form such that RB[0] is a thirty-two-bit integer zero (0000hex) and RF[0] is a sixty-four-bit floating point zero (00000000hex). This provides the same advantages as described above for RA[0].
C. Register Set C
The register set C 22 includes a plurality of Boolean registers 54 (RC[31:0]). RC[ ] is also known as the “condition status register” (CSR). The Boolean registers RC[ ] are each identical in structure and addressing, albeit that each is individually addressable at a unique address or offset within RC[ ].
In one embodiment, register set C further includes a “previous condition status register” (PCSR) 60, and the register set C also includes a CSR selector unit 62, which is responsive to the mode control unit 44 to select alternatively between the CSR 54 and the PCSR 60. In the one embodiment, the CSR is used when interrupts are enabled, and the PCSR is used when interrupts are disabled. The CSR and PCSR are identical in all other respects. In the one embodiment, when interrupts are set to be disabled, the CSR selector unit 62 pushes the contents of the CSR into the PCSR, overwriting the former contents of the PCSR, and when interrupts are re-enabled, the CSR selector unit 62 pops the contents of the PCSR back into the CSR. In other embodiments it may be desirable to merely alternate access between the CSR and the PCSR, as is done with RA[31:24] and RT[31:24]. In any event, the PCSR is always available as a thirty-two-bit “special register.”
None of the Boolean registers is a dedicated condition flag, unlike the Boolean registers in previously known microprocessors. That is, the CSR 54 does not include a dedicated carry flag, nor a dedicated a minus flag, nor a dedicated flag indicating equality of a comparison or a zero subtraction result. Rather, any Boolean register may be the destination of the Boolean result of any Boolean operation. As with the other register sets, a first Boolean register 58 (RC[0]) always contains the value zero, to obtain the advantages explained above for RA[0]. In the preferred embodiment, each Boolean register is one bit wide, indicating one Boolean value.
II. Execution Engine
The execution engine 14 includes one or more integer functional units 66, one or more floating point functional units 68, and one or more Boolean functional units 70. The functional units execute instructions as will be explained below. Buses 72, 73, and 75 connect the various elements of the IEU 10, and will each be understood to represent data, address, and control paths.
A. Instruction Format
Instruction classes of particular interest to this Application include the Class 0-3 register-to-register instructions and the Class 13 Boolean operations. While other classes of instructions also operate upon the register file 12, further discussion of those classes is not believed necessary in order to fully understand the present invention.
I[25] is identified as B0, and indicates whether the destination register is in register set A or register set B. I[24:22] are an opcode which identifies, within the given instruction class, which specific function is to be performed. For example, within the register-to-register classes an opcode may specify “addition.” I[21] identifies the addressing mode which is to be used when performing the instruction—either register source addressing or immediate source addressing. I[20:16] identify the destination register as an offset within the register set indicated by B0. I[15] is identified as B1 and indicates whether the first operand be taken from register set A or register set B. I[14:10] identify the register offset from which the first operand is to be taken. I[9:8] identify a function selection—an extension of the opcode I[24:22]. I[7:6] are reserved. I[5] is identified as B2 and indicates whether a second operand of the instruction is to be taken from register set A or register set B. Finally, I[4:0] identify the register offset from which the second operand is to be taken.
With reference to
The IEU 10 is a load/store machine. This means that when the contents of a register are stored to memory or read from memory, an address calculation must be performed in order to determine which location in memory is to be the source or the destination of the store or load, respectively. When this is the case, the destination register field I[20:16] identifies the register which is the destination or the source of the load or store, respectively. The source register I field, I[14:10], identifies a register in either set A or B which contains a base address of the memory location. In one embodiment, the source register 2 field, I[4:0], identifies a register in set A or set B which contains an index or an offset from the base. The load/store address is calculated by adding the index to the base. In another mode, I[7:0] include immediate data which are to be added as an index to the base.
B. Operation of the Instruction Execution Unit and Register Sets
It will be understood by those skilled in the art that the integer functional unit 66, the floating point functional unit 68, and the Boolean functional unit 70 are responsive to the contents of the instruction class field, the opcode field, and the function select field of a present instruction being executed.
1. Integer Operations
For example, when the instruction class, the opcode, and function select indicate that an integer register-to-register addition is to be performed, the integer functional unit may be responsive thereto to perform the indicated operation, while the floating point functional unit and the Boolean functional unit may be responsive thereto to not perform the operation. As will be understood from the cross-referenced applications, however, the floating point functional unit 68 is equipped to perform both floating point and integer operations. Also, the functional units are constructed to each perform more than one instruction simultaneously.
The integer functional unit 66 performs integer functions only. Integer operations typically involve a first source, a second source, and a destination. A given integer instruction will specify a particular operation to be performed on one or more source operands and will specify that the result of the integer operation is to be stored at a given destination. In some instructions, such as address calculations employed in load/store operations, the sources are utilized as a base and an index. The integer functional unit 66 is coupled to a first bus 72 over which the integer functional unit 66 is connected to a switching and multiplexing control (SMC) unit A 74 and an SMC unit B 76. Each integer instruction executed by the integer functional unit 66 will specify whether each of its: sources and destination reside in register set A or register set B.
Suppose that the IEU 10 has received, from the instruction fetch unit (not shown), an instruction to perform an integer register-to-register addition. In various embodiments, the instruction may specify a register bank, perhaps even a separate bank for each source and destination. In one embodiment, the instruction I[ ] is limited to a thirty-two-bit length, and does not contain any indication of which register bank 16-0 through 16-n is involved in the instruction. Rather, the bank selector unit 78 controls which register bank is presently active. In one embodiment, the bank selector unit 78 is responsive to one or more bank selection bits in a status word (not shown) within the IEU 10.
In order to perform the integer addition instruction, the integer functional unit 66 is responsive to the identification in I[14:10] and I[4:0] of the first and second source registers. The integer functional unit 66 places an identification of the first and second source registers at ports S1 and S2, respectively, onto the integer functional unit bus 72 which is coupled to both SMC units A and B 74 and 76. In one embodiment, the SMC units A and B are each coupled to receive BO-2, from the instruction I[ ]. In one embodiment, a zero in any respective Bn indicates register set A, and a one indicates register set B. During load/store operations, the source ports of the integer and floating point functional units 66 and 68 are utilized as a base port and an index port, B and I, respectively.
After obtaining the first and second operands from the indicated register sets on the bus 72, as explained below, the integer functional unit 66 performs the indicated operation upon those operands, and provides the result at port D onto the integer functional unit bus 72. The SMC units A and B are responsive to BO to route the result to the appropriate register set A or B.
The SMC unit B is further responsive to the instruction class, opcode, and function selection to control whether operands are read from (or results are stored to) either a floating point register RF[ ] or an integer register RB[ ]. As indicated, in one embodiment, the registers RF[ ] may be sixty-four bits wide while the registers are RB[ ] are only thirty-two bits wide. Thus, SMC unit B controls whether a word or a double word is written to the register set RFB[ ]. Because all registers within register set A are thirty-two bits wide, SMC unit A need not include means for controlling the width of data transfer on the bus 42.
All data on the bus 42 are thirty-two bits wide, but other sorts of complexities exist within register set A. The IEU mode integer switch 34 is responsive to the mode control unit 44 of the execution engine 14 to control whether data on the bus 42 are connected through to bus 36, bus 38 or bus 40, and vice versa.
IEU mode integer switch 34 is further responsive to I[20:16], I[14:10], and I[4:0].
If a given indicated destination or source is in RA[23:0], the IEU mode integer switch 34 automatically couples the data between lines 42 and 36.
However, for registers RA[31:24], the IEU mode integer switch 34 determines whether data on line 42 is connected to line 38 or line 40, and vice versa. When interrupts are enabled, IEU mode integer switch 34 connects the SMC unit A to the second subset 28 of integer registers RA[31:24]. When interrupts are disabled, the IEU mode integer switch 34 connects the SMC unit A to the shadow registers RT[31:24]. Thus, an instruction executing within the integer functional unit 66 need not be concerned with whether to address RA[31:24] or RT[31:24]. It will be understood that SMC unit A may advantageously operate identically whether it is being accessed by the integer functional unit 66 or by the floating point functional unit 68.
2. Floating Point Operations
The floating point functional unit 68 is responsive to the class, opcode, and function select fields of the instruction, to perform floating point operations. The S1, S2, and D ports operate as described for the integer functional unit 66. SMC unit B is responsive to retrieve floating point operands from, and to write numerical floating point results to, the floating point registers RF[ ] on bus 52.
3. Boolean Operations
SMC unit 80 is responsive to the instruction class, opcode, and function select fields of the instruction I[ ]. When SMC unit C detects that a comparison operation has been performed by one of the numerical functional units 66 or 68, it writes the Boolean result over bus 56 to the Boolean register indicated at the D port of the functional unit which performed the comparison.
The Boolean functional unit 70 does not perform comparison instructions as do the integer and floating point functional units 66 and 68. Rather, the Boolean functional unit 70 is only used in performing bitwise logical combination of Boolean registers contents, according to the Boolean functions listed in Table 2.
The advantage which the present invention obtains by having a plurality of homogenous Boolean registers, each of which is individually addressable as the destination of a Boolean operation, will be explained with reference to Tables 3-5. Table 3 illustrates an example of a segment of code which performs a conditional branch based upon a complex Boolean function. The complex Boolean function includes three portions which are OR-ed together. The first portion includes two sub-portions, which are AND-ed together.
Table 4 illustrates, in pseudo-assembly form, one likely method by which previous microprocessors would perform the function of Table 3. The code in Table 4 is written as though it were constructed by a compiler of at least normal intelligence operating upon the code of Table 3. That is, the compiler will recognize that the condition expressed in lines 2-4 of Table 3 is passed if any of the three portions is true.
The assignment at line 1 of Table 3 is performed by the “load immediate” statement at line 1 of Table 4. The first portion of the complex Boolean condition, expressed at line 2 of Table 3, is represented by the statements in lines 2-5 of Table 4. To test whether RA[2] equals RA[3], the compare statement at line 2 of Table 4 performs a subtraction of RA[2] from RA[3] or vice versa, depending upon the implementation, and may or may not store the result of that subtraction. The important function performed by the comparison statement is that the zero, minus, and carry flags will be appropriately set or cleared.
The conditional branch statement at line 3 of Table 4 branches to a subsequent portion of code upon the condition that RA[2] did not equal RA[3]. If the two were unequal, the zero flag will be clear, and there is no need to perform the second sub-portion. The existence of the conditional branch statement at line 3 of Table 4 prevents the further fetching, decoding, and executing of any subsequent statement in Table 4 until the results of the comparison in line 2 are known, causing a pipeline stall. If the first sub-portion of the first portion (TEST1) is passed, the second sub-portion at line 4 of Table 4 then compares RA[4] to RA[5], again setting and clearing the appropriate status flags.
If RA[2] equals RA[3], and RA[4] is greater than RA[5], there is no need to test the remaining two portions (TEST2 and TEST3) in the complex Boolean function, and the statement at Table 4, line 5, will conditionally branch to the label DO-IF, to perform the operation inside the “IF” of Table 3. However, if the first portion of the test is failed, additional processing is required to determine which of the “IF” and “ELSE” portions should be executed.
The second portion of the Boolean function is the comparison of RA[6] to RA[7], at line 6 of Table 4, which again sets and clears the appropriate status flags. If the condition “less than” is indicated by the status flags, the complex Boolean function is passed, and execution may immediately branch to the DO-IF label. In various prior microprocessors, the “less than” condition may be tested by examining the minus flag. If RA[7] was not less than RA[6], the third portion of the test must be performed. The statement at line 8 of Table 4 compares RA[8] to RA[9]. If this comparison is failed, the “ELSE” code should be executed; otherwise, execution may simply fall though to the “IF” code at line 10 of Table 4, which is followed by an additional jump around the “ELSE” code. Each of the conditional branches in Table 4, at lines 3, 5, 7 and 9, results in a separate pipeline stall, significantly increasing the processing time required for handling this complex Boolean function.
The greatly improved throughput which results from employing the Boolean register set C of the present invention will now readily be seen with specific reference to Table 5.
Most notably seen at lines 2-5 of Table 5, the Boolean register set C allows the microprocessor to perform the three test portions back-to-back without intervening branching. Each Boolean comparison specifies two operands, a destination, and a Boolean condition for which to test. For example, the comparison at line 2 of Table 5 compares the contents of RA[2] to the contents of RA[3], tests them for equality, and stores into RC[11] the Boolean value of the result of the comparison. Note that each comparison of the Boolean function stores its respective intermediate results in a separate Boolean register. As will be understood with reference to the above-referenced related applications, the IEU 10 is capable of simultaneously performing more than one of the comparisons.
After at least the first two comparisons at lines 2-3 of Table 5 have been completed, the two respective comparison results are AND-ed together as shown at line 6 of Table 3. RC[15] then holds the result of the first portion of the test. The results of the second and third sub-portions of the Boolean function are OR-ed together as seen in Table 5, line 7. It will be understood that, because there are no data dependencies involved, the AND at line 6 and the OR-ed in line 7 may be performed in parallel. Finally, the results of those two operations are OR-ed together as seen at line 8 of Table 5. It will be understood that register RC[17] will then contain a Boolean value indicating the truth or falsity of the entire complex Boolean function of Table 3. It is then possible to perform a single conditional branch, shown at line 9 of Table 5. In the mode shown in Table 5, the method branches to the “ELSE” code if Boolean register RC[17] is clear, indicating that the complex function was failed. The remainder of the code may be the same as it was without the Boolean register set as seen in Table 4.
The Boolean functional unit 70 is responsive to the instruction class, opcode, and function select fields as are the other functional units. Thus, it will be understood with reference to Table 5 again, that the integer and/or floating point functional units will perform the instructions in lines 1-5 and 13, and the Boolean functional unit 70 will perform the Boolean bitwise combination instructions in lines 6-8. The control flow and branching instructions in line 9-12 will be performed by elements of the IEU 10 which are not shown in
III. Data Paths
A. Floating Point Portion Data Paths
As seen in
The floating point register set's two write ports WFBO and WFBI are coupled to write multiplexers 110-0 and 110-1, respectively. The write multiplexers 110 receive data from: the ALU0 or SHF0 of the integer portion of
The floating point register set's five read ports RDFBO to RDFB4 are coupled to read multiplexers 112-0 to 112-4, respectively. The read multiplexers each also receives data from: either EX_SR_DT[ ] or LDF_IMED[ ], on load immediate bypass bus 126; a load external data bypass bus 127, which allows external load data to skip the register set FB; the output of the ALU2102, which performs non-multiplication integer operations; the FALU 104, which performs non-multiplication floating point operations; the MULT 106, which performs multiplication operations; and either the ALU0140 or the SHF0144 of the integer portion shown in
Each arithmetic-type unit 102-106 in the floating point portion receives two inputs, from respective sets of first and second source multiplexers S1 and S2. The first source of each unit ALU2, FALU, and MULT comes from the output of either read multiplexer 112-0 or 112-2, and the second source comes from the output of either read multiplexer 112-1 or 112-3. The sources of the FALU and the MULT may also come from the integer portion of
The results of the ALU2, FALU, and MULT are provided back to the write multiplexers 110 for storage into the floating point registers RF[ ], and also to the read multiplexers 112 for re-use as operands of subsequent operations. The FALU also outputs a signal FALU_BD indicating the Boolean result of a floating point comparison operation. FALU_BD is calculated directly from internal zero and sign flags of the FALU.
Null byte tester NULL 108 performs null byte testing operations upon an operand from a first source multiplexer, in one mode that of the ALU2. NULL 108 outputs a Boolean signal NULLB_BD indicating whether the thirty-two-bit first source operand includes a byte of value zero.
The outputs of read multiplexers 112-0, 112-1, and 112-4 are provided to the integer portion (of
B. Integer Portion Data Paths
As seen in
External data bus EX_DATA[ ] provides data to the integer load/store unit 152. Immediate integer data on bus LDI_IMED[ ] are provided in response to a “load immediate” instruction. Other immediate integer data are provided on busses RFA1_IMED and RFA2_IMED in response to non-load immediate instructions, such as an “add immediate.” Data are also provided on bus EX_SR-DT[ ] in response to a “special register move” instruction. Data may also arrive from the floating point portion (shown in
The integer register set's two write ports WA0 and WA1 are coupled to write multiplexers 148-0 and 148-1, respectively. The write multiplexers 148 receive data from: the FALU or MULT of the floating point portion (of
The integer register set's five read ports RDA0 to RDA4 are coupled to read multiplexers 150-0 to 150-4, respectively. Each read multiplexer also receives data from: either EX_SR_DT[ ] or LDI_IMED[ ] on load immediate bypass bus 160; a load external data bypass bus 154, which allows external load data to skip the register set A; ALU0; ALU1; SHF0; and either the FALU or the MULT of the floating point portion (of
Each arithmetic-type unit 140-144 in the integer portion receives two inputs, from respective sets of first and second source multiplexers S1 and S2. The first source of ALU0 comes from either the output of read multiplexer 150-2, or a thirty-two-bit wide constant zero (0000hex) or floating point read multiplexer 112-4. The second source of ALU0 comes from either read multiplexer 150-3 or floating point read multiplexer 112-1. The first source of ALU1 comes from either read multiplexer 150-0 or IF_PC[ ]. IF_PC[ ] is used in calculating a return address needed by the instruction fetch unit (not shown), due to the IEU's ability to perform instructions in an out-of-order sequence. The second source of ALU1 comes from either read multiplexer 150-1 or CF_OFFSET[ ]. CF_OFFSET[ ] is used in calculating a return address for a CALL instruction, also due to the out-of-order capability.
The first source of the shifter SHF0144 is from either: floating point read multiplexer 112-0 or 112-4; or any-integer read multiplexer 150. The second source of SHF0 is from either: floating point read multiplexer 112-0 or 112-4; or integer read multiplexer-150-0, 150-2, or 150-4. SHF0 takes a third input from a shift amount multiplexer (SA). The third input controls how far to shift, and is taken by the SA multiplexer from either: floating point read multiplexer 112-1; integer read multiplexer 150-1 or 150-3; or a five-bit wide constant thirty-one (111112 or 3110). The shifter SHF0 requires a fourth input from the size multiplexer (S). The fourth input controls how much data to shift, and is taken by the S multiplexer from either: read multiplexer 150-1; read multiplexer 150-3; or a five-bit wide constant sixteen (100002 or 1610).
The results of the ALU0, ALU1, and SHF0 are provided back to the write multiplexers 148 for storage into the integer registers RA[ ], and also to the read multiplexers 150 for re-use as operands of subsequent operations. The output of either ALU0 or SHF0 is provided on bus 120 to the floating point portion of
Null byte tester NULL 146 performs null byte testing operations upon an operand from a first source multiplexer. In one embodiment, the operand is from the ALU0. NULL 146 outputs a Boolean signal NULLA_BD indicating whether the thirty-two-bit first source operand includes a byte of value zero.
The outputs of read multiplexers 150-0 and 150-1 are provided to the floating point portion (of
A control bit PSR[7] is provided to the register set A 18. It is this signal which, in
C. Boolean Portion Data Paths
As seen in
The Boolean register set's two write ports WC0 and WC1 are coupled to write multiplexers 170-0 and 170-1, respectively. The write multiplexers 170 receive data from: the output of the Boolean combinational unit 70, indicating the Boolean result of a Boolean combinational operation; ALU0_BD from the integer portion of
The Boolean register set C is also coupled to bus EX_SR_DT[ ], for use with “special register move” instructions. The CSR may be written or read as a whole, as though it were a single thirty-two-bit register. This enables rapid saving and restoration of machine state information, such as may be necessary upon certain drastic system errors or upon certain forms of grand scale context switching.
The Boolean register set's five read ports RDCO to RDC3 are coupled to read multiplexers 172-0 to 172-4, respectively. The read multiplexers 172 receive the same set of inputs as the write multiplexers 170 receive. The Boolean combinational unit 70 receives inputs from read multiplexers 170-0 and 170-1. Read multiplexers 172-2 and 172-3 respectively provide signals BLBP_CPORT and BLBP_DPORT. BLBP_CPORT is used as the basis for conditional branching instructions in the IEU. BLBP_DPORT is used in the “add with Boolean” instruction, which sets an integer register in the A or B set to zero or one (with leading zeroes), depending upon the content of a register in the C set. Read port RDC4 is presently unused, and is reserved for future enhancements of the Boolean functionality of the IEU.
V. Conclusion
While the features and advantages of the present invention have been described with respect to particular embodiments thereof, and in varying degrees of detail, it will be appreciated that the invention is not limited to the described embodiments. The following Claims define the invention to be afforded patent coverage.
The present application is a continuation of application Ser. No. 11/651,009, filed Jan. 9, 2007, now U.S. Pat. No 7,685,402, which is a continuation of application Ser. No. 10/060,086, filed Jan. 31, 2002, now U.S. Pat. No. 7,555,631, which is a continuation of application Ser. No. 09/840,026, filed Apr. 24, 2001, now abandoned, which is a continuation of application Ser. No. 09/480,136, filed Jan. 10, 2000, now U.S. Pat. No. 6,249,856, which is a continuation of application Ser. No. 09/188,708, filed Nov. 10, 1998, now U.S. Pat. No. 6,044,449, which is a continuation of application Ser. No. 08/937,361, filed Sep. 25, 1997, now U.S. Pat. No. 5,838,986, which is a continuation of application Ser. No. 08/665,845, filed Jun. 19, 1996, now U.S. Pat. No. 5,682,546, which is a continuation of application Ser. No. 08/465,239, filed Jun. 5, 1995, now U.S. Pat. No. 5,560,035, which is a continuation of application Ser. No. 07/726,773, filed Jul. 8, 1991, now U.S. Pat. No. 5,493,687. Each of the above-referenced applications is incorporated by reference in its entirety herein. Applications of particular interest to the present application, include: 1. High-Performance, Superscalar-Based Computer System with Out-of-Order Instruction Execution, application Ser. No. 07/817,810, filed Jan. 8, 1992, now U.S. Pat. No. 5,539,911, by Le Trong Nguyen et al.; 2. High-Performance Superscalar-Based Computer System with Out-of-Order Instruction Execution and Concurrent Results Distribution, application Ser. No. 08/397,016, filed Mar. 1, 1995, now U.S. Pat. No. 5,560,032, by Quang Trang et al.; 3. RISC Microprocessor Architecture with Isolated Architectural Dependencies, application Ser. No. 08/292,177, filed Aug. 18, 1994, now abandoned, which is a FWC of application Ser. No. 07/817,807, filed Jan. 8, 1992, which is a continuation of application Ser. No. 07/726,744, filed Jul. 8, 1991, by Yoshiyuki Miyayama; 4. RISC Microprocessor Architecture Implementing Fast Trap and Exception State, application Ser. No. 08/345,333, filed Nov. 21, 1994, now U.S. Pat. No. 5,481,685, by Quang Trang; 5. Page Printer Controller Including a Single Chip Superscalar Microprocessor with Graphics Functional Units, application Ser. No. 08/267,646, filed Jun. 28, 1994, now U.S. Pat. No. 5,394,515, by Derek Lentz et al., and 6. Microprocessor Architecture Capable with a Switch Network for Data Transfer Between Cache, Memory Port, and IOU, application Ser. No. 07/726,893, filed Jul. 8, 1991, now U.S. Pat. No. 5,440,752, by Derek Lentz et al.
Number | Name | Date | Kind |
---|---|---|---|
3346851 | Thornton et al. | Oct 1967 | A |
3718912 | Hasbrouck et al. | Feb 1973 | A |
3771138 | Celtruda et al. | Nov 1973 | A |
3789365 | Jen et al. | Jan 1974 | A |
3913074 | Homberg et al. | Oct 1975 | A |
4034349 | Monaco et al. | Jul 1977 | A |
4128880 | Cray, Jr. | Dec 1978 | A |
4200927 | Hughes et al. | Apr 1980 | A |
4212076 | Conners | Jul 1980 | A |
4228495 | Bernhard et al. | Oct 1980 | A |
4296470 | Fairchild et al. | Oct 1981 | A |
4315308 | Jackson | Feb 1982 | A |
4315314 | Russo | Feb 1982 | A |
4410939 | Kawakami | Oct 1983 | A |
4434461 | Puhl | Feb 1984 | A |
4459657 | Murao | Jul 1984 | A |
4476525 | Ishii | Oct 1984 | A |
4482950 | Dshkhunian et al. | Nov 1984 | A |
4498134 | Hansen et al. | Feb 1985 | A |
4500963 | Smith et al. | Feb 1985 | A |
4532598 | Shibayama et al. | Jul 1985 | A |
4561051 | Rodman | Dec 1985 | A |
4574349 | Rechtschaffen | Mar 1986 | A |
4594655 | Hao et al. | Jun 1986 | A |
4597054 | Lockwood et al. | Jun 1986 | A |
4613941 | Smith et al. | Sep 1986 | A |
4626989 | Torii | Dec 1986 | A |
4644466 | Saito | Feb 1987 | A |
4648045 | Demetrescu | Mar 1987 | A |
4675806 | Uchida | Jun 1987 | A |
4714994 | Oklobdzija et al. | Dec 1987 | A |
4719569 | Ludemann et al. | Jan 1988 | A |
4722049 | Lahti | Jan 1988 | A |
4752873 | Shonai et al. | Jun 1988 | A |
4758948 | May et al. | Jul 1988 | A |
4766566 | Chuang | Aug 1988 | A |
4775927 | Hester et al. | Oct 1988 | A |
4791607 | Igarashi et al. | Dec 1988 | A |
4807115 | Torng | Feb 1989 | A |
4811208 | Myers et al. | Mar 1989 | A |
4814978 | Dennis | Mar 1989 | A |
4823201 | Simon et al. | Apr 1989 | A |
4829467 | Ogata | May 1989 | A |
4833599 | Colwell et al. | May 1989 | A |
4841453 | Finlay et al. | Jun 1989 | A |
4858105 | Kuriyama et al. | Aug 1989 | A |
4858116 | Gillett, Jr. et al. | Aug 1989 | A |
4881167 | Sasaki et al. | Nov 1989 | A |
4897810 | Nix | Jan 1990 | A |
4901228 | Kodama | Feb 1990 | A |
4901233 | Liptay | Feb 1990 | A |
4903196 | Pomerene et al. | Feb 1990 | A |
4916604 | Yamamoto et al. | Apr 1990 | A |
4924376 | Ooi | May 1990 | A |
4926323 | Baror et al. | May 1990 | A |
4928226 | Kamada et al. | May 1990 | A |
4942525 | Shintani et al. | Jul 1990 | A |
4945479 | Rusterholz et al. | Jul 1990 | A |
4964057 | Yabe | Oct 1990 | A |
4974154 | Matsuo | Nov 1990 | A |
4974155 | Dulong et al. | Nov 1990 | A |
4980817 | Fossum et al. | Dec 1990 | A |
4985825 | Webb, Jr. et al. | Jan 1991 | A |
4991078 | Wilhelm et al. | Feb 1991 | A |
4991081 | Bosshart | Feb 1991 | A |
4992938 | Cocke et al. | Feb 1991 | A |
5003462 | Blaner et al. | Mar 1991 | A |
5032985 | Curran et al. | Jul 1991 | A |
5051925 | Kadono et al. | Sep 1991 | A |
5067069 | Fite et al. | Nov 1991 | A |
5072364 | Jardine et al. | Dec 1991 | A |
5089951 | Iijima | Feb 1992 | A |
5093783 | Kitada | Mar 1992 | A |
5097409 | Schwartz et al. | Mar 1992 | A |
5101341 | Circello et al. | Mar 1992 | A |
5109495 | Fite et al. | Apr 1992 | A |
5119485 | Ledbetter, Jr. et al. | Jun 1992 | A |
5120083 | Stine | Jun 1992 | A |
5125083 | Fite et al. | Jun 1992 | A |
5125092 | Prener | Jun 1992 | A |
5127091 | Boufarah et al. | Jun 1992 | A |
5129067 | Johnson | Jul 1992 | A |
5133074 | Chou | Jul 1992 | A |
5133077 | Karne et al. | Jul 1992 | A |
5134561 | Liptay | Jul 1992 | A |
5136697 | Johnson | Aug 1992 | A |
5140682 | Okura et al. | Aug 1992 | A |
5142633 | Murray et al. | Aug 1992 | A |
5142634 | Fite et al. | Aug 1992 | A |
5148533 | Joyce et al. | Sep 1992 | A |
5148536 | Witek et al. | Sep 1992 | A |
5150309 | Shaw et al. | Sep 1992 | A |
5155843 | Stamm et al. | Oct 1992 | A |
5167026 | Murray et al. | Nov 1992 | A |
5167035 | Mann et al. | Nov 1992 | A |
5179530 | Genusov et al. | Jan 1993 | A |
5179673 | Steely, Jr. et al. | Jan 1993 | A |
5179689 | Leach et al. | Jan 1993 | A |
5185872 | Arnold et al. | Feb 1993 | A |
5185878 | Baror et al. | Feb 1993 | A |
5187796 | Wang et al. | Feb 1993 | A |
5193157 | Barbour et al. | Mar 1993 | A |
5197132 | Steely, Jr. et al. | Mar 1993 | A |
5197136 | Kimura et al. | Mar 1993 | A |
5201056 | Daniel et al. | Apr 1993 | A |
5214763 | Blaner et al. | May 1993 | A |
5214786 | Watanabe et al. | May 1993 | A |
5222223 | Webb, Jr. et al. | Jun 1993 | A |
5222240 | Patel | Jun 1993 | A |
5222244 | Carbine et al. | Jun 1993 | A |
5226125 | Balmer et al. | Jul 1993 | A |
5226126 | McFarland et al. | Jul 1993 | A |
5226166 | Ishida et al. | Jul 1993 | A |
5226170 | Rubinfeld | Jul 1993 | A |
5228136 | Shimizu et al. | Jul 1993 | A |
5230068 | Van Dyke et al. | Jul 1993 | A |
5233694 | Hotta et al. | Aug 1993 | A |
5237666 | Suzuki et al. | Aug 1993 | A |
5241636 | Kohn | Aug 1993 | A |
5249286 | Alpert et al. | Sep 1993 | A |
5251306 | Tran | Oct 1993 | A |
5255384 | Sachs et al. | Oct 1993 | A |
5261057 | Coyle et al. | Nov 1993 | A |
5261071 | Lyon | Nov 1993 | A |
5276899 | Neches | Jan 1994 | A |
5278963 | Hattersley et al. | Jan 1994 | A |
H1291 | Hinton et al. | Feb 1994 | H |
5283903 | Uehara | Feb 1994 | A |
5285527 | Crick et al. | Feb 1994 | A |
5287465 | Kurosawa et al. | Feb 1994 | A |
5287467 | Blaner et al. | Feb 1994 | A |
5291615 | Okamoto | Mar 1994 | A |
5293500 | Ishida et al. | Mar 1994 | A |
5301278 | Bowater et al. | Apr 1994 | A |
5303362 | Butts, Jr. et al. | Apr 1994 | A |
5303382 | Buch et al. | Apr 1994 | A |
5317720 | Stamm et al. | May 1994 | A |
5345569 | Tran | Sep 1994 | A |
5355457 | Shebanow et al. | Oct 1994 | A |
5355460 | Eickemeyer et al. | Oct 1994 | A |
5367660 | Gat et al. | Nov 1994 | A |
5371684 | Iadonato et al. | Dec 1994 | A |
5377339 | Saito et al. | Dec 1994 | A |
5388215 | Baker et al. | Feb 1995 | A |
5390355 | Horst | Feb 1995 | A |
5394351 | Widigen et al. | Feb 1995 | A |
5394515 | Lentz et al. | Feb 1995 | A |
5394529 | Brown, III et al. | Feb 1995 | A |
5398330 | Johnson | Mar 1995 | A |
5404470 | Miyake | Apr 1995 | A |
5404472 | Kurosawa et al. | Apr 1995 | A |
5430884 | Beard et al. | Jul 1995 | A |
5430888 | Witek et al. | Jul 1995 | A |
5436869 | Yoshida | Jul 1995 | A |
5440752 | Lentz et al. | Aug 1995 | A |
5442757 | McFarland et al. | Aug 1995 | A |
5446912 | Colwell et al. | Aug 1995 | A |
5448705 | Nguyen et al. | Sep 1995 | A |
5452426 | Papworth et al. | Sep 1995 | A |
5461715 | Matsuo et al. | Oct 1995 | A |
5471592 | Gove et al. | Nov 1995 | A |
5473764 | Chi | Dec 1995 | A |
5481685 | Nguyen et al. | Jan 1996 | A |
5481734 | Yoshida | Jan 1996 | A |
5487156 | Popescu et al. | Jan 1996 | A |
5488729 | Vegesna et al. | Jan 1996 | A |
5490280 | Gupta et al. | Feb 1996 | A |
5493687 | Garg et al. | Feb 1996 | A |
5497499 | Garg et al. | Mar 1996 | A |
5524225 | Kranich | Jun 1996 | A |
5539911 | Nguyen et al. | Jul 1996 | A |
5559951 | Lentz et al. | Sep 1996 | A |
5560032 | Nguyen et al. | Sep 1996 | A |
5560035 | Garg et al. | Sep 1996 | A |
5561775 | Kurosawa et al. | Oct 1996 | A |
5561776 | Popescu et al. | Oct 1996 | A |
5564056 | Fetterman et al. | Oct 1996 | A |
5564117 | Lentz et al. | Oct 1996 | A |
5566385 | Iadonato et al. | Oct 1996 | A |
5568624 | Sites et al. | Oct 1996 | A |
5574927 | Scantlin | Nov 1996 | A |
5574935 | Vidwans et al. | Nov 1996 | A |
5574941 | Horst | Nov 1996 | A |
5577200 | Abramson et al. | Nov 1996 | A |
5577217 | Hoyt et al. | Nov 1996 | A |
5584001 | Hoyt et al. | Dec 1996 | A |
5586278 | Papworth et al. | Dec 1996 | A |
5590295 | Deosaran et al. | Dec 1996 | A |
5592636 | Popescu et al. | Jan 1997 | A |
5604865 | Lentz et al. | Feb 1997 | A |
5604877 | Hoyt et al. | Feb 1997 | A |
5604912 | Iadonato et al. | Feb 1997 | A |
5606676 | Grochowski et al. | Feb 1997 | A |
5608885 | Gupta et al. | Mar 1997 | A |
5613132 | Clift et al. | Mar 1997 | A |
5615126 | Deeley et al. | Mar 1997 | A |
5615385 | Fetterman et al. | Mar 1997 | A |
5617554 | Alpert et al. | Apr 1997 | A |
5619664 | Glew | Apr 1997 | A |
5619668 | Zaidi | Apr 1997 | A |
5623628 | Brayton et al. | Apr 1997 | A |
5625788 | Boggs et al. | Apr 1997 | A |
5625837 | Popescu et al. | Apr 1997 | A |
5627983 | Popescu et al. | May 1997 | A |
5627984 | Gupta et al. | May 1997 | A |
5627985 | Fetterman et al. | May 1997 | A |
5628021 | Iadonato et al. | May 1997 | A |
5630075 | Joshi et al. | May 1997 | A |
5630083 | Carbine et al. | May 1997 | A |
5630149 | Bluhm | May 1997 | A |
5630157 | Dwyer, III | May 1997 | A |
5640588 | Vegesna et al. | Jun 1997 | A |
5651125 | Witt et al. | Jul 1997 | A |
5655098 | Witt et al. | Aug 1997 | A |
5664136 | Witt et al. | Sep 1997 | A |
5666494 | Mote, Jr. | Sep 1997 | A |
5682546 | Garg et al. | Oct 1997 | A |
5689672 | Witt et al. | Nov 1997 | A |
5689720 | Nguyen et al. | Nov 1997 | A |
5708841 | Popescu et al. | Jan 1998 | A |
5734584 | Iadonato et al. | Mar 1998 | A |
5737624 | Garg et al. | Apr 1998 | A |
5745375 | Reinhardt et al. | Apr 1998 | A |
5754800 | Lentz et al. | May 1998 | A |
5768575 | McFarland et al. | Jun 1998 | A |
5778210 | Henstrom et al. | Jul 1998 | A |
5797025 | Popescu et al. | Aug 1998 | A |
5802605 | Alpert et al. | Sep 1998 | A |
5809276 | Deosaran et al. | Sep 1998 | A |
5819101 | Peleg et al. | Oct 1998 | A |
5826055 | Wang et al. | Oct 1998 | A |
5831871 | Iadonato et al. | Nov 1998 | A |
5832205 | Kelly et al. | Nov 1998 | A |
5832292 | Nguyen et al. | Nov 1998 | A |
5832293 | Popescu et al. | Nov 1998 | A |
5838986 | Garg et al. | Nov 1998 | A |
5881275 | Peleg et al. | Mar 1999 | A |
5892963 | Iadonato et al. | Apr 1999 | A |
5896542 | Iadonato et al. | Apr 1999 | A |
5941979 | Lentz et al. | Aug 1999 | A |
5961629 | Nguyen et al. | Oct 1999 | A |
5974526 | Garg et al. | Oct 1999 | A |
6038653 | Nguyen et al. | Mar 2000 | A |
6038654 | Nguyen et al. | Mar 2000 | A |
6044449 | Garg et al. | Mar 2000 | A |
6047348 | Lentz et al. | Apr 2000 | A |
6083274 | Iadonato et al. | Jul 2000 | A |
6092176 | Iadonato et al. | Jul 2000 | A |
6092181 | Nguyen et al. | Jul 2000 | A |
6101594 | Nguyen et al. | Aug 2000 | A |
6128723 | Nguyen et al. | Oct 2000 | A |
6131157 | Wang et al. | Oct 2000 | A |
6138231 | Deosaran et al. | Oct 2000 | A |
6219763 | Lentz et al. | Apr 2001 | B1 |
6249856 | Garg et al. | Jun 2001 | B1 |
6256720 | Nguyen et al. | Jul 2001 | B1 |
6272579 | Lentz et al. | Aug 2001 | B1 |
6272617 | Deosaran et al. | Aug 2001 | B1 |
6272619 | Nguyen et al. | Aug 2001 | B1 |
6282630 | Nguyen et al. | Aug 2001 | B1 |
6289433 | Garg et al. | Sep 2001 | B1 |
6360309 | Iadonato et al. | Mar 2002 | B1 |
6385634 | Peleg et al. | May 2002 | B1 |
6401232 | Iadonato et al. | Jun 2002 | B1 |
6408375 | Deosaran et al. | Jun 2002 | B2 |
6412064 | Wang et al. | Jun 2002 | B1 |
6418529 | Roussel | Jul 2002 | B1 |
6611908 | Lentz et al. | Aug 2003 | B2 |
6647485 | Nguyen et al. | Nov 2003 | B2 |
6735685 | Senter et al. | May 2004 | B1 |
6757808 | Iadonato et al. | Jun 2004 | B2 |
6775761 | Wang et al. | Aug 2004 | B2 |
6782521 | Iadonato et al. | Aug 2004 | B2 |
6915412 | Nguyen et al. | Jul 2005 | B2 |
6920548 | Wang et al. | Jul 2005 | B2 |
6922772 | Deosaran et al. | Jul 2005 | B2 |
6934829 | Nguyen et al. | Aug 2005 | B2 |
6941447 | Nguyen et al. | Sep 2005 | B2 |
6948052 | Nguyen et al. | Sep 2005 | B2 |
6954844 | Lentz et al. | Oct 2005 | B2 |
6959375 | Nguyen et al. | Oct 2005 | B2 |
6970995 | Deosaran et al. | Nov 2005 | B2 |
6986024 | Nguyen et al. | Jan 2006 | B2 |
7028161 | Nguyen et al. | Apr 2006 | B2 |
7043624 | Iadonato et al. | May 2006 | B2 |
7051187 | Garg et al. | May 2006 | B2 |
7162610 | Nguyen et al. | Jan 2007 | B2 |
7174525 | Iadonato et al. | Feb 2007 | B2 |
7555631 | Garg et al. | Jun 2009 | B2 |
7685401 | Sugumar et al. | Mar 2010 | B2 |
7685402 | Garg et al. | Mar 2010 | B2 |
20010034823 | Garg et al. | Oct 2001 | A1 |
20020059508 | Lentz et al. | May 2002 | A1 |
20020083300 | Deosaran et al. | Jun 2002 | A1 |
20020129324 | Iadonato et al. | Sep 2002 | A1 |
20020194456 | Deosaran et al. | Dec 2002 | A1 |
20030056086 | Nguyen et al. | Mar 2003 | A1 |
20030056087 | Nguyen et al. | Mar 2003 | A1 |
20030070060 | Nguyen et al. | Apr 2003 | A1 |
20030079113 | Nguyen et al. | Apr 2003 | A1 |
20030115440 | Garg et al. | Jun 2003 | A1 |
20040024987 | Lentz et al. | Feb 2004 | A1 |
20040054872 | Nguyen et al. | Mar 2004 | A1 |
20040093482 | Nguyen et al. | May 2004 | A1 |
20040093483 | Nguyen et al. | May 2004 | A1 |
20040093485 | Nguyen et al. | May 2004 | A1 |
20050228973 | Wang et al. | Oct 2005 | A1 |
20060020773 | Deosaran et al. | Jan 2006 | A1 |
20060041736 | Garg et al. | Feb 2006 | A1 |
20060064569 | Lentz et al. | Mar 2006 | A1 |
20060123218 | Iadonato et al. | Jun 2006 | A1 |
20060149925 | Nguyen et al. | Jul 2006 | A1 |
20070101103 | Nguyen et al. | May 2007 | A1 |
20070106878 | Nguyen et al. | May 2007 | A1 |
20070106880 | Wang et al. | May 2007 | A1 |
20070113214 | Iadonato et al. | May 2007 | A1 |
20080059770 | Garg et al. | Mar 2008 | A1 |
Number | Date | Country |
---|---|---|
69230057 | Sep 1999 | DE |
0 170 284 | Feb 1986 | EP |
0 213 843 | Mar 1987 | EP |
0 213 843 | Mar 1987 | EP |
0 241 909 | Oct 1987 | EP |
0 354 585 | Feb 1990 | EP |
0 378 195 | Jul 1990 | EP |
0 454 636 | Oct 1991 | EP |
0 515 166 | Nov 1992 | EP |
0 533 337 | Mar 1993 | EP |
2 190 521 | Nov 1987 | GB |
57-57345 | Apr 1982 | JP |
61-040650 | Feb 1986 | JP |
61-107434 | May 1986 | JP |
60-144830 | Jul 1986 | JP |
62-242243 | Oct 1987 | JP |
63-192135 | Aug 1988 | JP |
1-142831 | Jun 1989 | JP |
1-199233 | Aug 1989 | JP |
2-048732 | Feb 1990 | JP |
2-118757 | May 1990 | JP |
2-211534 | Aug 1990 | JP |
2-224025 | Sep 1990 | JP |
2-226342 | Sep 1990 | JP |
3-035324 | Feb 1991 | JP |
3-218524 | Sep 1991 | JP |
4-054638 | Feb 1992 | JP |
4-096132 | Mar 1992 | JP |
4-503582 | Jun 1992 | JP |
5-197544 | Aug 1993 | JP |
6-019707 | Jan 1994 | JP |
2004185638 | Jul 2004 | JP |
WO 9120031 | Dec 1991 | WO |
WO 9301543 | Jan 1993 | WO |
WO 8809035 | Nov 1998 | WO |
Number | Date | Country | |
---|---|---|---|
20100106942 A1 | Apr 2010 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11651009 | Jan 2007 | US |
Child | 12650998 | US | |
Parent | 10060086 | Jan 2002 | US |
Child | 11651009 | US | |
Parent | 09840026 | Apr 2001 | US |
Child | 10060086 | US | |
Parent | 09480136 | Jan 2000 | US |
Child | 09840026 | US | |
Parent | 09188708 | Nov 1998 | US |
Child | 09480136 | US | |
Parent | 08937361 | Sep 1997 | US |
Child | 09188708 | US | |
Parent | 08665845 | Jun 1996 | US |
Child | 08937361 | US | |
Parent | 08465239 | Jun 1995 | US |
Child | 08665845 | US | |
Parent | 07726773 | Jul 1991 | US |
Child | 08465239 | US |