e200z6 Core Complex
MPC5566 Microcontroller Reference Manual, Rev. 2
Freescale Semiconductor 3-33
 
• Decrementer register (DEC)—a decrementing counter that is updated at the same rate as the time 
base. The DEC provides a means of signaling an exception after a specified amount of time. The 
DEC is typically used as a general-purpose software timer. Note that the decrementer always runs 
when the system is clocked, and can be written to by software at any time.
• Decrementer auto reload register (DECAR)—provides a value that is automatically reloaded (if 
enabled) into the decrementer register when the decrementer reaches 0.
For more information on the fixed-interval timer, watchdog timer, and timer and counter registers, refer to 
the e200z6 PowerPC
TM
 Core Reference Manual and EREF: A Programmer's Reference Manual for 
Freescale Book E Processors. 
3.3.6 Signal Processing Extension APU (SPE APU)
The Power Architecture embedded category 32-bit instructions operate on the lower (least significant) 
32 bits of the 64-bit GPRs. New SPE instructions are defined that view the 64-bit register as being 
composed of a vector of two 32-bit elements, and some of the instructions also read or write 16-bit 
elements. These new instructions can also be used to perform scalar operations by ignoring the results of 
the upper 32-bit half of the register file. 
Some instructions are defined that produce a 64-bit scalar result. Vector fixed-point instructions operate 
on a vector of two 32-bit or four 16-bit fixed-point numbers resident in the 64-bit GPRs. Vector 
floating-point instructions operate on a vector of two 32-bit single-precision floating-point numbers 
resident in the 64-bit GPRs. Scalar floating-point instructions operate on the lower half of GPRs. These 
single-precision floating-point instructions do not have a separate register file; there is a single shared 
register file for all instructions. Figure 3-18 shows two different representations of the 64-bit GPRs. The 
shaded half is the only region operated on by the 32-bit Power Architecture embedded category 
instructions.
Figure 3-18. 64-bit General-Purpose Registers
3.3.7 SPE Programming Model
Not all SPE instructions record events such as overflow, saturation, and negative/positive result. See the 
description of the individual SPE instruction in the e200z6 core reference for information on which 
conditions are recorded and where they are recorded. Most SPE instructions record conditions to the 
SPEFSCR. Vector compare instructions store the result of the comparison into the condition register (CR). 
The e200z6 core has a 64-bit architectural accumulator register that holds the results of the SPE multiply 
accumulate (MAC) fixed-point instructions. The accumulator allows back-to-back execution of dependent 
fixed-point MAC instructions, something that is found in the inner loops of DSP code such as filters. The 
0313263
GPRx
Lower-least significant word
Upper-most significant word
15 16 47 48
0313263
GPRx