Basic Instruction Pipeline; Instruction Unit; Branch Operations - Freescale Semiconductor MPC850 User Manual

Mpc850 family integrated communications microprocessor
Table of Contents

Advertisement

3.4.2 Basic Instruction Pipeline

Figure 3-3 shows instruction pipeline timing, showing how by distributing the processes
required to fetch, execute, and retire an instruction into stages, multiple instructions can be
processed during a single clock cycle.
Gclk1
Fetch
Decode
Read + Execute
Writeback
L Address Drive
L Data
Load Write Back

3.4.3 Instruction Unit

The instruction unit implements the basic instruction pipeline, fetches instructions from the
memory system, dispatches them to available execution units, and maintains a state history
to ensure a precise exception model and that operations finish in order. The instruction unit
implements all branch processor instructions, including flow control and CR instructions.
Table 9-1. describes instruction latencies.

3.4.3.1 Branch Operations

Because branch instructions can change program flow and because most branches cannot
be resolved at the same time they are fetched, program branching can keep a processor from
operating at maximum instruction throughput.
If a branch is mispredicted, additional time is required to flush the incorrect branch
instructions and begin fetching from the correct target stream, which can create bubbles in
the pipeline. To reduce the latency caused by misprediction, PowerPC branch instructions
allow the programmer to indicate whether a branch is likely to be taken. This is called static
branch prediction.
lwz
sub
addic
lwz
lwz
ld
Figure 3-3. Basic Instruction Pipeline Timing
Chapter 3. The PowerPC Core
mulli
addi
sub
addic
Bubble
sub
sub
ld
ld
Basic Structure of the Core
addic
addic

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mpc850deMpc850dslMpc850sr

Table of Contents