CA2006732C - Control system for fetching an instruction - Google Patents

Control system for fetching an instruction

Info

Publication number
CA2006732C
CA2006732C CA002006732A CA2006732A CA2006732C CA 2006732 C CA2006732 C CA 2006732C CA 002006732 A CA002006732 A CA 002006732A CA 2006732 A CA2006732 A CA 2006732A CA 2006732 C CA2006732 C CA 2006732C
Authority
CA
Canada
Prior art keywords
instruction
branch
judgement
condition
cycle
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.)
Expired - Fee Related
Application number
CA002006732A
Other languages
French (fr)
Other versions
CA2006732A1 (en
Inventor
Tsuyoshi Mori
Seishi Okada
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Publication of CA2006732A1 publication Critical patent/CA2006732A1/en
Application granted granted Critical
Publication of CA2006732C publication Critical patent/CA2006732C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3802Instruction prefetching
    • G06F9/3804Instruction prefetching for branches, e.g. hedging, branch folding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3842Speculative instruction execution
    • G06F9/3844Speculative instruction execution using dynamic branch prediction, e.g. using branch history tables

Abstract

Abstract for the Disclosure An instruction fetch control system prefetches a branch instruction in a pipeline system and fetches a branch target instruction of the branch instruction.
The control system comprises a first branch judgement circuit for conducting a branch condition judgement in a stage prior to the branch judgement stage in which a second and original branch judgement of the branch instruction is conducted, and a circuit for starting a prefetch of instructions following said branch target instruction without waiting for the branch judgement stage where the first branch judgement circuit judges that the branch is successful.

Description

- 1 2~67~2 . CONTROL SYSTEM FOR FETCHING AN INSTRUCTION
Field of the Invention This invention relates to a control system for fetch-lng an instruction group following a branch target instruction when a branch instruction is executed in a computer system uising ~ a one-cycle pipeline system and more particularly, to an ~:
ll instruction fetching control system for performing a prior ~ branch judgement by judging whether a condition jùdgement can ;~ be performed in a cycle preceding a branch judgement cycle in which the branch instruction is executed.
Brief Description of the Drawings Figure 1 shows a view for explaining an execution of . a branch instruction in a one-cycle pipeline, ¦ Figure 2 shows a view for explaining an instruction i prefetch pipeline, Figure 3 ls a view representing an example (No. 1) where an instruction fetch on a target side is not carried out $ when a branch target instruction starts, Figure 4 is a view for explaining an example (No. 2) where the instruction fetch on the target side does not occur when the branch target instruction starts, Figure 5 is a view for explaining an execution of the ¦ non-condition branch instruction in a one-cycle pipeline, ;. ~.
Figure 6 is a block diagram representing an embodiment of the present invention, Figure 7 is a view for explaining the case where a general instruction is executed in the embodiment of the present invention, " .

~ A ~
- 2 - 2~673?, Figure 8 is a view for explaining the case where the ~i condition branch instruction is executed in the embodiment of j the present invention, Figure 3 is a view for explaining the case where the non-condition branch instruction is executed in the embodiment ' of the present invention, 3, Figures lOA, lOB and lOC show concrete circuits of branch judgement circuit 5, Figure 11 is a view representing an example of a structure of the branch condition selection circuit, Figure 12 is a truth-value table of the branch condition selection circuit, and igure 13 is a view for explaining a branch prediction ~,i cycle.
Background of the Invention Figure 1 shows a-view for explaining an execution oE
a branch instruction in a prior art one-cycle pipeline system.
The numbers (1) to (12) at the top of the drawing represent respective timings of machine cycles and process part symbols i 20 D, A, T, B, E, and W of respective instructions represent respective processing states ~which are also called "cycles" or stages hereinafter) in the pipeline control.
D indicates a decoding cycle f~r decoding an instruction to be executed. A is an address calculating cycle for performing an address calculation to fetch the bxanch target instruction, T is an address translating cycle for translating a logical address into a real addrers, B is a cycle for fetching a branch ,~

1 2 ~ ~ ~ 7 3 2 28151-8 target instruction, E is a branch judging cycle for performing a judgement as to whether the branch condition is successful or not and W is a cycle for storing an arithmetic operation result. These cycles are well known.
In the pipeline system, an instruction to be executed is prefetched. The prefetch of the executed instruction is also conducted in a pipeline manner. The periods for period part symbols IA, IT and IB in the instruction prefetch pipeline in the lower part of Figure 1 represent process cycles for prefetch-ing an instruction following the branch instruction and IA*, IT* and IB* represent process cycles for prefetching the -instruction following the branch target instruction. For example, address calculating cycle IA, address translating cycle ¦ IT and cycle IB for fetching data from a buffer in the instruction prefetch pipeline shown in process IPP, is for j fetching instruction ~ +3 where the branch of branch ~ instruction B is not successful.
`I In Figure l, symbols "Next", shown in the lower part of Figure 1, represent the kind of the instruction to be prefetched. These symbols show that the instruction (also i called "Next side" of the part) following the branch instruction ;~ is prefetched. "Target" indicates that an instruction (called l "Target side" of the part) following the branch target ¦ instruction is prefetched and "(Next)" shows the case in which ~3 the instruction following the branch instruction is prefetched and the case in which the instruction is not fetched are selected.
Branch instruction ~ is first executed in the example shown in Figure l and instruction sets ~ 2 /'~ ,J'., ~ 4 ~ 2~732 and ~ +3 following the branch instruction ~ are then executed sequentially. The branch condition is successful in the branch judging cycle (E state) of branch instruction ~ in timing s~ep (5) and branch target instruction ~ and instruction sets ~ , ~ +1, ~ ~2, ... following the branch target instruction are executed. Figure 1 shows the case where the number o~ branch target instructions ~ , ~ +1, ~ +2 obtained by one time fetch of the branch instruction carried out during B state of branch instruction ~ is three and the branch is carried out depending on the result of the branch judgement during E state of branch instruction ~ and the execution of branch target instructions ~ , ~ +1, ~ ~2 is started smoothly.
In a pipeline system, as recited above, an instruction prefetch is processed as a pipeline. Thus, it is necessary to determine the fetch address at which an address calculation IA
should be conducted in a stage which is two cycle prior to stage IB in which a prefetch of an instruction is actual~y carried out, as shown in Figure 2. Figure 2 shows a view for explaining an instruction prefetch pipeline. Period part symbols IA, IT, IB
show respective process stages. IA designates an address calculation cycle (ADRS), IT represents an address translation cycle (TLB/TAG) and IB represents an instruction fetching cycle ~FETCH).
Generally, i.e., without beiny limited to a branch instruction, it is necessary to determine the addresses oE
instructions "Next 1" and "Next 2" to be prefetched in the IA
cycle two cycles prior to the IB cycle in which an instruction 2~673~ 28151-8 is actually fetched.
Where the pipeline process is carried ciut as shown in Figure 1 and an instruction prefetch is executed in the form shown in Figure 2, then there is the problem that an instruction prefetch, which should be carried out in the same cycle at timing (5) in Figure 1 as branch judging cycle (E state) of branch instruction ~ in Figure 1 or in the next cycle (timing (6) and ~7) in Figure 1), is conducted as to a part ("target side") following branch target instruction ~ or a part ("next side") following branch instruction ~ .
As shown in Figure 3, in the example (No. 1) where a target side instruction fetch does not exist when the branch target instruction starts, the branch condition of branch judging cycle (E state~ of branch instruction ~ is successful and only T of one machine instruction of the branch target occurring during B state (timing (4) in Figure 3) is fetched, branch target instruction ~ can then be executed during timing (5) but, at this time instruction ~ +1 of target side is not yet fetched, and thus, execution of instruction ~ +l cannot start during timing (6).
In order to solve this problem, the means for fetching the branch target instruction ~ together with instructions ~ 2, .... following the branch target instruction in B
state of branch instruction ~ is considered. In this case, the amount of instruction which can be fetched by one fetch operation, is about 1 to 2 instruction lengths, although the amount of instruction depends on the method of forming a central ~., .

- 6 - 2~7J2 28151~8 processor unit ~CPU) and an instruction length. As sho~7n in the example (No. 2) where the target side instruction is not fetched upon a start of the branch target instruction shown in Figure 4 and where two instructions comprising branch target instruction ~ and ~ +1 are fetched, instruction ~ ~2 of the target side is not fetched at timings (5) and (6). Therefore, instruction ~ +l cannot be executed in timing (7) and the central processor unit (CPU) falls into a state of waitiny for an instruction to be executed to be fetched.
In order to solve the problem, as shown in Figure 4, for example, it is necessary to determine the fetch address, at least upon the timing (4) when an instruction ~ +2 of a target side is fetched in timing (6). The determination of the fetch address uses a result of an address calculation at an A state of branch instruction ~ . Thus, it is not necessary to wait for an E cycle to determine whether the branch condition is successful or not. However, when the target side instruction fetch is driven, it is necessary thereafter to add an extra hardware to switch the process to an instruction fetch of a part following the branch instruction.
Namely, when the branch target instruction address is maintained and the instruction fetch following the branch target instruction is conducted, the means for updating this instruction fetch, namely, the means for calculating an address of an instruction folLowi~g the branch target instruction, is necessitated independently of the address calculating means of the instruction following the branch instruction of the next side.

2~a6732 28151-8 Summary of the Invention An ob]ect of the present invention is to provide an instruction fetching control system for effectively prefetching an instruction set following the branch target instruction, where the branch instruction is a non-condition branch instruction or an instruction in which the branch can be predicted.
A condition branch instruction for judging the value of the flay set (or condition code) which is updated in accord-ance with an execution of the operation instruction, represents 1~ the branch instruction.
Where an operation instruction is provided immediately before the condition branch instruction and the flag sets is updated in E state of the operation instruction, the branch judgement cannot be carried out at least until the E state of the branch instruction is e~ecuted. This is because the updating of the flag sets in the operation instruction is usually executed after an operation cycle.
However, where an operation instruction is not executed immediately before it, the judgement can be carried out without waiting for the original ~udgement cycle (i.e. E cycle) of the branch instruction.
On the other hand, some branch instructions are branched without any conditions and the resulting non condition branches are determined based on an instruction code o~ the branch instructivn. For example, in commercially available systems, BAL (branch and link) instructions and BAS (branch and safe) instructions are non-condition instructions and they can be judged based on the instruction code. The BC (branch condition) 2~7~2 28151-8 instruction is a condition branch instruction, but where bits 8 to 11 of the instruction code are X'F' (hexa decimal number) and bits 12 to 15 are not X'O', the process performs non-condition branch. Where bits 8 to 11 or bits 12 to 15 are X'O', the process is not branched.
In this case, the process is branched without any condition, whether or not the branch condition is successful or unsuccessful. Thus, a control can be effectively moved to fetch an instruction set following the branch instruction.
This is conducted to drive a head address in which ~ -instruction ~ of buffer memory 15 is stored.
In accordance with the present invention, there is provided an instruction fetch control system for performing a prefetch of an instruction having a decode cycle in a pipeline system and a fetch of a branch target instruction of a branch instruction, comprising: first branch judgement means for judging whether a branch condition exists indicating either that a non-condition branch is established or a branch is predictable in-a preliminary stage prior to a branch judgement stage in said pipeline system, for every branch instruction executed by said pipeline system; and means for starting a prefetch of instructions following each branch target instruction without waiting for the branch judgement stage of the branch instruction in said pipeline system, when said first branch judgement means judges that the branch condition exists.
When the branch instruction is executed, it is judged whether the branch judgement can be carried out in the cycle preceding the branch condition judgement cycle of the pipeline.

' '~' 2~6732 28l5l-8 This is done in order to perform an instruction prefetching when the branch instruction is executed, thereby performing the branch judgement. If the branch is successful, the instruction of a part following the branch target instruction upon the next cycle of the decode start of the branch target instruction is fetched to the instruction register and the instruction decode is carried out in a pipeline manner. Thus, the central processor unit (CPU) is prevented from falling into a state in which it must wait for an instruction fetch. , Xn accordance with another aspect of the invention, there is provided an instruction fetch control system, comprising means for decoding an instruction, calculating a logical address of the instruction, translating the logical address of the instruction to a real address, reading an instruction or data from a buffer memory in which an instruction and data are stored, executing an arithmetic operat,ion of the data based on the instruction and writing the result in a buffer memory or general register, thereby performing an instruction executing pipeline process; means for performing an instruction prefetch pipeline for reading an instruction following the instruction, and an instruction following a branch target instruction of the branch instruction prior to a decode cycle of an instruction executing pipeli.ne process of respective instructions; a first branch judgement means for judging a branch prior to the branch judgement cyjcle in the pipeline process when the branch instruction is executed; and means for starting a prefetch of an instruction set following the branch target instruction without ~L

2~6732 28151~8 waiting for the branch judgement cycle in the pipeline of the branch instruction, where said first branch judgement means judges that the branch is successful.
In accordance with another aspect of the invention, there is provided an instruction fetch control method, comprising the steps o~: (a) decoding an instruction, calculating a logical address of the instruction, translating the logical address to a real address, reading an instruction or data from a buffer memory in which an instruction and data are stored, executing an arithmetic operation of the data based on the instruction and writing the result in a buffer memory or general register, thereby performing an instruction executing pipeline process;~
(b) performing an instruction prefetch pipeline for reading an instruction following the instruction, and an instruction following a branch target instruction of the branch instruction prior to a decode cycle of an instruction executing pipeline process of respective instructions; (c) judging a branch prior to the branch judgement cycle in the pipeline process when the branch instruction is executed; and (d) starting a prefetch of an instruction set following the branch target instruction without waiting for the branch judgement cycle in the pipeline of the branch instruction, where said first judging in step (c) judges that the branch is successful.
Description of t:he Preferred Embodiment Figure 5 shows a view Eor explaining an execution of the non-condition branch instruction in one pipeline cycle according to the present invention. In this example, branch ..... .

2~ 732 2dl51-8 target instructions ~ , ~ +1, ~ +2 are fetched for every instruction.
In Figure 5, a stage of timing (2), an address calculation (shown by symbol a in Figure 5) of branch target instruction Q is carried out in A state of branch instruction ~ . Then a branch judgement (shown by symbol b in Figure 5) is made based ~n the 2~7~

instruction code of branch instruction ~ , as to whether or not the branch is a non-condition branch or whether or not the branch is predictable. When the branch is judged to be successful, an address calculation in process state IA* (1) in an instruction prefetch pipeline in a stage of timing (3) is performed for branch target instruction ~ -~1, as shown by symbol c in Figure 5, and an address calculation is performed in a process state IA*(2) in a stage of timing (4) for branch target instruction ~ +2( shown by symbol d in Figure 5).
In timing s-tage (5), a fetch of first instruction +1 of the target side can be conducted. Thus, l instruction ~ +1 following head instruction ~ of the i 15 branch target, and also instruction ~ +2 following the instruction ~ +1 of the branch target, can be carried out smoothly.
Figure 6 shows an embodiment of the present invention. Figure 7 shows a view for explaining an execution of a general instruction in the embodiment shown in Figure 6. Figure 8 is a view for explaining the execution of a branch instruction when the branch ~ cannot be predicted. Figure 9 is a view for i, explaining the execution of a branch instxuction when , 25 the branch prediction can be performed.

.~

t'.' - 13 - 2~6732 1 of the embodiment shown in Figure 6 is an instruction prefetch buffer used for instruction fetch, 2 is an instruction register, 4 is a selector for swi-tching an ordinary instruction and branch target instruction using branch judgement circuit 23, 5 is a branch judgement circuit for an instruction code according to the present invention, 6 is a general register set (GR), 7 is a register set (XR, BR, D) for calculating an address, 8 is an address adder, 9 is a register ~LAR#T) for receiving the result of an address adder, 10 and 11 are flags (F1 and F2) for maintaining the result of branch judgement circuit 5 to be matched with a progress of a pipeline, 12 is an address translating circuit for performing an address translation based on the value of register (LAR#T) 9, 13 is a register for maintaining a result of an address translation circuit, 14 is the register (LAR#B) for maintaining the value of register (LAR#T) 9 without being translated and shifting it by one timing, 15 is a buffer memory, 16 is a register (PAR#E) for maintaining the value of register (PAR#B) : 13 to be matched with a progress of a pipeline and to be shifted by one timingl 18 is a register (PAR#W) for maintaining the value of register (PAR#E) 16 to be matched with a progress of a pipeline by being shifted - 14 - 2 ~ 0~7 32 by one timing, 19 is a register for receiving an operand of an arithmetic operation from buffer memory 15, 20 is a register for receiving an operand of an arithmetic operation from general register set 6, 21 is an arithmetic logical unit circuit, 22 is a register for maintaining an operation result, 23 is a conventional branch judgement circuit, 30 is a register (LIA #A) for maintaining an ins-truction prefetch address, and 31 is a selector for selecting an instruction length of the instruction which is prefetched. The input signals ~ , ~ and ~ to the selector are explained below~
Signal ~ represents an amount of fetch of an ordinary instruction prefetch. Signal ~ represents an instruction length of the branch target instruction to be fetched in instruction prefetch buffer 1 from buffer 15 by a branch instruction for determining the branch in branch judgement circuit 5. Signal ~ ;~
represents an instruction length of a branch target instruction to be fetched to the instruction prefetch buffer 1 from buffer 15 by the branch instruction for determining the branch in branch judgement circuit 23.
32 represents a selector of an instruction fetch address, which operates in the same manner as selector 31. Wikh regard to signals ~ , ~ and ~ of selector : .

~;,"";",,,,~,,,,,,, ;,; ,, "",,", ~",", ~;,, - 15 - 2~6732 31, signal ~ selects a content of register 30 in accordance with an ordinary instruction prefetch, signal ~ selects a content of register 9 where the branch is determined by branch judgement circuit 5, and signal ~ selects a content of register 14 where the branch is determined by branch judgement circuit 23, respectively.
33 is a circuit for forming a selection control signal based on the result of branch judgement circuit 5 or branch judgement circuit 23. Branch judgement circuit 23 is controlled with a priority whereby the result of branch judgement circuit 5 and branch judgement circuit 23 simultaneously show the branch.
34 is an address adder, 35 is a register (LIA #T) for receiving a result of an address adder, 36 is an address translation circuit, 37 is a register (PIA=B) for receiving the result of an address translation.
50 is a decoder circuit for determining in D
cycle that the instruction sets a condition code, 51 is a flag for maintaining an output of decoder circuit 50, 52 is a flag for maintaining the outpu-t from flag 51, 53 is a flag for maintaining an output from flag 52, 54 is a flag for maintaining the output of flag 53, 60 is a timing judgement circuit for detecting a timing of a production of the condition - 16 - 2~732 code and a branch judgement using the condition code, - 70 is a condition code generating circuit and 71 is a condition code flag.
For convenience of explanation, three general registers 6 and three buffer memories 15 are shown in Figure 6, but the general registers 6 are the same device and the buffer memories are the same device.
A state of an instruction execution in the present invention is explained as being divided into a case of a general instruction, a case of the branch instruction where the branch prediction is impossible and a case of an execution of the branch instruction where the branch instruction can be predicted, in accordance with three separate sections.
Further, examples of the branch prediction will be explained following the above explanations.
(1) The case of executing a general instruction.
Figure 7 shows a view for explaining the case where a general instruction is carried out in the embodiment of the present invention shown in Figure 2.
By referring to Figure 7, execution of a general instruction, namelyl execution of an instruction which is not the branch instruction, will be explained.
In this computer's initial state, an address of ;~
first executed instruction ~ is set in register ~LIA

; ', : ::

- 17 - 2~6732 #A) 30 for maintaining the instruction prefetch address. This address value is '7IA" designated by symbol a in Figure 7. The signal ~ representing a fetch amount oE the instruction prefetch which is 5 input to selector 31 is "0" and corresponds to an address of the head region of buffer memory 15 in which instruction ~ is stored. At this time, both branch judgement circuits 5 and 23 show a non-branch conditionO
In timing (1), the value "0" of signal ~ selected by selector 31 is added by added 34 to the value "IA"
in register (LIA #A) 30 and is set to register (LIA#T) 35 and register (LIA #A) 30, as indicated by symbol b in Figure 7. Namely, this is conducted to 15 fetch a head address of buffer memory 15 in which instruction ~ is stored.
In timing (2), an address (IA) stored in register ~LIA #T) 35 is translated to a real address by address translation circuit 36 and the result is set in a 20 register (PIA #B, shown by symbol "PIA" in Figure 7), which is shown by symbol "cl' in Figure 7.
Simultaneously the amount (or length) of instruction fetched by this address appears in signal (the value designated by a symbol "e") and a calculation of the next instruction fetch address is ~

- 18 - 2 0 ~ 6 7 3 2 carried out in adder 34. The result (the value shown by "IA+~" in Figure 7) is set in register (LIA#T) 35 and register (LIA #A) 3(), shown by symbol "d" in Flgure 7. This operation is carried out t~ fe-tch an address of a region of the buffer memory 15 in which instruction ~ is stored.
Access to the addresses IA, IA+Q, and IA~2~ in which instructions ~ , ~ and ~ are stored is shown below. Until instruction fetch buffer 1 is filled by a prefetch instruction train, operation of this instruction fetch starts at every cycle (or with an interval). The values stored in register (LIA #A) 30 and register (LIA ~T) 35 are incrementsd from IA to IA+2Q, to IA+3Q...to IA+nQ. The value stored in register (PIA~B) 37 is incremented in this same manner, from PIA+1~ to PIA+2~...to PIA+n~.
Therefore, by sequentially, in every ~ address, reading an instruction from an address of buffer 15 in which instruction ~ is stored, a pipeline operation is executed.
Next, in timing (3)1 buffer memory 15 is accessed by the value "PIA" of register (PIA#B~ 37 and the result (instruction ~ in Figure 7) is set in instruction prefetch buffer 1 as shown by symbol "e"
in Figure 7. At this time, if instruction prefetch 2 ~ ~ 6 7 3 2 buffer 1 is empty, because of an initial state, or if the instruction prefetch buffer 1 is not empty, the instruction is stored in instruction prefetch buffer 1 in the order of the instructions in sequence, and when the next cycle starts, the instruction is set in instruction register 2.
In timing (4), decoding of instruction ~ within instruction register 2 starts (D state~. Namely, in accordance with the value of instruction register 2, general register set (GR~6 is accessed and the value of the register necessary for an address calculation is set in register set (XR, BR, D)7.
In this embodiment, the value of the general register of the register number designated by the X2 portion and the P2 portion in the instruction code is read into registers (XR and BR~ within a register set (XR, BR, D)7 and the D2 portion in the instruction code is set in register (D~ in the register set (XR, BR, D)7 without suffering any change. Generally, the address in instruction register 2 is a logic address.
As a preprocess of translating the logical address to a real address, the base address is obtained from c3eneral register 6 by X2 and B2 of the address portion and the displacement D2 o the address portion i5 added to them by address adder 8.

- 20 - 2~673~

When decoding of an instruction is completed, the next instruction (instruction ~ in Figure 7) is set in instruction register 2 from instruction prefetch buffer 1.
If the instruction which has started is a branch instruction, a branch judgement is performed by branch ~udgement circuit 5 based on the instruction code or the immediately prior state of the pipeline, and the result is set in flag (F1) 10. If the instruction is -not the branch instruction, the output of branch judgement circuit 5 is "0" as set by flag (Fl) 10.
(Execution oE the branch instruction will be explained later.) ..
In the next timing (5), operand address calculation is carried out (A state) in accordance with the value of register set (XR, BR, D) 7.
Namely, the value of register (XR,BR,D) iS added by address adder 8 and the addition result (the value shown by symbol "OA ~' in Figure 7) i5 set in register (LIR #T)9. The content of :Elag (F1) 10 is then moved to flag (F2) 11 and in timing (5) the decode of the next instruction ~ starts ~D state).
In the next ti.ming (6), the value (OA ~ ~ of register (LA~T)9 is translated by address translating circuit 12, and the result (the value shown by symbol .
1~ . .

2~73~

"POA ~ " in Figure 7) is set in register (PAR#B) 13 (T
state). The value of reg:ister (LAR#T)9 iS also set in register 14 (LAR#B). In the next timing (7), buffer memory 15 is accessed, in accordance with the value of 5 reglster (PAR#D) 13 (B state). The fetch data is set in register 19. General register set 6 is accessed simultaneously by a signal (not shown) obtained by keeping the content of part of the address portion of instruction register 2 until the B cycle is begun and 10 the result is set in register 20. The value (POA ~ ) in register (PAR#B), are set in the (PAR#E) 16. .
The next timing (8) is the operation cycle (E
state) and the result obtained by arithmetic operation ' circuit 21's calculation of the values of registers 191 15 and 20 is set in register 22. Namely, the data of ~, buffer memory 15 is, for example, added to the data !l of general register set 6. The value of register (PAR#E) 16 is set in register (PAR#W) 18.
~ In the next timing (9), a storing cycle (W state)J 20 operates to store the value of register 22 in buffer memory 15 and general register set 6. At this time, ~ the value (POA ~ ) of register ~PAR#W) 18 is used for ;i accessing the buffer memory.
Instruction ~ is executed in accordance with a 25 similar sequence.

. j .
'i .

22 - 2 ~6 7 32 The general instruction is executed as recited above. It is a matter of course that the access to the buffer memory and the access to the general register set cannot be conducted depending on a definiton of the instruction.
(2) The case of executing a branch instruction . where the branch cannot be predicted.
Execution of a condition branch instruction (also ; referred to as a "branch instruction") will first be explainad by referring to Figure 8.
In the case of the branch instruction, the instruction fetch can be conducted in the same manner as in the general instruction case, as explained in ~. Figure 7, and the decode (D state) of branch :' . 15 instruction ~ starts in -timing (4) in Figure 8.
In this case, branch judgement circuit 5 performs ~ a branch judgement based on an instruction code and '', an immediately prior pipeline skate, and "0" (which designates that the branch prediction.is impossible), ~3. 20 is outputted (as shown by symbol "a" in Figure 8).
i Address calculation and address translation by general register set (XR, BR, D) 7, address adder 8 and address translation circuik 12 are conducted in the same sequence as shown in Figure 7. Namely, ln timing (6) the value of register ~LAR#T) 9 (shown by a symbol i - 23 - 2~6732 "b" and "TA ~ ") is subjected to an address translation and the result (PTA ~ ) is set in register (LAR#B) 13 (shown by symbol "c" in Figure 7).
In the next timing ~7), namely in B state, the fetch data from buffer memory 15 serves as an instruction for the branch target and is set in instruction register 2. Branch judgement circuit 23 carries out a branch judgement of branch instruction in the B state (timing 7).
10If the judgement result is non-branch, then selectors 31 and 32, instruction registers 2 and selector 4 in an instruction prefetch circuit, selects an ordinary process using the same sequence as in the case of a general instruction other than the branch instruction.
, On the other hand, when the branch is successful, I selector 4 selects a branch target instruction which is set in instruction register 2 to start an execution of branch target instruction ~ as shown by symbol "d" ~ .
. 20 in Figure 8. Where the branch is successful as a result of the branch judgement of this timing, selector 4 selects a fetch data from buffer memory 15 to be set in instruction register 2. .Where a branch I is not successEul, selector 4 selects an instruction from instruction prefetch buffer 1 to be set in .:
.~ .

.. . . . . . .. . . .. . . . . . . , , . . . " ~ ~, .. . , - - , - 2~ - 2~732 instruction register 2.
Execu-tion of the instructions ~ ~ 1, ~ 2, and 3 which start following branch instruction ~ is interrupted and similarly, the instruction prefetch sequence which is being executed is also interrupted ~as shown by portion expressed as a pipeline process sequence and as shown by a broken line in Figure 8~.
When an output "1" of branch judgement circuit 23 (shown by the portion designated by symbol "h" in Figure 8), selector 31 selects signal ~ and selector 32 selects signal ~, namely, register (LAR#B) 14.
Signal ~ shows the length of branch target instruction fetched in timing (7) and therefore an address of . instruction ~ 1) following the branch target instruction is outputted at the output of adder 34.
The address is set in register (LIA#T) 35 in address "TA+Q" designated by symbol "e" in Figure 8.
The instruction fetch, in accordance with this address, is conducted in timing (9) (shown by a portion designated hy symbol "f" in Figure 8). The decoding of instruction ( ~ ~1) starts in timing (10~
(as shown by a portion designated by symbol "g" in Figure 8~. Namely, one cycle in which an instruction cannot start is caused between timing (8) of decode start cycle of branch target instruction ~ and timing _ 25 - 2~732 (10) of the decode start cycle of the following instruction ~ ~ +1), thereby preventing a pipeline operation.
In the case of executing a branch instruction where the branch cannot be predicted, the operation of the present embodiment is the same as that of the prior art. If this is intended to be improved, the selection of an instruction between the branch side and the ordinary side is required to be changed so that it does not occur before address adder 34, but immediately before address translation circuit 36 or immediately before an access to buffer memory 15.
However, in order to achieve this change, a pair of address adders or a pair of address trar.slation cicuits are necessary, thus requiring a great increase in the amount of hardware. This would result in an uneconomical device.
(3) Execution of a branch instruction where the branch is pr~dicted.
The case of an execution of a branch instruction where the branch can be predicted will be explained by referring to Figure 9. In Figure 9, as in Figure 7, an instruction fetch of branch instruction ~ is carried out and the branch instruction is decoded in timing (4) (as shown by the portion designated as - 26 - 2~7~

symbol "a").
In this instance, branch judging circuit 5 performs a branch judgement based on an instruction code or an immediately prior pipeline state and when the branch is predicted to be successful, "1" is outputted, otherwise "0" is outputted (as shown by the portion designated by symbol "b" in Figure 9).
Therefore, as in the case of the condition branch instruction in Figure 8, an address calculation (A
state), an address translation (T state) and a branch target instruction fetch (B state~ are carried out in respective timings (5), (6) and (7).
In timing (8), namely in E state, selector 4 selects a branch target instruction by an output (shown by the portion designated by symbol "h" in Figure 8) of branch judgement circuit 23. Therefore, the decode of branch target instruction ~ starts (shown by the portion designated by symbol "c" in Figure 8).

A branch judgement is conducted in D cycle of branch instruction ~ Branch judgement circuit 5 outputs "1" when branch instruction ~ is in D cycle.
~, And then, the output is transmitted through flag~ 10 I and 11, and in timing (6) selector 31 selects signal 25 and selector 32 selects signal ~ namely reigster - 27 - 2~67~2 (LAR#P) 9~ Signal ~ is a signal designating the length of a branch target instruction which is expected to be fetched in timing (7) (i.e., a value represented by signal "Q" in Figure 9), and signal is added to the content of register (LAR#T~ 9 (the value designated by symbol "TA ~ " in Figure 9) in address adder 34. Thus, an address (TA~Q) of the instruction following the branch instruction appears in the output of adder 34.
The address is set in register (LIA#T~ 35 as shown by address (TA~Q) designated by symbol "a" in Figure 9. The instruction fetch using this address is conducted in timing (8) as shown by the portion designated by symbol "f" in Figure 9. Then, the decode of instruction 5~ ~1 starts in timing (9) (as shown by a portion designated by symbol "g" in Figure 9).
Therefore, when executing the branch instruction where the branch can be predicted, useless time is not created between the branch target instruction and the following instruction.
In timing 57), branch judgement circuit 23 transmits a signal for designating the success of the branch to selector circuit 33. If as a result of this judgement, selectors 31 and 32 are switched in the same manners in the condition branch, then the 2~6732 instruction fetch of the instruction following the branch target instruction starts again, and thus, the instruction fetch of the instruction following the bxanch target instruction must be prevented from again starting. In order to prevent this, if a branch instruction enabling branch judgement circuit 5 to output "1" activates an instruction fetch of a portion following the branch target instruction, it is necessary for selector 33 to prevent an instruction fetch from being further activated by the following branch judgement. However, where the branch is simultaneously successful in branch judgement circuit 23 and branch judgement circuit 5 because of the reasons other than stated above, the condition of branch judgement circuit 23 has priority. This is because the instruction judged by branch jud~ement circuit 23 is executed prior to an instruction to be judged by branch judgement circuit 5, and in case of a successful branch of the present branch instruction, the following branch instruction cannot be executed.
In Figure 6, decoder 50 decodes a content of instruction register 2 to detect whether an instruction is for updating the condition code, thereby providing a Elag designating whether or not the updating of the condition code exists, so that the - 29 _ 2 ~ 32 flag is sequentially stored in flags 51 to 54.
Decoder SO' decodes a content of instruction register 2 to detect whether an inst;ruction is for updating the content of general register 6, thereby providing a flag designating whether or not the updating of general regis-ter 6 exists, so that the flag is sequentially stored in flags 51' to 55'.
Figure 1OA shows the concrete circuitry of branch judgement circuit 5. The output of decoder instruction register 2 is decoded by decoder 80.
Decoder 80 decodes an instruction to detect whether the instruction is for a condition branch or for a non-condition branch. Further, gate 82 determines that a plurality oE instructions which are transmitted in a continuous manner from an immediately preceding stage of the branch instruction, do not update the condition code, and gate 82' determines that a plurality of instructions which are transmitted in a continuous manner from an immediately preceding stage 20 of the branch instruction, do not update the content of the general register. The output of AND gate 82 is connected to AND gate 84 through AND gate 83. As a ~result, in the case of a non-condition branch, or in ¦the case of a predictable instruction even in the case 125 of a conclition branch, the output of branch circuit 5 2a~6~32 is turned to "1". AND gate 82 in timing judgemen-t circuit 60 determines that all the flags 51, 52, 53 and 54 are in a timing for "0". Namely, AND gate 82 detects that a plurality of, for example, four, continuous instructions immediately preceding the branch instruction do not update the condition code.
AND gate 82' of the timing circuit 60' receives the signal from flags 51' to 55', which correspond to respectives timings of A, T, B, E, and W cycles in the pipeline. The output of AND circuit 82' is connected to the input of AND circuit 83'. AND gate 82' of timing circuit 60' determines that all the flags 51', 52', 53', 54' and 55' are in a timing for "0".
Namely, AND gate 82' detects that a plurality of, for example, four, continuous instructions immediately preceding the branch instruction do not update the content of the general register for the timings of A, T, B, E and W cycles.
Circuit 83 next judges that the condition branch is successful and the output of the timing judgement circuit 60 is "1". Then judgement circuit 81 determines tha-t a specific relationship between : condition code flag 71 and instruction register 2 has ~- been established. In this case, the output of AND
circuit 84 becomes "1" and then the instruction is , .i ' , .. " ., . " ' ; ~ ~ ; , ; . . ;

- 31 - 2~732 determined as the predictable branch instruction.
Alternatively, where decoder 80 determines that the judgement of the branch instruction should be made based on the value stored in general register 6, for example, determines that the instruction is a counter : branch instruction, further AND gate 82' determines that a plurality of, for example, four, immediately preceding continuous instructions do not update the content of general register 6 as recited above, and . 10 checking circuit 81' detects that the value of general register 6 is not "0000 0001" of the hexa decimal number, namely, that the branch is successful because the value of general register 6 is other than "1".
: Then the output of A~D circuit 84' is turned to "1"
` 15 and then the instruction is determined as the `predictable branch instruction~ Therefore, when the non-condition branch is successful or when the output of AND circuits 84 or 84' is "1", OR circuit 85 produces the output "1" and the output of branch judgement circuit 5 is determined as "1". Therefore, it becomes possible for a branch judgement to be conducted prior to an original branch judgement stage.
Judgement circuit 81 performs a branch judgement based on information within the branch instruction ~which appears as the output of instruction register 1, .

- 32 _ ~67~,2 2) and the condition code (which is obtained when the operation result of arithmetic operation circuit 21 is outputted from condition code flag 71 through condition code generation circuit 70), when the output of instruction register 2 and the condition code are : in a specific relation and the logic of judgement circuit 81 are usually subjected to an instruction definition by respective CPUs.
Therefore, judgement circuit 81 outputs a judgement flag (bit) when the branch is successful as a result of a branch instruction, based on the combination of an instruction code, condition code, and data circuit of judgement circuit 81, as shown in Figure 1OB. The condition becomes successful by the combination of 4 bits, M1, M2, M3 and M4, for example, of the mask field of instruction register 2 for the branch instruction and the pattern transmitted from condition codes C1 and C2 from condition code flag 71.
For example, when M4 is 1 and both C1 and C2 are (1, 1), the outputs of AND circuits 90 and 91 become "1", thereby producing "1" output A through OR circuit 92.
Similarly, when C1=0 and C2=1 and M2=1; or C1=0, C2=0 and M1=1, the output A of OR circuit 92 becomes "1".
When the output of timing judgement circuit 60 is 1 simultaneously with the "1" output A, the output of J

2~732 branch judgement circuit 5 becomes "1". Therefore, even in case of the condition branch, the process can be branched to an address designated by the address portion of the condition branch instruction and the 5 branch can therefore be predicted.
Figure 10C shows a detail circuit of judgement circuit 81' which is used when the decoder 80 determines that the instruction is the counter branch instruction and which will be explained later.
Next, an example of selector 33, as shown in Figure 11, is described. In Figure 11, numerals 40 and 41 show flags (F2a and F2b), numeral 42 shows an AND
gate and numeral 43 shows an OR gate. In selector 33 of the branch judgement circuit shown in Figure 11, 15 the flag 11 in Figure 6 is further divided into a flag (F2a) 40 and a flag (F2b) 41, and is controlled to be set in flag 40 when the branch instruction i5 in the "B state" and to be set in 1ag 41 when the branch instruction is in the "E state" in accordance with the 20 progress of the pipeline operation. The selction signal of selectors 31 and 32 shown in Figure 6, is produced in accordance with the truth value table shown in Figure 12.
(4) Examples of the method for predicting a 25 branch.

2 ~ ~ ~j r~
- 34 _ (a) by an instruction code.
The instruction capable of forminq a branch judgement based only on an instruction code exists among the branch instructions. This judgement can 5 detect the non-condition branch instruction as stated above and can detect the non-condition non-branch instruction where the non-condition non-branch instruction is included in the instruction set.
(b) by a relation between a set cycle of the flag set and a branch prediction cycle.
This is conducted by detecting that the value of the flag set set by the result of the arithmetic operation, which constitutes information used for branch judgement, cannot be changed from the branch 15 prediction cycle of the branch instruction to the original branch cycle. The branch judgement can then be conducted based on the value of the flag set.
It is necessary to detect that the value of the flag set is not changed.
In Figure 13, the newest value of the flag set in the timing (6) cycle in which the D state of the branch prediction cycle of branch instruction ~ is carried out is the value updated by the E state of ; operation instruction 1.
: 25 Then it i8 checked whether instructions 2 to 5 are the instructions which do not update the flag set.
If they are, the value of the flag set in timing (6) is the same value as in timing (10), which is the original branch judgement cycle of branch instruction 5 ~
Therefore, the branch judgement can be carried out in timing (6).
If any o~ instructions 2 to 5 are instructions for updating the flag sets, the branch judgement 10 cannot be carried out in timing (6) and is conducted in timing (1 ? which is the original branch judgement cycle.
The branch judgement uses the timing judgement circuit 60 (shown in Figure 6) for detecting a timing 15 between the production of the condition code.
In Figure 13, instruction 1 is for updating the condition code tflag) while instructions 2, 3, 4 and 5 are not.
In the D cycle of instruction 1, the setting of 20 the condition code is decoded by decoder 50 to be set in flag 51. The value is set se~uentially in flags 52, 53, 54 and 55 in accordance with the execution of instruction 1~
On the other hand, instructions 2, 3, 4 and 5 are 25 respectively decoded in the D cycle as instructions - 36 - 2~7~2 for preventing the condition codes from being set and the resultant state is set in flag 51.
As a result, in timing (6), which is the first branch judgement cycle of branch instruction ~ the setting of the condition code for instruction 1, i.e., the existance of the updating is set in flag 55~
However, flag 54 is set so that instruction 2 does not update the condition code, flag 53 is set so that instruction 3 does not update the cond~tion code, flag 52 is set so that instruction 2 does not update the condition code, and flag 51 is set so that instruction 5 does not update the condition code.
Timing judgement condition 60 judges whether the branch judgement can be conducted based on the condition code in the D cycle by branch instruction B, taking into consideration the values of the above flags. Namely, where flags 51, 52, 53 and 54 all show that the condition code is not updated, the branch instruction B can perform the branch judgement based on the condition code in the D cycle using branch judgement circuit 5 as shown in Figures 1 OA and 1OB.
Conversely, updating of the condition code occurs after the timing (6~, namely, after the D cycle of the branch instruction B. For example, when flag 52 indicates updating, instruction 4 performs a updating ~ .

_ 37 - 2~732 in timing 18) in E cycle. The branch judgement cannot be conducted by using the condition code in timing (6).
(c) based on the branch prediction by a counter 5 branch instruction.
The counter branch instruction performs subtraction of the value of the designated general register and determines that the branch is successful, when the result is other than 0, and is used for 10 forming a do-loop for a high class instruction.
Namely, the do-loop is repeated untill a content of the coun-ter formed by the general register 6 and the arithmetic logical unit becomes "0", thereby repeatedly performing the branch to a head address of 15 the do-loop. When the value of the counter becomes "0", the do-loop is completed and the process proceeds to an address following the last address of the do-loop. Therefore, in case of the counter branch instruction, the present invention makes it possible 20 to prefetch the instruction following the branch target instruction of the counter branch instruction, thereby enabling the do-loop to be performed at a high speed.
In this type of branch instruction, the value to 25 be subtracted is usually "1". Thus, the branch is - 38 _ 2~732 successful where the value to be read out from the general register is other than "1".
Figure 10C checks whether or not the branch judgement should be conducted based on the content of 5 general register 6. In the branch cycle, the value stored in general register 6 is read out through line 5' (shown in Figure 6) to branch judgement circuit 5 and then it is checked whether or not the value is "1". Namely, in the counter branch instruction, the 10 content of general register 6 is subjected to a subtraction. When it.is detected by AND circuit 93 in judging circuit 81' (shown in Figure 1OA~ that the result of the subtraction is not "0000 0001" of hexa decimal number in case of 32 bit buffer register 6, 15 NAND 94 of the judging circuit 81' output "1" to be supplied to AND circuit 84'. Therefore, in this case, branch judgement cricuit 5 can perform a predictable branch judgement based on the content of general register 6~ However, in this case, it is necessary to 20 detect that the value of the general register is not changed from the branch prediction stage to the original judgemen-t stage. As recited above, this judgement can be conducted by decoder 50'; flags 51', 52', 53', 54' and 55'; and timing cirucit 60', shown 25 as a dotted line in Figure 6 in the same manner as-the 20~6732 decoder 50; flags 51 to 54; and timing circuit 60.
In accordance with the present invention, when executing a branch instruction where the branch can be predicted, there is the possibility that the execution of the instruction following the branch target instruction is kept waiting. Though depending on the ratio of the number of non-condition instructions 2 to the number of instructions to be executed, the possibility of the branch instruction being high, greatly increases the total capability.

.~

~;

, .
, ~

~ ..

Claims (13)

1. An instruction fetch control system for performing a prefetch of an instruction having a decode cycle in a pipeline system and a fetch of a branch target instruction of a branch instruction, comprising:
first branch judgement means for judging whether a branch condition exists indicating either that a non-condition branch is established or a branch is predictable in a preliminary stage prior to a branch judgement stage in said pipeline system, for every branch instruction executed by said pipeline system;
and means for starting a prefetch of instructions following each branch target instruction without, wating for the branch judgement stage of the branch instruction in said pipeline system, when said first branch judgement means judges that the branch condition exists.
2. The instruction fetch control system according to claim 1, wherein each instruction includes an instruction code and a condition code, and wherein said first branch judgement means judges whether the branch condition of the branch instruction exists without using the instruction code and the condition code.
3. The instruction fetch control system according to claim 1, wherein said first branch judgement means performs the judgement of a non-condition branch prior to the branch judgement based on a condition code.
4. The instruction fetch control system according to claim 1, wherein said first branch judgement means performs the branch judgement in the decode cycle of the instruction.
5. The instruction fetch control system according to claim 1, wherein said first branch judgement means comprises:
means for decoding an instruction code for determining whether a condition branch or non-condition branch exists, means for determining that a plurality of instructions continuing from an immediately prior instruction of the branch instruction do not update a condition code, branch instruction selection means for selecting a branch instruction which can be judged as the branch prior to the branch judgement stage, based on a combination of the instruction code and the condition code, and means for judging that the branch instruction is predictable where said decoding means decodes the branch condition, said judgement means judges that the condition code is not updated in a plurality of cycles continued from an immediately preceding cycle, and said branch instruction selection means selects the instruction which becomes the branch instruction.
6. The instruction fetch control system according to claim 5, wherein said first branch judgement means determines that the branch instruction is a counter branch instruction operating on a value stored in a general register and judging the branch condition to exist when the result is a predetermined value, and checking whether the value of said general register is the predetermined value.
7. The instruction fetch control system according to claim 5, further comprising:
means for determining that a content of an instruction decoder is a counter branch instruction;
means for determining that the predetermined number of the plurality of instructions continuing from the branch instruction do not update a content of a general register;
means for determining that the content of the general register designated by the branch instruction is not the predetermined value; and means for determining that the counter branch instruction is predictable when the condition of all the above three means are established.
8. The instruction fetch control system according to claim 1, wherein said first branch judgement means comprises:
means for decoding an instruction code to decode a condition branch or non-condition branch, first determining means for determining that a plurality of continuing instructions immediately preceding the branch instruction do not update a condition code upon a first judgement in the first branch judgement means, second determining means for determining that a plurality of continuing instructions immediately preceding the branch instruction does not update a general register upon the first judgement in the branch judgement means, and means for performing a branch judgement in a cycle prior to an original second branch judgement when the branch instruction is a non-condition branch, when the branch instruction is necessary for performing the branch judgement based on the instruction code and condition code, and when the branch is predictable by said first determining means, or when the branch instruction is necessary for performing the branch judgement based on the value of the general register and when the branch is predictable by said second determining means.
9. The instruction fetch control system according to claim 1, further comprising second branch judgement means for judging from the condition code whether the branch should be conducted in an original judgement cycle; and wherein said prefetch start means comprises selector means for selecting registers for storing address information for fetching an instruction following the branch instruction, or an instruction following the branch target instruction, based on the result of the first branch judgement means and the result of said second branch judgement means.
10. The instruction fetch control system according to claim 9, wherein said selection means comprises a branch condition selecting circuit for selecting an ordinary branch instruction or a predictable branch instruction based on said first and second branch judgement means, address information selection means for selecting the address information, and an instruction length selection circuit for selecting an instruction length of the instruction to be selected.
11. The instruction fetch control system according to claim 1, further comprising instruction prefetch executing means for decoding a branch target instruction of the branch instruction and an instruction following the branch target instruction in continuous cycles where the branch judgement is conducted by said first branch judgement circuit, thereby performing a pipeline control.
12. An instruction fetch control system, comprising:
means for decoding an instruction, calculating a logical address of the instruction, translating the logical address of the instruction to a real. address, reading an instruction or data from a buffer memory in which an instruction and data are stored, executing an arithmetic operation of the data based on the instruction and writing the result in a buffer memory or general register, thereby performing an instruction executing pipeline process;
means for performing an instruction prefetch pipeline for reading an instruction following the instruction, and an instruction following a branch target instruction of the branch instruction prior to a decode cycle of an instruction executing pipeline process of respective instructions;
a first branch judgement means for judging a branch prior to the branch judgement cycle in the pipeline process when the branch instruction is executed; and means for starting a prefetch of an instruction set following the branch target instruction without waiting for the branch judgement cycle in the pipeline of the branch instruction, where said first branch judgement means judges that the branch is successful.
13. An instruction fetch control method, comprising the steps of:
(a) decoding an instruction, calculating a logical address of the instruction, translating the logical address to a real address, reading an instruction or data from a buffer memory in which an instruction and data are stored, executing an arithmetic operation of the data based on the instruction and writing the result in a buffer memory or general register, thereby performing an instruction executing pipeline process;
(b) performing an instruction prefetch pipeline for reading an instruction following the instruction, and an instruction following a branch target instruction of the branch instruction prior to a decode cycle of an instruction executing pipeline process of respective instructions;
(c) judging a branch prior to the branch judgement cycle in the pipeline process when the branch instruction is executed; and (d) starting a prefetch of an instruction set follow-ing the branch target instruction without waiting for the branch judgement cycle in the pipeline of the branch instruction, where said first judging in step (c) judges that the branch is successful.
CA002006732A 1988-12-27 1989-12-27 Control system for fetching an instruction Expired - Fee Related CA2006732C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP32776588 1988-12-27
JP63-327765 1988-12-27

Publications (2)

Publication Number Publication Date
CA2006732A1 CA2006732A1 (en) 1990-06-27
CA2006732C true CA2006732C (en) 1994-05-03

Family

ID=18202737

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002006732A Expired - Fee Related CA2006732C (en) 1988-12-27 1989-12-27 Control system for fetching an instruction

Country Status (6)

Country Link
US (1) US6631464B1 (en)
EP (1) EP0376258B1 (en)
KR (1) KR920006770B1 (en)
AU (1) AU620962B2 (en)
CA (1) CA2006732C (en)
DE (1) DE68928937T2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6119221A (en) * 1996-11-01 2000-09-12 Matsushita Electric Industrial Co., Ltd. Instruction prefetching apparatus and instruction prefetching method for processing in a processor
US6415356B1 (en) * 2000-01-14 2002-07-02 Sun Microsystems, Inc. Method and apparatus for using an assist processor to pre-fetch data values for a primary processor
US6681318B2 (en) * 2000-09-08 2004-01-20 Sun Microsystems, Inc. Method and apparatus for using an assist processor to prefetch instructions for a primary processor
TW586666U (en) * 2001-04-03 2004-05-01 Univ Nat Chiao Tung Microprocessor command reading structure
JP7131236B2 (en) 2018-09-20 2022-09-06 富士通株式会社 Arithmetic processing device and method of controlling arithmetic processing device

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS52120640A (en) * 1976-04-02 1977-10-11 Toshiba Corp Micro program control system
US4200927A (en) * 1978-01-03 1980-04-29 International Business Machines Corporation Multi-instruction stream branch processing mechanism
US4373180A (en) * 1980-07-09 1983-02-08 Sperry Corporation Microprogrammed control system capable of pipelining even when executing a conditional branch instruction
JPS57150040A (en) * 1981-03-11 1982-09-16 Mitsubishi Electric Corp Pipeline computer
US4435756A (en) * 1981-12-03 1984-03-06 Burroughs Corporation Branch predicting computer
JPS5958700A (en) * 1982-09-29 1984-04-04 Fujitsu Ltd Memory protection judge method
JPS60105050A (en) 1983-11-11 1985-06-10 Fujitsu Ltd Pipeline control system
JPS60107141A (en) * 1983-11-16 1985-06-12 Fujitsu Ltd Branch control system
CA1250667A (en) * 1985-04-15 1989-02-28 Larry D. Larsen Branch control in a three phase pipelined signal processor
JPH0789319B2 (en) * 1985-04-22 1995-09-27 株式会社日立製作所 Prior control device in data processing device
US4847755A (en) * 1985-10-31 1989-07-11 Mcc Development, Ltd. Parallel processing method and apparatus for increasing processing throughout by parallel processing low level instructions having natural concurrencies
US4853840A (en) * 1986-01-07 1989-08-01 Nec Corporation Instruction prefetching device including a circuit for checking prediction of a branch instruction before the instruction is executed
JP2723238B2 (en) * 1988-01-18 1998-03-09 株式会社東芝 Information processing device
JPH01271838A (en) * 1988-04-22 1989-10-30 Fujitsu Ltd Microprogram branching method
US4974155A (en) * 1988-08-15 1990-11-27 Evans & Sutherland Computer Corp. Variable delay branch system

Also Published As

Publication number Publication date
DE68928937D1 (en) 1999-04-08
EP0376258B1 (en) 1999-03-03
EP0376258A3 (en) 1992-07-15
KR920006770B1 (en) 1992-08-17
KR900010552A (en) 1990-07-07
AU4728489A (en) 1990-07-05
EP0376258A2 (en) 1990-07-04
CA2006732A1 (en) 1990-06-27
DE68928937T2 (en) 1999-07-01
AU620962B2 (en) 1992-02-27
US6631464B1 (en) 2003-10-07

Similar Documents

Publication Publication Date Title
CA1268555A (en) Branch stream coprocessor
US4858104A (en) Preceding instruction address based branch prediction in a pipelined processor
EP0162778B1 (en) Instruction prefetch system for conditional branch instruction for central processor unit
US4827402A (en) Branch advanced control apparatus for advanced control of a branch instruction in a data processing system
CA1212476A (en) Data processing apparatus and method employing instruction flow prediction
US5121473A (en) Pipelined system includes correction mechanism operated on history information identifying conditional jump instructions for which the jump prediction was incorrect on previous instances of execution of those instructions
US6408385B1 (en) Data processor
EP0381444B1 (en) Branch prediction
EP0380859A2 (en) Source list, pointer queues and result queues
JPH03116233A (en) System and method for processing instruc- tion of data processor
US5905881A (en) Delayed state writes for an instruction processor
JPH03116236A (en) Method and system for processing exception
US6178492B1 (en) Data processor capable of executing two instructions having operand interference at high speed in parallel
US4541047A (en) Pipelined data processing system
JPS6125169B2 (en)
JP3486690B2 (en) Pipeline processor
JPH0816394A (en) Apparatus and method for prefetch for prefetching of instruction code from system memory
CA2006732C (en) Control system for fetching an instruction
US5175827A (en) Branch history table write control system to prevent looping branch instructions from writing more than once into a branch history table
EP0471888B1 (en) Microprocessor for enhancing initiation of instruction execution after the execution of conditional branch instruction
US20040003214A1 (en) Instruction control method and processor
US6978361B2 (en) Effectively infinite branch prediction table mechanism
US5276853A (en) Cache system
US5625808A (en) Read only store as part of cache store for storing frequently used millicode instructions
JP2817524B2 (en) Instruction cache control method

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed