ADSP-BF53x/BF56x Blackfin Processor Programming Reference
18-9
Video Pixel Operations
as bytes on half-word boundaries in one 32-bit destination register. Some
syntax options load the upper byte in the half-word and others load the
lower byte, as shown in
Table 18-2
,
Table 18-4
, and
Table 18-4
.
In either case, the unused bytes in the destination register are filled with
0x00.
The 8-bit and 16-bit addition is performed as a signed operation. The
16-bit operand is sign-extended to 32 bits before adding.
The only valid input source register pairs are
R1:0
and
R3:2
.
Table 18-2. Assuming the source registers contain:
31................24
23................16
15..................8
7....................0
aligned_src_reg_0:
y1
y0
aligned_src_reg_1:
z3
z2
z1
z0
Table 18-3. The versions that load the result into the lower byte–“(LO)”–
produce:
31................24
23................16
15..................8
7....................0
dest_reg:
0 . . . . . 0
y1 + z3 clipped
to 8 bits
0 . . . . . 0
y0 + z1 clipped
to 8 bits
Table 18-4. And the versions that load the result into the higher byte–
“(HI)”–produce:
31................24
23................16
15..................8
7....................0
dest_reg:
y1 + z2 clipped
to 8 bits
0 . . . . .0
y0 + z0 clipped
to 8 bits
0 . . . . .0
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...