Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SLIDING-WINDOW, BLOCK-BASED BRANCH TARGET ADDRESS CACHE
Document Type and Number:
WIPO Patent Application WO/2007/143508
Kind Code:
A3
Abstract:
A sliding-window, block-based branch target address cache (BTAC) comprises a plurality of entries, each entry associated with a block of instructions containing at least one branch instruction having been evaluated taken, and having a tag associated with the address of the first instruction in the block. The blocks each correspond to a group of instructions fetched from memory, such as an I-cache. Where a branch instruction is included in two or more fetch groups, it is also included in two or more instruction blocks associated with BTAC entries. The sliding-window, block-based BTAC allows for storing the branch target address (BTA) of two or more taken branch instructions that fall in the same instruction block, without providing for multiple BTA storage space in each BTAC entry, by storing BTAC entries associated with different instruction blocks, each containing at least one of the taken branch instructions.

Inventors:
SMITH RODNEY WAYNE (US)
DIEFFENDERFER JAMES NORRIS (US)
STEMPEL BRIAN MICHAEL (US)
SARTORIUS THOMAS ANDREW (US)
Application Number:
PCT/US2007/070111
Publication Date:
January 31, 2008
Filing Date:
May 31, 2007
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
QUALCOMM INC (US)
SMITH RODNEY WAYNE (US)
DIEFFENDERFER JAMES NORRIS (US)
STEMPEL BRIAN MICHAEL (US)
SARTORIUS THOMAS ANDREW (US)
International Classes:
G06F9/38
Foreign References:
US5530825A1996-06-25
EP1624369A22006-02-08
US20020194462A12002-12-19
Attorney, Agent or Firm:
OGROD, Gregory D. (5775 Morehouse DriveSan Diego, California, US)
Download PDF:
Claims:

CLAIMS

What is claimed is:

1. A method of predicting branch instructions in a processor, comprising: storing an entry in a Branch Target Address Cache (BTAC), the BTAC entry associated with a block of two or more instructions that includes at least one branch instruction having been evaluated taken, the BTAC entry having a tag associated with the address of the first instruction in the block; and upon fetching a group of instructions, accessing the BTAC to determine if an instruction in a corresponding block is a taken branch instruction.

2. The method of claim 1 wherein each BTAC entry includes an indicator of which instruction within the associated block is a taken branch instruction.

3. The method of claim 1 further comprising storing in each BTAC entry the Branch Target Address (BTA) of a taken branch instruction within the associated block.

4. The method of claim 3, further comprising, after accessing the BTAC, fetching instructions from the BTA.

5. The method of claim 1 wherein for at least one BTAC entry, the first instruction in the block is the first instruction in an instruction cache line.

6. The method of claim 1 wherein for at least a one BTAC entry, the address of the first instruction in the block is the branch target address of a branch instruction.

7. The method of claim 3 wherein a first BTAC entry is associated with a first instruction block including first and second taken branch instructions, the BTAC entry storing the BTA of the first branch instruction.

8. The method of claim 7 wherein a second BTAC entry associated with a second instruction block including the second taken branch instruction stores the BTA of the second branch instruction.

9. A processor, comprising: a Branch Target Address Cache (BTAC) storing a plurality of entries, each entry associated with a block of two or more instructions that includes at least one branch instruction having been evaluated taken, and the BTAC entry having a tag associated with the address of the first instruction in the block; and an instruction execution pipeline operative to index the BTAC with an instruction address upon fetching a group of instructions.

10. The processor of claim 9 wherein each BTAC entry includes an indicator of which instruction within the associated block is a taken branch instructions.

11. The processor of claim 9 wherein each BTAC entry includes the Branch Target Address (BTA) of a taken branch instruction within the associated block.

Description:

SLIDING-WINDOW, BLOCK-BASED BRANCH TARGET ADDRESS CACHE

BACKGROUND

[0001] The present invention relates generally to the field of processors and in particular to a block-based branch target address cache having a sliding window organization.

[0002] Microprocessors perform computational tasks in a wide variety of applications. Improving processor performance is a sempiternal design goal, to drive product improvement by realizing faster operation and/or increased functionality through enhanced software. In many embedded applications, such as portable electronic devices, conserving power and reducing chip size are also important goals in processor design and implementation.

[0003] Most modern processors employ a pipelined architecture, where sequential instructions, each having multiple execution steps, are overlapped in execution. This ability to exploit parallelism among instructions in a sequential instruction stream contributes significantly to improved processor performance. Under ideal conditions and in a processor that completes each pipe stage in one cycle, following the brief initial process of filling the pipeline, an instruction may complete execution every cycle. [0004] Such ideal conditions are never realized in practice, due to a variety of factors including data dependencies among instructions (data hazards), control dependencies such as branches (control hazards), processor resource allocation conflicts (structural hazards), interrupts, cache misses, and the like. A major goal of processor design is to avoid these hazards, and keep the pipeline "full." [0005] All real-world programs include branch instructions, which may comprise unconditional or conditional branch instructions. The actual branching behavior of branch instructions is often not known until the instruction is evaluated deep in the pipeline. This generates a control hazard that stalls the pipeline, as the processor does

not know which instructions to fetch following the branch instruction, and will not know until the branch instruction evaluates. Most modern processors employ various forms of branch prediction, whereby the branching behavior of conditional branch instructions and branch target addresses are predicted early in the pipeline, and the processor speculatively fetches and executes instructions, based on the branch prediction, thus keeping the pipeline full. If the prediction is correct, performance is maximized and power consumption minimized. When the branch instruction is actually evaluated, if the branch was mispredicted, the speculatively fetched instructions must be flushed from the pipeline, and new instructions fetched from the correct branch target address. Mispredicted branches adversely impact processor performance and power consumption.

[0006] There are two components to a branch prediction: a condition evaluation and a branch target address. The condition evaluation (relevant only to conditional branch instructions, of course) is a binary decision: the branch is either taken, causing execution to jump to a different code sequence, or not taken, in which case the processor executes the next sequential instruction following the conditional branch instruction. The branch target address (BTA) is the address to which control branches for either an unconditional branch instruction or a conditional branch instruction that evaluates as taken. Some common branch instructions include the BTA in the instruction op-code, or include an offset whereby the BTA can be easily calculated. For other branch instructions, the BTA is not calculated until deep in the pipeline, and thus must be predicted.

[0007] One known technique of BTA prediction utilizes a Branch Target Address Cache (BTAC). A BTAC as known in the prior art is a fully associative cache, indexed by a branch instruction address (BIA), with each data location (or cache "line") containing a single BTA. When a branch instruction evaluates in the pipeline as taken and its actual BTA is calculated, the BIA and BTA are written to the BTAC (e.g., during a write-back pipeline stage). When fetching new instructions, the BTAC is accessed in

parallel with an instruction cache (or l-cache). If the instruction address hits in the BTAC, the processor knows that the instruction is a branch instruction (this is prior to the instruction fetched from the l-cache being decoded) and a predicted BTA is provided, which is the actual BTA of the branch instruction's previous execution. If a branch prediction circuit predicts the branch to be taken, instruction fetching begins at the predicted BTA. If the branch is predicted not taken, instruction fetching continues sequentially.

[0008] Note that the term BTAC is also used in the art to denote a cache that associates a saturation counter with a BIA, thus providing only a condition evaluation prediction (Ae., taken or not taken). That is not the meaning of this term as used herein.

[0009] High performance processors may fetch more than one instruction at a time from the l-cache. For example, an entire cache line, which may comprise, e.g., four instructions, may be fetched into an instruction fetch buffer, which sequentially feeds them into the pipeline. Patent application Serial No. 11/089,072, assigned to the assignee of the present application and incorporated herein by reference, discloses a BTAC storing two or more BTAs in each cache line, and indexing a Branch Prediction Offset Table (BPOT) to determine which of the BTAs is taken as the predicted BTA on a BTAC hit. The BPOT avoids the costly hardware structure of a BTAC with multiple read ports, which would be necessary to access the multiple BTAs in parallel.

[0010] Patent application Serial No. , "Block-Based Branch Target Address

Cache," assigned to the assignee of the present application and incorporated herein by reference, discloses a block-based BTAC storing a plurality of entries, each entry associated with a block of instructions, where one or more of the instructions in the block is a branch instruction that has been evaluated taken. The BTAC entry includes an indicator of which instruction within the associated block is a taken branch instruction, and the BTA of the taken branch. The BTAC entries are indexed by the address bits common to all instructions in a block (Ae., by truncating the lower-order

address bits that select an instruction within the block). Both the block size and the relative block borders are thus fixed.

[0011] The block-based BTAC works well where each block includes only one taken branch instruction. When two or more branch instructions within a block evaluate as taken a decision must be made to store one branch instruction's BTA and not another's, leading to a performance and power degradation when the other branch evaluates taken. Multiple BTAs could be stored in each BTAC entry; however this wastes valuable silicon area in the usual case where instruction blocks do not include as many taken branch instructions as BTA storage locations in the BTAC entry.

SUMMARY

[0012] According to one or more embodiments disclosed herein, a sliding-window, block-based BTAC comprises a plurality of entries, each entry associated with a block of instructions containing at least one branch instruction that has been evaluated taken, and indexed by the address of the first instruction in the block. The block size is fixed (and corresponds to the size of instruction fetch groups), but block boundaries are not fixed, and instruction blocks may overlap. A branch instruction may thus be included in two or more instruction blocks represented by BTAC entries. In some cases, this allows for the sliding-window, block-based BTAC to store the BTAs of two or more taken branch instructions that fall within a single instruction block by defining new blocks and creating associated BTAC entries, without wasting memory by increasing the BTA storage capacity of every BTAC entry.

[0013] One embodiment relates to a method of predicting branch instructions in a processor. An entry, associated with a block of two or more instructions that includes at least one branch instruction having been evaluated taken, is stored in a Branch Target Address Cache (BTAC), the BTAC entry having a tag associated with the address of the first instruction in the block. Upon fetching an instruction, the BTAC is

accessed to determine if an instruction in one or more blocks is a conditional branch instruction.

[0014] Another embodiment relates to a processor. The processor includes a Branch Target Address Cache (BTAC) storing a plurality of entries, each entry associated with a block of two or more instructions that includes at least one branch instruction having been evaluated taken, and the BTAC entry having a tag associated with the address of the first instruction in the block. The processor also includes an instruction execution pipeline operative to index the BTAC with an instruction address upon fetching a group of instructions.

BRIEF DESCRIPTION OF DRAWINGS

[0015] Figure 1 is a functional block diagram of one embodiment of a processor. [0016] Figure 2 is a functional block diagram of one embodiment of a Branch Target Address Cache and concomitant circuits.

DETAILED DESCRIPTION

[0017] Figure 1 depicts a functional block diagram of a processor 10. The processor 10 executes instructions in an instruction execution pipeline 12 according to control logic 1 1. In some embodiments, the pipeline 12 may be a superscalar design, with multiple parallel pipelines. The pipeline 12 includes various registers or latches 16, organized in pipe stages, and one or more Arithmetic Logic Units (ALU) 18. A General Purpose Register (GPR) file 20 provides registers comprising the top of the memory hierarchy.

[0018] The pipeline 12 fetches instructions from an instruction cache (l-cache) 22, with memory address translation and permissions managed by an Instruction-side Translation Lookaside Buffer (ITLB) 24. In parallel, the pipeline 12 provides the instruction address to a sliding-window, block-based Branch Target Address Cache (BTAC) 25. If the instruction address hits in the BTAC 25, the sliding-window, block-

based BTAC 25 provides a branch target address (BTA) to the l-cache 22, to immediately begin fetching instructions from a predicted BTA. The structure and operation of the sliding-window, block-based BTAC 25 are described more fully below. [0019] Data is accessed from a data cache (D-cache) 26, with memory address translation and permissions managed by a main Translation Lookaside Buffer (TLB) 28. In various embodiments, the ITLB may comprise a copy of part of the TLB. Alternatively, the ITLB and TLB may be integrated. Similarly, in various embodiments of the processor 10, the l-cache 22 and D-cache 26 may be integrated, or unified. Misses in the l-cache 22 and/or the D-cache 26 cause an access to main (off-chip) memory 32, under the control of a memory interface 30.

[0020] The processor 10 may include an Input/Output (I/O) interface 34, controlling access to various peripheral devices 36, 38. Those of skill in the art will recognize that numerous variations of the processor 10 are possible. For example, the processor 10 may include a second-level (L2) cache for either or both the I and D caches 22, 26. In addition, one or more of the functional blocks depicted in the processor 10 may be omitted from a particular embodiment.

[0021] Branch instructions are common in most code. By some estimates, as many as one in five instructions may be a branch. Accordingly, early branch detection, branch evaluation prediction (for conditional branch instructions), and fetching instructions from a predicted BTA can be critical to processor performance. Most modern processors include an l-cache 22 that stores a plurality of instructions in each cache line. Instructions are fetched from the l-cache in "fetch groups." A fetch group may comprise a portion of a cache line, an entire cache line, or more than a cache line. [0022] As one example, assume a processor's fetch group matches its l-cache 22 line size of four instructions, although this example is illustrative only and not limiting. To access a commonly known BTAC to search against all four instruction addresses in parallel would require four address compare input ports, four BTA output ports, and a

multiplexer and control logic to select a BTA if more than one instruction address hits in the BTAC.

[0023] According to one or more embodiments, a sliding-window, block-based BTAC 25 comprises a plurality of entries, each entry storing branch information associated with a taken branch instruction in a block of instructions. The instruction block corresponds to a fetch group, and the BTAC entry includes a tag associated with the address of the first instruction in the block. The tag is also used to fetch the fetch group from the l-cache. In certain embodiments, the tag may be the first instruction in the fetch group. As used herein, the terms "instruction block" and "fetch group" are synonymous. Each BTAC entry indicates the fact that at least one instruction in the block is a branch instruction that has evaluated taken (indicated by a hit in the BTAC 25), and includes an indicator of which instruction in the block is the taken branch, and its BTA.

[0024] Figure 2 depicts a functional block diagram of a sliding-window, block-based BTAC 25, l-cache 22, pipeline 12, and branch prediction logic circuit 15 (which may, for example, comprise part of control logic 1 1 ). In this example, instructions A-L reside in three lines in the l-cache 22. For clarity of explanation, the processor fetch group in this example is a cache line, although this is not a limitation of the invention. The instructions and corresponding blocks 200A-200C of a code segment are listed to the left of the circuit diagram. It is noted that although the blocks are labeled in order, no interpretation should be made that the blocks are fetched in the order that they are labeled. More likely, due to the branching nature of the exemplary code segment, the order in which the blocks are fetched would be block 200A, followed by block 200C, and then followed by block 200B.

[0025] Each entry in the sliding-window, block-based BTAC 25 of Figure 2 comprises three components: a tag field comprising the address of the first instruction in the associated instruction block (which is also the instruction used to access the I-

cache), a branch indicator depicting which of the instructions within the block is a taken branch, and the actual BTA of the branch instruction when it was last evaluated taken. [0026] In the example of Fig. 2, the first line of the l-cache 22 (or fetch group), comprising instructions A, B, C, and D, is fetched and executed. Of these, instructions B and C are both branch instructions. Instruction B is executed, is evaluated taken, and a branch target address BTA 6 is calculated. A BTAC entry is created for the instruction block ABCD. The BTAC entry (the first entry depicted in Fig. 2) has as a tag associated with the address of instruction A, an indicator that the second instruction in the block is the taken branch (address 01 ), and the BTA 6 . In another embodiment, the branch indicator may comprise a decoded indication of which instruction is a taken branch, such as 0100.

[0027] In this example, instruction B causes a branch to a procedure in another section of code (the specifics of which are not relevant to the present discussion). Upon completing execution, the other code branches back to instruction C, which, when executed, evaluates taken with a target BTA 0 . In a commonly known block-based BTAC having fixed instruction block boundaries, either BTA 0 must replace BTA 6 in the BTAC entry, or BTA 6 be retained and BTA 0 discarded because instruction C would have been fixedly associated with block 200A.

[0028] However, utilizing the fluid instruction block boundaries of the sliding- window, block-based BTAC 25, a new instruction block is defined, corresponding to the fetch group fetched from the l-cache upon returning to instruction C from a procedure. The new block comprises instructions C, D, E, and F, and hence partially overlaps the instruction block ABCD. A corresponding BTAC entry is created in the sliding-window, block-based BTAC 25. The tag of the new BTAC entry (the second entry depicted in figure 2) is associated with the address of the first instruction in the block (which is also the instruction used to access the l-cache): instruction C. A branch indicator has a value of 00, the address of the first instruction in the block, indicating that instruction C is the taken branch instruction in block CDEF. Finally, the BTAC entry associated with

block CDEF includes BTA C , the target address of branch instruction C. In this manner, the sliding-window, block-based BTAC 25 may store BTAs for both of the taken branch instructions in block ABCD, without requiring every BTAC entry to include storage space for two or more BTAs.

[0029] Furthermore, the second entry in the sliding-window, block-based BTAC 25 ties the behavior of the branch instruction C to the code path taken prior to its fetch from the l-cache. That is, since the branch instruction C evaluated as taken when the code branched to instruction C while returning from a procedure, the next return from that procedure to instruction C will likely evaluate as taken also. Conversely, when instruction C is executed sequentially (i.e., if the branch instruction B evaluated not taken and the intervening procedure was not executed), it may evaluate not taken. [0030] The third BTAC entry corresponds to a block of instructions comprising I, J, K, and L, corresponding to a fetch group beginning with instruction I. The tag of the third BTAC entry is associated with the address of the first instruction in the block, which is the address with which the l-cache was accessed in fetching the fetch group IJKL. In this group, instructions J and L are branch instructions. In this example, instruction J is evaluated taken, the branch indicator addresses the second instruction in the block, and the BTAj of instruction J is stored in the BTAC entry. [0031] Of course, the block organization and BTAC entries depicted in Fig. 2 are representative only, and the present invention is not limited to this implementation. In particular, the fetch group need not align with the size of an l-cache line. In general, a fetch group may begin anywhere within an l-cache line, such as in the case of a branch instruction branching to a target, which may be anywhere in an l-cache line. The tag of the corresponding sliding-window, block-based BTAC 25 entry will be associated with the address of the first instruction in the fetch group. Thus, when the same fetch group is again fetched from the l-cache, a simultaneous access of the sliding-window, block- based BTAC 25 will retrieve the entry indicating a branch instruction within the instruction block which was previously evaluated taken.

[0032] Decode/fetch logic 13 in the pipeline 12 is configured to generate an instruction address for fetching the next instruction fetch group from the l-cache 22. In operation, the instruction address simultaneously compares against the tag field of the sliding-window, block-based BTAC 25. If the instruction address matches a tag in the BTAC 25, a hit indication and the corresponding branch indicator are provided to the decode/fetch logic 13 to indicate which instruction in the block is a taken branch instruction. The indicator is also provided to the branch prediction logic 15. Simultaneously, the BTA of the corresponding entry is provided to the l-cache 22, to allow for immediate speculative fetching of instructions from the BTA, to keep the pipeline full in the event the branch is predicted taken.

[0033] Instructions are decoded in the decode logic 13. When a branch instruction is detected (whether or not the fetch group address hit in the sliding-window, block- based BTAC 25), fetch group information is retained in the pipeline 12. This information may, for example, comprise a negative offset from the branch instruction address (BIA) to the address of the first instruction in the fetch group. This information is retained against the possibility that the branch instruction is evaluated taken, allowing its BTA to be stored in a new BTAC entry having as a tag the address of the first instruction in the fetch group - i.e., the address with which the l-cache was accessed.

[0034] Conditional branch instructions are evaluated in the logic 14 of an execute stage in the pipeline 12. The EXE logic 14 additionally computes and provides the BTA of both unconditional branch instructions and conditional branch instructions that evaluate as taken. If the predicted branch evaluation was incorrect and/or the cached BTA does not match the calculated BTA, the pipeline 12 must perform mispredicted branch recovery, which may include flushing speculative instructions from the pipeline, reallocating storage and computing resources, and the like.

[0035] The actual branch evaluation is provided by the EXE logic 14 to the branch prediction logic 15, to update the prediction logic as to the actual branch behavior. The

branch prediction logic 15 updates its prediction tables (such as a branch history register, branch prediction table, saturation counters, and the like), and additionally updates the sliding-window, block-based BTAC 25. For existing BTAC entries, this may comprise updating the cached BTA if a different actual BTA was calculated, or may comprise updating both the branch indicator and BTA, if a different branch instruction in the corresponding block evaluates taken and a decision is made to replace the existing cached BTA.

[0036] If a branch instruction evaluates taken and the fetch group information indicates a group fetch address unique from any tag in the sliding-window, block-based BTAC 25, the branch prediction logic 15 creates a new BTAC entry. The new BTAC entry corresponds to a block of instructions beginning with the first instruction of the fetch group in which the branch instruction was fetched, and accordingly the tag of the new BTAC entry is associated with the address of the first instruction. In this manner, a branch instruction may be included in two or more instruction blocks having corresponding entries in the sliding-window, block-based BTAC 25. One significant advantage of this feature is that the BTA of a first branch instruction in a first block may be stored in a first BTAC entry, and the BTA of a second branch instruction that is in the first block but is also a part of a second fetch group by virtue of a separate access to the l-cache, may be stored in a second BTAC entry (defining a second instruction block). Accordingly, the sliding-window, block-based BTAC 25 may store both BTAs, without wasting valuable silicon area by providing memory for multiple BTAs in every BTAC entry.

[0037] As used herein, in general, a branch instruction may refer to either a conditional or unconditional branch instruction. As used herein, a "taken branch," "taken branch instruction," or "branch instruction having been evaluated taken" refers to either an unconditional branch instruction, or a conditional branch instruction that has been evaluated as diverting sequential instruction execution flow to a non-sequential address (that is, taken as opposed to not taken).

[0038] Although the present invention has been described herein with respect to particular features, aspects and embodiments thereof, it will be apparent that numerous variations, modifications, and other embodiments are possible within the broad scope of the present invention, and accordingly, all variations, modifications and embodiments are to be regarded as being within the scope of the invention. The present embodiments are therefore to be construed in all aspects as illustrative and not restrictive and all changes coming within the meaning and equivalency range of the appended claims are intended to be embraced therein.