Register Files
2-8
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
Three separate buses (two load, one store) connect the Register File to the
L1 data memory, each bus being 32 bits wide. Transfers between the Data
Register File and the data memory can move up to two 32-bit words of
valid data in each cycle. Often, these represent four 16-bit words.
Accumulator Registers
In addition to the Data Register File, the processor has two dedicated,
40-bit accumulator registers, called
A0
and
A1
. Each can be referred to as
its 16-bit low half (
An.L
) or high half (
An.H
) plus its 8-bit extension
(
An.X
). Each can also be referred to as a 32-bit register (
An.W
) consisting of
the lower 32 bits, or as a complete 40-bit result register (
An
).
These examples illustrate this convention:
A0 = A1; /* 40-bit move */
A1.W = R7; /* 32-bit move */
A0.H = R5.H; /* 16-bit move */
R6.H = A0.X; /* read 8-bit value and sign extend to 16 bits */
Figure 2-4. 40-Bit Accumulator Registers
A0
A1
A1.W
A1.X
A1.X
A1.H
A1.L
A0.W
A0.X
A0.X
A0.H
A0.L
0
0
0
0
0
0
39
39
39
39
39
39
32
32
32
32
31
31
31
31
16
16 15
15
Summary of Contents for ADSP-BF53x Blackfin
Page 38: ...Conventions xxxviii ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 134: ...System Reset and Powerup 3 18 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 324: ...Instruction Overview 7 20 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 486: ...Instruction Overview 13 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 512: ...Instruction Overview 14 26 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 604: ...Instruction Overview 15 92 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 688: ...Instruction Overview 18 48 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 742: ...Instruction Overview 19 54 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 752: ...Examples 20 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 790: ...ADSP BF535 Flags A 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 800: ...Performance Monitor Registers B 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 1042: ...Index I 40 ADSP BF53x BF56x Blackfin Processor Programming Reference...