EP0155211A2 - System for by-pass control in pipeline operation of computer - Google Patents
System for by-pass control in pipeline operation of computer Download PDFInfo
- Publication number
- EP0155211A2 EP0155211A2 EP85400342A EP85400342A EP0155211A2 EP 0155211 A2 EP0155211 A2 EP 0155211A2 EP 85400342 A EP85400342 A EP 85400342A EP 85400342 A EP85400342 A EP 85400342A EP 0155211 A2 EP0155211 A2 EP 0155211A2
- Authority
- EP
- European Patent Office
- Prior art keywords
- data
- instruction
- register
- pass
- operand address
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/38—Concurrent instruction execution, e.g. pipeline or look ahead
- G06F9/3824—Operand accessing
Definitions
- the present invention relates to a system for by-pass control during pipeline operation of a computer.
- a register conflict can occur when a register in which a change of data is under execution through a preceding instruction is referred to by a present instruction.
- reference to this register by the present instruction can be carried out only after completion of the execution of the preceding instruction for a change of data.
- the flow of instructions in the pipeline operation consists of the decoding stage D for decoding the instruction, the calculate address stage A for calculating the operand address, the transform address stage T for transforming an operand address into an actual address, the read from buffer stage B for reading an operand from the buffer memory controlled by the storage control portion, the execute stage E for executing the calculation, and the write result stage W for checking the result of the calculation and writing the result.
- a system for by-pass control during the pipeline operation of a computer using a plurality of processing stages, in which an instruction is executed in a plurality of periods, and a plurality of instructions are executed in parallel by commencing, before the termination of execution of the preceding instruction, the execution of the present instruction.
- the system includes a conflict detection unit for detecting the conflict between the result data of the preceding instruction and the source data of the present instruction, a data establishment indication unit for indicating the establishment of the result data of the preceding instruction prior to the usual result writing period, and a source data by-pass unit for by-passing the source data to the processing stage which requires this source data immediately after conflict is detected between the result data of the preceding instruction and the source data of the present instruction and the establishment of the source data of the present instruction is detected.
- the system for by-pass control during the pipeline operation of a computer is shown in Fig. 2.
- the system of Fig. 2 comprises an instruction register 1, a register file 2, a coincidence circuit 3, a decoding portion 41, a by-pass valid flag register 42, register writing address holding registers 51, 52, 53, 54, and 55, and a writing operation portion 56.
- the system of Fig. 2 comprises an instruction register 1, a register file 2, a coincidence circuit 3, a decoding portion 41, a by-pass valid flag register 42, register writing address holding registers 51, 52, 53, 54, and 55, and a writing operation portion 56.
- a base register 61 also comprises a base register 61, an operand address holding register 62, an index register 63, an operand address holding register 64, a displacement register 65, selectors 66 and 67, an adder/subtracter 68 for calculating addresses, an instruction portion 71 for instructing data reading from a memory, an instruction portion 72 for instructing an execution of calculation, and an instruction portion 73 for instructing the writing of the result of the calculation.
- an instruction fetched from the main storage is registered in the instruction register 1.
- This instruction consists of, for example, an operation code OP, a first operand OPR1, and a second operand OPR2.
- the instruction is a load type instruction
- the first operand OPR1 is an operand to be written
- the second operand OPR2 is an operand for referral.
- the second operand OPR2 comprises an index register number X2, a base register number B2, and a displacement D2.
- the register file 2 is a storage circuit consisting of a general use register, a floating point register, and the like.
- the output of the register file 2 is supplied to the base register 61 and the index register 63.
- the selector 66 receives the outputs of the base register 61 and the operand address holding register 62 as inputs to be selected and the output of coincidence circuit 3 as a control input
- the selector 67 receives the outputs of the index register 63 and the operand address holding register 64 as inputs to be selected and the output of coincidence circuit 3 as a control input.
- the adder/subtracter 68 receives the data from the selectors 66 and 67, and the displacement register 65, and carries out addition or subtraction on the basis of the received data to obtain an operand address.
- the operand address calculated by the adder/subtracter 68 is supplied to the registers 62 and 64 for holding the operand address.
- the registers for holding operand addresses such as the registers 62 and 64 in Fig. 2, are provided for temporarily holding and updating an operand address in order to facilitate the treating of an operand address having a variable length in the main storage.
- these registers are utilized for holding by-pass data.
- the coincidence circuit 3 detects the identification between a register which stores the result of the execution of the preceding instruction and a register to be used for calculating the operand address of the present instruction.
- the selections in the selectors 66 and 67 are controlled by the outputs of the coincidence circuit 3.
- the decoding portion 41 is for analyzing the operation code of an instruction.
- the decoding portion 41 decides whether or not the preceding instruction is an instruction which can realize the execution of the calculation of the register writing data, on the basis of the output of the adder/subtracter 68 for calculating addresses.
- the valid flag register 42 is set or reset on the basis of this decision.
- the valid flag is set in the valid flag register 42.
- the by-pass control enable signal is' supplied from the decoding portion 41 to the coincidence circuit 3.
- the register writing addresses are stored as follows: Al for stage A in register 51; Tl for stage T in register 52; Bl for stage B in register 53; El for stage E in register 54; and Wl for stage W in register 55.
- the coincidence circuit 3 consists of a base coincidence circuit 31 and an index coincidence circuit 32.
- the base coincidence circuit 31 detects the coincidence between the register writing address Al of the preceding instruction, such as that of the load-address instruction and the base modification register address, shown as the I3 portion of the present instruction.
- the data of the register 62 (not the data read from the register file 2), is supplied to the input port EA1 of the adder/subtracter 68 to carry out the by-pass operation.
- the index coincidence circuit 32 detects the coincidence between the register writing address Al of the preceding instruction and the index modification register address, shown as the I2 portion of the present instruction.
- the data of the register 64 (not the data read from the register file 2), is supplied to the input port EA2 of the adder/subtracter 68 to carry out the by-pass operation.
- a pipeline flow having a minimum delay as shown in Fig. 3, (B) is realized.
- the time required for the operation shown in Fig. 3, (B) is reduced by 5 cycles less than that shown in Fig. 1, (B), and by 4 cycles less than that shown in Fig. 1, (C).
- LA load-address
- the system for by-pass control in the pipeline operation of a computer is shown in Fig. 4.
- the system of Fig. 4 comprises an instruction register 1, a register file 2, a coincidence circuit 3, a decoding portion 41, by-pass valid flag registers 421, 422, 423, 424, and 425, and register writing address holding registers 51, 52, 53, 54, and 55.
- the system of Fig. 4 also comprises a base register 61, an index register 63, selectors 661, 662, 671, and 672, a displacement register 65, and an adder/subtracter 68 for calculating addresses.
- the system of Fig. 4 further comprises by-pass registers 811, 812, 813, and 814 corresponding to the stages of the operation, selectors 821, 822, 823, and 824, a result of calculation storing portion 741, a calculation executing portion 742, and a data reading from memory portion 743.
- the adder/subtracter 68 for calculating addresses carries out addition or subtraction on the basis of the data from the base register 61, the index register 63, the displacement register 65, and the by-pass registers .811, 812, 813, and 814 for holding an operand address, and calculating an operand address.
- the operand address calculated by the adder/subtracter 68 is used for a memory address and is supplied successively to the by-pass registers 811, 812, 813, and 814.
- the number of by-pass registers corresponds to the number of stages of the pipeline after stage A.
- the coincidence circuit 3 comprises coincidence elements 311 to 314 and 321 to 324, and NOR gates 331 and 341.
- the coincidence elements carry out the comparison between the base modification portion I3 or the index modification I2 of the instruction, and the register writing addresses Al to El in the stages of the operation.
- the coincidence element 311 detects the coincidence between the register writing address Al of the preceding instruction, such as a load address (LA) instruction, and the base modification address I3 of the present instruction. If coincidence is detected, the data of the by-pass register 811 (TBYR) is supplied to the input port EAl of the adder/subtracter 68 to cause the by-pass operation.
- LA load address
- I3 base modification address
- the data of the base register 61 is supplied to the input port EAl of the adder/subtracter 68.
- FIG. 7 A further embodiment of the present invention is illustrated in Fig. 7.
- the system shown in Fig. 7 comprises selectors 911, 912, and 913, by-pass registers 921, 922, and 923, and identification number registers 931, 932, and 933.
- the control circuit including the coincidence circuit and decoding portion, such as shown in Fig. 4, is denoted as CC.
- the identification numbers (ID) 0, 1, and 2 are assigned to the by-pass registers 921, 922, and 923, respectively, for the read from buffer stage B, the execute stage E, and the write result stage W.
- the transfer of the data from the by-pass register 811 (T B Y R ) to the registers 921, 922, and 923 is carried out by changing the identification number successively with the sequence 0, 1, 2, 0, 1, 2, ....
- identification numbers are held in the identification number registers 931, 932, and 933. These identification numbers are used for selecting registers where the by-pass control is carried out with reference to the data in the identification number registers.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Advance Control (AREA)
Abstract
Description
- The present invention relates to a system for by-pass control during pipeline operation of a computer.
- During a pipeline operation of a computer, a register conflict can occur when a register in which a change of data is under execution through a preceding instruction is referred to by a present instruction. When such a register conflict occurs, reference to this register by the present instruction can be carried out only after completion of the execution of the preceding instruction for a change of data.
- Usually the flow of instructions in the pipeline operation consists of the decoding stage D for decoding the instruction, the calculate address stage A for calculating the operand address, the transform address stage T for transforming an operand address into an actual address, the read from buffer stage B for reading an operand from the buffer memory controlled by the storage control portion, the execute stage E for executing the calculation, and the write result stage W for checking the result of the calculation and writing the result.
- It is the object of the present invention to realize an improved pipeline operation of a computer in which a delay in operation due to a register conflict during the flow of the pipeline operation is reduced, and to increase the speed of control of the execution of the instructions in the pipeline operation.
- According to the fundamental aspect of the present invention, there is provided a system for by-pass control during the pipeline operation of a computer, using a plurality of processing stages, in which an instruction is executed in a plurality of periods, and a plurality of instructions are executed in parallel by commencing, before the termination of execution of the preceding instruction, the execution of the present instruction. The system includes a conflict detection unit for detecting the conflict between the result data of the preceding instruction and the source data of the present instruction, a data establishment indication unit for indicating the establishment of the result data of the preceding instruction prior to the usual result writing period, and a source data by-pass unit for by-passing the source data to the processing stage which requires this source data immediately after conflict is detected between the result data of the preceding instruction and the source data of the present instruction and the establishment of the source data of the present instruction is detected.
-
- In the drawings, Fig. 1 illustrates examples of the prior art pipeline flow;
- Fig. 2 is a schematic block diagram of the system for by-pass control during pipeline operation of a computer according to an embodiment of the present invention;
- Fig. 3 illustrates the pipeline flow for explaining the operation of the system shown in Fig. 2;
- Fig. 4 illustrates another embodiment of the present invention;
- Fig. 5 illustrates the pipeline flow for the operation of the system shown in Fig. 4;
- Fig. 6 illustrates the prior art pipeline flow for explaining the difference between that flow and the pipeline flow shown in Fig. 5; and
- Fig. 7 illustrates a further embodiment of the present invention.
- The system for by-pass control during the pipeline operation of a computer according to an embodiment of the present invention is shown in Fig. 2. The system of Fig. 2 comprises an
instruction register 1, aregister file 2, acoincidence circuit 3, adecoding portion 41, a by-passvalid flag register 42, register writing 51, 52, 53, 54, and 55, and aaddress holding registers writing operation portion 56. The system of Fig. 2 also comprises abase register 61, an operandaddress holding register 62, anindex register 63, an operandaddress holding register 64, adisplacement register 65, 66 and 67, an adder/selectors subtracter 68 for calculating addresses, aninstruction portion 71 for instructing data reading from a memory, aninstruction portion 72 for instructing an execution of calculation, and aninstruction portion 73 for instructing the writing of the result of the calculation. - According to the system of the present invention, an instruction fetched from the main storage is registered in the
instruction register 1. This instruction consists of, for example, an operation code OP, a first operand OPR1, and a second operand OPR2. Where the instruction is a load type instruction, the first operand OPR1 is an operand to be written, and the second operand OPR2 is an operand for referral. In the example of a stored instruction shown in theinstruction register 1 of Fig. 2, the second operand OPR2 comprises an index register number X2, a base register number B2, and a displacement D2. - The
register file 2 is a storage circuit consisting of a general use register, a floating point register, and the like. The output of theregister file 2 is supplied to thebase register 61 and theindex register 63. - The
selector 66 receives the outputs of thebase register 61 and the operandaddress holding register 62 as inputs to be selected and the output ofcoincidence circuit 3 as a control input, and theselector 67 receives the outputs of theindex register 63 and the operandaddress holding register 64 as inputs to be selected and the output ofcoincidence circuit 3 as a control input. - The adder/
subtracter 68 receives the data from the 66 and 67, and theselectors displacement register 65, and carries out addition or subtraction on the basis of the received data to obtain an operand address. - The operand address calculated by the adder/
subtracter 68 is supplied to the 62 and 64 for holding the operand address.registers - In the prior art, the registers for holding operand addresses, such as the
62 and 64 in Fig. 2, are provided for temporarily holding and updating an operand address in order to facilitate the treating of an operand address having a variable length in the main storage. In the system of Fig. 2 according to the present invention, these registers are utilized for holding by-pass data.registers - The
coincidence circuit 3 detects the identification between a register which stores the result of the execution of the preceding instruction and a register to be used for calculating the operand address of the present instruction. The selections in the 66 and 67 are controlled by the outputs of theselectors coincidence circuit 3. - The
decoding portion 41 is for analyzing the operation code of an instruction. Thedecoding portion 41 decides whether or not the preceding instruction is an instruction which can realize the execution of the calculation of the register writing data, on the basis of the output of the adder/subtracter 68 for calculating addresses. Thevalid flag register 42 is set or reset on the basis of this decision. - For example, when the instruction can obtain the result of the execution of the instruction at a relatively early cycle of the execution of the instruction, such as a load-address (LA) instruction, the valid flag is set in the
valid flag register 42. When the valid flag is set, the by-pass control enable signal is' supplied from thedecoding portion 41 to thecoincidence circuit 3. - The register writing addresses are stored as follows: Al for stage A in
register 51; Tl for stage T inregister 52; Bl for stage B inregister 53; El for stage E inregister 54; and Wl for stage W inregister 55. - The
coincidence circuit 3 consists of abase coincidence circuit 31 and anindex coincidence circuit 32. Thebase coincidence circuit 31 detects the coincidence between the register writing address Al of the preceding instruction, such as that of the load-address instruction and the base modification register address, shown as the I3 portion of the present instruction. When coincidence is detected, the data of theregister 62, (not the data read from the register file 2), is supplied to the input port EA1 of the adder/subtracter 68 to carry out the by-pass operation. - The
index coincidence circuit 32 detects the coincidence between the register writing address Al of the preceding instruction and the index modification register address, shown as the I2 portion of the present instruction. When coincidence is detected, the data of theregister 64, (not the data read from the register file 2), is supplied to the input port EA2 of the adder/subtracter 68 to carry out the by-pass operation. - Thus, in the system of Fig. 2, a pipeline flow having a minimum delay, as shown in Fig. 3, (B), is realized. The time required for the operation shown in Fig. 3, (B) is reduced by 5 cycles less than that shown in Fig. 1, (B), and by 4 cycles less than that shown in Fig. 1, (C).
- Even if the register writing address Al coincides with the base or the index, the by-pass operation is not carried out when the valid flag is reset in the
valid flag register 42, and the operation is carried out with the usual waiting time. - Although in the above description the load-address (LA) instruction is adopted as an instruction which can instruct the calculation of the register writing data on the basis of the output of the adder/
subtracter 68 for calculating addresses, other instructions can be adopted provided that the adopted instruction can obtain the result of the execution of the instruction at an early cycle of the execution of the instruction. - The system for by-pass control in the pipeline operation of a computer according to another embodiment of the present invention is shown in Fig. 4. The system of Fig. 4 comprises an
instruction register 1, aregister file 2, acoincidence circuit 3, adecoding portion 41, by-pass 421, 422, 423, 424, and 425, and register writingvalid flag registers 51, 52, 53, 54, and 55.address holding registers - The system of Fig. 4 also comprises a
base register 61, anindex register 63, 661, 662, 671, and 672, aselectors displacement register 65, and an adder/subtracter 68 for calculating addresses. The system of Fig. 4 further comprises by- 811, 812, 813, and 814 corresponding to the stages of the operation,pass registers 821, 822, 823, and 824, a result ofselectors calculation storing portion 741, acalculation executing portion 742, and a data reading frommemory portion 743. - The adder/
subtracter 68 for calculating addresses carries out addition or subtraction on the basis of the data from thebase register 61, theindex register 63, thedisplacement register 65, and the by-pass registers .811, 812, 813, and 814 for holding an operand address, and calculating an operand address. The operand address calculated by the adder/subtracter 68 is used for a memory address and is supplied successively to the by- 811, 812, 813, and 814. The number of by-pass registers corresponds to the number of stages of the pipeline after stage A.pass registers - The
coincidence circuit 3 comprisescoincidence elements 311 to 314 and 321 to 324, and 331 and 341. The coincidence elements carry out the comparison between the base modification portion I3 or the index modification I2 of the instruction, and the register writing addresses Al to El in the stages of the operation.NOR gates - For example, the
coincidence element 311 detects the coincidence between the register writing address Al of the preceding instruction, such as a load address (LA) instruction, and the base modification address I3 of the present instruction. If coincidence is detected, the data of the by-pass register 811 (TBYR) is supplied to the input port EAl of the adder/subtracter 68 to cause the by-pass operation. - If no coincidence is detected in the
coincidence elements 311 to 314, the data of thebase register 61 is supplied to the input port EAl of the adder/subtracter 68. - Thus, in the system of Fig. 4, a pipeline flow having a minimum of delay, as shown in Fig. 5, is realized.
- To illustrate the difference between the embodiment of the present invention and the prior art, the pipeline flow for the prior art is shown in Fig. 6.
- A further embodiment of the present invention is illustrated in Fig. 7. The system shown in Fig. 7 comprises
911, 912, and 913, by-selectors 921, 922, and 923, and identification number registers 931, 932, and 933. The control circuit including the coincidence circuit and decoding portion, such as shown in Fig. 4, is denoted as CC.pass registers - The identification numbers (ID) 0, 1, and 2 are assigned to the by-
921, 922, and 923, respectively, for the read from buffer stage B, the execute stage E, and the write result stage W. The transfer of the data from the by-pass register 811 (TBYR) to thepass registers 921, 922, and 923 is carried out by changing the identification number successively with theregisters 0, 1, 2, 0, 1, 2, ....sequence - Only the identification numbers are held in the identification number registers 931, 932, and 933. These identification numbers are used for selecting registers where the by-pass control is carried out with reference to the data in the identification number registers.
- In the system shown in Fig. 7, when a register conflict occurs, a by-pass operation of the data of the by-pass register as a register read data and the operand address calculation are carried out, provided that the corresponding by-pass valid flags in the by-pass valid flag registers 422 to 425 indicate the valid state and that the data is registered in the by-pass register, thus enabling the pipeline operation to proceed satisfactorily.
Claims (5)
the control being carried out in such a manner that, when a register conflict occurs concerning the input data used for the address calculation in pipeline operation of a computer, under the condition that the preceding instruction is an instruction which can define the content of the data to be written into the register by a calculation circuit for calculating the operand address, the data for calculation of the operand address for the present instruction is supplied via a by-pass from the operand address holding circuit.
the control being carried out in such a manner that, when a register conflict occurs concerning the input data used for the address calculation in pipeline operation of a computer, under the condition that the preceding instruction is an instruction which can define the content of the data written into the register by the data from said operand address calculation circuit or the data read from a storage portion, the data for base modification or index modification in the operand address calculation for the present instruction is supplied via a by-pass from said by-pass registers.
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP34056/84 | 1984-02-24 | ||
| JP3405784A JPS60178540A (en) | 1984-02-24 | 1984-02-24 | By-pass control system of information processor |
| JP59034056A JPS60178539A (en) | 1984-02-24 | 1984-02-24 | By-pass control system of information processor |
| JP34057/84 | 1984-02-24 |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| EP0155211A2 true EP0155211A2 (en) | 1985-09-18 |
| EP0155211A3 EP0155211A3 (en) | 1988-04-27 |
| EP0155211B1 EP0155211B1 (en) | 1993-04-21 |
Family
ID=26372848
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP85400342A Expired - Lifetime EP0155211B1 (en) | 1984-02-24 | 1985-02-25 | System for by-pass control in pipeline operation of computer |
Country Status (7)
| Country | Link |
|---|---|
| US (1) | US5043868A (en) |
| EP (1) | EP0155211B1 (en) |
| AU (1) | AU553416B2 (en) |
| BR (1) | BR8500788A (en) |
| CA (1) | CA1223371A (en) |
| DE (1) | DE3587277T2 (en) |
| ES (1) | ES8702010A1 (en) |
Cited By (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP0230038A3 (en) * | 1985-12-20 | 1989-08-16 | Nec Corporation | Address generation system |
| EP0270125A3 (en) * | 1986-12-05 | 1990-03-28 | Kabushiki Kaisha Toshiba | Pipeline controlling system |
| WO1991003784A1 (en) * | 1989-09-11 | 1991-03-21 | Wang Laboratories, Inc. | Improved cpu pipeline having register file bypass on update/access address compare |
| FR2654529A1 (en) * | 1989-11-13 | 1991-05-17 | Mec Corp | System for processing information capable of bypassing a memory device for sending memory data, in the guise of operand to the arithmetic and logic unit |
| GB2241801A (en) * | 1990-03-05 | 1991-09-11 | Intel Corp | Data bypass structure in a register file on a microprocessor |
| EP0331191A3 (en) * | 1988-03-04 | 1991-12-04 | Nec Corporation | Information processing system capable of carrying out advanced execution |
| EP0399762A3 (en) * | 1989-05-24 | 1992-01-22 | Tandem Computers Incorporated | Multiple instruction issue computer architecture |
| EP0442116A3 (en) * | 1990-02-13 | 1993-03-03 | Hewlett-Packard Company | Pipeline method and apparatus |
| EP0443629A3 (en) * | 1990-02-23 | 1993-07-28 | Nec Corporation | Effective address pre-calculation type pipelined microprocessor |
| SG97920A1 (en) * | 1999-10-18 | 2003-08-20 | Ibm | Address wrap function for addressable memory devices |
| EP1385085A1 (en) * | 1991-07-08 | 2004-01-28 | Seiko Epson Corporation | High performance risc microprocessor architecture |
Families Citing this family (34)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2810068B2 (en) * | 1988-11-11 | 1998-10-15 | 株式会社日立製作所 | Processor system, computer system, and instruction processing method |
| US5150471A (en) * | 1989-04-20 | 1992-09-22 | Ncr Corporation | Method and apparatus for offset register address accessing |
| JP2710994B2 (en) * | 1989-08-29 | 1998-02-10 | 三菱電機株式会社 | Data processing device |
| US5224214A (en) * | 1990-04-12 | 1993-06-29 | Digital Equipment Corp. | BuIffet for gathering write requests and resolving read conflicts by matching read and write requests |
| JP2845578B2 (en) * | 1990-06-19 | 1999-01-13 | 甲府日本電気 株式会社 | Instruction control method |
| JPH04275628A (en) * | 1991-03-01 | 1992-10-01 | Mitsubishi Electric Corp | Arithmetic processor |
| JPH04367936A (en) | 1991-06-17 | 1992-12-21 | Mitsubishi Electric Corp | Superscalar processor |
| US5522052A (en) * | 1991-07-04 | 1996-05-28 | Matsushita Electric Industrial Co. Ltd. | Pipeline processor for processing instructions having a data dependence relationship |
| JP2539974B2 (en) * | 1991-11-20 | 1996-10-02 | 富士通株式会社 | Register read control method in information processing apparatus |
| US5604909A (en) | 1993-12-15 | 1997-02-18 | Silicon Graphics Computer Systems, Inc. | Apparatus for processing instructions in a computing system |
| US5966514A (en) | 1995-05-31 | 1999-10-12 | Matsushita Electric Industrial Co., Ltd. | Microprocessor for supporting reduction of program codes in size |
| US5802346A (en) * | 1995-06-02 | 1998-09-01 | International Business Machines Corporation | Method and system for minimizing the delay in executing branch-on-register instructions |
| US6092184A (en) * | 1995-12-28 | 2000-07-18 | Intel Corporation | Parallel processing of pipelined instructions having register dependencies |
| US5778248A (en) * | 1996-06-17 | 1998-07-07 | Sun Microsystems, Inc. | Fast microprocessor stage bypass logic enable |
| US5996065A (en) * | 1997-03-31 | 1999-11-30 | Intel Corporation | Apparatus for bypassing intermediate results from a pipelined floating point unit to multiple successive instructions |
| US6859872B1 (en) * | 1999-05-12 | 2005-02-22 | Analog Devices, Inc. | Digital signal processor computation core with pipeline having memory access stages and multiply accumulate stages positioned for efficient operation |
| US7107302B1 (en) | 1999-05-12 | 2006-09-12 | Analog Devices, Inc. | Finite impulse response filter algorithm for implementation on digital signal processor having dual execution units |
| US7111155B1 (en) | 1999-05-12 | 2006-09-19 | Analog Devices, Inc. | Digital signal processor computation core with input operand selection from operand bus for dual operations |
| US6820189B1 (en) | 1999-05-12 | 2004-11-16 | Analog Devices, Inc. | Computation core executing multiple operation DSP instructions and micro-controller instructions of shorter length without performing switch operation |
| JP3445535B2 (en) * | 1999-09-24 | 2003-09-08 | 株式会社東芝 | Bypass control circuit |
| EP1124181B8 (en) * | 2000-02-09 | 2012-03-21 | Texas Instruments Incorporated | Data processing apparatus |
| US6862677B1 (en) * | 2000-02-16 | 2005-03-01 | Koninklijke Philips Electronics N.V. | System and method for eliminating write back to register using dead field indicator |
| US6851044B1 (en) * | 2000-02-16 | 2005-02-01 | Koninklijke Philips Electronics N.V. | System and method for eliminating write backs with buffer for exception processing |
| US6629234B1 (en) * | 2000-03-30 | 2003-09-30 | Ip. First, L.L.C. | Speculative generation at address generation stage of previous instruction result stored in forward cache for use by succeeding address dependent instruction |
| US6675287B1 (en) * | 2000-04-07 | 2004-01-06 | Ip-First, Llc | Method and apparatus for store forwarding using a response buffer data path in a write-allocate-configurable microprocessor |
| US20030154363A1 (en) * | 2002-02-11 | 2003-08-14 | Soltis Donald C. | Stacked register aliasing in data hazard detection to reduce circuit |
| US7107438B2 (en) * | 2003-02-04 | 2006-09-12 | Via Technologies, Inc. | Pipelined microprocessor, apparatus, and method for performing early correction of conditional branch instruction mispredictions |
| US7100024B2 (en) * | 2003-02-04 | 2006-08-29 | Via Technologies, Inc. | Pipelined microprocessor, apparatus, and method for generating early status flags |
| US7185182B2 (en) * | 2003-02-04 | 2007-02-27 | Via Technologies, Inc. | Pipelined microprocessor, apparatus, and method for generating early instruction results |
| WO2007069000A1 (en) * | 2005-12-16 | 2007-06-21 | Freescale Semiconductor, Inc. | Device and method for processing instructions |
| US8966230B2 (en) * | 2009-09-30 | 2015-02-24 | Intel Corporation | Dynamic selection of execution stage |
| US8776091B2 (en) | 2010-04-30 | 2014-07-08 | Microsoft Corporation | Reducing feedback latency |
| CN109284131B (en) | 2013-05-24 | 2023-05-30 | 相干逻辑公司 | Memory-network processor with programmable optimization |
| US9697580B2 (en) | 2014-11-10 | 2017-07-04 | Qualcomm Incorporated | Dynamic pipeline for graphics processing |
Family Cites Families (25)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US3449723A (en) * | 1966-09-12 | 1969-06-10 | Ibm | Control system for interleave memory |
| US3736566A (en) * | 1971-08-18 | 1973-05-29 | Ibm | Central processing unit with hardware controlled checkpoint and retry facilities |
| GB1443777A (en) * | 1973-07-19 | 1976-07-28 | Int Computers Ltd | Data processing apparatus |
| US4025771A (en) * | 1974-03-25 | 1977-05-24 | Hughes Aircraft Company | Pipe line high speed signal processor |
| US4379328A (en) * | 1979-06-27 | 1983-04-05 | Burroughs Corporation | Linear sequencing microprocessor facilitating |
| JPS5621240A (en) * | 1979-07-27 | 1981-02-27 | Hitachi Ltd | Information processor |
| US4392200A (en) * | 1980-01-28 | 1983-07-05 | Digital Equipment Corporation | Cached multiprocessor system with pipeline timing |
| CA1174370A (en) * | 1980-05-19 | 1984-09-11 | Hidekazu Matsumoto | Data processing unit with pipelined operands |
| US4369430A (en) * | 1980-05-19 | 1983-01-18 | Environmental Research Institute Of Michigan | Image analyzer with cyclical neighborhood processing pipeline |
| US4373180A (en) * | 1980-07-09 | 1983-02-08 | Sperry Corporation | Microprogrammed control system capable of pipelining even when executing a conditional branch instruction |
| US4467409A (en) * | 1980-08-05 | 1984-08-21 | Burroughs Corporation | Flexible computer architecture using arrays of standardized microprocessors customized for pipeline and parallel operations |
| US4390946A (en) * | 1980-10-20 | 1983-06-28 | Control Data Corporation | Lookahead addressing in a pipeline computer control store with separate memory segments for single and multiple microcode instruction sequences |
| US4399507A (en) * | 1981-06-30 | 1983-08-16 | Ibm Corporation | Instruction address stack in the data memory of an instruction-pipelined processor |
| US4414669A (en) * | 1981-07-23 | 1983-11-08 | General Electric Company | Self-testing pipeline processors |
| US4532589A (en) * | 1981-12-02 | 1985-07-30 | Hitachi, Ltd. | Digital data processor with two operation units |
| JPS58149541A (en) * | 1982-03-01 | 1983-09-05 | Hitachi Ltd | Data processing device |
| US4484349A (en) * | 1982-03-11 | 1984-11-20 | Environmental Research Institute Of Michigan | Parallel pipeline image processor |
| JPS592143A (en) * | 1982-06-29 | 1984-01-07 | Hitachi Ltd | information processing equipment |
| JPS5932045A (en) * | 1982-08-16 | 1984-02-21 | Hitachi Ltd | information processing equipment |
| US4594655A (en) * | 1983-03-14 | 1986-06-10 | International Business Machines Corporation | (k)-Instructions-at-a-time pipelined processor for parallel execution of inherently sequential instructions |
| JPS59174948A (en) * | 1983-03-25 | 1984-10-03 | Toshiba Corp | Information processing device |
| WO1985000453A1 (en) * | 1983-07-11 | 1985-01-31 | Prime Computer, Inc. | Data processing system |
| JPS60120439A (en) * | 1983-12-05 | 1985-06-27 | Nec Corp | Operation processor |
| JPH063584B2 (en) * | 1983-12-19 | 1994-01-12 | 株式会社日立製作所 | Information processing equipment |
| FR2583307B1 (en) | 1985-06-14 | 1993-07-02 | Atochem | SUPPORT BASED ON SILICA AND MAGNESIUM CHLORIDE, MANUFACTURING METHOD THEREOF, CATALYSTS OBTAINED FROM THIS SUPPORT. |
-
1985
- 1985-02-13 AU AU38677/85A patent/AU553416B2/en not_active Ceased
- 1985-02-15 CA CA000474470A patent/CA1223371A/en not_active Expired
- 1985-02-22 BR BR8500788A patent/BR8500788A/en not_active IP Right Cessation
- 1985-02-22 ES ES540629A patent/ES8702010A1/en not_active Expired
- 1985-02-25 EP EP85400342A patent/EP0155211B1/en not_active Expired - Lifetime
- 1985-02-25 DE DE8585400342T patent/DE3587277T2/en not_active Expired - Fee Related
-
1989
- 1989-12-19 US US07/453,193 patent/US5043868A/en not_active Expired - Fee Related
Cited By (27)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP0230038A3 (en) * | 1985-12-20 | 1989-08-16 | Nec Corporation | Address generation system |
| EP0270125A3 (en) * | 1986-12-05 | 1990-03-28 | Kabushiki Kaisha Toshiba | Pipeline controlling system |
| EP0331191A3 (en) * | 1988-03-04 | 1991-12-04 | Nec Corporation | Information processing system capable of carrying out advanced execution |
| EP0902362A3 (en) * | 1989-05-24 | 2001-10-04 | Compaq Computer Corporation | Multiple instruction issue computer architecture |
| EP0399762A3 (en) * | 1989-05-24 | 1992-01-22 | Tandem Computers Incorporated | Multiple instruction issue computer architecture |
| US6092177A (en) * | 1989-05-24 | 2000-07-18 | Tandem Computers Incorporated | Computer architecture capable of execution of general purpose multiple instructions |
| US5752064A (en) * | 1989-05-24 | 1998-05-12 | Tandem Computers Incorporated | Computer architecture capable of concurrent issuance and execution of general purpose multiple instructions |
| US5628024A (en) * | 1989-05-24 | 1997-05-06 | Tandem Computers Incorporated | Computer architecture capable of concurrent issuance and execution of general purpose multiple instructions |
| US5574941A (en) * | 1989-05-24 | 1996-11-12 | Tandem Computers Incorporated | Computer architecture capable of concurrent issuance and execution of general purpose multiple instruction |
| WO1991003784A1 (en) * | 1989-09-11 | 1991-03-21 | Wang Laboratories, Inc. | Improved cpu pipeline having register file bypass on update/access address compare |
| US5123108A (en) * | 1989-09-11 | 1992-06-16 | Wang Laboratories, Inc. | Improved cpu pipeline having register file bypass and working register bypass on update/access address compare |
| FR2654529A1 (en) * | 1989-11-13 | 1991-05-17 | Mec Corp | System for processing information capable of bypassing a memory device for sending memory data, in the guise of operand to the arithmetic and logic unit |
| US5526500A (en) * | 1990-02-13 | 1996-06-11 | Hewlett-Packard Company | System for operand bypassing to allow a one and one-half cycle cache memory access time for sequential load and branch instructions |
| EP0442116A3 (en) * | 1990-02-13 | 1993-03-03 | Hewlett-Packard Company | Pipeline method and apparatus |
| US5333288A (en) * | 1990-02-23 | 1994-07-26 | Nec Corporation | Effective address pre-calculation type pipelined microprocessor |
| EP0443629A3 (en) * | 1990-02-23 | 1993-07-28 | Nec Corporation | Effective address pre-calculation type pipelined microprocessor |
| GB2241801B (en) * | 1990-03-05 | 1994-03-16 | Intel Corp | Data bypass structure in a register file on a microprocessor chip to ensure data integrity |
| GB2241801A (en) * | 1990-03-05 | 1991-09-11 | Intel Corp | Data bypass structure in a register file on a microprocessor |
| EP1385085A1 (en) * | 1991-07-08 | 2004-01-28 | Seiko Epson Corporation | High performance risc microprocessor architecture |
| US6915412B2 (en) | 1991-07-08 | 2005-07-05 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
| US6934829B2 (en) | 1991-07-08 | 2005-08-23 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
| US6941447B2 (en) | 1991-07-08 | 2005-09-06 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
| US6948052B2 (en) | 1991-07-08 | 2005-09-20 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
| US6959375B2 (en) | 1991-07-08 | 2005-10-25 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
| US6986024B2 (en) | 1991-07-08 | 2006-01-10 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
| US7162610B2 (en) | 1991-07-08 | 2007-01-09 | Seiko Epson Corporation | High-performance, superscalar-based computer system with out-of-order instruction execution |
| SG97920A1 (en) * | 1999-10-18 | 2003-08-20 | Ibm | Address wrap function for addressable memory devices |
Also Published As
| Publication number | Publication date |
|---|---|
| US5043868A (en) | 1991-08-27 |
| AU3867785A (en) | 1985-09-05 |
| BR8500788A (en) | 1985-10-08 |
| DE3587277T2 (en) | 1993-07-29 |
| ES540629A0 (en) | 1986-12-01 |
| EP0155211B1 (en) | 1993-04-21 |
| AU553416B2 (en) | 1986-07-17 |
| DE3587277D1 (en) | 1993-05-27 |
| CA1223371A (en) | 1987-06-23 |
| ES8702010A1 (en) | 1986-12-01 |
| EP0155211A3 (en) | 1988-04-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP0155211A2 (en) | System for by-pass control in pipeline operation of computer | |
| US4882701A (en) | Lookahead program loop controller with register and memory for storing number of loop times for branch on count instructions | |
| US4881170A (en) | Instruction prefetch control apparatus | |
| US6233670B1 (en) | Superscalar processor with direct result bypass between execution units having comparators in execution units for comparing operand and result addresses and activating result bypassing | |
| EP0135844B1 (en) | A data processor with a branch target instruction storage | |
| US4476525A (en) | Pipeline-controlled data processing system capable of performing a plurality of instructions simultaneously | |
| EP0491693B1 (en) | Improved cpu pipeline having register file bypass on update/access address compare | |
| US6003126A (en) | Special instruction register including allocation field utilized for temporary designation of physical registers as general registers | |
| EP0094535B1 (en) | Pipe-line data processing system | |
| US4739470A (en) | Data processing system | |
| EP0284364A2 (en) | High speed computer system | |
| JPH0460720A (en) | Control system for condition branching instruction | |
| EP0223150B1 (en) | Information processing apparatus | |
| EP0030463A2 (en) | Buffer memory control system | |
| EP0240606A2 (en) | Pipe-line processing system and microprocessor using the system | |
| KR100241970B1 (en) | Data processing apparatus for performing pipeline processing | |
| KR900002436B1 (en) | Bypass control system for pipeline processing | |
| EP0292188A2 (en) | Cache system | |
| US5276853A (en) | Cache system | |
| JPH11110214A (en) | Instruction control system and method | |
| JPS5890247A (en) | Pipeline controlling system of information processor | |
| JPS60178540A (en) | By-pass control system of information processor | |
| KR930005840B1 (en) | How processors are distinguished | |
| JPH0248733A (en) | information processing equipment | |
| JPH04175930A (en) | Data processor |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| AK | Designated contracting states |
Designated state(s): DE FR GB |
|
| PUAL | Search report despatched |
Free format text: ORIGINAL CODE: 0009013 |
|
| AK | Designated contracting states |
Kind code of ref document: A3 Designated state(s): DE FR GB |
|
| 17P | Request for examination filed |
Effective date: 19881010 |
|
| 17Q | First examination report despatched |
Effective date: 19900910 |
|
| GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
| AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): DE FR GB |
|
| REF | Corresponds to: |
Ref document number: 3587277 Country of ref document: DE Date of ref document: 19930527 |
|
| ET | Fr: translation filed | ||
| PLBE | No opposition filed within time limit |
Free format text: ORIGINAL CODE: 0009261 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT |
|
| 26N | No opposition filed | ||
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20010213 Year of fee payment: 17 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GB Payment date: 20010221 Year of fee payment: 17 Ref country code: DE Payment date: 20010221 Year of fee payment: 17 |
|
| REG | Reference to a national code |
Ref country code: GB Ref legal event code: IF02 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GB Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20020225 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: DE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20020903 |
|
| GBPC | Gb: european patent ceased through non-payment of renewal fee |
Effective date: 20020225 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: FR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20021031 |
|
| REG | Reference to a national code |
Ref country code: FR Ref legal event code: ST |