Method and apparatus for performing predicate prediction

Electrical computers and digital processing systems: processing – Processing control – Branching

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C712S226000

Reexamination Certificate

active

06353883

ABSTRACT:

FIELD OF THE INVENTION
The present invention relates to computer systems and more particularly to computer system processors that support predication and perform predicate prediction.
BACKGROUND OF THE INVENTION
A processor manipulates and controls the flow of data in a computer system. Increasing the speed of the processor will tend to increase the computational power of the computer. Processor designers employ many different techniques to increase processor speed to create more powerful computers for consumers. One technique for increasing processor speed is called predication.
Predication is the conditional execution of instructions depending on the value of a variable called a predicate. For example, consider the two instructions:
COMPARE
P=a,b
IF (
P
) THEN
c=d+e
The first instruction, COMPARE P=a,b, determines a value for the predicate P. For example, if a is equal to b, then the value of predicate P is “True”, and if a is not equal to b, then the value of predicate P is “False.” “True” and “False” are typically represented in a computer system as single bit values “1” and “0”, respectively (or “0” and “1”, respectively, in a negative logic implementation).
The second instruction, IF (P) THEN c=d+e, includes two parts. The first part, IF (P) THEN, predicates (or conditions) the second part, c=d+e, on the value of predicate P. If P is true ( e.g. a “1”), then the value of c is set equal to the value of d+e. If P is false (e.g. a “0”), then the second part of the instruction is skipped and the processor executes the next sequential instruction in the program code.
Unfortunately, the COMPARE instruction, COMPARE P=a,b, can take a lengthy amount of time to process. Because of this, the execution of subsequent instructions in the program code sequence may be delayed until the COMPARE instruction is resolved.
SUMMARY OF THE INVENTION
A method and apparatus for performing predicate prediction is described. In one method, a predicted predicate value for a predicate is determined. A predicated instruction is then conditionally executed depending on the predicted predicate value.
Other features and advantages of the present invention will be apparent from the accompanying drawings and the detailed description that follows.


REFERENCES:
patent: 4578750 (1986-03-01), Amdahl et al.
patent: 4967351 (1990-10-01), Zmyslowski et al.
patent: 4999800 (1991-03-01), Birger
patent: 5471593 (1995-11-01), Branigan
patent: 5857104 (1999-01-01), Natrajn et al.
patent: 5903750 (1999-05-01), Yeh et al.
patent: 6009512 (1999-12-01), Christie
patent: 6021487 (2000-03-01), Maliszewski
patent: 6115808 (2000-09-01), Arora
patent: 0 855 645 (1998-07-01), None
patent: WO 97/48042 (1997-12-01), None
patent: WO 98/08160 (1998-02-01), None
patent: WO 99/14667 (1999-03-01), None
D. Grunwald et al., “Confidence Estimation for Speculation Control”, 1998 IEEE, pp. 122 -131.
E. Jacobsen et al., “Assigning Confidence Branch Predictions”, 1996 IEEE, pp. 142-152.
S. Manne et al., “Pipeline Gating: Speculation Control for Energy Reduction”, 1998 IEEE, pp. 132-141.
K. C. Tal et al., “Evaluation of a predicate-based software testing strategy”, IBM Systems Journal, vol. 33, No. 3, 1994, pp. 445-457.
S. Mahlke et al., “Effective Compiler Support for Predicated Execution Using the Hyperblock”, 1992 IEEE, pp. 45-54.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Method and apparatus for performing predicate prediction does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Method and apparatus for performing predicate prediction, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Method and apparatus for performing predicate prediction will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2890245

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.